Hi Ricky,
After calling the function module just do the following.
DATA:t_otf TYPE TABLE OF itcoo.
t_otf = w_output-otfdata.
CALL FUNCTION 'HR_IT_DISPLAY_WITH_PDF'
TABLES
otf_table = t_otf.
Regards
Shravan
Hi Ricky,
After calling the function module just do the following.
DATA:t_otf TYPE TABLE OF itcoo.
t_otf = w_output-otfdata.
CALL FUNCTION 'HR_IT_DISPLAY_WITH_PDF'
TABLES
otf_table = t_otf.
Regards
Shravan