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

Layout problem in ALV

Former Member
0 Likes
429

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.

3 REPLIES 3
Read only

Former Member
0 Likes
405

Look into the Authority Object concept, and you'll be able to define conditional catalog entries according to user rights (not user names).

Read only

Former Member
0 Likes
405

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' .

Read only

Former Member
0 Likes
405

q