<?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: String between two patterns in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-between-two-patterns/m-p/475511#M15455</link>
    <description>&lt;P&gt;Could you first check for activation of any conversion-exit for material number in your current system, if yes convert the material id to check to external format before writing the very simple LOOP AT WHERE statement.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jun 2017 06:36:18 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2017-06-12T06:36:18Z</dc:date>
    <item>
      <title>String between two patterns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-between-two-patterns/m-p/475508#M15452</link>
      <description>&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/38266-untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We have a table where there are two columns called material_from
and material_to. Here ‘Z’ stands for alphanumeric character.&lt;/P&gt;&lt;P&gt;I need to get the key fields for a material if the material
is in between material_from and material_to.&lt;/P&gt;&lt;P&gt;For example: if the material code is 23030232A6 then I need
to get the key field as 0002 and 3.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 07:31:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-between-two-patterns/m-p/475508#M15452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-10T07:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: String between two patterns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-between-two-patterns/m-p/475509#M15453</link>
      <description>&lt;P&gt;Do you need the theoretical possible material numbers, or the materials that exist in database table MARA?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 08:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-between-two-patterns/m-p/475509#M15453</guid>
      <dc:creator>larshp</dc:creator>
      <dc:date>2017-06-10T08:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: String between two patterns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-between-two-patterns/m-p/475510#M15454</link>
      <description>&lt;P&gt;It sounds like a very basic question. Use "LOOP AT table WHERE material_from &amp;lt;= material AND material_to &amp;gt;= material" or "SELECT key FROM table WHERE material_from &amp;lt;= material AND material_to &amp;gt;= material" to answer your question "how to know if material is in between material_from and material_to".&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 09:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-between-two-patterns/m-p/475510#M15454</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-06-10T09:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: String between two patterns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-between-two-patterns/m-p/475511#M15455</link>
      <description>&lt;P&gt;Could you first check for activation of any conversion-exit for material number in your current system, if yes convert the material id to check to external format before writing the very simple LOOP AT WHERE statement.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 06:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-between-two-patterns/m-p/475511#M15455</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-06-12T06:36:18Z</dc:date>
    </item>
  </channel>
</rss>

