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

Syntax error in Se80 even though the syntax is right

Former Member
0 Likes
582

Hi ,

We are using a three system landscape. DEV -


TST---CON

The correction request released from dev sytem has no syntax error in both DEV and TST but only in cons system.

All systems hare in the same basis SP levels for release 620.

Even though the sytax is absolutely correct and no activation errors.The program has sytax error during generation phase.

Any ideas as to why this is occuring and how can we rectify it.

In the class attributes the type is unknow sytax error is thrown.

TT_INFTYPES Static Protected Type TT_TYPES

below is the definition for TT_TYPES.

begin of t_types,

ity type inty,

end of t_types,

tt_types type standard table of t_types.

The sysntax is correct but still I get syntax error only in cons system.

Edited by: Vighneswaran CE on Nov 26, 2010 12:41 PM

Hi ,

We are using a three system landscape. DEV -


TST---CON

The correction request released from dev sytem has no syntax error in both DEV and TST but only in cons system.

All systems hare in the same basis SP levels for release 620.

Even though the sytax is absolutely correct and no activation errors.The program has sytax error during generation phase.

Any ideas as to why this is occuring and how can we rectify it.

In the class attributes the type is unknow sytax error is thrown.

TT_INFTYPES Static Protected Type TT_TYPES

below is the definition for TT_TYPES.

begin of t_types,

ity type inty,

end of t_types,

tt_types type standard table of t_types.

The sysntax is correct but still I get syntax error only in cons system.

Edited by: Vighneswaran CE on Nov 26, 2010 12:41 PM

2 REPLIES 2
Read only

Former Member
0 Likes
513

It would be helpful to know the exact syntax error message.

So now i'm just guessing INTY doesn't exist on CON.

Read only

0 Likes
513

Error Message

Class CL_TEST,Protected section

The type "TT_TYPES" is unknown.