‎2014 Nov 27 5:18 AM
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,
‎2014 Nov 27 5:40 AM
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
‎2014 Nov 27 5:40 AM
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
‎2014 Nov 27 6:11 AM
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.
‎2014 Nov 27 6:19 AM
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
‎2014 Nov 27 5:44 AM
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
‎2014 Nov 27 5:45 AM
Hi,
Make a dummy change in your FM and save.
Reactivate the function group and re-transport to Quality.
cheers
Paul
‎2014 Nov 27 5:47 AM
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