2008 Jan 04 7:36 PM
I am trying to transport a BAPI that I created. When I tried to transport it to test I get an error. The message is: 'Object R3TRFUGRZBAPI is in repair status. Therefore, it cannot be imported.' What do I need to do to transport this BAPI? I looked and I do not see any transports that contain an object in the function group ZBAPI.
Thanks,
Davis
2008 Jan 04 8:16 PM
Hi,
SE03--> Objects -> Display Repaired Objects.
Then select the desired object and choose the function 'Reset Repair Flag'.
and repeat the transport
a®
2008 Jan 04 8:01 PM
It is the function group of your bapi.
Try to activate the function group of BAPI and the retransport it.
Or
your bapi might have something inactive.
2008 Jan 04 8:04 PM
before transporting, release BAPI from FM menu-FM->release->relaese.
and also activate all its componetns/
2008 Jan 04 8:10 PM
Can you explain the process you followed to create the BAPI? Are you just talking about creating a function moduley you actually created a custom method for a custom business object? Somewhere somehow function group ZBAPI is coming into picture. If you made any changes to this one that did not belong to your environment, then it goes to repair status. Check the package (development class) of this function group.
2008 Jan 04 8:16 PM
Hi,
SE03--> Objects -> Display Repaired Objects.
Then select the desired object and choose the function 'Reset Repair Flag'.
and repeat the transport
a®