2009 Feb 20 4:03 PM
hi all,
i have a problem in using the dock containers for the alv in background .....that is i can able to display two dock containers in foreground and i am getting only one in the background.....i didnt get what is the probelm...
the code is like this in the background ....
IF cl_gui_alv_grid=>offline( ) IS not INITIAL.
IF gr_logs IS INITIAL .
DATA:alv_container1 TYPE REF TO cl_gui_docking_container.
CHECK alv_container1 IS INITIAL.
CREATE OBJECT gr_logs
EXPORTING
i_parent = alv_container1.
endif.
IF gr_details IS INITIAL .
DATA: alv_container TYPE REF TO cl_gui_docking_container.
CHECK alv_container IS INITIAL.
CREATE OBJECT gr_details
EXPORTING
i_parent = alv_container.
endif.
can anybody please help me ....
hi all,
i have a problem in using the dock containers for the alv in background .....that is i can able to display two dock containers in foreground and i am getting only one in the background.....i didnt get what is the probelm...
the code is like this in the background ....
IF cl_gui_alv_grid=>offline( ) IS not INITIAL.
IF gr_logs IS INITIAL .
DATA:alv_container1 TYPE REF TO cl_gui_docking_container.
CHECK alv_container1 IS INITIAL.
CREATE OBJECT gr_logs
EXPORTING
i_parent = alv_container1.
endif.
IF gr_details IS INITIAL .
DATA: alv_container TYPE REF TO cl_gui_docking_container.
CHECK alv_container IS INITIAL.
CREATE OBJECT gr_details
EXPORTING
i_parent = alv_container.
endif.
can anybody please help me ....
2009 Feb 27 12:52 PM
2009 May 04 2:10 PM
Hi Venkat,
'm facing the same problem. Do you have any resolution for this?
Please share the same.
Regards,
Viji
2010 Nov 11 1:49 PM
as per my understanding , its not possible for us to have two containers in back ground. I have created a blocked instead of two containers.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |