Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
Jigang_Zhang张吉刚
Active Contributor
The Development system is working fine after implementing one SAP note then moving to the Quality system shows that the function group contains errors.

The function module 'FIWTIN_UPDATE_ACCUMULATION' (created by Notes) is there at Qas but Include LJ1IEWTU25 has not been included in its function group's include program at Qas, which means not registered.


Re-transfer the previous Transport from the Development system to Quality system is not working. Then try the below approach:

  • To open the repair tool, on the initial screen of the Function Builder, choose Utilities -> Repair function group.



 


Here need extra access to execute the repair operation as it's re-generated standard function group.

 
4 Comments
matt
Active Contributor
0 Kudos
This looks to me like a very specific issue where the UXX include isn't in the transport with the function module. Possibly it's been locked against another transport.

The simplest fix, given that the function group is fine in dev, is to manually create a transport with this entry: R3TR FUGR J1IEWT, and transport that. This does not require that the QA system is opened to changes, and ensures that the function group is consistent.

In this way the whole function group is transferred.

Function modules can be a pain when their constituents are spread across a number of transports!
Jigang_Zhang张吉刚
Active Contributor
0 Kudos
matthew.billingham Thanks for info : )
mohit_dev
Contributor
0 Kudos
Thanks, matthew.billingham

Your approach/idea helped us resolve the exact similar issue. We manually created a transport with the entry for the include with missing reference and moved it across to Quality and further systems, since repairing the function group directly was not authorized.

Thanks, jimmy.zhang3, for writing this blog post.
Jigang_Zhang张吉刚
Active Contributor
0 Kudos
mohit_dev

I couldn't logon here for the past few months... I'm glad it helps  🙂