‎2009 Jan 28 6:25 PM
Hi Folks,
I have a requirement to display different layouts for different users according to the authorization they got. For the User who has got all the authorization only he shold be able to display all the columns of the alv otherwise the layout should be use-specific
My second requirement is to remove the default checkbox coulmn which appears in the very first column.
Thanks & Regards,
Santosh.
‎2009 Jan 28 6:30 PM
Look into the Authority Object concept, and you'll be able to define conditional catalog entries according to user rights (not user names).
‎2009 Jan 28 6:30 PM
Hi,
Build the field catalog depending on the user autherization. If particular user has no authorization to view the field then pass NO_OUT = 'X' else blank while building the field catalog for the field.
Check the fieldcatalog for the check box and pass NO_OUT = 'X' .
‎2009 Mar 05 3:35 PM