‎2009 Mar 06 2:33 PM
Hi,
Please help me if there is any FM or any other way to check the syntax of program programmatically
I tried this FM EDITOR_SYNTAX_CHECK, but whatever input i give,it is giving me error
'REPORT/PROGRAM statement missing, or program type is I (INCLUDE).'
Regards,
Sowjanya
‎2009 Mar 06 2:49 PM
[Syntax check |http://help.sap.com/abapdocu/en/ABAPSYNTAX-CHECK_FOR_ITAB.htm#!ABAP_ADDITION_1@1@]
‎2009 Mar 06 2:44 PM
Hi Sowjanya,
I think you are doing syntax check for an include...
if it is giving the that type of error.. "'REPORT/PROGRAM statement missing, or program type is I (INCLUDE"
do below
with out checking the sytax just activate....even it comes activate forcefully.... (ie. Activate Anyway..
solves your problme..
Thanks!
‎2009 Mar 06 2:49 PM
[Syntax check |http://help.sap.com/abapdocu/en/ABAPSYNTAX-CHECK_FOR_ITAB.htm#!ABAP_ADDITION_1@1@]