Ansicht
Dokumentation

ABENOO_OBS_PERFORM_1 - OO OBS PERFORM 1

ABENOO_OBS_PERFORM_1 - OO OBS PERFORM 1

BAL_S_LOG - Application Log: Log header data   rdisp/max_wprun_time - Maximum work process run time  
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.






ABAP Short Reference   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 957 Date: 20240416 Time: 085201     sap01-206 ( 23 ms )