Quantcast
Viewing all articles
Browse latest Browse all 9760

Re: Smartform as PDF

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


Viewing all articles
Browse latest Browse all 9760

Trending Articles