data: gt_fieldcat type slis_t_fieldcat_alv. data: gt_outtabt type t_table occurs 0 with header line. data: gt_outtabf type ud_struct occurs 0 with header line. data: gs_keyinfo type slis_keyinfo_alv, g_tabname_header type slis_tabname, g_tabname_item type slis_tabname. data:...
data: gt_fieldcat type slis_t_fieldcat_alv. data: gt_outtabt type t_table occurs 0 with header line. data: gt_outtabf type ud_struct occurs 0 with header line. data: gs_keyinfo type slis_keyinfo_alv, g_tabname_header type slis_tabname, g_tabname_item type slis_tabname. data:...
CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = SY-REPID I_CALLBACK_PF_STATUS_SET = ' ' I_CALLBACK_USER_COMMAND = 'USER_COM' IS_LAYOUT = ILAYOUT IT_FIELDCAT = IFIELDCAT[] IT_EXCLUDING = IT_SPECIAL_GROUPS = IT_SORT = ISORT...
1 = hierarchcal-sequential list REUSE_ALV_HIERSEQ_LIST_DISPLAY 2 = simple block list REUSE_ALV_BLOCK_LIST_APPEND 3 = hierarchical-sequential block list REUSE_ALV_BLOCK_LIST_HS_APPEND 4 =simple grid REUSE_ALV_GRID_DISPLAY 2.2 获取所有事件名称 REUSE_ALV_EVENT_NAMES_GET 三、CL_GUI_ALV_GRID的...
call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 4 importing et_events = ct_events exceptions list_type_wrong = 1 others = 2. 注意: i_list_type值说明: 0 = simple list REUSE_ALV_LIST_DISPLAY 1 = hierarchcal-sequential list REUSE_ALV_HIERSEQ_LIST_DISPLAY ...
Is it possible using function REUSE_ALV_HIERSEQ_LIST_DISPLAY? Thank you very much indeed!Reply 1 ACCEPTED SOLUTION Former Member 2008 Feb 20 2:08 PM 0 Kudos 156 SAP Managed Tags: ABAP Development Hi, Check these links. Will get ur solution. [http://www.sapfans.com/forums/view...
call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 4 importing et_events = ct_events exceptions list_type_wrong = 1 others = 2. 注意: i_list_type值说明: 0 = simple list REUSE_ALV_LIST_DISPLAY 1 = hierarchcal-sequential list REUSE_ALV_HIERSEQ_LIST_DISPLAY ...
call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = g_repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = ...