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

Limit storage location access in t-code COGI

Former Member
0 Likes
875

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
Read only

mvoros
Active Contributor
0 Likes
741

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

Read only

Former Member
0 Likes
741

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

Read only

0 Likes
741

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.

Read only

0 Likes
741

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

Read only

Former Member
0 Likes
741

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