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

perform

Former Member
0 Likes
986

hi guys,

i have a perform i created an include with that perform ..when i activate it says perform doesnt exist what might be problem ..did i miss smthin..

regds,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
967

Hi,

the include program must be there with in the main program and before the FORM statment

Regards

Sudheer

8 REPLIES 8
Read only

Former Member
0 Likes
967

never put any selection screen related data in the include program.

regards,

srinivas

<b>*reward for useful answers*</b>

Read only

0 Likes
967

thanks for your reply ..........but samething works in another system

Read only

0 Likes
967

Hi,

open your program in SE80. Right click on the program and select check-> syntax error.

if you dont get any syntax error. then right click and activate. select all the objects and press activate.

hope it wil solve your problm

Regards,

Niyaz

Read only

Former Member
0 Likes
968

Hi,

the include program must be there with in the main program and before the FORM statment

Regards

Sudheer

Read only

Former Member
0 Likes
967

Did you write the FORM..ENDFORM in the include, or did you call the perform statement in the include?

Make sure the program is included in your main program, using the INCLUDE statement.

You could also try going to the main program, Utilities > Update Navigation Index. This will fix any navigation problems.

Hope this helps.

Sudha

Read only

Former Member
0 Likes
967

Hi,

1. if u double click on that perform is it taking to the include?

2. have u declared the include first in the program and then using the program?

if not do the respective things.

Regards,

Niyaz

Read only

Former Member
0 Likes
967

HI,

When you are activating the program select the include also.. both of them should be activated simultaneously other wise u will get this error.

Thaks

Mahesh

Read only

Pawan_Kesari
Active Contributor
0 Likes
967

try activating the include first..