Application Development 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: 

Hi good morning every body

Former Member
0 Kudos

i created one include program for the main program, and when i am activating the include program it is giving the error 'no main program for this include' and when i am activating the main progranm i is saying that ' parameter had no value assigned to it'.

can any body give the solution .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Shyam Kumar,

Check whether your main program is having report or program statement.

After that... Press on Object list ( CNTL + SHIFT + F5 ). You will get one window on left side. right click on main program name and click activate.

Reward If Useful.

Regards

--

Sasidhar Reddy Matli.

5 REPLIES 5

Former Member
0 Kudos

hi,

while activating select both include and main program and activate it.

sudha

Former Member
0 Kudos

have commented the first line of the include program?

Reards,

swathi

Former Member
0 Kudos

Hello Shyam Kumar,

Check whether your main program is having report or program statement.

After that... Press on Object list ( CNTL + SHIFT + F5 ). You will get one window on left side. right click on main program name and click activate.

Reward If Useful.

Regards

--

Sasidhar Reddy Matli.

varma_narayana
Active Contributor
0 Kudos

Hi..

Two ways to Solve this ..

IN SE80 Activate the Main program (using Right click on Main program). Select the Main program and Include together to Activate.

Or.

While Activating both the Programs Select the button <b>Activate Anyway</b>.

So that dependent programs are activated.

<b>Reward if Helpful</b>

Former Member
0 Kudos

kindly check wheter ur include is included in the main progarm properly.

after including double click on included program it will take u to ur include program .

activate ur include program.(now it wont give any error)

come back and activate ur proram.

it will bee activated.

reward if satisfied.