Welcome to SAP Central
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to handle table control fields in Module Pool program?

Go down

How to handle table control fields in Module Pool program? Empty How to handle table control fields in Module Pool program?

Post  govind Wed May 09, 2012 2:41 am

-You will create table control ( Without Wiard ) structure with the following name.
Controls : <TC_name> type tableview using screen <screen_number>.

-<TC_name> is randomely generated deep structure which has some fields like LINES , CURRENT_LINE etc. Structure COLS holds screen values.
-So you create a work area with reference to <TC_name>.

DATA : cols LIKE LINE OF <TC_name>.

-How many number of fields in table control exist that many number of fields are created randomely in structure 'COLS'.
Each field is same as SCREEN table.

govind
Admin

Posts : 54
Join date : 2012-01-31

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum