Ansicht
Dokumentation

ABENOO_OBS_CALL_TA_1 - OO OBS CALL TA 1

ABENOO_OBS_CALL_TA_1 - OO OBS CALL TA 1

PERFORM Short Reference   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Incorrect Transaction Call

The additions USING and AND SKIP FIRST SCREEN for the statement CALL TRANSACTION are mutually exclusive.

In ABAP Objects and, as of release 7.0, outside of classes, the following statement causes an error message:

CALL TRANSACTION ... USING itab AND SKIP FIRST SCREEN.

Correct syntax:

CALL TRANSACTION ... USING itab.

Reason:

The content of the batch input table specified in the addition USING controls the entire transaction flow including the display of screens. The addition AND SKIP FIRST SCREEN is to be used only in connection with filling the mandatory input fields via SPA/GPA parameters.






BAL Application Log Documentation   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1073 Date: 20240328 Time: 201242     sap01-206 ( 21 ms )