ABAPCALL_TRANSACTION_SHORTREF - CALL TRANSACTION SHORTREF

ABAP Short Reference   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

CALL TRANSACTION

Reference



Syntax

CALL TRANSACTION ta { [AND SKIP FIRST SCREEN]
                    | [USING bdc_tab
                             {{[MODE mode]
                               [UPDATE upd]}
                             |[OPTIONS FROM opt]}
                            [MESSAGES INTO itab] ] }.


Effect

Calls the transactionof the transaction code entered in ta and returns to the calling point.

Additions

  • AND SKIP FIRST SCREEN
    Suppresses the display of the initial screen.

  • USING bdc_tab
    Executes the transaction using a batch input session in the internal table bdc_tab.

    In mode after MODE,you specify the processing mode for batch input processing.

    In upd after UPDATE, you specify the update mode for batch input processing.

    In opt after OPTIONS FROM, you specify the processing mode and the update mode forbatch input processing.

    In the internal tale itab after MESSAGES INTO, themessages for batch input processing are collected.





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


Length: 2949 Date: 20120518 Time: 202542     triton ( 116 ms )