hi all,
i am trying to display output by using FM reuse_alv_list_display but i am getting runtime error
CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
EXPORTING
I_CALLBACK_PROGRAM = sy-repid
it_fieldcat = lt_fieldcat
TABLES
t_outtab = it_final
EXCEPTIONS
PROGRAM_ERROR = 1
OTHERS = 2
.
IF sy-subrc <> 0.
ENDIF.
can u please tell me where are the errors and y error is coming and how to remove it??