‎2005 Feb 01 4:27 PM
Hi,
Can anyone help me on this. I've to output the SD documents using a 3rd party tool called AUTOFORM. Does anyone have any white paper or any such kind of information related to RDI in connection with SAPScript.
Thanks in advance.
regards,
Satya
stdvirus@yahoo.com
‎2005 Feb 03 9:12 AM
Hi Satya,
we are using RDI interface (not with my blessing !!!).
Look at the documentation here :
https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=form_printing_sapscript.htm
All you have to do is set the parameter "raw_data_interface" when calling the functionmodule "OPEN_FORM".
We ahve a table where our RDI "printers" are defined. If the priser is in this table the parameter is set.
‎2005 Feb 24 4:36 AM
Hi Satya,
I remember copying and saving this tip (source unknown) describing passing data from the spool or anywhere else to third party tools. After cross-referencing the link you were given on SDN, this makes good sense. Here's the tip:
You need to define a printer in the R/3 spool administrator. The definition will contain all the information about where the data stream should be directed. For example where the app. server runs on NT.
a) Define a local printer, RAWPRINT on your presentation PC.
Make it a local printer,
Set the port to be 'FILE'
The manufacturer should be 'Generic and Text Only'
Give the printer the name 'RAWPRINT'
b) Define printer on SAP using SPAD
Set device name to ZRAW,
Category is PLAIN
Destination host is the IP address of your PC.
Host printer is 'RAWPRINT'
Linkage type is 'U'.
c) You must have SAPLPD started (should be on your SAPGUI
installation CD if not already installed).
d) During the print operation, select output device = ZRAW and RDI = 'X'. The output file is then saved to a file, the name of which is determined by a dialog on your PC.