Application Development 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: 

statement

Former Member
0 Kudos

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

9 REPLIES 9

Former Member
0 Kudos

Please use a meaningful subject line

Former Member
0 Kudos

Hi

Check with set-pf status commands in the report using transaction code SE41.

Regards

Srilaxmi

former_member588853
Active Contributor
0 Kudos

Hi,

Ecc 6.0 does not suport this statemetn "set title...", check for the relavant syntax.

regards,

Nazeer

0 Kudos

Hi Nazeer how do you say that it doesnt support ?

former_member206377
Active Contributor
0 Kudos

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

0 Kudos

HI,

The program works correctly in 4.6C system, but not in ECC 6.0.

0 Kudos

Hi Shanti,

Yes, in ECC such statements cause error . It can b commented..

0 Kudos

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.

matt
Active Contributor
0 Kudos

Please use a more meaningful subject in future