<?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: Usage Decision &amp; Inspection close completed BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/usage-decision-inspection-close-completed-bapi/m-p/2075763#M430257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now i'm getting a message "Selected set code does not exist, or data entered is incomplete" in The BAPI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Is the program code i'm using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: ud_data like BAPI2045UD occurs 0 with header line,&lt;/P&gt;&lt;P&gt;      sy_data like BAPI2045SS occurs 0 with header line,&lt;/P&gt;&lt;P&gt;      return like BAPIRETURN1 occurs 0 with header line,&lt;/P&gt;&lt;P&gt;      c_return like  BAPIRET2 occurs  0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ud_data-INSPLOT = '030000007159'.&lt;/P&gt;&lt;P&gt;ud_data-UD_FORCE_COMPLETION = 'X'.&lt;/P&gt;&lt;P&gt;ud_data-UD_CODE = 'A'.&lt;/P&gt;&lt;P&gt;ud_data-UD_CODE_GROUP = 'SCC01'.&lt;/P&gt;&lt;P&gt;ud_data-UD_SELECTED_SET = 'SCC1'.&lt;/P&gt;&lt;P&gt;ud_data-UD_PLANT = '02'.&lt;/P&gt;&lt;P&gt;append ud_data.&lt;/P&gt;&lt;P&gt;&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               = '030000007159'&lt;/P&gt;&lt;P&gt;    UD_DATA              = ud_data&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LANGUAGE             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  UD_RETURN_DATA       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  STOCK_DATA           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   RETURN               = return&lt;/P&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;P&gt;   SYSTEM_STATUS        =  sy_data&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  USER_STATUS          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WAIT          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   RETURN        = c_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me this is very urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2007 15:02:28 GMT</pubDate>
    <dc:creator>former_member210118</dc:creator>
    <dc:date>2007-03-30T15:02:28Z</dc:date>
    <item>
      <title>Usage Decision &amp; Inspection close completed BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/usage-decision-inspection-close-completed-bapi/m-p/2075760#M430254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i'm looking for a BAPI / FM that giving an Inspection Control, it makes the Usage Decision and the Inspection Close Completed automaticaly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards &lt;/P&gt;&lt;P&gt;Ricardo Jorge Monteiro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 11:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/usage-decision-inspection-close-completed-bapi/m-p/2075760#M430254</guid>
      <dc:creator>former_member210118</dc:creator>
      <dc:date>2007-03-30T11:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Usage Decision &amp; Inspection close completed BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/usage-decision-inspection-close-completed-bapi/m-p/2075761#M430255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this bapi: BAPI_INSPLOT_SETUSAGEDECISION&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 11:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/usage-decision-inspection-close-completed-bapi/m-p/2075761#M430255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T11:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Usage Decision &amp; Inspection close completed BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/usage-decision-inspection-close-completed-bapi/m-p/2075762#M430256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thaks ravi, this bapi i think help's a lot, but i tried it and come across a problem...The Bapi itself doesn't actually change the Usage Decision, in the code it say's i have to use another BAPI called BAPI_TRANSACTION_COMMIT. I've made a program that calls the first bapi and then this last one...but the Usage Decision stays the same..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas how to turn this around ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 13:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/usage-decision-inspection-close-completed-bapi/m-p/2075762#M430256</guid>
      <dc:creator>former_member210118</dc:creator>
      <dc:date>2007-03-30T13:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Usage Decision &amp; Inspection close completed BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/usage-decision-inspection-close-completed-bapi/m-p/2075763#M430257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now i'm getting a message "Selected set code does not exist, or data entered is incomplete" in The BAPI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Is the program code i'm using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: ud_data like BAPI2045UD occurs 0 with header line,&lt;/P&gt;&lt;P&gt;      sy_data like BAPI2045SS occurs 0 with header line,&lt;/P&gt;&lt;P&gt;      return like BAPIRETURN1 occurs 0 with header line,&lt;/P&gt;&lt;P&gt;      c_return like  BAPIRET2 occurs  0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ud_data-INSPLOT = '030000007159'.&lt;/P&gt;&lt;P&gt;ud_data-UD_FORCE_COMPLETION = 'X'.&lt;/P&gt;&lt;P&gt;ud_data-UD_CODE = 'A'.&lt;/P&gt;&lt;P&gt;ud_data-UD_CODE_GROUP = 'SCC01'.&lt;/P&gt;&lt;P&gt;ud_data-UD_SELECTED_SET = 'SCC1'.&lt;/P&gt;&lt;P&gt;ud_data-UD_PLANT = '02'.&lt;/P&gt;&lt;P&gt;append ud_data.&lt;/P&gt;&lt;P&gt;&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               = '030000007159'&lt;/P&gt;&lt;P&gt;    UD_DATA              = ud_data&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LANGUAGE             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  UD_RETURN_DATA       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  STOCK_DATA           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   RETURN               = return&lt;/P&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;P&gt;   SYSTEM_STATUS        =  sy_data&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  USER_STATUS          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WAIT          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   RETURN        = c_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me this is very urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 15:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/usage-decision-inspection-close-completed-bapi/m-p/2075763#M430257</guid>
      <dc:creator>former_member210118</dc:creator>
      <dc:date>2007-03-30T15:02:28Z</dc:date>
    </item>
  </channel>
</rss>

