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: 

code for saving the layout in alv

Former Member
0 Kudos

hi,

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

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

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

former_member188685
Active Contributor
0 Kudos

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.

0 Kudos

Very Very Help full Tip.

Resolves my lots of problems.

Regards,

Gaurav

Former Member
0 Kudos

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.