Ansicht
Dokumentation

ABENPASS_BY_VALUE_GLOSRY - PASS BY VALUE GLOSRY

ABENPASS_BY_VALUE_GLOSRY - PASS BY VALUE GLOSRY

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

pass by value

Method of passing data from actual parameters to formal parameters when the procedure is called, which is defined in the parameter interface of a procedure. In pass by value, a local data object is created as a copy of the actual parameter. Output parameters and return values are initialized when the procedure is called. Input parameters and input/output parameters are passed the value of the actual parameter when they are called. Modified formal parameters are only passed to the actual parameter if the procedure has been concluded without errors, that is, whenever the last statement is reached or when they are exited via RETURN (or EXIT or CHECK). See also pass by reference.

More






Addresses (Business Address Services)   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 2054 Date: 20240329 Time: 001330     sap01-206 ( 35 ms )