본문 바로가기

abap alv 간단조회(popup)

반응형

call function 'reuse_alv_grid_display'
exporting
i_callback_program = sy-repid
is_layout = gs_layout_func
it_fieldcat = gt_fieldcat_func
i_screen_start_column = 40
i_screen_start_line = 5
i_screen_end_column = 115
i_screen_end_line = 15
tables
t_outtab = ls_display-message[]
exceptions
program_error = 1
others = 2.

반응형
댓글