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: 

Movement Type used for How many users

Former Member
0 Kudos

Dear All,

I need to check how many users having authorization of "311" Movement Type. How i can check it?

Thanks & Regards,

Pramod

6 REPLIES 6

Former Member
0 Kudos

What have you tried so far to check this in your system, before asking this question?

Cheers,

Julius

0 Kudos

Hi,

I tryied Tcode SUIM, but i haven't found anything there for movemnet type.

pls tell me how i can check it.

Thanks & Regards,

Pramod

0 Kudos

The answer is on page 2 of this forum.

0 Kudos

Dear Alex Ayers,

I have not found answer, would you like to send me link pls.

Regards,

Pramod

0 Kudos

Hi Pramod,

Movement type is an Authorization filed has been used by many authroization objects.

its depends upon situation to situation.

Find the below are the relevant authroziation objects whose contained Movement type authroization field

L_BWLVS

M_MRES_BWA

M_MSEG_BMB

M_MSEG_BWF

M_MSEG_WWA

Please goto -> SUIM - > users by complextion criteria - > Entry values - > give the one of the below objects press enter then give the movement type then execute you can find the list of userIDs.

Regards

Hari

Former Member
0 Kudos

These are the authorisation object which consists of authorisation field BWART(Movement type)

M_MRES_BWA Reservations: Movement Type

M_MSEG_BMB Material Documents: Movement Type

M_MSEG_BWA Goods Movements: Movement Type

M_MSEG_BWE Goods Receipt for Purchase Order: Movement Type

M_MSEG_BWF Goods Receipt for Production Order: Movement Type

You can run t-code SE16> Goto Table AGR_1251> In Field textbox enter BWART-->Low textbox Enter the value(311).

You will get list of roles. Copy those role and then Goto se16>AGR_USERS>In AGR_name textbox Multiple selection paste these role names.

You will get list of user having access to those roles.

Do let me know if this brings the data what is required.