Hello Guys,
im trying to use an ALV-Grid on a Subscreen in a Tabstrip.
My main dynpro got 1 Tabstrip 2 Tabs and 2 Subscreens and i can´t use a CustomContainer on the Subscreen.
My Code to build the one Subscreen is:
SELECTION-SCREEN BEGIN OF SCREEN 0710 AS SUBSCREEN.
PARAMETER: pa_saobj TYPE toaom-sap_object,
pa_arobj TYPE toaom-ar_object.
PARAMETER pa_count TYPE c AS CHECKBOX DEFAULT 'X'.
SELECTION-SCREEN END OF SCREEN 0710.
After i press on a button i want to see an ALV-Grid on the same Subscreen.
Can you help me?