SAP Function SAMPLE_INTERFACE_00015000 - Print Time Deposit Certificate 'Sample'

Parameter Reference Type Length Text
E_RETURN SYST-SUBRC I 4 Return value, return value after ABAP statements

Parameter Reference Length Optional Text
T_CONDITION IBKK91 313 Value Date Transaction Figures
T_MESG IBKKMESG 224 Structure for transferring error messages
T_POSITION IBKK92 295 Account balancing (interest and charges)
T_PRINT_INPUT BCA_US_BKK_TD_CERTIFICATE 245 BCA: Time Deposit Certificate


DEFINE &TEXT& = 'Print Certificate'
DEFINE &EVENT& = '00015000'
DEFINE &TYPE& = 'INTERFACE'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX

EVENT
This event is reached just after a successful update during themass/single 'Rollover' of Time Deposit accounts. Also, after asuccessful 'Save' during the creation of Time Deposit accounts.

INTERFACE
Standard Time Deposit fields are passed in the table 't_print_input' .The conditions header via 't_condition' table and items via't_position' table.
Remember DONOT initiate database activities involving the writing ofdata. Updates are handled in standard processing.
If your function module is not accessed via RFC, you should alwaysinitiate asynchronous update posting using the ABAP statement:
IN UPDATE TASK.