‎2009 Jan 08 4:05 AM
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.
‎2009 Jan 08 4:10 AM
set the para meter getotf as X it will give u otf and disable the preview as well.
‎2009 Jan 08 4:10 AM
set the para meter getotf as X it will give u otf and disable the preview as well.
‎2009 Jan 08 5:02 AM
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