<?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: Using BAPI_INSPOPER_RECORDRESULTS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-inspoper-recordresults/m-p/1831627#M354378</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;My requirement is.&lt;/P&gt;&lt;P&gt;I will get the data like material number, serial number, inspection lot origin and plant from the input file. &lt;/P&gt;&lt;P&gt;Based on this data i have to check whether inspection lot exists for that material number .&lt;/P&gt;&lt;P&gt;If it exists i have to go to transaction QE02 and add the serial number.&lt;/P&gt;&lt;P&gt;If the inspection lot does not exist i have to create ispection lot first and next i have to go to the transaction QE01 to record the results. &lt;/P&gt;&lt;P&gt;So i have to use both the transactions to record the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand the scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls sugest me how  to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jan 2007 07:44:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-29T07:44:49Z</dc:date>
    <item>
      <title>Using BAPI_INSPOPER_RECORDRESULTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-inspoper-recordresults/m-p/1831625#M354376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got a requirement to record results in QE02. I am fetching the characteristics for a particular lot using BAPI_INSPOPER_GETCHAR.&lt;/P&gt;&lt;P&gt;Please suggest how to use BAPI_INSPOPER_RECORDRESULTS using the characteristics derived from above FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 11:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-inspoper-recordresults/m-p/1831625#M354376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T11:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI_INSPOPER_RECORDRESULTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-inspoper-recordresults/m-p/1831626#M354377</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;transaction QE02 is a transaction to change inspection results. These results are recorded before.&lt;/P&gt;&lt;P&gt;If you want to read recorded results you can use function modules QC01_Q_CHARACTERISTICS_SELECT or QEEA_FEATURES_READING.&lt;/P&gt;&lt;P&gt;If you want to change the results: Do you want display the already recorded data to user? This is QE02 doing.....Where do you get the input? I mean the data that has to be changed? From file? Screen?&lt;/P&gt;&lt;P&gt;You can use BAPI_INSPOPER_RECORDRESULTS  to create and change inspection results in QM. Your requirement isn't clear at all (for me).&lt;/P&gt;&lt;P&gt;And the fm BAPI_INSPOPER_GETCHAR isn't suitable for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 11:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-inspoper-recordresults/m-p/1831626#M354377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T11:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI_INSPOPER_RECORDRESULTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-inspoper-recordresults/m-p/1831627#M354378</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;My requirement is.&lt;/P&gt;&lt;P&gt;I will get the data like material number, serial number, inspection lot origin and plant from the input file. &lt;/P&gt;&lt;P&gt;Based on this data i have to check whether inspection lot exists for that material number .&lt;/P&gt;&lt;P&gt;If it exists i have to go to transaction QE02 and add the serial number.&lt;/P&gt;&lt;P&gt;If the inspection lot does not exist i have to create ispection lot first and next i have to go to the transaction QE01 to record the results. &lt;/P&gt;&lt;P&gt;So i have to use both the transactions to record the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand the scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls sugest me how  to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 07:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-inspoper-recordresults/m-p/1831627#M354378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T07:44:49Z</dc:date>
    </item>
  </channel>
</rss>

