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

code for saving the layout in alv

Former Member
0 Likes
459

hi,

Can any one give me the code for saving the layout in alv.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
431

pass layout to is_layout parameter and pass 'X' to i_save option of the ALV function, then you will be able to save the layouts.

3 REPLIES 3
Read only

Former Member
0 Likes
432

pass layout to is_layout parameter and pass 'X' to i_save option of the ALV function, then you will be able to save the layouts.

Read only

0 Likes
431

Very Very Help full Tip.

Resolves my lots of problems.

Regards,

Gaurav

Read only

Former Member
0 Likes
431

Hi,

Try this.

Whenever u use the ALV for displaying, either u will be using the set_table_for_first_display or reuse method. In those methods, there is parameter as IS_VARIANT, you can create a parameter of that type and pass it. You will able to create different layouts for a report.

Sharin.