Fonction SAP BKK_UPT_DISP_INTERV_COUNT - Indicator: Interval Processed

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_DISPID BKK_DISPID C 61 ID for Task Dispatcher (Parallel Processing)

Paramètre Reférence Type Long. Description
E_RTRNDINTV I I 4 Number of Intervals Processed
E_TOTALINTV I I 4 Total Number of Intervals

Exception Description
ERROR Error in Function Execution
FOREIGN_LOCK Interval is Locked

Functionality
The function provides the number of intervals that have been processed,and their total number for the dispatcher identification specified byI_DISPID.

Notes
If the total number of intervals is 0, there are no intervals under thedispatcher identification I_DISPID. Possible causes: Incorrectdispatcher identification or the intervals were not yet created with thefunction BKK_UPT_DISP_INTERV_CREATE. An EXCEPTION is triggered ifthis has a technical reason, for example, a lock.

Description
This parameter contains the number of intervals that have beenprocessed and saved under the dispatcher identificationI_DISPID in theBKKMDISPINTERV table. If there are not yet any intervals thathave been completely processed, or saved under the dispatcheridentification, this parameter contains the value 0.

Description
This parameter contains the total number of intervals saved under thedispatcheridentification I_DISPID in the BKKMDISPINTERV table. Ifthere are no intervals saved under the dispatcher identification, thisparameter contains the value 0.

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