<?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: BAPI_INSPLOT_SETUSAGEDECISION dumping, why? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-insplot-setusagedecision-dumping-why/m-p/5555659#M1268048</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;I am facing exactly the same problem but it is only when I want to set the usage decision to R0. For A0 it is working absolutely fine. Can you help me with this if you have been able to sort this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2009 14:23:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-29T14:23:21Z</dc:date>
    <item>
      <title>BAPI_INSPLOT_SETUSAGEDECISION dumping, why?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-insplot-setusagedecision-dumping-why/m-p/5555656#M1268045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using BAPI_INSPLOT_SETUSAGEDECISION to update usage decisions on a number of inspection lots.  Here is my code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at gt_batches.&lt;/P&gt;&lt;P&gt;    clear gv_ud_data.&lt;/P&gt;&lt;P&gt;    gv_number = gv_ud_data = gt_batches-prueflos.&lt;/P&gt;&lt;P&gt;    gv_ud_data-ud_plant = gt_batches-werk.&lt;/P&gt;&lt;P&gt;    gv_ud_data-ud_code  = p_vcode.&lt;/P&gt;&lt;P&gt;    gv_ud_data-ud_code_group = p_vcodeg.&lt;/P&gt;&lt;P&gt;    gv_ud_data-ud_selected_set = p_vaus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    call function 'BAPI_INSPLOT_SETUSAGEDECISION'&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        number         = gv_number&lt;/P&gt;&lt;P&gt;        ud_data        = gv_ud_data&lt;/P&gt;&lt;P&gt;      importing&lt;/P&gt;&lt;P&gt;        return         = gv_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first call in the bapi is to FM 'QEVC_PROCESS_AUTO_UD' and this is where it's dumping.  It's not even caught by the exceptions are anything.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone had a similar experience before and if so what did you do to reslove it?  Am I missing a something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone could help, I'd be most grateful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Liz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 14:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-insplot-setusagedecision-dumping-why/m-p/5555656#M1268045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-01T14:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INSPLOT_SETUSAGEDECISION dumping, why?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-insplot-setusagedecision-dumping-why/m-p/5555657#M1268046</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;BAPI should never dump. It should only return error messages in the table return. So are you sure that your input parameters have correct type? What dump do you get? Usually you can deduct what's the problem from dump. You can also try to look for related OSS notes. As I wrote BAPI should never dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 05:08:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-insplot-setusagedecision-dumping-why/m-p/5555657#M1268046</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2009-05-02T05:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INSPLOT_SETUSAGEDECISION dumping, why?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-insplot-setusagedecision-dumping-why/m-p/5555658#M1268047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly thanks for the response.  I don't get any error mesages, it simply stops executing and reverts back to the input screen.  I've been degugging in se37 and it simply stops and throws back to se37 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will double check my input parameters but I'm fairly sure they're correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Liz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 08:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-insplot-setusagedecision-dumping-why/m-p/5555658#M1268047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T08:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INSPLOT_SETUSAGEDECISION dumping, why?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-insplot-setusagedecision-dumping-why/m-p/5555659#M1268048</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;I am facing exactly the same problem but it is only when I want to set the usage decision to R0. For A0 it is working absolutely fine. Can you help me with this if you have been able to sort this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 14:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-insplot-setusagedecision-dumping-why/m-p/5555659#M1268048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T14:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INSPLOT_SETUSAGEDECISION dumping, why?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-insplot-setusagedecision-dumping-why/m-p/5555660#M1268049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liz,&lt;/P&gt;&lt;P&gt;    I am also facing the same problem while doing automatic usage decision.&lt;/P&gt;&lt;P&gt;Did you got any solution for your problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any solution to the problem please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 12:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-insplot-setusagedecision-dumping-why/m-p/5555660#M1268049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-20T12:19:36Z</dc:date>
    </item>
  </channel>
</rss>

