Application Development 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: 

ABAP ALV: Creation of Standard Layouts

shwetars
Product and Topic Expert
Product and Topic Expert
0 Kudos
184

Hi,

I have a requirement where in a standard layout need to be created for ALV grid, this should always be avaiable to the user and he should not be able to delete it. As far as I understand, such layouts aer named starting with a number and are transportable. However I don't know how this is achieved ? I need help with regards to creation fo such layouts.

Regards,

Shweta

1 ACCEPTED SOLUTION

franois_henrotte
Active Contributor
0 Kudos
155

layouts of ALV grid can be either user-specific either global (then it starts with "/")

in order to transport a layout, you must go to layout administration (displaying the ALV grid, go to menu Settings/Layout/Layout management) then go to menu Layout/Transport

if users are allowed to maintain/change layouts (at both levels user-specific and global) is defined in authorizations and/or inside the program itself

2 REPLIES 2

franois_henrotte
Active Contributor
0 Kudos
156

layouts of ALV grid can be either user-specific either global (then it starts with "/")

in order to transport a layout, you must go to layout administration (displaying the ALV grid, go to menu Settings/Layout/Layout management) then go to menu Layout/Transport

if users are allowed to maintain/change layouts (at both levels user-specific and global) is defined in authorizations and/or inside the program itself

shwetars
Product and Topic Expert
Product and Topic Expert
0 Kudos
155

Yeah I understand that.

However I am talking about SAP Standard layouts. such layouts are named starting with a number. They are generally given to the customer as customising entries. I would like to know how to create and transport such layouts.