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


Please Help Members By Posting Answers For Below Questions

What does the ‘suppress dialog’ do?

857


How is collect statement different from append?

586


What is difference between float and packed data type?

629


What is filter dependent BADI?

920


What is a projection view? : abap data dictionary

587






What is the difference between native sql & open sql? : abap data dictionary

593


How to eliminate duplicate entries in internal tables?

672


What are the components of selection table?

608


Where do you create indexes in abap?

617


How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?

564


What are the different methods of passing data?

591


What is the difference between bdc_okcode and bdc_cursor? : abap bdc

607


Can we include customizing include or an append structure with pooled or cluster tables?

660


What are system variable in abap?

606


I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc

2529