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

Unlocking transaction

Former Member
0 Likes
639

I have a requirement to change the material while creating/changing BOM. I am planning to use BOM_UPDATE BADI for this. Before saving BOM I am calling MM02 transaction to change material. At this point I am not able to change any thing to the material because the BOM Group (Material) is been locked with my user id. Can any body advice me how to unlock the BOM group and do the changes to Material and then save the BOM group.

Thanks,

Ram

I have a requirement to change the material while creating/changing BOM. I am planning to use BOM_UPDATE BADI for this. Before saving BOM I am calling MM02 transaction to change material. At this point I am not able to change any thing to the material because the BOM Group (Material) is been locked with my user id. Can any body advice me how to unlock the BOM group and do the changes to Material and then save the BOM group.

Thanks,

Ram

2 REPLIES 2
Read only

Former Member
0 Likes
504

hey try using sm12 to unlock the locked things. But for that u need authoriztions. Even we have some dequeue function modules to do this, again it checks for authorization.

Read only

Former Member
0 Likes
504

Hi Ram,

Try Using WAIT UPTO n Seconds after the BAPI Call.

Regards,

Siva