Beispiel #1
0
 private void addUpdateAPI(FunctionGenerator fg) throws EQException {
   // note: getLoadAPIFieldSet it is used for input transaction.
   // note: getPVFieldSet it is used for validate module.
   // note: getEnquiryFieldSet it is used for enquire.
   // note: getTableFieldSet it is used for data base table.
   APIFieldSet apiFieldSet =
       FunctionToolbox.getAPIFieldSet(
           session, "LID", "MCD", "G01M", "Maintain Customer Details", "M");
   fg.addUpdateAPIFieldSet(apiFieldSet);
 }