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

IN ALV Report 'SAVE LAYOUT' option missing

Former Member
0 Likes
1,845

Dear All,

I have created one report in ALV GRID using ABAP OBJECTS(Using class CL_GUI_CUSTOM_CONTAINER and

CL_GUI_ALV_GRID).But in output when i click on change layout option i am not getting SAVE layout option.

I have already passed I_SAVE parameter = 'A' while calling metod SET_TABLE_FOR_FIRST_DISPLAY. But i didnt worked.

Please do needful.

Regards,

Mayank

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
820

Hi,

You can manage display variants by using parameters, “is_variant” and “i_save” of “set_table_for_first_display”. Here are options for variant handling. <structure_name> is the variant-defining structure of type “DISVARIANT”. The field “report” in this structure should contain the value of “sy-repid.”

Hope this helps. Reward points if helpful.

Thanks,

Balaji

Dear All,

I have created one report in ALV GRID using ABAP OBJECTS(Using class CL_GUI_CUSTOM_CONTAINER and

CL_GUI_ALV_GRID).But in output when i click on change layout option i am not getting SAVE layout option.

I have already passed I_SAVE parameter = 'A' while calling metod SET_TABLE_FOR_FIRST_DISPLAY. But i didnt worked.

Please do needful.

Regards,

Mayank

2 REPLIES 2
Read only

Former Member
0 Likes
821

Hi,

You can manage display variants by using parameters, “is_variant” and “i_save” of “set_table_for_first_display”. Here are options for variant handling. <structure_name> is the variant-defining structure of type “DISVARIANT”. The field “report” in this structure should contain the value of “sy-repid.”

Hope this helps. Reward points if helpful.

Thanks,

Balaji

Read only

0 Likes
820

I got it. Marks already given.thanks

Regards,

Mayank