<?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: spliting a string into internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225119#M1208113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to all...its solved..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2009 08:50:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-17T08:50:33Z</dc:date>
    <item>
      <title>spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225106#M1208100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a string  like this str = 'aaa, bbbb, cc, dddddd, bbb,cccccc,dd,eee,,,,,,,,,any number'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to split the string at comma and send these records into my internal table which is containing four fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my internal table records should be like this  aaa bbbb cc dddddd&lt;/P&gt;&lt;P&gt;                                                                 bbb ccccc dd eee&lt;/P&gt;&lt;P&gt;                                                                 &lt;/P&gt;&lt;P&gt;how to achieve this please help me out..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;swapna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Feb 17, 2009 9:00 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225106#M1208100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225107#M1208101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use split statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;split string at ',' into w_str.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;fs-field1 = w_str.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225107#M1208101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225108#M1208102</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;Check with the following link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb33f3358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb33f3358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neelima.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225108#M1208102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225109#M1208103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi swpana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Split - &lt;/P&gt;&lt;P&gt;	data : a(10),b(10),c(10),d(40).&lt;/P&gt;&lt;P&gt;	D = u2018Apple/Orange/Bananau2019.&lt;/P&gt;&lt;P&gt;	Split d at u2018/u2019 into a b c.&lt;/P&gt;&lt;P&gt;	Write:/ a,&lt;/P&gt;&lt;P&gt;                   / b,&lt;/P&gt;&lt;P&gt;                   / c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can refer this abap keyword for splitin the strings.&lt;/P&gt;&lt;P&gt;u hv to just replace / with ,(comma) in your case.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225109#M1208103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225110#M1208104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: str1 TYPE string, 
      str2 TYPE string, 
      str3 TYPE string, 
      itab TYPE TABLE OF string, 
      text TYPE string. 

text = `What a drag it is getting old`. 

SPLIT text AT space INTO: str1 str2 str3, 
                          TABLE itab. 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mon Magallanes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225110#M1208104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225111#M1208105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u pls write the code for that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my string may contain any number of values like aa,bb,cc,dd,ee,ff,gg,hh,,,,,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my itab is containing four fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;f1(2),&lt;/P&gt;&lt;P&gt;f2(2),&lt;/P&gt;&lt;P&gt;f3(2),&lt;/P&gt;&lt;P&gt;f4(2),&lt;/P&gt;&lt;P&gt;end of itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should split till the last comma and populate into my itab like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aa bb cc dd&lt;/P&gt;&lt;P&gt;ee ff gg hh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know how to use split command...but im unable to get this logic...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Swapna Sharma on Feb 17, 2009 8:46 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225111#M1208105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225112#M1208106</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;Have a look at the following Sample Code hope will solve out your problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SPLIT it_crow AT ',' INTO zfsl_stinfo-mandt
                              zfsl_stinfo-st_id
                              zfsl_stinfo-st_n
                              zfsl_stinfo-st_fn
                              zfsl_stinfo-st_reg
                              zfsl_stinfo-st_ph
                              zfsl_stinfo-st_pm.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply if any Issue,&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225112#M1208106</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-02-17T07:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225113#M1208107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Swapna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA itab TYPE TABLE OF string.
SPLIT string AT ',' INTO TABLE itab.

LOOP AT itab.
CASE counter.
WHEN 0.
itab1-field1 = itab.
ADD 1 TO counter.
WHEN 1.
itab1-field2 = itab.
ADD 1 TO counter.
WHEN 2.
itab1-field3 = itab.
ADD 1 TO counter.
WHEN 3.
itab1-field4 = itab.
APPEND itab1.
CLEAR counter.
ENDCASE.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pushpraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225113#M1208107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225114#M1208108</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;Test the following Code i think it will help you to solve out your problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: str TYPE string.

str = 'AAA BBB CCC, AAA BBB CCC, AAA BBB CCC, AAA BBB CCC'.
DATA : BEGIN OF itab OCCURS 0,
f1(20),
f2(20),
f3(20),
f4(20),
END OF itab.

