Fonction SAP BKK_UPT_DISP_INTERV_DISPLAY - Display of Interval Processing Progress in Status Line

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_DISPID BKK_DISPID C 61 ID for Task Dispatcher (Parallel Processing)
I_DISPLAY_MODE I I 4 7 X Display Mode (What Is to Be Displayed)

Functionality
The function shows the progress of interval processing in the statusline. It works only in the dialog. The number of intervals alreadyprocessed, and the maximum number of intervals are provided by thefunction BKK_UPT_DISP_INTERV_COUNT.

Notes
The value 0 for I_DISPLAY_MODE suppresses the display and behaves in thesame way as in a batch job.

Further information
BKK_UPT_DISP_INTERV_COUNT

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

Description
The display mode is used to specify which data is to be shown inthe progress display. The following displays are possible:
1,,Clock in the left-hand part of the status line.
2,,Percentage display in the status line in the format ppp %.
4,,Interval display in the format (iii/max).
8,,Progress bars with 50 elements in the format |||||....
Combinations are also an option. The value 7 corresponds to the displayof 1+2+4.

Value range
0 - 15 (larger values are calculated as 16).

Default
7 corresponds to the display of 1 2 and 4.