<?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 Dump for FM CUCB_GET_VALUES_FROM_INSTANCE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-for-fm-cucb-get-values-from-instance/m-p/6186375#M1373951</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'm using FM CUCB_GET_VALUES_FROM_INSTANCE to get values for classfication of class type 300 relative a material (view MRP3). And When I run this FM I get dump  MESSAGE_TYPE_X .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried use TRY..CATCH, check the KMAT is fiiled (field STDPD), chech ifMARC-CUOBJ is filled. But even do that I get dump during calling FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody knows why it happens? Or How solve this prnob?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Paulo Afonso Cordeiro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2009 16:25:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-05T16:25:46Z</dc:date>
    <item>
      <title>Dump for FM CUCB_GET_VALUES_FROM_INSTANCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-for-fm-cucb-get-values-from-instance/m-p/6186375#M1373951</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'm using FM CUCB_GET_VALUES_FROM_INSTANCE to get values for classfication of class type 300 relative a material (view MRP3). And When I run this FM I get dump  MESSAGE_TYPE_X .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried use TRY..CATCH, check the KMAT is fiiled (field STDPD), chech ifMARC-CUOBJ is filled. But even do that I get dump during calling FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody knows why it happens? Or How solve this prnob?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Paulo Afonso Cordeiro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 16:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-for-fm-cucb-get-values-from-instance/m-p/6186375#M1373951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-05T16:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dump for FM CUCB_GET_VALUES_FROM_INSTANCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-for-fm-cucb-get-values-from-instance/m-p/6186376#M1373952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi paulo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before call, set breakpoint at statement message an see where the x message is created. this may give you a hint.&lt;/P&gt;&lt;P&gt;the message class and number in the dump might have told us but you kep it &lt;EM&gt;confidential.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 21:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-for-fm-cucb-get-values-from-instance/m-p/6186376#M1373952</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-10-05T21:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dump for FM CUCB_GET_VALUES_FROM_INSTANCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-for-fm-cucb-get-values-from-instance/m-p/6186377#M1373953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paulo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long time ago I faced an issue where I wanted to utilize the function module (despite the fact that it's not released) and also ran into short dumps. In my case there was interference with previously running instances or the way it was called. I no longer have access to the programs, but I remember that I could get around the short dumps by calling some &lt;EM&gt;initialization&lt;/EM&gt; function modules. I.e. within the same function group you find for example function &lt;STRONG&gt;CUCB_INITIALIZER&lt;/STRONG&gt;. You could give it a try if calling that function prior to retrieving the configuration helps you (way back that did the trick for me).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note though that this is just a wild guess, because - as the previous poster mentioned - you don't have any error details from the short dump that would allow further indications as to what might be wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes, harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 02:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-for-fm-cucb-get-values-from-instance/m-p/6186377#M1373953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-06T02:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dump for FM CUCB_GET_VALUES_FROM_INSTANCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-for-fm-cucb-get-values-from-instance/m-p/6186378#M1373954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 13:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-for-fm-cucb-get-values-from-instance/m-p/6186378#M1373954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-28T13:59:43Z</dc:date>
    </item>
  </channel>
</rss>

