<?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 outbound idoc program logic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-program-logic/m-p/5517154#M1261240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am doing the outbound idoc coding for the first time.&lt;/P&gt;&lt;P&gt;i have the steps as how should i do the coding,but dont really know the actual code lines.&lt;/P&gt;&lt;P&gt;the scenario is like this:&lt;/P&gt;&lt;P&gt;as this is outbound,the data is going from sap to other system.&lt;/P&gt;&lt;P&gt;according to message type,the data is getting read in the idoc-data,getting selected and passed to the partner function.&lt;/P&gt;&lt;P&gt;append to the final idoc structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest with the actual lines of code,or give me code that will suffice this outbound idoc process.&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2009 08:38:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-27T08:38:02Z</dc:date>
    <item>
      <title>outbound idoc program logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-program-logic/m-p/5517154#M1261240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am doing the outbound idoc coding for the first time.&lt;/P&gt;&lt;P&gt;i have the steps as how should i do the coding,but dont really know the actual code lines.&lt;/P&gt;&lt;P&gt;the scenario is like this:&lt;/P&gt;&lt;P&gt;as this is outbound,the data is going from sap to other system.&lt;/P&gt;&lt;P&gt;according to message type,the data is getting read in the idoc-data,getting selected and passed to the partner function.&lt;/P&gt;&lt;P&gt;append to the final idoc structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest with the actual lines of code,or give me code that will suffice this outbound idoc process.&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 08:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-program-logic/m-p/5517154#M1261240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T08:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: outbound idoc program logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-program-logic/m-p/5517155#M1261241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 09:32:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-program-logic/m-p/5517155#M1261241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T09:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: outbound idoc program logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-program-logic/m-p/5517156#M1261242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, you have all the data that you need to pass it on to the Idoc.&lt;/P&gt;&lt;P&gt;So, you must be knowing partner number, port etc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the function module MASTER_IDOC_DISTRIBUTE and pass the above values and execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outbound Idoc gets generated. Please let me know if it doesnt work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 09:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-program-logic/m-p/5517156#M1261242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T09:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: outbound idoc program logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-program-logic/m-p/5517157#M1261243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Filli in IDOC structure and call MASTER_IDOC_DISTRIBUTE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information refer help.sap.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 15:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idoc-program-logic/m-p/5517157#M1261243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T15:34:14Z</dc:date>
    </item>
  </channel>
</rss>

