<?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 difference between message type and idoc type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961789#M395331</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;difference between message type and idoc type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2007 11:28:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-15T11:28:02Z</dc:date>
    <item>
      <title>difference between message type and idoc type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961789#M395331</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;difference between message type and idoc type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 11:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961789#M395331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T11:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: difference between message type and idoc type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961790#M395332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rama,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not to confuse you. But, there is another thing called IDoc Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDoc Type and IDoc can be compared as a class and its instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDoc Type is the class, where as IDoc is an instance of the particular IDoc type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from the above two, Message Type(in this context) tells the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Michael told Message Type tells the type of data thats being carried by an IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 11:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961790#M395332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T11:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: difference between message type and idoc type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961791#M395333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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="2975334"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 11:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961791#M395333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T11:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: difference between message type and idoc type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961792#M395334</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;Message Type:&lt;/P&gt;&lt;P&gt;A message type represents the application message exchanged between R/3 systems and R/3 and an external system. A message type characterises the data sent across systems and relates to the structure of the data called an IDOC type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diff. with IDOC type&lt;/P&gt;&lt;P&gt;An IDoc type specifies the structure of the data. &lt;/P&gt;&lt;P&gt;A message type specifies the meaning of the data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diff. b/w IDOC type and IDOC&lt;/P&gt;&lt;P&gt;An IDoc type is the definition of a specific data structure.&lt;/P&gt;&lt;P&gt;An IDoc is an actual instance of data based on an IDoc type. Therefore, there can be many IDocs created from a single IDoc type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: &lt;/P&gt;&lt;P&gt;MATMAS is the message type and MATMAS05 is IDoc type for Material Master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 11:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961792#M395334</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-02-15T11:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: difference between message type and idoc type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961793#M395335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;IDoc Type:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;An Idoc is a container that can be used to exchange data between any two processes. An Idoc is an instance of an IDoc type.It will contain several segments, and segments consist of several data fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: INVOIC01 defines the format of an invoice document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Message Type:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A message defines what type of data is being transmitted between two partners.&lt;/P&gt;&lt;P&gt;Like orders, order responses, invoices are examples of messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex: Idoc type(ORDERS02)  we can use several messages, such as ORDERS,ORDRSP,ORDCHG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 11:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961793#M395335</guid>
      <dc:creator>former_member460168</dc:creator>
      <dc:date>2007-02-15T11:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: difference between message type and idoc type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961794#M395336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rama Devi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC TYPE - Gives the skeleton of the data that is to be passed. It gives the structure of data that is to be passed. Go to tcode we30 and check matmas03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message type - Just gives information as what type of data is going to be passed eg. Material data ( Go to tcode we81 MATMAS) , Customer data etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 12:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961794#M395336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T12:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: difference between message type and idoc type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961795#M395337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Kindly Reward Point if it helps&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can consider &amp;lt;b&amp;gt;IDoc &amp;lt;/b&amp;gt; as a container having  segments, fields &lt;/P&gt;&lt;P&gt;Whereas  a &amp;lt;b&amp;gt;Message type&amp;lt;/b&amp;gt; is the logical message type used Within the IDoc interface to control purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It points to one or more IDoc types, which are the data formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDoc Type and IDoc can be compared as a class and its instance as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If &amp;lt;b&amp;gt;IDoc Type is a class&amp;lt;/b&amp;gt;, then &amp;lt;b&amp;gt;IDoc is an instance&amp;lt;/b&amp;gt; of the particular IDoc type Class&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 12:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-message-type-and-idoc-type/m-p/1961795#M395337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T12:25:54Z</dc:date>
    </item>
  </channel>
</rss>

