2006 Sep 02 8:47 AM
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
2006 Sep 02 8:58 AM
Hai Brijesh,
Check the definition of the Table control( to which screen is it attached )
2006 Sep 02 9:18 AM
2006 Sep 02 4:01 PM
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
2006 Sep 02 4:13 PM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |