2012 Mar 28 6:07 AM
Dear All,
I am trying to reassign my Z Function Module to a Z Function Group. Both are activated in SAP.
However whenever i try to reassign it, i am getting the error i.e.
"Object component locked in different tasks" or "The requested object is locked by another transaction"
Please help me to resolve this issue. What should i do extra to avoid this and will be able to successfully reassign my ZFM to another ZFG.
I dont want to delete my FM and redevelop it again.
2012 Mar 28 6:18 AM
Hi Suruchi,
You may move this thread to the ABAP development forum to get better response.
The issue could be that your function module and function group are locked under different transport requests now. If you can release any of the requests and then try reassigning it will work fine.
The other way is to remove function module entries from the transport requests and add them in the transport request of the function group.
Regards,
Leon
2012 Mar 28 6:32 AM
I did all these also... i.e. removing the Function Module from Transport Request also. It asks a new Request but again i get the same error.
Plus i removed all locks also from transaction SM12. Still getting the same error.
2012 Apr 04 6:51 AM
Hi
Use SE03 to check which TR is holding the object.
SE03>>Search for objects in Requests/Tasks>>FUGT : Function Group Texts
FUNC : Function Module
FUGR : Function Group
You can also use the same tcode to unlock the object from the TR.
SE03>>Unlock Objects(Expert Tool)>>Enter the request no.
Regards,
Xineohpi
2012 Apr 04 1:28 PM
Answered here. http://scn.sap.com/thread/3152794 Thread locked.