Hi Giriesh,
i found the internal table in debugging for final output records....
FROM THE BELOW END-OF-SELECTION code snip, i didnt find the form definition
if ix_excel eq true.
perform init_excel in program (iv_driver) using iv_excel_template.
call screen 2000.
perform exit_excel in program (iv_driver).
elseif ix_lv eq true.
perform output in program (iv_driver)
using iv_driver is_alv_template lv_current_prog.
elseif ix_grid eq true.
perform output in program (iv_driver)
using iv_driver is_grid_template lv_current_prog.
endif.
Could you please analysis below programs related to this report and let me know ..
Programs
H99CWTR0_GRID_TEMPLATE
H99CWTR0_ALV_TEMPLATE
H99CWTR0_EXCEL_TEMPLATE