AddProcImportParam
Definition
Method of the BOR object Message without dialog that adds a parameter in the form of Name, Value for executable documents (compare the SetProcGeneral method). By calling this method several times, several parameters can be added to the document. The parameters can be transferred directly (in the case of function modules, for example) or via the SAP memory (in the case of Transaction with Memory, for example), depending on the execution type (import parameter processing type of the SetProcGeneral method). If the parameters are transferred via the SAP memory, the memory ID must be set using the SetProcGeneral method.
Use
Import Parameters
|
Import Parameters |
Description |
|
Name |
Name of the parameter |
|
Value |
Value that the parameter shall have when it is called. |
Export Parameters
None.