‎2008 Jul 23 6:30 PM
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
‎2008 Jul 23 10:08 PM
‎2008 Jul 23 10:08 PM
"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.