Application Development 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: 

Limit storage location access in t-code COGI

Former Member
0 Kudos

Hi Experts,

How do you limit stor loc access in t-code COGI? I tried limiting all LGORT fields but it can still access the supposedly restricted storloc.

Thanks.

5 REPLIES 5

mvoros
Active Contributor
0 Kudos

Hi,

what do you mean by limiting all LGORT fields? It does not seem like transaction COGI checks for LGORT. But there is BADI WORKORDER_GOODSMVT with method COGI_AUTHORITY_CHECK that can be used to implement additional authorization checks.

Cheers

Former Member
0 Kudos

Dear Rachel,

The Auth Object M_MSEG_LGO can be used to limit access to Storage Location in the transaction code COGI.

By default NO CHECK is performed for this Authorization Object.

Please set it to YES in SU24. This should solve the issue.

Regards

0 Kudos

Hi Sumanth22,

The authorization proposal status YES in SU24 only gives a default value for the auth object.

I don't think this will limit storloc access in COGI.

Thanks.

0 Kudos

Hi Rachel,

Please explain what do you mean by "The authorization proposal status YES in SU24 only gives a default value for the auth object"

Regards

Former Member
0 Kudos

If you don't want to restrict default values (thats given in PFCG), just you can make adjustments in SU24 with check indicator CHECK and proposal NO. If you make proposal YES, its easy for you to give access on whatever the storage locations the users need access in PFCG