‎2009 Dec 18 6:11 AM
Please use a more meaningful subject in future
Hi all,
After we have upgraded the system from 4.6C to ECC 6.0, i found that lot of programs gives syntax error.
Could anyone explain me the reason for the following error?.
"Statement is not accessible" error in "Set titlebar ....." statment.
Regards,
Shanthi
Edited by: Matt on Dec 18, 2009 8:53 AM
‎2009 Dec 18 6:13 AM
‎2009 Dec 18 6:13 AM
Hi
Check with set-pf status commands in the report using transaction code SE41.
Regards
Srilaxmi
‎2009 Dec 18 6:13 AM
Hi,
Ecc 6.0 does not suport this statemetn "set title...", check for the relavant syntax.
regards,
Nazeer
‎2009 Dec 18 6:18 AM
‎2009 Dec 18 6:22 AM
Hi Shanti,
This error occurs usually when the control does not reach a particular statement. There may be a jump statement before this that doesn't allow the control to reach the statement.In such a case you can comment this line.
Regards,
Vasuki
‎2009 Dec 18 6:26 AM
HI,
The program works correctly in 4.6C system, but not in ECC 6.0.
‎2009 Dec 18 6:34 AM
Hi Shanti,
Yes, in ECC such statements cause error . It can b commented..
‎2009 Dec 18 7:19 AM
It can be commented because anyway the statement is not executed. I guess you are getting an EPC error and not syntax error. EVen if it is syntax error, commenting it will not make any difference to the code.
That is the procedure followed in Upgrade if this error is in your project scope. If it is not in scope it can be ignored.
‎2009 Dec 18 7:53 AM