Skip to Content
Technical Articles
Author's profile photo Jigang Zhang 张吉刚

Tips about Function module is not registered

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.

 

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Matthew Billingham
      Matthew Billingham

      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!

      Author's profile photo Jigang Zhang 张吉刚
      Jigang Zhang 张吉刚
      Blog Post Author

      Matthew Billingham Thanks for info : )

      Author's profile photo Mohit Sharma
      Mohit Sharma

      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, Jigang Zhang 张吉刚, for writing this blog post.