SAP Function SAMPLE_INTERFACE_00010720 - End-of-Day Processing: End of Processing Step

Parameter Reference Type Length Default Optional Text
I_CHAINDATE BKKD_LAUFD 0 Date of Processing Chain (Key)
I_CHAINNO BKKD_LAUFI 0 Sequential Number (Key)
I_REPORT SYREPID C 40 X ABAP Program, Current Framework Program
I_RETURNCODE_STEP BKKD_RETURNCODE 0 Return Code
I_STEPNO BKKD_REPNO 0 Number of Processing Step
I_VARIANT VARIANT C 14 X ABAP: Name of Variant (Without Program Name)

Parameter Reference Type Length Text
E_RC SYST-SUBRC I 4 =0: Everything OK, <> 0: Error

Parameter Reference Length Optional Text
E_T_MESG IBKKMESG 224 Message Table

Description
Date on which the processing chain was started.

Description
Sequential number to clearly and unmistakably identify an end-of-dayprocessing chain. Together with the date it forms the key for the chain.

Description
Name of the report executed in the current step of end-of-dayprocessing.

Description
Return code at the end of a step in the end-of-day processin chain.

Value range
0: Completed without errors
1: Termination
2: Completed with warnings
3: Completed with individual errors

Description
Position of the step in the end-of-day processing sequence.

Description
Name of the variant with which the report for the current step ofend-of-day processing was executed.