<?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: ABAP RUNTIME ERROR MESSAGE_TYPE_X AFTER COMMIT WORK AND WAIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-message-type-x-after-commit-work-and-wait/m-p/9344656#M1730660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Yes. I just checked message type X &lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;allows you to force a program termination.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;In the above case, what you can suggest to solve the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Mkp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Apr 2013 06:06:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-04-08T06:06:20Z</dc:date>
    <item>
      <title>ABAP RUNTIME ERROR MESSAGE_TYPE_X AFTER COMMIT WORK AND WAIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-message-type-x-after-commit-work-and-wait/m-p/9344653#M1730657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting one dump in a z-program like MESSAGE_TYPE_X&amp;nbsp; when sy-subrc check with statement &lt;SPAN class="L0S52"&gt;COMMIT &lt;SPAN class="L0S52"&gt;WORK &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;WAIT.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;COMMIT &lt;SPAN class="L0S52"&gt;WORK &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;WAIT.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &lt;SPAN class="L0S52"&gt;NE &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;x009&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;z13m&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'some text'.&amp;nbsp; ----- Dump is here&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;Please provide the solution to this issue.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;MKP&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 05:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-message-type-x-after-commit-work-and-wait/m-p/9344653#M1730657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-08T05:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP RUNTIME ERROR MESSAGE_TYPE_X AFTER COMMIT WORK AND WAIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-message-type-x-after-commit-work-and-wait/m-p/9344654#M1730658</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;please read the help for message type. Type x will raise a dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 05:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-message-type-x-after-commit-work-and-wait/m-p/9344654#M1730658</guid>
      <dc:creator>DirkAltmann</dc:creator>
      <dc:date>2013-04-08T05:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP RUNTIME ERROR MESSAGE_TYPE_X AFTER COMMIT WORK AND WAIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-message-type-x-after-commit-work-and-wait/m-p/9344655#M1730659</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;Please go through this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message type 'X' go for dump based on usage.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_702/en/abapmessage_options.htm"&gt;http://help.sap.com/abapdocu_702/en/abapmessage_options.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_702/en/abenabap_messages_types.htm"&gt;http://help.sap.com/abapdocu_702/en/abenabap_messages_types.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Swarna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 05:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-message-type-x-after-commit-work-and-wait/m-p/9344655#M1730659</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2013-04-08T05:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP RUNTIME ERROR MESSAGE_TYPE_X AFTER COMMIT WORK AND WAIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-message-type-x-after-commit-work-and-wait/m-p/9344656#M1730660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Yes. I just checked message type X &lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;allows you to force a program termination.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;In the above case, what you can suggest to solve the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Mkp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 06:06:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-message-type-x-after-commit-work-and-wait/m-p/9344656#M1730660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-08T06:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP RUNTIME ERROR MESSAGE_TYPE_X AFTER COMMIT WORK AND WAIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-message-type-x-after-commit-work-and-wait/m-p/9344657#M1730661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read sap help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;You have specified the &lt;STRONG style="font-size: 10pt; font-family: Courier New;"&gt;AND WAIT&lt;/STRONG&gt; addition, and the updating of the update function modules was &lt;BR /&gt;not successful.&lt;/SPAN&gt;The &lt;STRONG style="font-size: 10pt; font-family: Courier New;"&gt;COMMIT WORK&lt;/STRONG&gt; statement always sets &lt;STRONG style="font-size: 10pt; font-family: Courier New;"&gt;sy-subrc&lt;/STRONG&gt; to 0 if the &lt;STRONG style="font-size: 10pt; font-family: Courier New;"&gt;AND WAIT&lt;/STRONG&gt; addition is not specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please try to trouble shoot it yourself.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 06:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-message-type-x-after-commit-work-and-wait/m-p/9344657#M1730661</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2013-04-08T06:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP RUNTIME ERROR MESSAGE_TYPE_X AFTER COMMIT WORK AND WAIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-message-type-x-after-commit-work-and-wait/m-p/9344658#M1730662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do not want a dump, but a program determination use message type "A". If you do not want to leave the program use message type "E". For more details or the other message types like I, W and S see the documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 05:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-message-type-x-after-commit-work-and-wait/m-p/9344658#M1730662</guid>
      <dc:creator>DirkAltmann</dc:creator>
      <dc:date>2013-04-09T05:30:59Z</dc:date>
    </item>
  </channel>
</rss>

