<?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: Sample code for using BAPI: BAPI_INSPOPER_RECORDRESULTS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-for-using-bapi-bapi-inspoper-recordresults/m-p/2691279#M622589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&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 = wa_upload-prueflos&lt;/P&gt;&lt;P&gt;INSPOPER = wa_upload-vornr&lt;/P&gt;&lt;P&gt;INSPPOINTDATA = wa_insppointdata&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;SINGLE_RESULTS = it_single_results&lt;/P&gt;&lt;P&gt;SAMPLE_RESULTS = it_sample_results&lt;/P&gt;&lt;P&gt;RETURNTABLE = it_returntable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call:&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;P&gt;&lt;/P&gt;&lt;P&gt;wa_char_results is not necessary and updates the results at operation level, not physical sample level. your results for a specific physical sample go into wa_sample_results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward Points if Useful!&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2007 10:15:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-13T10:15:28Z</dc:date>
    <item>
      <title>Sample code for using BAPI: BAPI_INSPOPER_RECORDRESULTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-for-using-bapi-bapi-inspoper-recordresults/m-p/2691278#M622588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to upload inspection results from external system to SAP. Can anybody post the sample code for using the BAPI BAPI_INSPOPER_RECORDRESULTS. Also I want to know whether the following things are possible or not with this BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Overwrite (add / modify) Characteristics for an inspection lot from an external system.&lt;/P&gt;&lt;P&gt;2. Overwriting Sample Size in SAP through external system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate any info on using this BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;KC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 03:58:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-for-using-bapi-bapi-inspoper-recordresults/m-p/2691278#M622588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T03:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for using BAPI: BAPI_INSPOPER_RECORDRESULTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-for-using-bapi-bapi-inspoper-recordresults/m-p/2691279#M622589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&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 = wa_upload-prueflos&lt;/P&gt;&lt;P&gt;INSPOPER = wa_upload-vornr&lt;/P&gt;&lt;P&gt;INSPPOINTDATA = wa_insppointdata&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;SINGLE_RESULTS = it_single_results&lt;/P&gt;&lt;P&gt;SAMPLE_RESULTS = it_sample_results&lt;/P&gt;&lt;P&gt;RETURNTABLE = it_returntable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call:&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;P&gt;&lt;/P&gt;&lt;P&gt;wa_char_results is not necessary and updates the results at operation level, not physical sample level. your results for a specific physical sample go into wa_sample_results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward Points if Useful!&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 10:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-for-using-bapi-bapi-inspoper-recordresults/m-p/2691279#M622589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T10:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code for using BAPI: BAPI_INSPOPER_RECORDRESULTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-for-using-bapi-bapi-inspoper-recordresults/m-p/2691280#M622590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gokul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. What I need to know is, what are the mandatory fields that will go in the Importing parameters, like the values in the internal table "wa_insppointdata" in your code. If anybody used this FM before, I need to see, what values are hard coded and what FLAG's were used in importing and tables parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kalyan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 11:32:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-for-using-bapi-bapi-inspoper-recordresults/m-p/2691280#M622590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T11:32:53Z</dc:date>
    </item>
  </channel>
</rss>

