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

HI

Former Member
0 Likes
810

Working on module Pool prg.In Top include error msg

REPORT/PROGRAM statement missing, or program type is I (INCLUDE).

hw can isolve it?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
787

hi,

when creating a module pool program u need to give the program type as module pool.If it is include u need to give it as Include.

Working on module Pool prg.In Top include error msg

REPORT/PROGRAM statement missing, or program type is I (INCLUDE).

hw can isolve it?

6 REPLIES 6
Read only

Former Member
0 Likes
787

mod pool prgm can not be run like a report prgm u have to assign a t code to it...also activate each include saperatley n then the main prgm

Read only

Former Member
0 Likes
788

hi,

when creating a module pool program u need to give the program type as module pool.If it is include u need to give it as Include.

Read only

Former Member
0 Likes
787

Hi,

Dont execute directly, create transaction in SE80.

Thanks,

Anitha

Read only

0 Likes
787

in top include i had written Program <name>(Mod pool prg name),.is it correct but i'm not able to view the top include in se80.....I had created in se80

Read only

Former Member
0 Likes
787

HI.

You cant excute your module pool program fromm SE38 or SE80.You need to create transaction code for that. go to SE93 ,and give your program name and screen number.

Reward all helpfull answers.

Regards.

Jay

Read only

Former Member
0 Likes
787

Hi,

Double Click on the program name. Then right click and click activate. It will activate all the includes in the program.

After activating, again right click on the program name,click create-->transaction. You can create a transaction code there for executing the program.

Regards,

Renjith Michael.