Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to Reassign Function Module to New Function Group

Former Member
0 Likes
711

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.

4 REPLIES 4
Read only

0 Likes
644

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

Read only

0 Likes
644

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.

Read only

Former Member
0 Likes
644

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

Read only

matt
Active Contributor
0 Likes
644

Answered here. http://scn.sap.com/thread/3152794 Thread locked.