2008 Aug 08 11:49 AM
Hi All,
i came across a program which is a function pool and there are many includes.
in one of the include, there is statement called
"REPORT includename." is this the right way to define,
i just checked for syntax check and it showed me an error.
what can be done in such case?
2008 Aug 08 11:53 AM
Hi,
To include an include in the program you have write-
INCLUDE <includename>.
Regards,
Sujit
2008 Aug 08 12:38 PM
Hi poonam,
I understand that you have an include inside which you have REPORT includename . Actually this is not possible.
You can have includes inside report but includes cannot have report.
So the include should be declared as INCLUDE includename instead of REPORT includename.
Have a look at this link for more information.
[Include Programs|http://help.sap.com/saphelp_nw70/helpdata/en/9f/db973535c111d1829f0000e829fbfe/content.htm]
Best of luck,
Bhumika