Skip to Content
0
Former Member
May 28, 2008 at 01:05 PM

About autorozation object.

66 Views

Hi experts,

In my program, I have to use Authorization object on following condition:-

User authorization checks:

u2022 Display authorization check on plant and storage location. (Note: If data not provided on the selection screen, then select the data first and filter it based on authorizations). u2013 Auth Object M_MATE_WRK

o Example 1: If the plant range is not provided on the selection screen, then do the following:

 Get all the plants from T001W table and run authorization check for all these plants for the user.

 Remove all the unauthorized plants from your T001W internal table.

 Now report should be run only for the authorized plants from T001W internal table.

o Example 2: Same way as above, use table T001L for storage locations.

u2022 Display authorization check on warehouse. Auth Object L_LGNUM

o Example 3: For warehouses table T300 can be used.

o Example 4: If the plant and storage locations are provided, then get the warehouse from T320 and perform the authorization checks on the warehouse

All three fields are selection criteria on selection screen.

Please help.Points sure

Anshuman