‎2009 Apr 15 5:52 AM
Hi All,
I developed one report.my report name (in se38) is ztest.now i created one include for global data.
The include name is ztest_top.When I check this include(ztest_top) it shows error message " REPORT/PROGRAM statement missing or program type is I (INCLUDE)". But when I active this include then it is activated and no error that time.Can any body tell me why it comes error when I checked this
include ztest_top.
Thanks,
Rakesh
‎2009 Apr 15 5:58 AM
Hi rakesh,
u'll get that error whenever u try to check syntax for any include..but when u activate it..it will get activated..
this happens because include programs are of type 'I' and dont have an executable object
Regards,
Amit
‎2009 Apr 15 5:58 AM
Hi Rakesh,
Include is to be activated with the main program.
You cannot activate an include as stand alone. Thats why it had shown an error.
Report statement is written in main program and is not available in include.
Thanks,
Parul
‎2009 Apr 15 6:02 AM
hi Rakesh,
As it is an Include does not have the Report statement and so it is not an Executable program
so error is given
thanks
‎2009 Apr 15 6:48 AM
Hi Rakesh,
You can active include programs along with main program. Active your main program, the included programs will be actived together.
Best regards,
Brown