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: 

Perform in Function module

Former Member
0 Kudos

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

former_member555112
Active Contributor
0 Kudos

Hi,

Activate the entire function group.

Regards,

Ankur Parab

7 REPLIES 7

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

Hi,

Check the Function Group is activated or not.

0 Kudos

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

Former Member
0 Kudos

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

former_member555112
Active Contributor
0 Kudos

Hi,

Activate the entire function group.

Regards,

Ankur Parab

0 Kudos

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