2008 Mar 06 4:10 PM
Hello All,
How to create a container without designing at screen layout.
Can any post some simple code for it.
Regards,
Lisa
2008 Mar 06 4:16 PM
Check this
data docking type ref to cl_gui_docking_container.
create object docking
exporting repid = repid
dynnr = dynnr
side = docking->dock_at_left
extension = 180.
check for more details regarding this please check program
RSDEMO_DOCKING_CONTROL
a®
Hello All,
How to create a container without designing at screen layout.
Can any post some simple code for it.
Regards,
Lisa
2008 Mar 06 4:16 PM
Check this
data docking type ref to cl_gui_docking_container.
create object docking
exporting repid = repid
dynnr = dynnr
side = docking->dock_at_left
extension = 180.
check for more details regarding this please check program
RSDEMO_DOCKING_CONTROL
a®
2008 Mar 06 4:40 PM
Hi a®s ,
Yes i have already used the docking container but the problem is when we use docking container we will get a container and it looks like it's is splitted.
I don't want in this way i need a plain container where i can put my alv tree.
I have browsed all alv examples in package SLIS. but all this containers are created with custom container.
Regards,
Gupta
2008 Mar 06 4:55 PM
If you don't want splitter then after creating the docking container disable the left pan by calling
call method g_docking_container_1->set_visible
exporting
visible = ' '
exceptions
cntl_error = 1
cntl_system_error = 2
others = 3.
a®
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |