‎2008 Jan 24 2:05 AM
Hi Experts,
I want to filter my display of data on basis of authorization, i.e, only rows corresponding to a particular vendor can be seen by the vendor. other data needs to be restricted.
I only have the username available with me. can it be handled using authorization object?
please help.
Regards,
Anshumita.
‎2008 Jan 24 5:46 AM
hi
Use transaction SU21.
sap.ionelburlacu.ro/abap/sap2
see the below example
AUTHORIZATION OBJECT S_CARRID (AIRLINE)
FIELDS:CARRID(airline)
ACTVT (activity)
authorization DISPLAY_ALL
CARRID =
ACTIVITY = 03
authorization CHANGE_LH
CARRID =LH
ACTIVITY = 02
i guess instead of carrid u can use username with the one u desire
award points if helpful