Functionality This function modules provides the opportunity to send correspondence tocustomers confirming the fixing of Term Agreement conditions. Thiscorrespondence may also take the form of a Certificate of Deposit. This function module is delivered empty. You must implement printingand receiver administration yourself. Notes You must set E_RETURN to 1 if you encounter a problem or error for thecurrent Term Agreement. In addition, an entry should be added to tableT_MESG so that the problem can be identified in the application log. This BTE is called from report RFBKTTERMCONTROL. Further information I_BKK42 contains account data for the current term account from tableBKK42. IT_BKKTERM_COND_UPD contains current fixed term and condition datacorresponding to the newly Fixed Term Agreement. The data is selectedfrom table BKKTERM and various condition tables. For example, if a TermAgreement has 3 conditions, there are 3 entries in IT_BKKTERM_COND_UPDfor this agreement. IT_BKKTERM_COND_OLD contains fixed term and condition data as designatedbefore the Term Agreement was fixed. I_BKK58 contains term account data for the current term account fromtable BKK58. E_RETURN must be set (> 0) by the BTE only when processing has failedfor a particular recipient. T_MESG has type IBKKMESG and must be filled by the BTE with any error orinformational messages. These messages will appear in the applicationlog. |