<?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: WHAT IS RSNASTED? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-rsnasted/m-p/1868753#M365969</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;RSNATED is the program used for triggering IDOC for the output type..where the output medium is 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the subroutine that triggers the IDOC in the program is EDI_PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2007 04:44:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-10T04:44:29Z</dc:date>
    <item>
      <title>WHAT IS RSNASTED?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-rsnasted/m-p/1868752#M365968</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;what is rsnasted ? and when we will go for it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 04:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-rsnasted/m-p/1868752#M365968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T04:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS RSNASTED?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-rsnasted/m-p/1868753#M365969</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;RSNATED is the program used for triggering IDOC for the output type..where the output medium is 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the subroutine that triggers the IDOC in the program is EDI_PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 04:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-rsnasted/m-p/1868753#M365969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T04:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS RSNASTED?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-rsnasted/m-p/1868754#M365970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RSNASTED itself determines the associated IDoc outbound function module, executes it to fill the EDIDx tables and passes the prepared IDoc to the port. &lt;/P&gt;&lt;P&gt; You can call the standard processing routines from any ABAP, by executing the following call to the routine. You only have to make sure that the structure NAST is declared with the tables statement in the calling routine and that you fill the at least the key part and the routing information before. &lt;/P&gt;&lt;P&gt; TABLES NAST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAST-MANDT = SY-MANDT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAST-KSCHL = 'ZEDIK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAST-KAPPL = 'V1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAST-OBJKY = '0012345678'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAST-PARNR = 'D012345678'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM einzelnachricht_screen(RSNAST00).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Calling einzelnachricht_screen determines how the message is processed. If you want to force the IDoc-processing you can call it directly: &lt;/P&gt;&lt;P&gt; TNAPR-PROGN = ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TNAPR-ROUTN = 'ENTRY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM edi_processing(RSNASTED).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLZ REWARD POINTS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 04:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-rsnasted/m-p/1868754#M365970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T04:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS RSNASTED?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-rsnasted/m-p/1868755#M365971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SEE THIS &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7dbd43d711d1893e0000e8323c4f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7dbd43d711d1893e0000e8323c4f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADD REWARDS IF HELPFUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 04:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-rsnasted/m-p/1868755#M365971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T04:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS RSNASTED?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-rsnasted/m-p/1868756#M365972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks  friends&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 04:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-rsnasted/m-p/1868756#M365972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T04:48:22Z</dc:date>
    </item>
  </channel>
</rss>

