Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding a table control to subscreen(urgent)

Former Member
0 Likes
743

Hi All,

I need to add a table control to subscreen and display it on a screen. But while running it transaction. I am getting an error CONTROL_NOT_FOUND. What all precautions and definitions I need to pass to the screen so that I can get the table control shown on the screen.

Please help me on this...

Regards,

Brijesh Patel

Hi Brijesh,

I hope you have created a Custom Container of Table Control on the Sub screen. For eg. let us say you have give that container a name TC_Dispaly.

Then you also need to decalre this table control in the Flow Logic/Top include.

Controls TC_DISPLAY type tableview using screen 100.

Here 100 is the sub screen.

Also check whether the Screen and the entire flow logic is Activated.

Best regards,

Prashant

4 REPLIES 4
Read only

Former Member
0 Likes
699

Hai Brijesh,

Check the definition of the Table control( to which screen is it attached )

Read only

Former Member
0 Likes
699

Please can anybody help on this....

Read only

Former Member
0 Likes
699

Hi Brijesh,

I hope you have created a Custom Container of Table Control on the Sub screen. For eg. let us say you have give that container a name TC_Dispaly.

Then you also need to decalre this table control in the Flow Logic/Top include.

Controls TC_DISPLAY type tableview using screen 100.

Here 100 is the sub screen.

Also check whether the Screen and the entire flow logic is Activated.

Best regards,

Prashant

Read only

abdul_hakim
Active Contributor
0 Likes
699

hi

have you declared the control in the Processing logic of your program.

the syntax is

<b>CONTROLS <Control Name> TYPE TABLEVIEW USING SCREEN <screen number>.</b>

Cheers,

Abdul Hakim