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: 

Select-options and SALV on same screen

0 Kudos
988

Hi,

I want to display SALV with the select-options integrated on top of it. How can I do it?

Thanks!

7 REPLIES 7

FredericGirod
Active Contributor
884

You have to create a full dynpro with a custom container. (not classical select options)

Sandra_Rossi
Active Contributor
884

or just a docking container on normal selection screen

0 Kudos
884

Thanks for your help!

Sandra_Rossi
Active Contributor
884

Sorry, but CL_GUI_ALV_GRID is not SALV.

SALV solution is a little bit different and often much more simple:

cl_salv_table=>factory( EXPORTING r_container  = go_container
                        IMPORTING r_salv_table = DATA(salv)
                        CHANGING  t_table      = <internal_table> ).
salv->display( ).

0 Kudos
884

Thanks Sandra!

ThorstenHoefer
Active Contributor
884

Hi,

please check the docking container, which can be placed in the selection screen:

https://codezentrale.de/abap-docking-container-cl_gui_docking_container-maximiert-darstellen/

wilbur_peng
Product and Topic Expert
Product and Topic Expert
884

you can create subcreen and container in screen 9000, use subcreen as selection, and container to show alv