<?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 manipulation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-manipulation/m-p/1081682#M98004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: t3(14) TYPE c VALUE 'CA_product',
      string3 LIKE t3,
      str3(1) TYPE c VALUE '_',
     int TYPE i.
string3 = t3.
WRITE string3.

SHIFT string3 RIGHT DELETING TRAILING str3.
WRITE / string3.
SHIFT string3 LEFT DELETING LEADING space.
SKIP.
ULINE.
int = strlen( sting3 ).

Then now u can read string3 using OFFSET+0(int).&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Nov 2005 06:13:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-03T06:13:57Z</dc:date>
    <item>
      <title>string manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-manipulation/m-p/1081680#M98002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;please help me. my variable contains this text 'CA_Product', how would i get the 'CA' only. in general how would i get the letter before the underline (_). thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 06:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-manipulation/m-p/1081680#M98002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-03T06:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: string manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-manipulation/m-p/1081681#M98003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Donna,&lt;/P&gt;&lt;P&gt;Split the string using the charachter' _ ' and then u will get it into another variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : DELIMITER(2) VALUE '_'. &lt;/P&gt;&lt;P&gt;text1 = 'CA_Product'.&lt;/P&gt;&lt;P&gt;SPLIT text1 AT DELIMITER INTO text2 text3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 06:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-manipulation/m-p/1081681#M98003</guid>
      <dc:creator>vinotha_m</dc:creator>
      <dc:date>2005-11-03T06:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: string manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-manipulation/m-p/1081682#M98004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: t3(14) TYPE c VALUE 'CA_product',
      string3 LIKE t3,
      str3(1) TYPE c VALUE '_',
     int TYPE i.
string3 = t3.
WRITE string3.

SHIFT string3 RIGHT DELETING TRAILING str3.
WRITE / string3.
SHIFT string3 LEFT DELETING LEADING space.
SKIP.
ULINE.
int = strlen( sting3 ).

Then now u can read string3 using OFFSET+0(int).&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 06:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-manipulation/m-p/1081682#M98004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-03T06:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: string manipulation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-manipulation/m-p/1081683#M98005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u,&lt;/P&gt;&lt;P&gt;Donna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 07:22:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-manipulation/m-p/1081683#M98005</guid>
      <dc:creator>vinotha_m</dc:creator>
      <dc:date>2005-11-03T07:22:52Z</dc:date>
    </item>
  </channel>
</rss>

