Application Development and Automation 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: 
Read only

filtering rows based on authorization

Former Member
0 Likes
485

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.

1 REPLY 1
Read only

Former Member
0 Likes
338

hi

http://sap.ittoolbox.com

Use transaction SU21.

www.erp.navy.mil/util/browse

www.topblogarea.com

www.karakas-online.

www.erpgenie.com

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