2007 Oct 30 8:19 AM
Hi,
I got a problem.
I get a Syntaxerror, when trrying to activate a screen.
The Syntax error says: Table Control TABLE_CTR is not defined in the screen.
But there is an Include where this Table Control is defined.
Here are the important part:
Include:
CONTROLS: table_ctr TYPE TABLEVIEW USING SCREEN 0010.
LOOP AT XVBAP
WITH CONTROL TABLE_CTR
CURSOR TABLE_CTR-CURRENT_LINE.
MODULE TABLE_CTR_GET_LINES.
* MODULE TABLE_CTR_CHANGE_FIELD_ATTR
ENDLOOP.And yes the screen is called 0010
THX Chris
Hi,
I got a problem.
I get a Syntaxerror, when trrying to activate a screen.
The Syntax error says: Table Control TABLE_CTR is not defined in the screen.
But there is an Include where this Table Control is defined.
Here are the important part:
Include:
CONTROLS: table_ctr TYPE TABLEVIEW USING SCREEN 0010.
LOOP AT XVBAP
WITH CONTROL TABLE_CTR
CURSOR TABLE_CTR-CURRENT_LINE.
MODULE TABLE_CTR_GET_LINES.
* MODULE TABLE_CTR_CHANGE_FIELD_ATTR
ENDLOOP.And yes the screen is called 0010
THX Chris
2007 Oct 30 8:23 AM
CONTROLS: table_ctr TYPE TABLEVIEW USING SCREEN '0010'.
try using this....
Regards
Vasu
2007 Oct 30 8:45 AM
Hi THX,
I tried this, but I still can' activate the screen w/o a syntax error.
chris
2013 Apr 01 5:41 PM
Make sure the TC in the screen element list has the same name.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |