<?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 Message type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/3146418#M748009</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;&lt;/P&gt;&lt;P&gt;What is the message type for Workorder,if there is no standard message type I will crate Custom one,but the problem with coding can any one help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;regds,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 07:02:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T07:02:04Z</dc:date>
    <item>
      <title>Message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/3146418#M748009</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;&lt;/P&gt;&lt;P&gt;What is the message type for Workorder,if there is no standard message type I will crate Custom one,but the problem with coding can any one help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;regds,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 07:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/3146418#M748009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T07:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/3146419#M748010</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 processing depends on the message type specified in the MESSAGE statement, and the program context in which the statement occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message Types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt; Termination&lt;/P&gt;&lt;P&gt; The message appears in a dialog box, and the program terminates. When the user has confirmed the message, control returns to the next-highest area menu.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt; Error&lt;/P&gt;&lt;P&gt; Depending on the program context, an error dialog appears or the program terminates.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I&lt;/P&gt;&lt;P&gt; Information&lt;/P&gt;&lt;P&gt; The message appears in a dialog box. Once the user has confirmed the message, the program continues immediately after the MESSAGE statement.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;P&gt; Status &lt;/P&gt;&lt;P&gt; The program continues normally after the MESSAGE statement, and the message is displayed in the status bar of the next screen.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;W&lt;/P&gt;&lt;P&gt; Warning&lt;/P&gt;&lt;P&gt; Depending on the program context, an error dialog appears or the program terminates.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;X&lt;/P&gt;&lt;P&gt; Exit&lt;/P&gt;&lt;P&gt; No message is displayed, and the program terminates with a short dump. Program terminations with a short dump normally only occur when a runtime error occurs. Message type X allows you to force a program termination. The short dump contains the message ID.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contexts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Messages, especially those with type E or W, are processed according to the context in which they occur. The following sections summarize the most important context rules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plzz reward points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 07:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/3146419#M748010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T07:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/3146420#M748011</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;check the below message types &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IOAUPD&lt;/P&gt;&lt;P&gt;IORDER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it won't serve ur purpose,u can create ur own message and basic type and also segments..inorder to create a workorder then use BDC inside the custom function module and can create..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 07:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type/m-p/3146420#M748011</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-12-19T07:17:40Z</dc:date>
    </item>
  </channel>
</rss>

