‎2007 Jul 05 6:28 AM
hi,
can anybody explain me about the include programming type.
i am using an include in my program, when i tried to activate the include it is showing me the error like" include zmm_bostr_rep_top report/ program statement is missing, or program type is include i".
‎2007 Jul 05 6:31 AM
Hi !
Incldues automaticalle are actrivated by that program that hast the INCLUDE statmand in it's code.
They can not be activated "stand alone" by itself.
So you should to to the code if that "includer" program an activate it. Then you max see if there are any syntacital errors in the include.
Some points would be nice if taht helpe a bit.
‎2007 Jul 05 6:30 AM
include zmm_bostr_rep_top report This statement might be missing.
The name of the program is missing.
Hope its helpful.
Regards,
Nikhil Moghe
‎2007 Jul 05 6:31 AM
Hi !
Incldues automaticalle are actrivated by that program that hast the INCLUDE statmand in it's code.
They can not be activated "stand alone" by itself.
So you should to to the code if that "includer" program an activate it. Then you max see if there are any syntacital errors in the include.
Some points would be nice if taht helpe a bit.
‎2007 Jul 05 6:32 AM
Hi,
Try activating all the related things of a program at the same time.
‎2007 Jul 05 6:33 AM
Hi
1. Give INCLUDE <INCLUDE NAME/zmm_bostr_rep_top>
2. Check from SE38 whether it is of INCLUDE Type! Means 'I'.
3. You can change type from attribute.
Reward if useful!
‎2007 Jul 05 6:35 AM
hi
check what is ur program type.
if it is type 'i' i.e include type then its not executable at all.
include program are made so that they can reused anywhere in another programs.
if ur report is 'Executable type' the n check is there Report statement at the top of ur program . if u hav deleted it by mistake
then write at top of prg
REPORT <program name>.
but if ur program is type 'i' and u are trying to execute it then it will show error while excecuting.
u have top specify ur program type when u creater a new program and sets its attributes
regards
ravish
<b>plz dont forget to reward points if helpful</b>