2020 Dec 23 3:52 AM
hi all,
i have a report,it call 'REUSE_ALV_GRID_DISPLAY',but in my use another report use 'submit' it, it's dump.
this is dump message.

this is dump code.

this is my FM code, gt_fieldcat,gs_lagout,gt_events and gt_itab are all right.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = sy-repid
it_fieldcat = gt_fieldcat
is_layout = gs_layout
it_events = gt_events
TABLES
t_outtab = gt_itab
EXCEPTIONS
program_error = 1
OTHERS = 2.
this is my submit code.
SUBMIT Z_TFALV_DATA_CHANGED WITH carrid = carrid1
AND RETURN EXPORTING LIST TO MEMORY.
anybody tell me why ?
thanks.
2020 Dec 23 4:03 AM
i found it.just take out "exporting List memory" in submit code.
2020 Dec 23 4:03 AM
i found it.just take out "exporting List memory" in submit code.
2020 Dec 23 5:53 AM
i can't take out 'exporting List memory' in submit code,because i need it.
so, anybody can help me?
thanks
2020 Dec 23 9:05 AM
it's another report have null value.now i delete it ,it's work.