<?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: message type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/2928830#M690101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;    Message type indicates the type of data that is being excahanged.&lt;/P&gt;&lt;P&gt;Types:&lt;/P&gt;&lt;P&gt;  Debmas,&lt;/P&gt;&lt;P&gt;  Matmas,&lt;/P&gt;&lt;P&gt;  Cremas etc.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;T.Nagaraju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 11:34:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T11:34:02Z</dc:date>
    <item>
      <title>message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/2928827#M690098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the message type in idoc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 07:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/2928827#M690098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T07:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/2928828#M690099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;message type is nothing but the type of data that u exchange between clients&lt;/P&gt;&lt;P&gt;ORDERS(purchase order data)&lt;/P&gt;&lt;P&gt;MATMAS(material master data)&lt;/P&gt;&lt;P&gt;CREMAS(vendor master)&lt;/P&gt;&lt;P&gt;DEBMAS(customer master)&lt;/P&gt;&lt;P&gt;u can find all these message types in tcode WE81 &lt;/P&gt;&lt;P&gt;EDIMSG is the data base which message types stores.&lt;/P&gt;&lt;P&gt;An IDoc type can be implemented for various "logical" messages; one message can also be assigned to different IDoc types (m:n relationship).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message is defined by the values for message type (required), message code (optional) and message function (optional). These three fields belong to the key fields in the partner profiles, which are used, for example, to determine inbound processing. If the 'Message type' field is not maintained (e.g. in the case of a control record from Release 2.1, in which MESTYP did not exist), the IDoc Interface uses the value from STDMES (EDI message type).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, the descriptions of the message type should be linked to the corresponding EDI message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;The message ORDERS (= message type) identifies purchase orders (outbound) and sales orders (inbound).&lt;/P&gt;&lt;P&gt;reward if u find useful&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nagesh.Paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 07:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/2928828#M690099</guid>
      <dc:creator>paruchuri_nagesh</dc:creator>
      <dc:date>2007-10-09T07:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/2928829#M690100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pandurangarao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message type is a name given , that tells us what type of business data is being exchanged. &lt;/P&gt;&lt;P&gt;Eg: MATMAS (material master data) , &lt;/P&gt;&lt;P&gt;      DESADV (delivery Data) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message type is always linked to an IDoc type .&lt;/P&gt;&lt;P&gt;Where the IDoc Type  represents the data format. While the message tells us the purpose of data being sent&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;Regards,&lt;/P&gt;&lt;P&gt;Aarti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 09:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/2928829#M690100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T09:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/2928830#M690101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;    Message type indicates the type of data that is being excahanged.&lt;/P&gt;&lt;P&gt;Types:&lt;/P&gt;&lt;P&gt;  Debmas,&lt;/P&gt;&lt;P&gt;  Matmas,&lt;/P&gt;&lt;P&gt;  Cremas etc.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;T.Nagaraju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 11:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/2928830#M690101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T11:34:02Z</dc:date>
    </item>
  </channel>
</rss>

