<?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: Splitting a text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitting-a-text/m-p/3249504#M775780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the SPLIT statement and split the string at '/' into two variables. Discard the second variable and use the first variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2008 22:44:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-18T22:44:27Z</dc:date>
    <item>
      <title>Splitting a text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitting-a-text/m-p/3249502#M775778</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 have a text as below with '/ ' (slash) symbol between the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sap India ltd &lt;STRONG&gt;/&lt;/STRONG&gt; erpsdsjh &lt;STRONG&gt;/&lt;/STRONG&gt; sddgfdg &lt;STRONG&gt;/&lt;/STRONG&gt; 543&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I want to get &lt;STRONG&gt;sap India ltd&lt;/STRONG&gt; into one variable. ie, till the first &lt;STRONG&gt;/&lt;/STRONG&gt;. I don't want the text after the first &lt;STRONG&gt;/&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;There can be any number of '/ ' symbols in the text. In that I want the text before first &lt;STRONG&gt;/&lt;/STRONG&gt; symbol.&lt;/P&gt;&lt;P&gt;How to get the text till the first &lt;STRONG&gt;/&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Paddu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Paddu K on Jan 19, 2008 3:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 22:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitting-a-text/m-p/3249502#M775778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T22:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitting-a-text/m-p/3249503#M775779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if string ca '/'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; use split commad to store into two variables. Make sure the two variables are string type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPLIT dobj AT sep INTO &lt;/P&gt;&lt;P&gt;      { {result1 result2 ...} | {TABLE result_tab} } &lt;/P&gt;&lt;P&gt;      [IN {BYTE|CHARACTER} MODE]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have the first word before '/' in first variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 22:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitting-a-text/m-p/3249503#M775779</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2008-01-18T22:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/splitting-a-text/m-p/3249504#M775780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the SPLIT statement and split the string at '/' into two variables. Discard the second variable and use the first variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 22:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/splitting-a-text/m-p/3249504#M775780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T22:44:27Z</dc:date>
    </item>
  </channel>
</rss>

