<?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: QM Inspection Characteristics table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903311#M1328407</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;Following is the list of related tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QALS - Inspection lot record : This is the table where you can get all the inspection lot numbers&lt;/P&gt;&lt;P&gt;QAMV - Characteristic specifications for inspection processing&lt;/P&gt;&lt;P&gt;QAMR - Characteristic results during inspection processing&lt;/P&gt;&lt;P&gt;QASR - Sample results for inspection characteristics&lt;/P&gt;&lt;P&gt;QASE - Results table for the sample unit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QASE and QASR give the results for individual samples and partial samples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the operation for the particular characteristic, call function module QEEA_READ_SINGLE_OPERATION&lt;/P&gt;&lt;P&gt;Pass AUFPL from QALS, VORGLFNR from QAMR and PRUEFLOS from QAMR to the function module as shown below.&lt;/P&gt;&lt;P&gt;The FM returns the value of operation VORNR in structure e_qapo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'QEEA_READ_SINGLE_OPERATION'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;          i_aufpl            = &amp;lt;fs_qals&amp;gt;-aufpl&lt;/P&gt;&lt;P&gt;          i_plnkn            = &amp;lt;fs_qamr&amp;gt;-vorglfnr&lt;/P&gt;&lt;P&gt;          i_prueflos       = &amp;lt;fs_qamr&amp;gt;-prueflos&lt;/P&gt;&lt;P&gt;     importing&lt;/P&gt;&lt;P&gt;          e_qapo_wa    = e_qapo&lt;/P&gt;&lt;P&gt;     exceptions&lt;/P&gt;&lt;P&gt;          not_found       = 1&lt;/P&gt;&lt;P&gt;          others             = 2&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you'll find this useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Radhika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2009 05:15:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-21T05:15:50Z</dc:date>
    <item>
      <title>QM Inspection Characteristics table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903307#M1328403</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 designing Inspection Report for QM Module, the thing is i am unable to find the tables for the data &lt;/P&gt;&lt;P&gt;1. Characteristic Specifications&lt;/P&gt;&lt;P&gt;2. Characteristic Results  &lt;/P&gt;&lt;P&gt;like Characteristic Related complete data. And also can any one tell me what is the relation between Operation &amp;amp; Charaterisitics in the Inspection Processing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like the table used for that !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for ur reply....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 04:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903307#M1328403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T04:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: QM Inspection Characteristics table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903308#M1328404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Following tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QALS - Matchcode for inspection lot, &lt;/P&gt;&lt;P&gt;QAMV - Characteristics Specification.&lt;/P&gt;&lt;P&gt;QAMR - Characteristic results during inspection processing&lt;/P&gt;&lt;P&gt;QAPP_QALS - Inspection lots for insp. points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Characteristis means Details about material like compositions, quality etc.&lt;/P&gt;&lt;P&gt;Operation means, what testing has to be done on Material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anil Katoch on Jul 21, 2009 6:53 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anil Katoch on Jul 21, 2009 6:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 04:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903308#M1328404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T04:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: QM Inspection Characteristics table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903309#M1328405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinath,&lt;/P&gt;&lt;P&gt;  To get the Inspection Number use table MSEG.&lt;/P&gt;&lt;P&gt; with mseg-mblnr get inspection number from QAMB table with mblnr as key.&lt;/P&gt;&lt;P&gt;to get opeartion number,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'BAPI_INSPLOT_GETOPERATIONS'
    EXPORTING
      NUMBER        = qamb-PRUEFLOS
    TABLES
      INSPOPER_LIST = INSPOPER_LIST.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for getting the characteristics of Inspection Use,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'BAPI_INSPOPER_GETCHAR'
    EXPORTING
      INSPLOT       = insnumber--------------&amp;gt;inspection lot number
      INSPOPER      = insopnumber----------&amp;gt;operation set number
    TABLES
      INSPCHAR_LIST = INSPCHAR_LIST.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;for the characteristics value get original_value from QAMR Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 04:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903309#M1328405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T04:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: QM Inspection Characteristics table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903310#M1328406</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;&lt;STRONG&gt;QAMV&lt;/STRONG&gt;  Characteristic specifications for inspection processing&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QAMR&lt;/STRONG&gt;  Characteristic results during inspection processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;anand kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 04:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903310#M1328406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T04:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: QM Inspection Characteristics table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903311#M1328407</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;Following is the list of related tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QALS - Inspection lot record : This is the table where you can get all the inspection lot numbers&lt;/P&gt;&lt;P&gt;QAMV - Characteristic specifications for inspection processing&lt;/P&gt;&lt;P&gt;QAMR - Characteristic results during inspection processing&lt;/P&gt;&lt;P&gt;QASR - Sample results for inspection characteristics&lt;/P&gt;&lt;P&gt;QASE - Results table for the sample unit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QASE and QASR give the results for individual samples and partial samples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the operation for the particular characteristic, call function module QEEA_READ_SINGLE_OPERATION&lt;/P&gt;&lt;P&gt;Pass AUFPL from QALS, VORGLFNR from QAMR and PRUEFLOS from QAMR to the function module as shown below.&lt;/P&gt;&lt;P&gt;The FM returns the value of operation VORNR in structure e_qapo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'QEEA_READ_SINGLE_OPERATION'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;          i_aufpl            = &amp;lt;fs_qals&amp;gt;-aufpl&lt;/P&gt;&lt;P&gt;          i_plnkn            = &amp;lt;fs_qamr&amp;gt;-vorglfnr&lt;/P&gt;&lt;P&gt;          i_prueflos       = &amp;lt;fs_qamr&amp;gt;-prueflos&lt;/P&gt;&lt;P&gt;     importing&lt;/P&gt;&lt;P&gt;          e_qapo_wa    = e_qapo&lt;/P&gt;&lt;P&gt;     exceptions&lt;/P&gt;&lt;P&gt;          not_found       = 1&lt;/P&gt;&lt;P&gt;          others             = 2&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you'll find this useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Radhika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 05:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903311#M1328407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T05:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: QM Inspection Characteristics table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903312#M1328408</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;Kindly check out tables CABN, CAWN, CAWNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nishant Malhotra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 05:19:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903312#M1328408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T05:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: QM Inspection Characteristics table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903313#M1328409</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;    QAMKR Table is for Specifications and results for the characteristic.&lt;/P&gt;&lt;P&gt;and there is one F.M 'QEEM_GET_CHARACTERISTIC_DATA'. try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manjula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 05:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qm-inspection-characteristics-table/m-p/5903313#M1328409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T05:39:51Z</dc:date>
    </item>
  </channel>
</rss>

