<?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: Error using BAPI_INSPOPER_RECORDRESULTS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918063#M381660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anup,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the same error from the BAPI. Did you find any solution? If yes please share me the solution and sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amogh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 12:07:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-04T12:07:06Z</dc:date>
    <item>
      <title>Error using BAPI_INSPOPER_RECORDRESULTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918060#M381657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I am usgin BAPI BAPI_INSPOPER_RECORDRESULTS to record the results.&lt;/P&gt;&lt;P&gt;Here is the sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       REFRESH gt_single_result.&lt;/P&gt;&lt;P&gt;        CLEAR wa_single_result.&lt;/P&gt;&lt;P&gt;        wa_single_result-insplot  =  ' 030000000500'.&lt;/P&gt;&lt;P&gt;        wa_single_result-inspoper  =  '0010'.&lt;/P&gt;&lt;P&gt;        wa_single_result-inspchar  =  '10'.&lt;/P&gt;&lt;P&gt;        APPEND wa_single_result TO gt_single_result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        REFRESH gt_char_result.&lt;/P&gt;&lt;P&gt;        CLEAR wa_char.&lt;/P&gt;&lt;P&gt;        wa_char-insplot = ' 030000000500'.&lt;/P&gt;&lt;P&gt;        wa_char-inspoper = '0010'.&lt;/P&gt;&lt;P&gt;        wa_char-inspchar = '10'.&lt;/P&gt;&lt;P&gt;        wa_char-evaluation = 'A'.&lt;/P&gt;&lt;P&gt;        wa_char-evaluated  = 'X'.	&lt;/P&gt;&lt;P&gt;        wa_char-remark = 'test'.&lt;/P&gt;&lt;P&gt;        wa_char-closed  =  'X'.&lt;/P&gt;&lt;P&gt;        wa_char-original_input = zbird-zw1dpln.&lt;/P&gt;&lt;P&gt;        wa_char-mean_value =  zbird-zw1dpln.&lt;/P&gt;&lt;P&gt;        APPEND wa_char TO gt_char_result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CALL FUNCTION 'BAPI_INSPOPER_RECORDRESULTS'&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              insplot                    =  '030000000500 '&lt;/P&gt;&lt;P&gt;              inspoper                   = '0010'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  INSPPOINTDATA              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  HANDHELD_APPLICATION       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           IMPORTING&lt;/P&gt;&lt;P&gt;             return                     = g_return&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;             char_results               = gt_char_result&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SAMPLE_RESULTS             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;             single_results             = gt_single_result&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURNTABLE                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                    .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;             wait          = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting error 'E Q5 026 Defects occured during confirmation'&lt;/P&gt;&lt;P&gt;Has anyone faced a similar problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 12:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918060#M381657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T12:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error using BAPI_INSPOPER_RECORDRESULTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918061#M381658</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;Is this error resolved? Me too face a similar problem. Please let me know if anyone of you have a solution for this.&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>Tue, 20 Mar 2007 11:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918061#M381658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T11:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error using BAPI_INSPOPER_RECORDRESULTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918062#M381659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is no need of passing the SINGLE_RESULTS values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 13:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918062#M381659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T13:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error using BAPI_INSPOPER_RECORDRESULTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918063#M381660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anup,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the same error from the BAPI. Did you find any solution? If yes please share me the solution and sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amogh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 12:07:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918063#M381660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T12:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error using BAPI_INSPOPER_RECORDRESULTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918064#M381661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amogh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If issue resolved, please share sample code ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also facing same problem but solution not found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 09:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918064#M381661</guid>
      <dc:creator>former_member816597</dc:creator>
      <dc:date>2013-08-02T09:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error using BAPI_INSPOPER_RECORDRESULTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918065#M381662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've faced the same issue while trying to evaluate sample in inspection lot. I've find out the the Q5 026 error is returned only when not all of sample inspection characteristics are evaluated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, inspection operation has 4 characteristics and only 2 of them are evaluated. In this case if you will try to evaluate sample BAPI_INSPOPER_RECORDRESULTS will return E Q5 026 error. And if all of characteristics will be evaluated then BAPI will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This approach has solved my issue with Q5 026 error. Hope this would help someone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Vitaliy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 07:22:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918065#M381662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-26T07:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error using BAPI_INSPOPER_RECORDRESULTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918066#M381663</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;original input not getting update in&amp;nbsp; BAPI_INSPOPER_RECORDRESULTS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2014 04:34:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-bapi-inspoper-recordresults/m-p/1918066#M381663</guid>
      <dc:creator>former_member816597</dc:creator>
      <dc:date>2014-03-08T04:34:23Z</dc:date>
    </item>
  </channel>
</rss>

