<?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: Select Materials based on Characteristics in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-materials-based-on-characteristics/m-p/1605253#M271628</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;&lt;/P&gt;&lt;P&gt;thank you for your hints. Its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Kurt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2006 21:31:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-14T21:31:52Z</dc:date>
    <item>
      <title>Select Materials based on Characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-materials-based-on-characteristics/m-p/1605249#M271624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to select specific materials (&amp;lt;b&amp;gt;MARA&amp;lt;/b&amp;gt;) based on the assigned characteristics and values (&amp;lt;b&amp;gt;AUSP&amp;lt;/b&amp;gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first approach would be the following: select table AUSP with the characteristic and value, then select MARA with &amp;lt;b&amp;gt;MARA-CUOBF&amp;lt;/b&amp;gt; = &amp;lt;b&amp;gt;AUSP-OBJEK&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, the problem is, that there is no index on the field &amp;lt;b&amp;gt;MARA-CUOBF&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to select material based on characteristics and values? Does there any index table or reference table exist?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your assistance in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kurt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 12:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-materials-based-on-characteristics/m-p/1605249#M271624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T12:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Select Materials based on Characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-materials-based-on-characteristics/m-p/1605250#M271625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create Secondary index for MARA on field CUOBF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raveendra Holla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 12:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-materials-based-on-characteristics/m-p/1605250#M271625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T12:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Select Materials based on Characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-materials-based-on-characteristics/m-p/1605251#M271626</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;U can access if there is no index also.&lt;/P&gt;&lt;P&gt;Creating secondary index for standard field is not recommended until through analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Divakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 12:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-materials-based-on-characteristics/m-p/1605251#M271626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T12:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select Materials based on Characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-materials-based-on-characteristics/m-p/1605252#M271627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a way if u know the characteristic of the material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give characteristic in AUSP-ATINN field in AUSP table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;collect all OBJEK's for that characteristics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to table INOB, select objek from inob into itab where cuobj = ausp-objek.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INOB-OBJEK gives u a combination of material number and batch number for that material number. ( there might be different batches for one material).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so collect inob-objek and split into matnr and batch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there u get all materials according to ur characteristic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also collect those objeks where ur matnr is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and regarding to that matnr and batch in MSEG table u can do rest of the stuff....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it helps&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;&lt;/P&gt;&lt;P&gt;Message was edited by: srinu k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 13:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-materials-based-on-characteristics/m-p/1605252#M271627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T13:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Select Materials based on Characteristics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-materials-based-on-characteristics/m-p/1605253#M271628</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;&lt;/P&gt;&lt;P&gt;thank you for your hints. Its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Kurt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 21:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-materials-based-on-characteristics/m-p/1605253#M271628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T21:31:52Z</dc:date>
    </item>
  </channel>
</rss>

