Get Example source ABAP code based on a different SAP table
VERSION 5 IN
formal parameter Parameter> of the parameter interface> of a procedure> or event> . Formal parameters have names and are either generic> or completely typed. Either pass by reference> or pass by value> is determined for each formal parameter. Depending on their typing>, they can be used in the same way as data objects> in the procedure. The formal parameters make up a substantial part of the signature> of a procedure. Formal parameters are BEGIN_SECTION VERSION 5 OUT either positional parameters> (for subroutines >) or END_SECTION VERSION 5 OUT keyword parameters> (for methods> and function modules>). When a procedure is called, formal parameters are bound to actual parameters>. ABAP_MORE_INFO >