<?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: prevent a dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/prevent-a-dump/m-p/5940093#M1334446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the FM typ declaration for the user, you need pass the same type of variable to the FM otherwise you get dump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2009 10:59:04 GMT</pubDate>
    <dc:creator>alex_m</dc:creator>
    <dc:date>2009-07-16T10:59:04Z</dc:date>
    <item>
      <title>prevent a dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prevent-a-dump/m-p/5940090#M1334443</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;this call causes a dump if user can not be mapped. How can I prevent a dump  in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'BBP_READ_ATTRIBUTES'
    EXPORTING
      iv_user            = lv_user
      iv_scenario        = 'BBP'
      iv_attr_single     = lv_attribute
    IMPORTING
      ev_attr_dft_single = lv_result.

  lv_region = lv_result-value.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marco.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 10:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prevent-a-dump/m-p/5940090#M1334443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T10:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: prevent a dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prevent-a-dump/m-p/5940091#M1334444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;check whether function module import and export table parametrs matches it with your variables declared in your program ,&lt;/P&gt;&lt;P&gt;normally dump occurs if it encounters with differnt data decleration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you still need any more help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Rajeshwar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 10:52:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prevent-a-dump/m-p/5940091#M1334444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T10:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: prevent a dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prevent-a-dump/m-p/5940092#M1334445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check whether function module contains any exceptions declared. If FM returns exception for some reason and if we don't catch those exceptions, then also dump will occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 10:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prevent-a-dump/m-p/5940092#M1334445</guid>
      <dc:creator>sivasatyaprasad_yerra</dc:creator>
      <dc:date>2009-07-16T10:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: prevent a dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prevent-a-dump/m-p/5940093#M1334446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the FM typ declaration for the user, you need pass the same type of variable to the FM otherwise you get dump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 10:59:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prevent-a-dump/m-p/5940093#M1334446</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2009-07-16T10:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: prevent a dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prevent-a-dump/m-p/5940094#M1334447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before calling the FM, check whether the user is mapped or not and call the function module only if the user is mapped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 11:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prevent-a-dump/m-p/5940094#M1334447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T11:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: prevent a dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prevent-a-dump/m-p/5940095#M1334448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 11:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prevent-a-dump/m-p/5940095#M1334448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T11:59:47Z</dc:date>
    </item>
  </channel>
</rss>

