cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the standard layout sets in ALV List

Former Member
0 Kudos

Hi Gurus,

How to change the standard layout sets in ALV list.

Is there any standard program ? or specific way to acheive this?

Kindly drop some clues?Every valuable clues rewarded more points........

Thanks in Advance,

Dharani

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The steps will be useful to you to change the standard layout

1. The important things are :

a) New PF-STATUS is required , say 'ABCD'.

b) Handle user_commmand

2. First of all, from Function group SALV,

copy the STANDARD gui status to your program,

from SE80, by right clicking.

3. come to your program.

start-of-selection.

SET PF-STATUS 'ABCD'.

4. Double click ABCD and activate the gui status.

4. In gui status,

add/change your own buttons

Save and activate.

regards,

Former Member
0 Kudos

Hi ,

Have a Variant parameter in your selection screen . And when you display the ALV list you will have one icon for variant save

just click on that and select the fileds you need and save it then it will ask you for variant name you shouls name it starting with /

like /Ztest /Test etc...

and save it .

an d when you execute it next time in the variant parameter give the variant name that you have saved earlier . It will display the list with earlier selected fields.

Reward points if useful

Regards,

Nageswar