2010 Jul 12 6:46 AM
All,
I have a docking container like the following
-------------------------------------------
-------------------------------------------
-------------------------------------------
i need to place a tabstrip in the bottom container. I have the following code
if gc_docking_t is initial.
create object gc_docking_t
exporting
repid = sy-repid
dynnr = '0300'
extension = 75
style = style
side = cl_gui_docking_container=>dock_at_top
metric = cl_gui_docking_container=>metric_pixel.
endif.
if gc_docking_l is initial.
create object gc_docking_l
exporting repid = sy-repid
dynnr = '0300'
extension = 9999
side = cl_gui_docking_container=>dock_at_bottom.
endif.
I have created a screen 310 with tabstrips inside, how can i call this screen inside this docking container
Any Info ?
a®
All,
I have a docking container like the following
-------------------------------------------
-------------------------------------------
-------------------------------------------
i need to place a tabstrip in the bottom container. I have the following code
if gc_docking_t is initial.
create object gc_docking_t
exporting
repid = sy-repid
dynnr = '0300'
extension = 75
style = style
side = cl_gui_docking_container=>dock_at_top
metric = cl_gui_docking_container=>metric_pixel.
endif.
if gc_docking_l is initial.
create object gc_docking_l
exporting repid = sy-repid
dynnr = '0300'
extension = 9999
side = cl_gui_docking_container=>dock_at_bottom.
endif.
I have created a screen 310 with tabstrips inside, how can i call this screen inside this docking container
Any Info ?
a®
2010 Jul 12 10:09 AM
Hi,
SCN -Wiki->My Home->Code Gallery->Community Code Gallery->TabStrip in ALV(OOPS)
Please refer http://wiki.sdn.sap.com/wiki/display/Snippets/TabStripinALV(OOPS)
2010 Jul 13 5:53 AM
Resolved. Using Splitter Container instead of docking container
Thanks
a®
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |