‎2008 May 14 10:53 AM
Hi,
Here is an important issue given below.
I need to diplay a list containing 50 fields using alv's.But a particular user can't see also all fields only some fields.similarly another user needs to see only some particular fields.finally we need to allot some fields to a particular user so that he can see the authorised fields and also to all users like this.
‎2008 May 14 10:57 AM
Better create aAuthority Object for that transaction and assign a Activity for same.
Depending upon the Activity u can hide or show the fields.
Cheers,
Vasanth
‎2008 May 14 10:57 AM
Better create aAuthority Object for that transaction and assign a Activity for same.
Depending upon the Activity u can hide or show the fields.
Cheers,
Vasanth
‎2008 May 14 11:00 AM
when you build your field catalog and set properties of individual fields, you can check for teh user name...
for example..to make a field invisible for user "USER01"...
if sy-uname EQ 'USER01'.
*make field invisible by setting no_out field of fieldcatalog as 'X'
endif.
‎2008 May 14 11:02 AM
Hi,
If those users already have an authorization object set...then check for the parameters in those object and accordingly use alv functionality of Hide.....You can hide fields in ALV according to user who is logged in.
Raghav