2010 Nov 26 11:41 AM
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
2010 Nov 26 11:45 AM
It would be helpful to know the exact syntax error message.
So now i'm just guessing INTY doesn't exist on CON.
2010 Nov 26 11:49 AM
Error Message
Class CL_TEST,Protected section
The type "TT_TYPES" is unknown.