‎2007 Aug 20 3:45 PM
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,
‎2007 Aug 20 3:51 PM
Hi,
the include program must be there with in the main program and before the FORM statment
Regards
Sudheer
‎2007 Aug 20 3:49 PM
never put any selection screen related data in the include program.
regards,
srinivas
<b>*reward for useful answers*</b>
‎2007 Aug 20 3:53 PM
thanks for your reply ..........but samething works in another system
‎2007 Aug 20 4:05 PM
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
‎2007 Aug 20 3:51 PM
Hi,
the include program must be there with in the main program and before the FORM statment
Regards
Sudheer
‎2007 Aug 20 3:52 PM
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
‎2007 Aug 20 3:52 PM
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
‎2007 Aug 20 3:53 PM
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
‎2007 Aug 20 3:54 PM