Fonction SAP BKK_UPT_DISP_INIT_MAIN - Main Initialization of Dispatcher

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_PROGDATE BKK_PRGDAT D 8 SY-DATUM Date of Program Run
I_PROGN BKK_PROGN C 40 SY-CPROG Name of Program/Report for an Application Process
I_PROGNO BKK_PRGNO N 3 X Sequential Number of Program Run
I_STEPNO BKKD_STEPNO 0 '001' Step Number

Paramètre Reférence Type Long. Description
E_DISPID BKKMDISPHD-DISPID C 61 ID for Task Dispatcher (Parallel Processing)

Exception Description
ERROR_RUNKEY Error when Creating the Run Key

Functionality
This function generates a unique dispatcher identification (
E_DISPID).

Description
The dispatcher identification is a unique key to thedispatcher, and consists of the following: Program name '-'date of program run '-' sequential number of the program run '-'number of the step within the program run. Example:RFBKSOPAR-20021001-001-001

Description
The date of the program run.

Default
The value is taken from the SY-DATUM field.

Description
The name of the calling program.

Default
The name is taken from the SY-CPROGN field.

Description
The number of the program run of the I_PROGN program on the I_PROGDATE date.

Value range
001...999

Description
The number of the step in the program run of theI_PROGN program on theI_PROGDATE date with the run number I_PROGNO.

Value range
001...999

Default
001