<?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: Could not able to split the string at #! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555219#M1430297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'#' means any unwritable character so it could have a lot of values! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, could you have a look to the corresponding value of this symbol represented by '#' in hexadecimal value (you can get hexadecimal value in debugger) : this represent the ASCII value...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Feb 2010 14:08:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-16T14:08:35Z</dc:date>
    <item>
      <title>Could not able to split the string at #!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555215#M1430293</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;Hi Below is the value coming in a field character string 130 and I have used SPLIT at '#' and also Split at tab which has a value horzontal tab.&lt;/P&gt;&lt;P&gt;Below is the string Value..&lt;/P&gt;&lt;P&gt;'Feedback on Mr Richard Harris#360 category Partner#Department Human Resources#Office London#Review period 01.01.2010 to 31.12.2010'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 13:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555215#M1430293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T13:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Could not able to split the string at #!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555216#M1430294</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: lv_var type CHAR1 value CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB.
split lv_string at lv_var into wa-field1 wa-field2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 13:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555216#M1430294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T13:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Could not able to split the string at #!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555217#M1430295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;I tried this already and is not working.&lt;/P&gt;&lt;P&gt;Also I tried to split the contents into Internal table as below which is also not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lv_var type CHAR1 value CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB.&lt;/P&gt;&lt;P&gt;split lv_string at lv_var into table &amp;lt;STRING_TABLE&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 14:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555217#M1430295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T14:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Could not able to split the string at #!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555218#M1430296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works as it should:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA:
lv_field(130) TYPE c VALUE
'Feedback on Mr Richard Harris#360 category Partner#Department Human
resources#office london#review period 01.01.2010 to 31.12.2010',

lv_01(50) type c,
lv_02(50) type c,
lv_03(50) type c,
lv_04(50) type c,
lv_string TYPE string.

lv_string = lv_field.
split lv_string at '#' into
lv_01 lv_02 lv_03 lv_04.

write: / lv_01 ,
       / lv_02 ,
       / lv_03 ,
       / lv_04.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 14:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555218#M1430296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T14:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Could not able to split the string at #!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555219#M1430297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'#' means any unwritable character so it could have a lot of values! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, could you have a look to the corresponding value of this symbol represented by '#' in hexadecimal value (you can get hexadecimal value in debugger) : this represent the ASCII value...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 14:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555219#M1430297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T14:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Could not able to split the string at #!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555220#M1430298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The hexa decimal value for '#' is coming as '0A00'.&lt;/P&gt;&lt;P&gt;Please check..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 14:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555220#M1430298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T14:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Could not able to split the string at #!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555221#M1430299</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;It would be better if you can let us know how you are getting the data into string. Is it uploaded from some file? Here Hash(#) means any unprintable character. So hexadecimal value of hash may not help. You need to see how the data is populated to string field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on that use the SPLIT statement. Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 15:06:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555221#M1430299</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-16T15:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Could not able to split the string at #!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555222#M1430300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The value is coming from Portal application and it will be used in Interactive form of adobe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 15:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555222#M1430300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T15:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Could not able to split the string at #!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555223#M1430301</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;Then check with portal team to see what value they are passing to you at the place of hash(#). Seems like some code page conversion is failing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 16:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555223#M1430301</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-16T16:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Could not able to split the string at #!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555224#M1430302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;0A00 is the Value for LineFeed so retry split with CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE instead of tab.&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Jörg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 17:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555224#M1430302</guid>
      <dc:creator>jrg_wulf</dc:creator>
      <dc:date>2010-02-16T17:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Could not able to split the string at #!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555225#M1430303</link>
      <description>&lt;P&gt;Very Nice. This is really appreciable as working absolutely fine without changing much in the program&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 06:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-able-to-split-the-string-at/m-p/6555225#M1430303</guid>
      <dc:creator>former_member1257807</dc:creator>
      <dc:date>2022-05-06T06:56:21Z</dc:date>
    </item>
  </channel>
</rss>

