2023 Jun 21 8:22 AM
Hi,
I want to display SALV with the select-options integrated on top of it. How can I do it?
Thanks!
2023 Jun 21 8:31 AM
You have to create a full dynpro with a custom container. (not classical select options)
2023 Jun 21 9:19 AM
2023 Jun 21 10:41 AM
2023 Jun 21 11:12 AM
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( ).
2023 Jun 21 12:53 PM
2023 Jun 21 1:20 PM
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/
2023 Nov 21 7:01 AM
you can create subcreen and container in screen 9000, use subcreen as selection, and container to show alv