<?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: RDI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rdi/m-p/1000688#M76360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jo,&lt;/P&gt;&lt;P&gt;As Christian has pointed out SApcript is the easiest option to generate RDI file.&lt;/P&gt;&lt;P&gt;In the OPEN FORM for Sapscript, select Raw Data Interface to 'X'.This generates spool id.This spool id details can be read from 'RSPO_RETURN_SPOOLJOB'  and downladed to any location from where external party can pick up and process it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Oct 2005 09:33:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-12T09:33:24Z</dc:date>
    <item>
      <title>RDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rdi/m-p/1000685#M76357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our company has decided to use an external printprogram for creating forms en printing.&lt;/P&gt;&lt;P&gt;We have to deliver our output from sap to this printprogram. This we want to do with RDI, but we have no experience with RDI. We do not want to create forms, we only want to deliver data to the external print system.&lt;/P&gt;&lt;P&gt;Can someone give me some information or instructions how to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 09:03:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rdi/m-p/1000685#M76357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T09:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: RDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rdi/m-p/1000686#M76358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as far as I know, you have to use forms. In the header data of the form, you can make a setting to create a datastream in rdi format. The only difference to a "normal" form is, that you do not have to use any formatting statements in your form (as e.g. fonts, tabs), because this will be done by the external program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 10:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rdi/m-p/1000686#M76358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T10:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: RDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rdi/m-p/1000687#M76359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jo!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's see, which options you have. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has to be an output - otherwise trigger in SAP will be &amp;lt;i&amp;gt;uncommon&amp;lt;/i&amp;gt; (-&amp;gt; you would need a lot of additional programming).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use sapscript / smartform / own routine with write statements (simple spool list) ( / adobe forms, but this is senseless in this context).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sapscript is the only way to get the original RDI output - only here it's a flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, just putting the values without formatting into a spool can also be done by smartform or a report - then it's more like a comma separated text file (*.csv). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can still define the interface definition, that might be an option - otherwise sapscript is only tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 10:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rdi/m-p/1000687#M76359</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-09-27T10:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: RDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rdi/m-p/1000688#M76360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jo,&lt;/P&gt;&lt;P&gt;As Christian has pointed out SApcript is the easiest option to generate RDI file.&lt;/P&gt;&lt;P&gt;In the OPEN FORM for Sapscript, select Raw Data Interface to 'X'.This generates spool id.This spool id details can be read from 'RSPO_RETURN_SPOOLJOB'  and downladed to any location from where external party can pick up and process it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 09:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rdi/m-p/1000688#M76360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-12T09:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: RDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rdi/m-p/1000689#M76361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please do have look at the following post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="686715"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2005 16:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rdi/m-p/1000689#M76361</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2005-10-12T16:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: RDI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rdi/m-p/1000690#M76362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RDI is OK but I would be looking at a more robust approach to getting your data to the third party print vendor.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My experience suggests that print vendors require the data in the most efficient medium, escpecially when large volumes are required. RDI isnt too good at that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the options you can also consider are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;standard flat file generated in fixed format or xml rather than RDI&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Abap post processing of RDI file into in fixed format or xml&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Idoc generation and have middleware send it appropriately&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2005 02:11:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rdi/m-p/1000690#M76362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-13T02:11:25Z</dc:date>
    </item>
  </channel>
</rss>

