<?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: getting dump at mesage in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-at-mesage/m-p/2584810#M591361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After your function module call have you included the standard error handling?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.
 MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, it is probably the case that the function module is raising an exception (and still creating the transfer), but hasn't issued an error message (so the SY fields are empty).  Debug the program and code some error handling specific to your scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2007 13:41:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-30T13:41:59Z</dc:date>
    <item>
      <title>getting dump at mesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-at-mesage/m-p/2584809#M591360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my program calls the l_create_dn function. Soon after calling the function, it creates a dump at the message. Message ... id, type number all are empty. But the transfer is created. The second time when we run, the program runs fine without any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one have a idea of wat problem could be&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 13:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-at-mesage/m-p/2584809#M591360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T13:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump at mesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-at-mesage/m-p/2584810#M591361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After your function module call have you included the standard error handling?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.
 MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, it is probably the case that the function module is raising an exception (and still creating the transfer), but hasn't issued an error message (so the SY fields are empty).  Debug the program and code some error handling specific to your scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 13:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-at-mesage/m-p/2584810#M591361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T13:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: getting dump at mesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-at-mesage/m-p/2584811#M591362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;u  catch the exceptions in the this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc =1.&lt;/P&gt;&lt;P&gt;raise exception.&lt;/P&gt;&lt;P&gt;if sy-subrc =2.&lt;/P&gt;&lt;P&gt;raise exception.etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 13:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-at-mesage/m-p/2584811#M591362</guid>
      <dc:creator>Vijay</dc:creator>
      <dc:date>2007-07-30T13:54:43Z</dc:date>
    </item>
  </channel>
</rss>

