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

Problem in activating include

Former Member
0 Likes
1,359

Hi experts,

i have made an include in main program. when i go to that include and activate it.it is saying REPORT/PROFRAM statement missing, or program type is I(include).

i have made it as include program.

why is it so. help me out.

thanks

varu.

5 REPLIES 5
Read only

Former Member
0 Likes
1,050

Hi,

For include it will say that report or program is missing because in incude u will not write any report statement

It is not standalone.it is always placed in aprogram by writing inclue<include name>.

Regards,

Sreevani

Read only

0 Likes
1,050

For include program, u can just hit activate anyway.

Read only

Former Member
0 Likes
1,050

HI,

Activate Main program ...that would inturn activate the include also .. you will get a warning message when you try to activate only include program because it cannot recognise the main program while activation ..

Regards,

Santosh

Message was edited by:

Santosh Kumar Patha

Read only

Former Member
0 Likes
1,050

I think it is not an error, only information messaage still u can activate it.

U activate the INCLUDE first adn the comae back to the MAIN program and activate the report.

Read only

former_member491305
Active Contributor
0 Likes
1,050

Hi,

Click the object browser from ur include, it will take you to the main program and double click on the main program and right click on the Main program click activate.Now it will activate the whole program with all includes.