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 matchcode object contain ids with different update types? : abap data dictionary
Difference between sap script and report?
How do you populate data into a multiple line field?
What is the difference between select statement and provide statement ? : abap hr
What are the various events associated with screen programming?
What are the types of the software component being deployed in the sap?
What is primary index?
How to eliminate duplicate entries in internal tables? : abap data dictionary
How do you process errors in call transaction method? : abap bdc
Name the abap/4 modularization techniques?
What are matchcodes?
What are the different types of parameters? : abap modularization
How do you read files from the presentation server ? : abap bdc
What are client dependent objects in abap/sap?
How can we send data to external programs?