ABAP alv输出的方式
'REUSE_ALV_GRID_DISPLAY_LVC' CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' EXPORTING i_callback_program = sy-repid is_layout_lvc = gs_layout it_fieldcat_lvc = gt_fieldcat[] * i_grid_settings = ls_glay i_callback_pf_status_set = 'FM_SET_STATUS' i_callback_user_command = 'FRM_UCOMM' i_default = 'X' i_save = 'A' it_excluding = it_exclude it_event_exit = gt_event_exit[] * i_grid_title = r_title is_variant = gs_alv_variant TABLES t_outtab = gt_out EXCEPTIONS program_error = 1 OTHERS = 2. 'REUSE_ALV_GRID_DISPLAY' CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING* I_INTERFACE_CHECK = ' '* I_BYPASSING