Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

programming type

Former Member
0 Likes
709

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".

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
687

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.

5 REPLIES 5
Read only

Former Member
0 Likes
687

include zmm_bostr_rep_top report This statement might be missing.

The name of the program is missing.

Hope its helpful.

Regards,

Nikhil Moghe

Read only

Former Member
0 Likes
688

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.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
687

Hi,

Try activating all the related things of a program at the same time.

Read only

Former Member
0 Likes
687

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!

Read only

Former Member
0 Likes
687

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>