SPLIT str AT ',' INTO itab-f1
                      itab-f2
                      itab-f3
                      itab-f4.
APPEND itab TO itab.

LOOP AT itab INTO itab.
  WRITE: / itab-f1, itab-f2, itab-f3, itab-f4.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Replay if still any Issue Waiting for your Reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225114#M1208108</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-02-17T07:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225115#M1208109</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;This is tested and is working fine....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data string type string value 'aaa, bbbb, cc, dddddd, bbb,cccccc,dd,eee'.
data string2 type string.
data string3 type string.
data : begin of fs,
col1(20) type c,
col2(20) type c,
col3(20) type c,
col4(20) type c,
end of fs.

data itab like table of fs.
string2 = string.

while string2 &amp;lt;&amp;gt; space.
split string2 at ',' into fs-col1 fs-col2 fs-col3 fs-col4 string2.
append fs to itab.
clear fs.
endwhile.

loop at itab into fs.
write / fs.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225115#M1208109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225116#M1208110</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;Test the following Code too but be care full about the OFFSET in the LOOP.other wise will face Dump &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Following Lines of Code are working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: str TYPE string,
      slen TYPE i,
      count TYPE i.

str = 'AA,BB,CC,DD,EE,FF,GG,HH,II,JJ,KK,LL,'.
DATA : BEGIN OF itab OCCURS 0,
f1(2),
f2(2),
f3(2),
f4(2),
END OF itab.

slen = STRLEN( str ).
slen = slen / 12 .
BREAK-POINT.
count = 0.
DO slen TIMES.
  SPLIT str+count(12) AT ',' INTO itab-f1
                        itab-f2
                        itab-f3
                        itab-f4.
  APPEND itab TO itab.
  add 12 to count.
ENDDO.


LOOP AT itab INTO itab.
  WRITE: / itab-f1, itab-f2, itab-f3, itab-f4.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also test may Sample Code in the following Thread,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Splitting a string in different substrings |&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6923032"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Faisal Altaf on Feb 17, 2009 1:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 08:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225116#M1208110</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-02-17T08:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225117#M1208111</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;Use FM CONVERT_STRING_TO_TABLE , UACC_CONVERT_STRING_TO_TABLE&lt;/P&gt;&lt;P&gt;to convert it into table but here you must be sure of the field length. if that is not the case&lt;/P&gt;&lt;P&gt;while forming your string concatenate various values using a separator and then split using&lt;/P&gt;&lt;P&gt;the same separator into table SPLIT i_tab_data AT ';' INTO TABLE &amp;lt;fs_itab&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 08:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225117#M1208111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T08:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225118#M1208112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data w_i type i.&lt;/P&gt;&lt;P&gt;w_i = strlen( string ).&lt;/P&gt;&lt;P&gt;subtract 1 from w_i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while string+w_i(1) &amp;lt;&amp;gt; ' ' .&lt;/P&gt;&lt;P&gt;   split string at ',' into itab-f1 itab-f2 itab-f3 itab-f4.&lt;/P&gt;&lt;P&gt;    append itab.&lt;/P&gt;&lt;P&gt;    clear itab.&lt;/P&gt;&lt;P&gt;endwhile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 08:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225118#M1208112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T08:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225119#M1208113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to all...its solved..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 08:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225119#M1208113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T08:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: spliting a string into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225120#M1208114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sharma, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;t_split &lt;SPAN class="L0S52"&gt;OCCURS &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vkorg &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;char4&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;t_split&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;RANGES&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;r_vkorg &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;vbrk&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;vkorg&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;"TYPE TABLE OF char4 WITH HEADER LINE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;REFRESH&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;t_split[] &lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;r_vkorg[]&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;SPLIT &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'OV01,OV02,OV07,' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;',' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;t_split&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;t_split&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;r_vkorg&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; r_vkorg&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;sign&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'I'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; r_vkorg&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;option &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'EQ'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; r_vkorg&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;low&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;t_split&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;vkorg&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;r_vkorg&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 17:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spliting-a-string-into-internal-table/m-p/5225120#M1208114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-06T17:13:04Z</dc:date>
    </item>
  </channel>
</rss>

