2009 Jun 19 7:35 AM
Hi Guys,
I've following code to display a subscreen as pop-up with data.
-
CALL METHOD gi_grid_0180->set_table_for_first_display
EXPORTING
i_structure_name = 'BUT000'
is_layout = ls_layout
i_save = 'A'
is_variant = ls_variant
CHANGING
it_fieldcatalog = lt_fieldcatalog
it_outtab = gt_but000.
ENDIF.
CALL METHOD gi_grid_0180->refresh_table_display
EXPORTING
i_soft_refresh = gc_true.
CALL METHOD cl_gui_cfw=>flush.
-
The same code is executed in 2 different systems.
Values passed are exactly same in both system for various parameters.
In one system it is correctly displying values in subscreen.
In second system it is giving a black screen.
Let me know if you have some pointer to solve this.
Thanks in advance!
Rohit.
2009 Jun 19 7:44 AM
check whther the containers created are active and are linked as per the requirement in both the sytems.