在这个示例中,我们首先在at selection output事件中创建了一个对话框容器lo_dialog_container,然后在其中添加了两个文本输入字段和两个按钮,分别用于输入数字和选择操作。然后,在at selection-screen事件中,我们等待用户输入,然后在start-of-selection事件中根据用户的选择进行相应的运算,并将结果输出到屏幕。 这个示例说...
If i create a custom control in screen 100, the size of the alv will be different across different computer, is it possible to use CL_GUI_CONTAINER=>screen0 as cl_gui_splitter_container's attribute parent value??? and i find that there are 10 attributes named screen0 to screen9 in cl...
WHEN 'EXIT'. LEAVE TO SCREEN 0. ENDCASE. ENDMODULE. " USER_COMMAND_0100 INPUT &---*& Module STATUS_0100 OUTPUT &---MODULE STATUS_0100 OUTPUT. Create objects IF GO_CUSTOM_CONTAINER IS INITIAL. CREATE OBJECT GO_CUSTOM_CONTAINER EXPORTING CONTAINER_NAME = 'ALV_CONTAINER'. CREATE...
0 Kudos 4,826 SAP Managed Tags: ABAP Development Hi, I want to reuse the same custom container screen for a different data. First screen there will be button 1 and button 2 if I click button 1 then calculate and display data in custom container, if button 2 is clicked then ...
CALL SCREEN 100. END-OF-SELECTION. Code MODULE STATUS_0100 OUTPUT. SET TITLEBAR 'TITLE'. SET PF-STATUS 'STATUS'. IF init IS INITIAL. CREATE OBJECT cl_gui_custom_container_obj EXPORTING container_name = 'CUSTOM'. " Create SPLITTER and SPLITTER panes ...
0 Kudos 1,172 SAP Managed Tags: ABAP Development REPORT z_sourav_splitter. TYPE-POOLS:cndp. DATA: docking TYPE REF TO cl_gui_docking_container, splitter TYPE REF TO cl_gui_splitter_container. PARAMETERS: p TYPE char1. AT SELECTION-SCREEN OUTPUT. IF docking IS NOT BOUND. CREATE OBJECT...
0 Kudos 714 SAP Managed Tags: ABAP Development Hi, I am using CL_GUI_DOCKING_CONTAINER for grid display in the same selection screen. I am getting the output. But i am not able to reduce the width of the grid. It is taking the entire screen space below. I have tried changing...
1分割左右2分割上下3上半部分割左右4下半部分分割左右 case iv_type.when1.ifgo_split1 is not bound.go_split1=newcl_gui_splitter_container(parent=go_cc rows=1columns=2).io_grid1=newcl_gui_alv_grid(go_split1->get_container(row=1column=1)).io_grid2=newcl_gui_alv_grid(go_split1->...
在这个示例中,我们首先在at selection output事件中创建了一个对话框容器lo_dialog_container,然后在其中添加了两个文本输入字段和两个按钮,分别用于输入数字和选择操作。然后,在at selection-screen事件中,我们等待用户输入,然后在start-of-selection事件中根据用户的选择进行相应的运算,并将结果输出到屏幕。
在这个示例中,我们首先在at selection output事件中创建了一个对话框容器lo_dialog_container,然后在其中添加了两个文本输入字段和两个按钮,分别用于输入数字和选择操作。然后,在at selection-screen事件中,我们等待用户输入,然后在start-of-selection事件中根据用户的选择进行相应的运算,并将结果输出到屏幕。