Ansicht
Dokumentation

ABENOO_OBS_PERFORM_2 - OO OBS PERFORM 2

ABENOO_OBS_PERFORM_2 - OO OBS PERFORM 2

TXBHW - Original Tax Base Amount in Local Currency   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

Cannot Use PERFORM form(prog)

You cannot declare an external subroutine using the syntax form(prog) in ABAP Objects.

In ABAP Objects, the following statement causes an error message:

PERFORM form(prog) ...

Correct syntax:

PERFORM form IN PROGRAM prog ...

Cause:

The PERFORM form IN PROGRAM prog has replaced the PERFORM form(prog) statement. The name declaration form IN PROGRAM prog (unlike form(prog)) allows you to declare dynamic program names using the form IN PROGRAM (name) variant. Conversely, the static form, form(prog) does not comply with standard ABAP semantics, in which the dynamic variant is differentiated from the static variant using parentheses.






TXBHW - Original Tax Base Amount in Local Currency   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 957 Date: 20240329 Time: 101259     sap01-206 ( 26 ms )