Fonction SAP BKK_UPT_DISP_PARAM_SET - Export a Parameter

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_FUNCNAME RS38L_FNAM C 30 Function Module Name
I_PARMNAME RS38L_PAR_ C 30 Parameter Name
I_S_RUNPARAM ANY A 0 Parameter(s)

Exception Description
ERROR_EXPORT EXPORT Error
FOP_NOT_EXISTS Function/Parameter Does Not Exist or Is Inactive
PARAMETER_ERROR Incorrect or Missing Parameters

Functionality
This function stores the parameters transferred as persistent entries ina table (BKKINDX). The stored parameters are read using functionBKK_UPT_DISP_PARAM_GET.

Description
The dispatcher identification is a unique key for the dispatcher and iscompiled of the following: Program name '-' Date of program run '-'Sequence number of program run '-' 'Step number within the program run.
Example: RFBKSOPAR-20021001-001-001

Description
This is the parameter to be stored with the name I_PARMNAME andthe identification I_DISPID.