Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

" Create grid instance using docking container as parent

CREATE OBJECT go_docking " cl_gui_docking_container


EXPORTING
parent = cl_gui_container=>screen0
ratio = 90
EXCEPTIONS
OTHERS = 6.

CREATE OBJECT go_grid


EXPORTING
i_parent = go_docking
EXCEPTIONS
OTHERS = 5.

" Link docking container to target screen (NOTE: screen contains no elements)
gd_repid = syst-repid
CALL METHOD go_docking->link
EXPORTING
repid = gd_repid
dynnr = '0100'
* CONTAINER =
EXCEPTIONS
OTHERS = 4.

You might also like