Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SPOOL REQUEST

Former Member
0 Likes
520

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,

3 REPLIES 3
Read only

Former Member
0 Likes
487

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

Read only

Former Member
0 Likes
487

try the following fm

CALL FUNCTION "CONVERT_OTF"

regards

navjot

reward all helpfull answers

Read only

0 Likes
487

Hi,

This one giving dump. This fm need OTF parameter, ITAB doesn't contain any OTF parameters.

Thanks,