<?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: Replace tab character from string in ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928997#M1149891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Dec 2008 21:08:06 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2008-12-23T21:08:06Z</dc:date>
    <item>
      <title>Replace tab character from string in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928990#M1149884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a string like this "a&amp;lt;tab character&amp;gt;&lt;SUB&gt;b&amp;lt;tab character&amp;gt;&lt;/SUB&gt;c&amp;lt;tab character&amp;gt;&lt;SUB&gt;d". for my processing i want the output like "a&lt;/SUB&gt;b&lt;SUB&gt;c&lt;/SUB&gt;d". How can i replace all occurances of this tab character from my string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab character = a hexa decimal character. I dont know the hex value for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 16:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928990#M1149884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T16:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Replace tab character from string in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928991#M1149885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tabulator is 09&lt;/P&gt;&lt;P&gt;if you are in ECC there is a class to mantain Unicode, I think it's called cl_abap_char_utilities and it has the tabulator inside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 17:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928991#M1149885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T17:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Replace tab character from string in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928992#M1149886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we are in CRM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 17:41:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928992#M1149886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T17:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Replace tab character from string in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928993#M1149887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you got to declate tab :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*tab decleration
datA: lv_tab type c value CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 19:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928993#M1149887</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-12-23T19:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Replace tab character from string in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928994#M1149888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I am new to ABAP, can you explain it little more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 19:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928994#M1149888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T19:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Replace tab character from string in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928995#M1149889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi you joined SCN in 2007 its a way long time to say.. ur new.. any ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after declaring the lv_tab as I said...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPLACE ALL OCCURRENCES OF lv_tab in &amp;lt;string&amp;gt; with space.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 19:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928995#M1149889</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-12-23T19:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Replace tab character from string in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928996#M1149890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You shouldn't consider anybody's expertise based on the joining date. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 20:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928996#M1149890</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-12-23T20:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Replace tab character from string in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928997#M1149891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 21:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928997#M1149891</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-12-23T21:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Replace tab character from string in ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928998#M1149892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks J@Y. I am actually posting this question on behalf of our developers. &lt;/P&gt;&lt;P&gt;I am new ABAP and not to SAP. I am SA for CRM and BI &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 03:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-tab-character-from-string-in-abap/m-p/4928998#M1149892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T03:24:37Z</dc:date>
    </item>
  </channel>
</rss>

