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: 

Allowing a User to choose the ALV layout format on selection-screen

Former Member
0 Kudos

Hi all,

I would like to know how i can add a parameter to my selection-screen which would allow the User to choose a saved ALV layout format before pressing F8 rather than after. As used in CO15 or MB51.

Thanks femi.

5 REPLIES 5

Former Member
0 Kudos

'REUSE_ALV_VARIANT_F4' can be used for F4.

'REUSE_ALV_VARIANT_EXISTENCE' can be checked if correct variant entered.

0 Kudos

BCALV_TEST_FULLSCREEN_LAYOUT check it ..

0 Kudos

Thanks rajesh.

But can you give me an idea on how to implement those function? Thanks

0 Kudos

yes , You can check the program BCALV_TEST_FULLSCREEN_LAYOUT to check how F4 help is to be used .

to check existene of variant is pretty simple.

Pass the variant name in the ALV display FM .

0 Kudos

Yeah i got all dat i was just that i had sent the message before i saw the reply. Anyway i have seen the BCALV_TEST_FULLSCREEN_LAYOUT program and it worked. Thanks alot.