split 썸네일형 리스트형 alv split header text area data: go_grid type ref to cl_gui_alv_grid, go_document type ref to cl_dd_document, go_docking type ref to cl_gui_docking_container, go_split type ref to cl_gui_splitter_container, go_con_t type ref to cl_gui_container, go_con_m type ref to cl_gui_container. form init_alv. create object go_docking exporting repid = sy-repid dynnr = sy-dynnr side = go_docking->dock_at_left extension = 20000. creat.. 더보기 alv split (2단 분리 상하) screen에 CUSCON 을 추가하고 리사이즈가 되도록 한다. 사이즈도 가로 250 세로 200으로 한다. 이렇게 하면 자동으로 사이즈를 리사이징한다. form init_alv. create object go_cuscon exporting container_name = 'CUSCON'. "split 2 line create object go_split exporting parent = go_cuscon rows = 2 columns = 1. "1. call method go_split->get_container exporting row = 1 column = 1 receiving container = go_con_h. "2. cal method go_split->get_container exportin.. 더보기 이전 1 다음