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

Select-options and SALV on same screen

0 Likes
3,029

Hi,

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

Thanks!

Hi,

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

Thanks!

7 REPLIES 7
Read only

FredericGirod
Active Contributor
2,925

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

Read only

Sandra_Rossi
Active Contributor
2,925

or just a docking container on normal selection screen

Read only

0 Likes
2,925

Thanks for your help!

Read only

Sandra_Rossi
Active Contributor
2,925

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( ).
Read only

0 Likes
2,925

Thanks Sandra!

Read only

ThorstenHoefer
Active Contributor
2,925

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/

Read only

wilbur_peng
Product and Topic Expert
Product and Topic Expert
2,925

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