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

ALV Layout

Former Member
0 Likes
606

Hi,

In custom report, In the output, change layout options has to be managed. It means Column Set fields has to be managed based on the radio button selected in the selection screen.

Regards

Reddy

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
566

You can use the NO_OUT flag when building your field catalog to hide columns that you don't want to but in the output. Is this what you are looking for?

Regards,

Rich Heilman

Read only

0 Likes
566

See prob is like based on radio buttons on selection screen. Display of columns in change layout has to appear/disappear.

Its like you have LOCAL and Group two radio buttons when u select Local u have to see only the fields available for Local.

Regards

Reddy

Read only

0 Likes
566

Right, so when building your field catalog, check your radiobuttons and only put the fields in the fieldcatlog that you want.

Are you using a field catalog, can you post your code or email it to me via the address on my business card.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
566

yes you can build fieldcatlog according to your selection of the radiobuttion.

the other best method is by creating two layout varients and passing those variants to your FM...reuse..grid_display depending on the selection of the radiobutton.

Read only

Former Member
0 Likes
566

hey there is other way

go to your gridlayout

create two variants one is user-specfic and the other one is standard.

then go to settings>layout>layout management.

select the standard layout and make it default by selecting define default setting button.

then

select userlayout...

and then select the user layout and select the variant and make it default for the user by selecting define default setting button.

I hope this will work for your requirement without using radio buttons on the selection screen.

let me know if it is not your exact requirement....