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

authorization object to display specfic layout

Former Member
0 Likes
416

hi all,

i have an ALV output having some colomns to display.

we have been asked to display some additional colomns apart from existing ones.

1)Bottler Affiliation" 2) SAP Payer Customer" 3) AAG (vbrk-ktgrd) 4) Legacy Bill To Customer" 5)SAP Sold To

Customer" 6)SAP Sold to Customer Name 7)"Legacy Ship To Customer"

colommns 3),6) are the added ones in my case.

what the req is use authorization objects that allow the new columns to be displayed for specfic roles only.

so how to proceed in this case??

hi all,

i have an ALV output having some colomns to display.

we have been asked to display some additional colomns apart from existing ones.

1)Bottler Affiliation" 2) SAP Payer Customer" 3) AAG (vbrk-ktgrd) 4) Legacy Bill To Customer" 5)SAP Sold To

Customer" 6)SAP Sold to Customer Name 7)"Legacy Ship To Customer"

colommns 3),6) are the added ones in my case.

what the req is use authorization objects that allow the new columns to be displayed for specfic roles only.

so how to proceed in this case??

1 REPLY 1
Read only

Former Member
0 Likes
371

Hi,

I'm assuming this is a customer program not a standard one, so I would do the following.

Create a new authorisation object for each column you want to allow/hide

In the ALV program, where you build the field catalogue check each authorisation object

If the object check passes add that column to the field catalogue, if it fails don't add it

Add the authorisation objects to the roles that are permitted to view the columns

Regards,

Nick