Configuring Scalar Input Parameters in the ABAP Program Flow
Configuring Scalar Input Parameters in the ABAP Program Flow
The SAP function performs calculations with the values or variables you assign to the scalar input parameters. In the ABAP Program Flow dialog box, configure the following fields for scalar input parameters:
Value Type.
Type of value for the parameter. Value type can be an ABAP program variable, a constant, or a field from a source table. If the parameter is optional, the value type can also be None.
Value.
Value of the parameter. Depending on the value type, the value of the parameter can be an ABAP program variable, a constant, or a field from a source table.
If the scalar input parameter is a variable, you can choose from a list of ABAP program variables you define in the program flow. You can also enter the name of a new variable. The Designer creates the variable if you enter the name of a new variable in the Value field. When the scalar input parameter is a variable, the Designer generates ABAP statements to assign values to the variables before the CALL FUNCTION statement.
Some scalar input parameters might also be structures. The Designer detects the Value Type for each field of the structure so you do not need to enter the value types.