Fonction SAP BKK_UPT_DISP_INTERV_CREATE - Create and Initialize Interval Table

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_CNTINTV BKK_INTERVNO N 10 Number of Intervals
I_DISPID BKK_DISPID C 61 ID for Task Dispatcher (Parallel Processing)

Exception Description
DISPATCHER_EXISTS Table Already Exists

Functionality
The function creates a header record in the BKKMDISPHD table andgenerates a record for each interval from 1 to the number from theparameter I_INTVNO in the BKKMDISPINTERV table with thedispatcher identification I_DISPID. Each record has the value 0(generated) in the INTVSTATUS field. If a record with the samedispatcher identification exists, an EXCEPTION is triggered.

Description
This parameter contains the total number of intervals that are to besaved in theBKKMDISPINTERV table under the dispatcher identification I_DISPID. Arecord is written in this table for each interval from 1 to the totalnumber.

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.