Saturday, December 18, 2010
DATA:
w_params   TYPE ctu_params,
i_msgcoll  TYPE STANDARD TABLE OF bdcmsgcoll,
i_bdcdata  TYPE STANDARD TABLE OF bdcdata.
    structure of ctu_params.
  • dismode: processing mode for call transaction using...
  • updmode: update mode for call transaction using...
  • cattmode: catt mode for call transaction using...
  • defsize: default screen size for call transaction using...
  • racommit: call transaction using... is not completed by commit
  • nobinpt: sy-binpt=space for call transaction using...
  • nobiend: sy-binpt=space after data end for call transaction using...
w_params-dismode = 'A'. "All screen mode
w_params-updmode = 'A'. "Asynchronous update
w_params-defsize = 'X'. "standard size

CALL TRANSACTION 'PA30' USING i_bdcdata MESSAGES INTO i_msgcoll OPTIONS FROM  w_params .

0 comments:

Post a Comment

Your useful comments, suggestions are appreciated.Your comments are moderated.

Followers

Contact Form

Name

Email *

Message *

Web Dynpro ABAP Book

An SAP Consultant

Follow US


Want to Contribute ?

If you are interested in writing about the new stuff you learn everyday while working, please write to the.sap.consultants@gmail.com.

Click on Contribution for more details.