cancel
Showing results for 
Search instead for 
Did you mean: 

Restricting users from changing storage location for GI against process ord

0 Kudos

Hi,

We are in PP PI scenario and material consumption against process order happens by back flushing against process order in transaction COR6. Here storage location field will be editable and user can change this while confirming. How to make this field display only or restrict authorization of users to make GI against particular storage location only. We tried using authorization object M_MSEG_LGO, but it is not working. Pl. suggest appropriate authorization object or procedure.

Thank you

Ramesh

Accepted Solutions (1)

Accepted Solutions (1)

Anupam1143
Active Contributor
0 Kudos

HI

Try with BAdi WORKORDER_GOODSMVT for your requirement with the help of ABAP for changing the Sloc system should give error.

Regards

Anupam Sharma

0 Kudos

Thanks Anupam. Can you suggest any authorization object to restrict storage locations for GI against process order. This should be more simple and straight forward.

Former Member
0 Kudos

Have you activated the authorization check at SLoc level in config? If not do the same first & then check.

0 Kudos

Thanks Vivek. Yes. We have activated authorization check at storage location level using authorization object 'M_MSEG_LGO'. But it is not restricting changing storga location and posting GI against process order. I think this object is for MM related postings only. I want to know any similar authorization object for PP related postings.

Former Member
0 Kudos

When you say:

We have activated authorization check at storage location level using authorization object 'M_MSEG_LGO'.

Does it mean that you are just using the object - M_MSEG_LGO in the authorizations or does it mean you have activated the authorization check at SLoc level in config along with the usage of auth. object(please note, they are 2 different things).

The goods movement is part of the MM-IM component & this is used in MM, PP etc. So the object M_MSEG_LGO is checked whenever goods movement are posted, provided the config has been activated.

To be sure, check in table T001L whether the field XBLGO has a X for the SLoc where you require this control.

0 Kudos

Hi Vivek, your hunch was right. Authorization check for storage location was not ticked in inventory management. We have corrected this and the object is working now. Thanks for the solution. The solution you gave deserves full reward points

Answers (1)

Answers (1)

ganeshku
Explorer
0 Kudos

Hi,

You can change the field status to display only by creating transaction varient by SHD0.

Regards,

Ganesh