<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAPScript RDI output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-rdi-output/m-p/877149#M50881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Define a local printer, RAWPRINT on your presentation PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make it a local printer,&lt;/P&gt;&lt;P&gt;Set the port to be 'FILE'&lt;/P&gt;&lt;P&gt;The manufacturer should be 'Generic and Text Only'&lt;/P&gt;&lt;P&gt;Give the printer the name 'RAWPRINT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Define printer on SAP using SPAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set device name to ZRAW,&lt;/P&gt;&lt;P&gt;Category is PLAIN&lt;/P&gt;&lt;P&gt;Destination host is the IP address of your PC.&lt;/P&gt;&lt;P&gt;Host printer is 'RAWPRINT' &lt;/P&gt;&lt;P&gt;Linkage type is 'U'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) You must have SAPLPD started (should be on your SAPGUI&lt;/P&gt;&lt;P&gt;installation CD if not already installed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2005 04:36:12 GMT</pubDate>
    <dc:creator>marilyn_pratt</dc:creator>
    <dc:date>2005-02-24T04:36:12Z</dc:date>
    <item>
      <title>SAPScript RDI output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-rdi-output/m-p/877147#M50879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;P&gt;stdvirus@yahoo.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2005 16:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-rdi-output/m-p/877147#M50879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-01T16:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript RDI output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-rdi-output/m-p/877148#M50880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satya,&lt;/P&gt;&lt;P&gt;we are using RDI interface (not with my blessing !!!).&lt;/P&gt;&lt;P&gt;Look at the documentation here :&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=form_printing_sapscript.htm" target="test_blank"&gt;https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=form_printing_sapscript.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;All you have to do is set the parameter "raw_data_interface" when calling the functionmodule "OPEN_FORM".&lt;/P&gt;&lt;P&gt;We ahve a table where our RDI "printers" are defined. If the priser is in this table the parameter is set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2005 09:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-rdi-output/m-p/877148#M50880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-03T09:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript RDI output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-rdi-output/m-p/877149#M50881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Define a local printer, RAWPRINT on your presentation PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make it a local printer,&lt;/P&gt;&lt;P&gt;Set the port to be 'FILE'&lt;/P&gt;&lt;P&gt;The manufacturer should be 'Generic and Text Only'&lt;/P&gt;&lt;P&gt;Give the printer the name 'RAWPRINT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Define printer on SAP using SPAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set device name to ZRAW,&lt;/P&gt;&lt;P&gt;Category is PLAIN&lt;/P&gt;&lt;P&gt;Destination host is the IP address of your PC.&lt;/P&gt;&lt;P&gt;Host printer is 'RAWPRINT' &lt;/P&gt;&lt;P&gt;Linkage type is 'U'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) You must have SAPLPD started (should be on your SAPGUI&lt;/P&gt;&lt;P&gt;installation CD if not already installed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2005 04:36:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-rdi-output/m-p/877149#M50881</guid>
      <dc:creator>marilyn_pratt</dc:creator>
      <dc:date>2005-02-24T04:36:12Z</dc:date>
    </item>
  </channel>
</rss>

