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 in Function module

Former Member
0 Likes
1,892

Hi,

I have created a function module and I am having a perform in that when I double click on it, it is showing the code in the include but when I am trying to active the Function Module it is saying FORM does not exists, what might be the issue ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,059

Hi,

Activate the entire function group.

Regards,

Ankur Parab

7 REPLIES 7
Read only

Former Member
0 Likes
1,059

Try Activating the include first and then activate FM. if still that does not work on the error dialog press Activate Anyway Button.

Regards

Karthik D

Read only

0 Likes
1,059

Yes, I also tried in that way but it is not working.

Read only

0 Likes
1,059

Hi,

Check the Function Group is activated or not.

Read only

0 Likes
1,059

Hi,

If its a ZFG then try commenting the perform and form then activate the FG. Now Uncomment Perform, it will say form does not exists, click create and copy the code from the commented form. Try and revert back.

Regards

Karthik D

Read only

Former Member
0 Likes
1,059

Hi,

Please check 2 things.

1. The include appears in the 'INCLUDE LIST' of the Function Group ( Use Se80 to check this).

if not, then use 'INCLUDE <Include name> in the top include of ur Function Group.

2. The include should be active.

Hope this will solve ur problem,

Raj

Read only

Former Member
0 Likes
1,060

Hi,

Activate the entire function group.

Regards,

Ankur Parab

Read only

0 Likes
1,059

Activate all of them at one go. That would really work. I did face this kind of problem once.

So, I went to SE80, selected the Function Group in the first drop down field and entered the function group name and then activated it by selecting all of them. This will definitely solve your problem

Thanks,

Babu Kilari