‎2007 Mar 29 11:48 AM
Hi,
I am uploading XML file using 'GUI_UPLOAD'
my data is in ITAB.
My problem is I want convert this ITAB in OTF data then covert into PDF.
Can any one please help me how to convert ITAB into OTF Format.
Thanks,
‎2007 Mar 29 11:55 AM
Hi
OTF is the format for the print of sapscript or smartform, so u should print the data of ITAB by a sapscript or smartform in order to generate the OTF data.
Max
‎2007 Mar 29 12:00 PM
try the following fm
CALL FUNCTION "CONVERT_OTF"
regards
navjot
reward all helpfull answers
‎2007 Mar 29 12:23 PM
Hi,
This one giving dump. This fm need OTF parameter, ITAB doesn't contain any OTF parameters.
Thanks,