How to put a TableControl in a Screen of Modulepool Programming?
Answer Posted / venkateswarlu
First declare the table control in module pool program
Second the drag and drop the table control on the screen
Third pass the data to table control by using the flow-logic.
In Loop statement we have define the syntax like this.
PBO.
Loop.
Controls <tc> type table view using screen <sno>
Endloop.
PAI.
Loop at.
Endloop.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is Field group?
Explain Singleton class
What is the master data necessary before you can start posting in MM?
What is the use of the raising exception? : abap modularization
What is the relationship existing between the various data elements? : abap data dictionary
How do you take care of performance issues in your ABAP programs?
What statement will be found in an sap application program that implements a function module exit?
how to see the table output?
What is the tcode for sapscript forms?
What has to be done to the packed fields before submitting to a BDC session.
Print options in smartforms?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
What is database utility? : abap data dictionary
Can i Have Some Realtime Examples on Badi ?
What are the attributes of a field that can be activated or deactivated during runtime?