<?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 Error in QM Data(Inspection types) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-qm-data-inspection-types/m-p/5284004#M1219385</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 want all inspection types for all materials...&lt;/P&gt;&lt;P&gt;n i want to display materials that are not having inspection types...&lt;/P&gt;&lt;P&gt;i WANT BELOW OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: MATNR- WERKS- ART&lt;/P&gt;&lt;P&gt;      10002-1120- 01&lt;/P&gt;&lt;P&gt;                         02&lt;/P&gt;&lt;P&gt;                         03&lt;/P&gt;&lt;P&gt;      10003-1130                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Written this below Query'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Problem is im not getting all Inspection types for material it is displaying only one inspection type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT MATNR&lt;/P&gt;&lt;P&gt;         WERKS&lt;/P&gt;&lt;P&gt;    FROM MARC&lt;/P&gt;&lt;P&gt;    INTO CORRESPONDING FIELDS OF TABLE IT_FINAL&lt;/P&gt;&lt;P&gt;    WHERE MATNR IN S_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF IT_FINAL[] IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;      SELECT ART&lt;/P&gt;&lt;P&gt;             MATNR&lt;/P&gt;&lt;P&gt;             WERKS&lt;/P&gt;&lt;P&gt;        FROM QMAT&lt;/P&gt;&lt;P&gt;        INTO CORRESPONDING FIELDS OF TABLE IT_QMAT&lt;/P&gt;&lt;P&gt;        FOR ALL ENTRIES IN IT_FINAL&lt;/P&gt;&lt;P&gt;        WHERE MATNR = IT_FINAL-MATNR&lt;/P&gt;&lt;P&gt;        AND WERKS = IT_FINAL-WERKS.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2009 05:25:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-10T05:25:45Z</dc:date>
    <item>
      <title>Error in QM Data(Inspection types)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-qm-data-inspection-types/m-p/5284004#M1219385</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 want all inspection types for all materials...&lt;/P&gt;&lt;P&gt;n i want to display materials that are not having inspection types...&lt;/P&gt;&lt;P&gt;i WANT BELOW OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: MATNR- WERKS- ART&lt;/P&gt;&lt;P&gt;      10002-1120- 01&lt;/P&gt;&lt;P&gt;                         02&lt;/P&gt;&lt;P&gt;                         03&lt;/P&gt;&lt;P&gt;      10003-1130                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Written this below Query'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Problem is im not getting all Inspection types for material it is displaying only one inspection type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT MATNR&lt;/P&gt;&lt;P&gt;         WERKS&lt;/P&gt;&lt;P&gt;    FROM MARC&lt;/P&gt;&lt;P&gt;    INTO CORRESPONDING FIELDS OF TABLE IT_FINAL&lt;/P&gt;&lt;P&gt;    WHERE MATNR IN S_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF IT_FINAL[] IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;      SELECT ART&lt;/P&gt;&lt;P&gt;             MATNR&lt;/P&gt;&lt;P&gt;             WERKS&lt;/P&gt;&lt;P&gt;        FROM QMAT&lt;/P&gt;&lt;P&gt;        INTO CORRESPONDING FIELDS OF TABLE IT_QMAT&lt;/P&gt;&lt;P&gt;        FOR ALL ENTRIES IN IT_FINAL&lt;/P&gt;&lt;P&gt;        WHERE MATNR = IT_FINAL-MATNR&lt;/P&gt;&lt;P&gt;        AND WERKS = IT_FINAL-WERKS.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 05:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-qm-data-inspection-types/m-p/5284004#M1219385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T05:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error in QM Data(Inspection types)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-qm-data-inspection-types/m-p/5284005#M1219386</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;Try like below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * from &amp;lt;DB&amp;gt; into &amp;lt;ITAB&amp;gt; wherr &amp;lt;Inspection Type&amp;gt;  EQ  ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Md.MahaboobKhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 05:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-qm-data-inspection-types/m-p/5284005#M1219386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T05:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error in QM Data(Inspection types)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-qm-data-inspection-types/m-p/5284006#M1219387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u need Inspection details..&lt;/P&gt;&lt;P&gt;1.Can use QALS ,QAVE Tables&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;2. BAPI_INSPLOT_GETDETAIL Can  be used to get the details..&lt;/P&gt;&lt;P&gt;Not sure whether this can help you..but this is what i have used for one inpection report..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 05:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-qm-data-inspection-types/m-p/5284006#M1219387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T05:43:17Z</dc:date>
    </item>
  </channel>
</rss>

