cancel
Showing results for 
Search instead for 
Did you mean: 

restriction to use mov type 309

Former Member
0 Kudos

Hi,

I need to restrict some of users not to use mov type 309 only, other mov type they need to use, in that case how to do ??

I knew the object (object name -authorization object is M_MSEG_BWA) pls tell me the steps?

Accepted Solutions (1)

Accepted Solutions (1)

former_member184655
Active Contributor
0 Kudos

Dear Jayakumar,

While creating the roles using T Code PFCG,after adding the T code MB1B under any role,ask your Basis consultant to look for

this authorization object M_MSEG_BWA,and dont include the check box for 309 movement and include it for the other

movement's like 311,312 etc.

So whatever role that's allowing MB1B should be checked so that it 's not having the authorization for 309 movement.

Check and revert back.

Regards

Mangalraj.S

Former Member
0 Kudos

HI

For this object clienti have assigned for so many roles around 50 roles.. in that case i need to change this mov type 309 restriction in all these roles... its too diffcult.. is there any other mehod to carry out?

JL23
Active Contributor

you can restrict the use with userexit. enhancement MBCF0002 EXIT_SAPMM07M_001

just enter this code:

 if i_mseg-bwart eq '309'.
          message e635(62) with '309'.
    endif.

Answers (3)

Answers (3)

dipak_kumar3
Active Contributor
0 Kudos

Its a BASIS activity.

Refer the object which you are refering and maintain the required movement types using PFCG transaction.

Former Member
0 Kudos

go to change authorisation data for the user and click manually TAB in tool bar.

there u can assign authorisation object and give authorisations accordingly and generate

log off and login after assigning authorisations

Former Member
0 Kudos

Hi,

Maintain other tha 309 mvt types in BWART field in the autorisation object you have mentioned in PFCG.

This will be done by BASIS team

regards,

Kannaiah Naidu