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

statement not accessible..

Former Member
0 Likes
2,448

hi,

in MV45AFZZ i implemented an implicit enahancement and added a statement Include zdddd.

Inside that include i wrote code for the user exit.

in the first statement after data declaration i have an IF condition. whatever be the line of code there, i get this error during syntax check which says "statement is not accessible".

pl advise

2 REPLIES 2
Read only

Former Member
0 Likes
1,160

resolved..

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,160

"Not accessible" means that you wrote some code where it is, well, not accessible. It will never be executed and, therefore, is not allowed to be there. I bet you just put your code in, like, the first available line of MV45AFZZ. You are supposed to put it between the FORM... ENDFORM statements.