<?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: IDOC Type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-type/m-p/2438270#M545568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pete,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Basis type defines the segment and field structure of the IDoc. The Message type is an organizational unit. It is necessary for the slightly complex way SAP does things. Some people say this is done just to confuse potential spies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's just one example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/2a/bfe43741fcc372e10000009b38f842/content.htm"&amp;gt;Distributing Bill of Material Data in ALE Standard Process&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and just for completeness you have a process code on top...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Jul 2007 17:42:34 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2007-07-01T17:42:34Z</dc:date>
    <item>
      <title>IDOC Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-type/m-p/2438267#M545565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whats the Exact Difference between an IDOC Type and a Message type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would some one clarify me with a simple example please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2007 03:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-type/m-p/2438267#M545565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-30T03:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-type/m-p/2438268#M545566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pete,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Idoc Type contains many Data Structures and has got all the information about the IDOC whereas a message type is one which tells what type of an IDOC is that(ex:a materail master one if it is matmas and etc)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2007 04:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-type/m-p/2438268#M545566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-30T04:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-type/m-p/2438269#M545567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aneesh, if I have understood correctly then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An IDOC type is a Data Structure, which in turn contains Many related data structures like Purchase Orders, Invoices, Purchase Order changes etc . The Message type fields tells us out of the listed data structures what data structure we have selected currently. Am I correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IDOC Type Matmas&lt;/P&gt;&lt;P&gt;   Control Record&lt;/P&gt;&lt;P&gt;       Sender Port&lt;/P&gt;&lt;P&gt;       Receiver Port&lt;/P&gt;&lt;P&gt;       Message Type&lt;/P&gt;&lt;P&gt;   Data Record&lt;/P&gt;&lt;P&gt;      Purchase orders Segment&lt;/P&gt;&lt;P&gt;      Invoices              segment&lt;/P&gt;&lt;P&gt;      PO  Changes      segment&lt;/P&gt;&lt;P&gt;      XXX                    segment&lt;/P&gt;&lt;P&gt; Status Record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So from the above Matmas data structure if I am going to use the Purchase Orders then my Matmas structure will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Control Record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Message Type = Purchase Orders segment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Data Record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             Purchase Orders Segment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Status record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I correct? I dont have an SAP access, can I see the MATMAS data structure in web?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 16:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-type/m-p/2438269#M545567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T16:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-type/m-p/2438270#M545568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pete,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Basis type defines the segment and field structure of the IDoc. The Message type is an organizational unit. It is necessary for the slightly complex way SAP does things. Some people say this is done just to confuse potential spies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's just one example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/2a/bfe43741fcc372e10000009b38f842/content.htm"&amp;gt;Distributing Bill of Material Data in ALE Standard Process&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and just for completeness you have a process code on top...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 17:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-type/m-p/2438270#M545568</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-07-01T17:42:34Z</dc:date>
    </item>
  </channel>
</rss>

