Hi,
I am running the report in the Background.
when I run the report, I get dump with DYNPRO_SEND_IN_BACKGROUND.
I get the dump in Function module K_KKB_LIST_DISPLAY.
The short text of the message "Screen output without connection to user"
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = sy-repid
is_layout = layout
it_fieldcat = gt_fieldcat
TABLES
t_outtab = gt_result
EXCEPTIONS
program_error = 1
OTHERS = 2.
Please help me.
Regards,
Prasad