<?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: Removing Null values from character string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408183#M536971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried condense, split, replace...none is working properly. i cannot declare char variable with NULL value. I have to declare it in X format....String manipulation does not work with X and character combined with each other. (i tried declaring hex variable -- assigning it null and then moving the value to char, it is not working as well)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2007 06:45:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-25T06:45:19Z</dc:date>
    <item>
      <title>Removing Null values from character string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408177#M536965</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;Can i remove NULL values (hexadecimal - 0000) from character string. I am uploading a file from presentation layer (shared server) and getting NULL values in many fields which i want to remove.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 11:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408177#M536965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T11:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values from character string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408178#M536966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohaiyuddin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the type of file that you are uploading?&lt;/P&gt;&lt;P&gt;What is the function module that you are using to upload the file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 13:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408178#M536966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T13:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values from character string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408179#M536967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply move space to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;field1 = space.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 13:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408179#M536967</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-22T13:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values from character string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408180#M536968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am uploading text file with ASC format using FM GUI_UPLOAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 06:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408180#M536968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T06:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values from character string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408181#M536969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just assign space to the field as told by Rich.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or just use CONDENSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 06:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408181#M536969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T06:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values from character string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408182#M536970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Null values are embedded in field -- example field value = L##  (I have used replacement = #, its not working, it's showing # while debugging, but downloading it as NULL, L## -- 004C 000D 0000 -- hex for L, hex for CR and hex for NULL). i want to remove null from this value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 06:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408182#M536970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T06:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values from character string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408183#M536971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried condense, split, replace...none is working properly. i cannot declare char variable with NULL value. I have to declare it in X format....String manipulation does not work with X and character combined with each other. (i tried declaring hex variable -- assigning it null and then moving the value to char, it is not working as well)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 06:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408183#M536971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T06:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values from character string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408184#M536972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no solution found.. Implemented work around at file source.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 12:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408184#M536972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T12:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values from character string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408185#M536973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Most likely, nobody needed it, but if anybody in future will need the solution for related problem&amp;nbsp; - here's solution:&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;lv_nullchar &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;xstring &lt;SPAN class="L0S52"&gt;value &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'0'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;shift &lt;/SPAN&gt;lv_xstring right deleting trailing lv_nullchar &lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;byte &lt;SPAN class="L0S52"&gt;mode&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;shift &lt;/SPAN&gt;lv_xstring &lt;SPAN class="L0S52"&gt;left &lt;/SPAN&gt;deleting &lt;SPAN class="L0S52"&gt;leading &lt;/SPAN&gt;lv_nullchar &lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;byte &lt;SPAN class="L0S52"&gt;mode&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This hack deleting null chars in &lt;SPAN style="font-size: 13.3333330154419px;"&gt;lv_xstring &lt;/SPAN&gt;at end file and at begining of file. Works perfect for me, where i also worked with files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 03:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408185#M536973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-02T03:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Null values from character string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408186#M536974</link>
      <description>&lt;P&gt;This works perfectly for us, your're the best Former Member I've ever met.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 15:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-null-values-from-character-string/m-p/2408186#M536974</guid>
      <dc:creator>gzontini</dc:creator>
      <dc:date>2022-09-22T15:00:21Z</dc:date>
    </item>
  </channel>
</rss>

