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
Can a constructor be redefined?
How many types of buffering? : abap data dictionary
What is the difference between field-group header and other field groups? : abap modularization
Explain the properties of selection screen?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
How can we upload a text file having delimiters in to legacy system? : abap bdc
Which transaction code can I used to analyze the performance of ABAP program.?
Which transaction code can I use to analyze the performance of abap program?
What is the difference between abap and hr abap? : abap hr
What is buffering allowed but switched off?
What are lock objects?
Explain the disadvantages of logical databases?
Do we have to migrate all sapscript forms to smart forms?
What is a subscreen? How can we use a subscreen?
How can we achieve MVC ?