Ansicht
Dokumentation

ABENOO_OBS_CALL_TA_2 - OO OBS CALL TA 2

ABENOO_OBS_CALL_TA_2 - OO OBS CALL TA 2

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   ROGBILLS - Synchronize billing plans  
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.






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

Length: 1073 Date: 20240420 Time: 070853     sap01-206 ( 25 ms )