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

Save layout option for Block Alv

Former Member
0 Likes
989

Hi,

Small Question,

Is there any way to enable Save layout(Ctrl+F10) option for Block ALV?As i cannot see any option to do so with Reuse_*Block like i_save in Grid and For list ALVs...FM.And its by default it is Disable.

Any Hints?

Cheers,

Amit.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
937

hi,

In REUSE_ALV_GRID_DISPLAY use folllowing

I_SAVE = 'X'

Hi,

Small Question,

Is there any way to enable Save layout(Ctrl+F10) option for Block ALV?As i cannot see any option to do so with Reuse_*Block like i_save in Grid and For list ALVs...FM.And its by default it is Disable.

Any Hints?

Cheers,

Amit.

7 REPLIES 7
Read only

Former Member
0 Likes
938

hi,

In REUSE_ALV_GRID_DISPLAY use folllowing

I_SAVE = 'X'

Read only

0 Likes
937

Hi,

Sorry i misunderstood your question

Read only

0 Likes
937

No Problem

Edit : Refresh.

Read only

0 Likes
937

a small investigation from my side, it is not possible. concluded from the ALV Block list Function modules interface. There is no parameter responsible for save( i_save or is_variant etc..)

At the max you can get the change layout button. But not the save Layout option.

Read only

0 Likes
937

That's what i already investigated(Small).

wanted Just to confirm.Anyways thanks.

@Gautham:I already found that link([And this also |/message/702997#702997 [original link is broken]😉 but thought After 2 and

half yrs Vijay found any solution and would land with any solution as always

Anyways Thanks Vijay And Gautham.

Cheers,

Amit.

Read only

0 Likes
937

you can get the change layout button, not the save layout one. The obvious reason is Block lists involved with several structure. so it is not possible to store these layouts.

Read only

GauthamV
Active Contributor
0 Likes
937

Amit,

check this.

[https://forums.sdn.sap.com/click.jspa?searchID=19498318&messageID=2032034]