<?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: Re: Replace zeros with blank using FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-replace-zeros-with-blank-using-fm/m-p/1637704#M284231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think following can help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the syntax 'REPLACE [{FIRST OCCURRENCE}|{ALL OCCURRENCES} OF] '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we you need to use a character field as the target field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;Preetham S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Oct 2006 11:23:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-11T11:23:58Z</dc:date>
    <item>
      <title>Re: Replace zeros with blank using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-replace-zeros-with-blank-using-fm/m-p/1637702#M284229</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;We hav a requirement tht, while downloading the materail master from DB Table we need some field values to be blank instead of zeros.B'cas we may need to change more than 35 field's value from zero to blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any Function Module avialable fr this, or is somebody has faced similar problm pls do suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help and Suggestion will be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Reagrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 11:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-replace-zeros-with-blank-using-fm/m-p/1637702#M284229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T11:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Replace zeros with blank using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-replace-zeros-with-blank-using-fm/m-p/1637703#M284230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can just use the NO-ZERO option with WRITE..there is similar factiliy in ALV even, where you can initialise the no-zero field in the catalog to X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case it would be blank if the value of the column is zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 11:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-replace-zeros-with-blank-using-fm/m-p/1637703#M284230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T11:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Replace zeros with blank using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-replace-zeros-with-blank-using-fm/m-p/1637704#M284231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think following can help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the syntax 'REPLACE [{FIRST OCCURRENCE}|{ALL OCCURRENCES} OF] '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we you need to use a character field as the target field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;Preetham S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 11:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-replace-zeros-with-blank-using-fm/m-p/1637704#M284231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T11:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Replace zeros with blank using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-replace-zeros-with-blank-using-fm/m-p/1637705#M284232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one keyword called 'OVERLAY'.  By using this you can actually insert blanks in the place of 0's.  Just before downloading the datas you can try using this command.&lt;/P&gt;&lt;P&gt;I do not know about any FM for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 11:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-replace-zeros-with-blank-using-fm/m-p/1637705#M284232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T11:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Replace zeros with blank using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-replace-zeros-with-blank-using-fm/m-p/1637706#M284233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. We can use the standard conversion exit FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. CONVERSION_EXIT_ALPHA_OUTPUT&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  00055 --&amp;gt; 55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 12:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-replace-zeros-with-blank-using-fm/m-p/1637706#M284233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T12:27:40Z</dc:date>
    </item>
  </channel>
</rss>

