2006 Sep 07 9:59 AM
Hi All,
I am extending Material master. While creation of table control on the subscreen through screen exit. I am able to test the table control being shown on the test button. But this subscreen is being assigned to the main screen of the SAP* Progrom. But that is returning with CONTROL_NOT_FOUND error.
Please anybody can know me possible reasons for the table control giving such errors...
Regards,
Brijesh Patel
Hello,
Check the defination of your table control.
It must be
controls: tab_cntrl TYPE TABLEVIEW USING SCREEN 0100.
tab_cntrl = name of table control
<b>0100 = number of subscreen</b>
Regards,
Naimesh
2006 Sep 07 10:05 AM
2006 Sep 07 10:25 AM
Hi,
Have you defined the table control properly :
controls : <tab_ctrl> tye tableview using screen <screenno>.
Rgds
2006 Sep 07 10:26 AM
Hello,
Check the defination of your table control.
It must be
controls: tab_cntrl TYPE TABLEVIEW USING SCREEN 0100.
tab_cntrl = name of table control
<b>0100 = number of subscreen</b>
Regards,
Naimesh
2006 Sep 27 8:10 AM
2006 Sep 07 10:27 AM
Zapper is right. Declare
CONTROLS TABLE_CONTROL TYPE TABLEVIEW USING SCREEN 100.
and then use the table_control.
Regards,
Ravi
2006 Sep 27 8:23 AM
hi,
declate like this in top include.
CONTROLS: tab_control TYPE TABLEVIEW USING SCREEN 9010.
regrds
anver
if hlped mark points
2006 Sep 27 8:24 AM
Hi Patel,
U just declare the table control for the screen at <b>global level</b> where all the <b>global data</b> is declared like this
CONTROLS: TABLE_CONTROL TYPE TABLEVIEW USING SCREEN 100.
Hope this will help.
Regards
-
Sachin
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |