Is posible..
When you created the object ALV you must indicate the attribute cl_gui_custom_container=>default_screen.
Something like that:
CREATE OBJECT gc_alv
EXPORTING
i_parent = cl_gui_custom_container=>default_screen.
regards
Is posible..
When you created the object ALV you must indicate the attribute cl_gui_custom_container=>default_screen.
Something like that:
CREATE OBJECT gc_alv
EXPORTING
i_parent = cl_gui_custom_container=>default_screen.
regards