<?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: User Exit Dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-dump/m-p/6179815#M1373073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the dump report ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2009 13:32:15 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2009-10-13T13:32:15Z</dc:date>
    <item>
      <title>User Exit Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-dump/m-p/6179814#M1373072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;user exit MV50AFZ1 is using regarding when serial number of order is not defined then it should give error message like &lt;/P&gt;&lt;P&gt;'No Serial Number Assign in Sales Order'' it is working fine for single or individual sales order. but when we run for multiple or grouped order then then it should processed for order those has serialnumber and shoud give error message for ramaining order whose serial number blank. but it is going in dump for grouped sales order. code is like that.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;      MESSAGE E999(ZZ) WITH 'No Serial Number Assign in Sales Order' LIPS-VGBEL.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 13:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-dump/m-p/6179814#M1373072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T13:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-dump/m-p/6179815#M1373073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the dump report ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 13:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-dump/m-p/6179815#M1373073</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-10-13T13:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-dump/m-p/6179816#M1373074</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;You gotto manually handle the condition where you are trying to run for multiple records.&lt;/P&gt;&lt;P&gt;Create a seperate error log(internal table) and then display the error message.&lt;/P&gt;&lt;P&gt;Create another internal table that is going to hold those records that have the serial numbers in them and then do your processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 13:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-dump/m-p/6179816#M1373074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T13:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-dump/m-p/6179817#M1373075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its a Job failed meassage like &lt;/P&gt;&lt;P&gt;No Serial Number Assign in Sales Order&lt;/P&gt;&lt;P&gt;No Serial Number Assign in Sales Order&lt;/P&gt;&lt;P&gt;Job cancelled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 13:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-dump/m-p/6179817#M1373075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T13:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-dump/m-p/6179818#M1373076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i agree with Nitwick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this thread.it might be useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="message" id="2332234"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 13:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-dump/m-p/6179818#M1373076</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-10-13T13:55:49Z</dc:date>
    </item>
  </channel>
</rss>

