
For the in-container display, the screen is first constructed in which the ALV with IDA is then embedded.
The following example shows how you can display the content of a table from an in-memory database using the ALV with IDA in a report.
lo_container_d0555 = NEW #( 'D0555_CONTAINER' ) .
lo_alv_display = cl_salv_gui_table_ida=>create( iv_table_name = 'SFLIGHT'
io_gui_container = lo_container_d0555 ).The data retrieval and display are copied from the ALV with IDA.

You can see the whole example in the system in the report SALV_IDA_DISPLAY_DATA.