同屏幕显示多个 ALV

CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT'
EXPORTING
i_callback_program = sy-repid.


CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
EXPORTING
it_fieldcat = field_catalog[]
is_layout = layout
i_tabname = 'ITAB'
it_events = events[]
TABLES
t_outtab = itab[].

CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
EXPORTING
it_fieldcat = field_catalog[]
is_layout = layout
i_tabname = 'ITAB'
it_events = events[]
TABLES
t_outtab = itab[].

CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
EXPORTING
it_fieldcat = field_catalog[]
is_layout = layout
i_tabname = 'ITAB'
it_events = events[]
TABLES
t_outtab = itab[].

最后再

CALLFUNCTION'REUSE_ALV_BLOCK_LIST_DISPLAY'
就可以了。

你可能感兴趣的:(显示)