<?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 Material series in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-series/m-p/7946738#M1601326</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to fetch data form a table for particular series of Material numbers like i only wanted to pull material beginning with '03*.&lt;/P&gt;&lt;P&gt; When i tried to use select statement like Select *  from MARA WHERE matnr = '03*', I am getting an error. Could you please suggest how to restrict the data for only 03 series.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your cooperation in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you.&lt;/P&gt;&lt;P&gt;Meenakshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Jun 2011 06:31:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-18T06:31:54Z</dc:date>
    <item>
      <title>Material series</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-series/m-p/7946738#M1601326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to fetch data form a table for particular series of Material numbers like i only wanted to pull material beginning with '03*.&lt;/P&gt;&lt;P&gt; When i tried to use select statement like Select *  from MARA WHERE matnr = '03*', I am getting an error. Could you please suggest how to restrict the data for only 03 series.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your cooperation in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you.&lt;/P&gt;&lt;P&gt;Meenakshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2011 06:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-series/m-p/7946738#M1601326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-18T06:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Material series</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-series/m-p/7946739#M1601327</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 this ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lt_matnr : internal table having only material numbers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr from mara into TABLE lt_matnr&lt;/P&gt;&lt;P&gt;      WHERE matnr like '03%' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the number of preceding zeroes are accurately mentioned in the query .&lt;/P&gt;&lt;P&gt;for example : 321000000 is a material number you are looking for .&lt;/P&gt;&lt;P&gt;then you have to mention nine zeroes before 3 in the query  ( '0000000003%'  )becasue&lt;/P&gt;&lt;P&gt;MATNR field length is 18 .&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;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2011 11:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-series/m-p/7946739#M1601327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-18T11:19:29Z</dc:date>
    </item>
  </channel>
</rss>

