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

problem with pdf

Former Member
0 Likes
444

Hi,

I was creating a pdf file from the SAP script output.The data is coming properly in otf internal table when the perview option is there.

but when i make the preview option disable in the code means the otf is not having data.

So how to overcome from this.I need not want the preview of the sap script.I need only the output to be stored as PDF file.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
419

set the para meter getotf as X it will give u otf and disable the preview as well.

2 REPLIES 2
Read only

Former Member
0 Likes
420

set the para meter getotf as X it will give u otf and disable the preview as well.

Read only

Former Member
0 Likes
419

hi

There is a fm called ARCHIVOBJECT_GET_DT_VIA_TABLE that may be useful for you.

One of the input parameters is a field called "CONVERT" ,if it contains an 'X' should convert an OTF file to a PDF file before it outputs the file.

hope this helps

regards

Aakash Banga