ABAPFORM_PARAMETERS - FORM PARAMETERS

TXBHW - Original Tax Base Amount in Local Currency   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

FORM - parameters

Short Reference



Obsolete Syntax

... { VALUE(p1) | p1 } [typing|structure]
    { VALUE(p2) | p2 } [typing|structure]
    ... .

Effect:

Definition of formal parameters p1 p2 ... for subroutines.

The addition typing types a formal parameter p1 p2 ....The syntax of typing is described inTyping. Typing a formal parameter has the effect that when an actual parameter is passed, its type ischecked againstthe typing. In addition, the typing determines at which operand positions the formal parameter can beused in the subroutine. If no explicit typing is specified, a formal parameter is typed with the fully generic type any.

Use VALUE to determine how to pass by values for a formal parameter p1 p2 .... Without VALUE, values arepassed by reference.

With the structure addition, an obsolete form of typing can also still be used.

Note


Without an explicit typing, a formal parameter is typed implicitly with the fully generic type any.


Vendor Master (General Section)   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.


Length: 2249 Date: 20120522 Time: 060335     triton ( 85 ms )