Definition
When you execute an external command, you can include a character string of up to 128 characters containing additional parameters.
Prerequisites:
Placeholders
These additional parameters are generally added to the end of predefined parameters following a blank space. You can, however, also define placeholders for these additional parameters within the predefined parameters.
Table: Placeholders for Parameters
Placeholder |
Meaning |
' ? ' |
used for required parameters |
' & ' |
used for optional parameters |
If no parameter values (or a blank character string) is passed at runtime for a required parameter, then the exception
PARAMETER_EXPECTED is triggered. The placeholder ' & ' for optional parameters is removed in this case. Otherwise, the characters ' ? ' and ' & ' are replaced with the parameter character string passed.
See also:
Detailed Information R/3 Profile Parameters in External Commands