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 .
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.