2012 Sep 26 12:42 PM
Hi,
I am doing one enhancment in VF01 include subroutin MV60AI0P_PAI_EXPORT_ITEM, here first I want to check the sy-tcode = 'vf01' I have added the code as below
IF SY-TCODE = 'VF01'.
ENDIF.
but system is giving me error message at line IF SY-TCODE = 'VF01' as statement is not accesible, what can be the problem.
regards,
zafar
2012 Sep 26 1:00 PM
2012 Sep 26 1:21 PM
Hi,
Its solve, actually the probelm was i had added my code out of perform (module) , then i add my code inside the form routine of thet perform then it works.
regards,
zafar
2012 Sep 26 1:58 PM