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 XXXX

jaheer_hussain
Active Contributor
0 Likes
3,012

Hi,

     I have developed one function module z_update_ekpo_cust and it is working in development system.The same function module is not working because of this error " Function group ZUTL contains errors".I identified the issue that my function module is not included in

INCLUDE LZUTLUXX. That  why I am getting this error.How to include this my function module in the

INCLUDE LZUTLUXX. ?

Development system:

Quality system:

Here

INCLUDE LZUTLU07.   "Z_UPDATE_EKPO_CUST is missing.But it is available in development system as above.How to inlude this and make it avaiable in quality system.Can some some throw light on this issue please?

With Regards,

1 ACCEPTED SOLUTION
Read only

former_member210770
Active Participant
0 Likes
2,703

Hi jaheer,

Please make sure you have created your function module in this Function group only. Also You can go to SE38 Tcode , Give Program name as your Function group name with prefix SAPL like if your Function group name is ZTEST then in se38 give name as SAPLZTEST change it.

Now Go to that include and do some changes like space or any thing and include it in separate TR and also include your Function module in this TR . Ones you done this activate this program.

Please make sure that in TR your function group should be covered.

Hope this will work.

Regards,

Sagar

6 REPLIES 6
Read only

former_member210770
Active Participant
0 Likes
2,704

Hi jaheer,

Please make sure you have created your function module in this Function group only. Also You can go to SE38 Tcode , Give Program name as your Function group name with prefix SAPL like if your Function group name is ZTEST then in se38 give name as SAPLZTEST change it.

Now Go to that include and do some changes like space or any thing and include it in separate TR and also include your Function module in this TR . Ones you done this activate this program.

Please make sure that in TR your function group should be covered.

Hope this will work.

Regards,

Sagar

Read only

0 Likes
2,703

Hi,

I tried this ,but it does not work.

please see below error screen.

Even I made dummy transport with SAPLZUTL,but still it is NOT working.

Read only

0 Likes
2,703

Hi Jaheer,

Have you created your Function Module in That function group or in any other function group.?

Please create it under mentioned function group only.

Regards,

Sagar

Read only

Former Member
0 Likes
2,703

Hi Jaheer,

if you add a new function module to an own function group ZABC, the main program of the function module is SAPLZABC and the include for the function module definitions in LZABCUXX. This will be updated automatically, if you create a new function module.

It seems, that you didn't transport all changes in the function group to your quality system.

Maybe you have splitted this update into two different transport requests and have transported only one of them, or another error occurred.

You can correct this error on quality system, if you transport the whole function group ZABC (or in your case ZUTL) with a new transport of type Transport of Copies and include object

R3TR FUGR ZUTL

If there is still an error after import, then a DDIC component or another ABAP workbench object might be missing.

Regards,

Klaus


Read only

paul_bakker2
Active Contributor
0 Likes
2,703

Hi,

Make a dummy change in your FM and save.

Reactivate the function group and re-transport to Quality.

cheers

Paul

Read only

0 Likes
2,703

Did you transport it from Dev to quality? If that is the case there might be error in transport. Check with your basis team and provide them the request number to properly transport.

Regards,

Saurabh