• ABAP Online Training @ $50

    Now you can learn ABAP by watching and listening video classes by experienced consultant.

  • ABAP Tutorials N Materials

    Read, Surf and Download useful ABAP tips, tutorials, code and download many eBooks and documents free

  • Latest ABAP Job in India

    Get all latest opening for SAP ABAP and related jobs, vaccancies across India and apply for the same.

    Sunday, January 13, 2013


    Here you can find out the several parameter and their values while calling call transaction method

    CALL TRANSACTION <tcode>
      MODE <mode>
      UPDATE <update>
      Where,
     <tcode>: Transaction code
     <bdc_tab>: Internal table of structure BDCDATA
     <mode>: Display mode
     <update>: Update mode


    MODE parameter above is used to specify whether data transfer processing should be displayed as it happens. You can choose between three modes:
    Mode
    Description
    Significance
    A
    Display all
    All screens and the data that goes in them appear when you run your program
    E
    Display errors only
    The transaction goes into display mode as soon as an error in one of the screens is detected. You can then correct the error
    N
    No display
    All screens are processed invisibly, regardless of whether there are errors or not. Control returns to your program as soon as transaction processing is finished.


    UPDATE parameter to specify how updates produced by a transaction should be processed.    
                                 
    Mode
    Description
    Significance
    S
    Synchronous
    In this mode, the called transaction waits for any updates that it produces to be completed. The called transaction is able to return any update error message that occurs to your program.
    A
    Asynchronous
    In this mode, the called transaction does not wait for any updates it produces to be completed. It simply passes the updates to the SAP update service.
    L
    Local update
    If you update data locally, the update of the database will not be processed in a separate process, but in the process of the calling program



    0 comments:

    Post a Comment

    Easy2learnabap.co.in @ 2012 All product names on this web site are trademarks of the companies that own them .

    Easy2learnabap.co.in is not affiliated with SAP AG in any way. SAP AG is the registered trademark holder of SAP, SAP R/3, mySAP, ABAP, xApps, NetWeaver, and other proprietary terms.

    The technical information on this site is verified to the greatest extent possible, however, any information found on this site is used at the site visitor's own risk. All the tutorials are collected from various sources, if anyone is having problem with the content, report this to us. We will take action accordingly.

    Easy2learnabap.co.in reserves the right to correct any errors or omissions in any portion of this site at any time without obligation.

    This website is created to teach people about ABAP technology. The Video contents provided in Premium service are completely owned by us and copyrighted.