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

Function group error

Former Member
0 Likes
1,083

Hi,

SAP Gurus

  Actually I developed one Function Group ZXX_IN_PAYMENT in that i developed 16 Fmods.

After created fmods success fully i need to run a transaction  YYFCHECK (This is internally created for code checking as per as standards),so after checking that tcode i found errors in that function group and rectified all the errors.

  The main problem is there are  two includes available in top of the function group i changed  that includes also

     1) INCLUDE FYY_IN_PAYMENT_TOP

   

    2)" INCLUDE FYY_IN_PAYMENT_UXX"---this include created automatically but i changed for putting header comments on that include,so first time its allowing me for changing the code after activate the function group am not getting to open any fmod in the function it saying "ZXX_IN_PAYMENT(Function Group) " Error ,then after i followed SAP Given solution

                       "SE37-> Utilities-> Repairs "--its created includes again in the-" include FYY_IN_PAYMENT_UXX"

                               - whenever try to activate it is saying--include already existing

                                    - Am trying to get change mode on the INCLUDE it is not allowing and showing the follwing informatio

                        "---some info.-------forbidden by SAP* "


i serching for solution in sdn but not getting correct information.

Give me solution for this problem ASAP.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
852

Hi Bujji ,

please refer the below links :-

http://help.sap.com/saphelp_nw70/helpdata/en/9f/db992335c111d1829f0000e829fbfe/content.htm

http://help.sap.com/saphelp_nwpi711/helpdata/en/d1/801ef5454211d189710000e8322d00/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/d1/801ef5454211d189710000e8322d00/content.htm

And the include which u are referring is only to hold the FM only.

If u r editing it  Don't write in this include anything extra apart from your FM data.

You can also do one thing delete this current function group and create new one from start.

Hope this will help u ....

Regards,

AKS

2 REPLIES 2
Read only

Former Member
0 Likes
853

Hi Bujji ,

please refer the below links :-

http://help.sap.com/saphelp_nw70/helpdata/en/9f/db992335c111d1829f0000e829fbfe/content.htm

http://help.sap.com/saphelp_nwpi711/helpdata/en/d1/801ef5454211d189710000e8322d00/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/d1/801ef5454211d189710000e8322d00/content.htm

And the include which u are referring is only to hold the FM only.

If u r editing it  Don't write in this include anything extra apart from your FM data.

You can also do one thing delete this current function group and create new one from start.

Hope this will help u ....

Regards,

AKS

Read only

Former Member
0 Likes
852

dear bujji,

you can try the below solution:

1 .  Delete extra comments from INCLUDE FYY_IN_PAYMENT_UXX and activate it.

2 . Goto Display mode and try to activate whole function group from se80 t-code.

if above two is not working

3. Create a new Function group and reassign all the function modules to the new.

regards

goudham