<?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: how to split a string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-a-string/m-p/2280786#M496538</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; Do Like tHis..&lt;/P&gt;&lt;P&gt;Data: string(28) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    itab-field1 = string+0(10).&lt;/P&gt;&lt;P&gt;    itab-field2 = string+10(12).&lt;/P&gt;&lt;P&gt;    itab-field3 = string+22(4).&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;clear itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise if any seperaters are there in the string u can do like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split string at '/'  itab-f1 itab-f2 itab-f3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward All Helpfull Answers..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 03:23:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-23T03:23:57Z</dc:date>
    <item>
      <title>how to split a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-a-string/m-p/2280783#M496535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I know the length of the string i.e. 28 characters. i want to place first 10 charecters ,next 12 charecters ,next 4 charecters in the fields of an internal table respectively. how to do this? pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 03:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-a-string/m-p/2280783#M496535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T03:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to split a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-a-string/m-p/2280784#M496536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;itab-fld1 = string+0(10).&lt;/P&gt;&lt;P&gt;itab-fld2 = string+11(12).&lt;/P&gt;&lt;P&gt;itab-fld3 = string+24(4).&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 03:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-a-string/m-p/2280784#M496536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T03:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to split a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-a-string/m-p/2280785#M496537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can split the string with use of &lt;/P&gt;&lt;P&gt;String+offset(length).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here offset is the starting position and length is no. of characters starting from offset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example string is X and other 3 fields are a1, a2, a3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a1 = X+0(10).&lt;/P&gt;&lt;P&gt;a2 = X+10(12).&lt;/P&gt;&lt;P&gt;a3 = X+22(4)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 03:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-a-string/m-p/2280785#M496537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T03:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to split a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-a-string/m-p/2280786#M496538</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; Do Like tHis..&lt;/P&gt;&lt;P&gt;Data: string(28) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    itab-field1 = string+0(10).&lt;/P&gt;&lt;P&gt;    itab-field2 = string+10(12).&lt;/P&gt;&lt;P&gt;    itab-field3 = string+22(4).&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;clear itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise if any seperaters are there in the string u can do like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split string at '/'  itab-f1 itab-f2 itab-f3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward All Helpfull Answers..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 03:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-a-string/m-p/2280786#M496538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T03:23:57Z</dc:date>
    </item>
  </channel>
</rss>

