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
Folder types in smatforms? 2)What is Command line?
What are the two statements which are required in an abap program to output an icon using a write statement?
How many primary keys can be created for a table?
What is the major difference between pool tables and transparent tables?
Which table stores the programs created?
What is meant by hotspots?
How is conversion of data types done between abap/4 & external level?
What is primary index?
What are the different types of parameters? How can you distinguish between different kinds of parameters?
Define structure in abap data dictionary?
What are system variable in abap?
What is the significance of the memory table ‘screen’?
What is a help view? : abap data dictionary
can anyone please tell me, in orient paper mill project which fields exits for creating report.
How to eliminate duplicate entries in internal tables? : abap data dictionary