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: 

Restricting Authorization for movement types for Storage Location

Former Member
0 Kudos

Hi Xperts

I have a requirement that 313 & 315 material movements should not have any BBD/SLED check.However , 314 & 316 should have BBD/SLED check.

Suppose there are two storage locations : A(Good Stock) & B(Blocked Stock).

I want one User-ID should be authorized to perform 313 & 315 from A to B.However the same USER-ID should not be authorized to perform 313 & 315 from B to A.They should be authorized only to perform 314 & 316 from B to A.

All the above trasnactions will be performed either via MIGO or via MB1B.

How to achieve this.Pls suggest.

Regards,

Soumick

1 ACCEPTED SOLUTION

nishad_showkath
Explorer
0 Kudos

Hi Soumick,

You can try by creating 2 roles as given below.

Role A - Tcode Migo

BWART - 313 and 315

for object M_MSEG_LGO field LGORT - give only A

Role B - Tcode Migo

BWART - 314 and 316

for object M_MSEG_LGO field LGORT - give only B

Try assigning both the roles to user and see... Not 100% sure...but u can try out.... You need to have such scenarios tested very thoroughly.

With Regards

Nishad Showkath

1 REPLY 1

nishad_showkath
Explorer
0 Kudos

Hi Soumick,

You can try by creating 2 roles as given below.

Role A - Tcode Migo

BWART - 313 and 315

for object M_MSEG_LGO field LGORT - give only A

Role B - Tcode Migo

BWART - 314 and 316

for object M_MSEG_LGO field LGORT - give only B

Try assigning both the roles to user and see... Not 100% sure...but u can try out.... You need to have such scenarios tested very thoroughly.

With Regards

Nishad Showkath