‎2007 Feb 28 11:40 AM
Hi experts,
i have made an include in main program. when i go to that include and activate it.it is saying REPORT/PROFRAM statement missing, or program type is I(include).
i have made it as include program.
why is it so. help me out.
thanks
varu.
‎2007 Feb 28 11:42 AM
Hi,
For include it will say that report or program is missing because in incude u will not write any report statement
It is not standalone.it is always placed in aprogram by writing inclue<include name>.
Regards,
Sreevani
‎2007 Feb 28 11:44 AM
‎2007 Feb 28 11:43 AM
HI,
Activate Main program ...that would inturn activate the include also .. you will get a warning message when you try to activate only include program because it cannot recognise the main program while activation ..
Regards,
Santosh
Message was edited by:
Santosh Kumar Patha
‎2007 Feb 28 11:43 AM
I think it is not an error, only information messaage still u can activate it.
U activate the INCLUDE first adn the comae back to the MAIN program and activate the report.
‎2007 Feb 28 11:43 AM
Hi,
Click the object browser from ur include, it will take you to the main program and double click on the main program and right click on the Main program click activate.Now it will activate the whole program with all includes.