<?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 a string in a character field with a amount value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-a-string-in-a-character-field-with-a-amount-value/m-p/4545736#M1073637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the space is from the amount field:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Meth 1.&lt;/STRONG&gt; Transfer the amount value to character, then condense and concatenate with your text&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Meth 2.&lt;/STRONG&gt; Or use this statement to remove the space at the end &lt;EM&gt;SHIFT text right deleting trailing space.&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2008 09:56:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-30T09:56:51Z</dc:date>
    <item>
      <title>Replace a string in a character field with a amount value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-a-string-in-a-character-field-with-a-amount-value/m-p/4545733#M1073634</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;    I have a text field in which I want to replace a string with an amount value. while am trying to replace it , it gives me some empty space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;amount = '1200   '&lt;/P&gt;&lt;P&gt;message = 'The STIP amount is &amp;amp;1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my code :&lt;/P&gt;&lt;P&gt;replace &amp;amp;1 with message into message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result is &lt;/P&gt;&lt;P&gt;'The STIP amount is 1200   '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want the space after 1200.&lt;/P&gt;&lt;P&gt;I tried for condense no-gaps also but it is not working ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What may be the problem?&lt;/P&gt;&lt;P&gt;Can you suggest some solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-a-string-in-a-character-field-with-a-amount-value/m-p/4545733#M1073634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a string in a character field with a amount value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-a-string-in-a-character-field-with-a-amount-value/m-p/4545734#M1073635</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;First move to asmount field into char type. after do the condense, and try to replace.&lt;/P&gt;&lt;P&gt;&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;Jana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-a-string-in-a-character-field-with-a-amount-value/m-p/4545734#M1073635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a string in a character field with a amount value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-a-string-in-a-character-field-with-a-amount-value/m-p/4545735#M1073636</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;P&gt;Replace &amp;amp;1 with amount into message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-a-string-in-a-character-field-with-a-amount-value/m-p/4545735#M1073636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a string in a character field with a amount value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-a-string-in-a-character-field-with-a-amount-value/m-p/4545736#M1073637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the space is from the amount field:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Meth 1.&lt;/STRONG&gt; Transfer the amount value to character, then condense and concatenate with your text&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Meth 2.&lt;/STRONG&gt; Or use this statement to remove the space at the end &lt;EM&gt;SHIFT text right deleting trailing space.&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-a-string-in-a-character-field-with-a-amount-value/m-p/4545736#M1073637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Replace a string in a character field with a amount value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-a-string-in-a-character-field-with-a-amount-value/m-p/4545737#M1073638</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;replace &amp;amp;1 with message into message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess its replace &amp;amp;1 with amount into message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Convert the amount to a character type (example move amount to amount_c ), then condense it and and then replace it using the 'REPLACE' statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-a-string-in-a-character-field-with-a-amount-value/m-p/4545737#M1073638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:58:31Z</dc:date>
    </item>
  </channel>
</rss>

