<?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: Sapscript values Conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-values-conversion/m-p/2939281#M692891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the routine, pass this character value to any Amount type variable and then move it back to CHAR field. You will be able to see the commas and fullstop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2007 15:15:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-18T15:15:52Z</dc:date>
    <item>
      <title>Sapscript values Conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-values-conversion/m-p/2939280#M692890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally script output for amount values consist of comma and fullstop.&lt;/P&gt;&lt;P&gt; for total amount value is 1,500,000.00&lt;/P&gt;&lt;P&gt; Now suppose you want to do some manipulation on it then you have to write subroutine in script and pass this value and in that case if you have do some manipulations then first you have to remove comma and fullstop &lt;/P&gt;&lt;P&gt;by using conversion routine or REPLACE OR TRANSLATE keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had used that one and done the manipulation also.&lt;/P&gt;&lt;P&gt;Upto here fine and now when i am passing this value back to sapscript it is coming as it is.&lt;/P&gt;&lt;P&gt;For eg now value is coming sapscript print preview is &lt;/P&gt;&lt;P&gt;11500220&lt;/P&gt;&lt;P&gt;I want to add comma and fullstop in this value.&lt;/P&gt;&lt;P&gt;How to do that i am not getting .&lt;/P&gt;&lt;P&gt;i am not getting any conversion routine for this thing also.&lt;/P&gt;&lt;P&gt;if i change the char value to numeric value and passed to script then it is not displaying in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 15:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-values-conversion/m-p/2939280#M692890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T15:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript values Conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-values-conversion/m-p/2939281#M692891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the routine, pass this character value to any Amount type variable and then move it back to CHAR field. You will be able to see the commas and fullstop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 15:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-values-conversion/m-p/2939281#M692891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T15:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript values Conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-values-conversion/m-p/2939282#M692892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  you can use 'write to'.&lt;/P&gt;&lt;P&gt;  For example:&lt;/P&gt;&lt;P&gt; data: a type menge_d value '1234'.&lt;/P&gt;&lt;P&gt; data: b(10).&lt;/P&gt;&lt;P&gt; then.&lt;/P&gt;&lt;P&gt; write a to b.&lt;/P&gt;&lt;P&gt; now, b is 1,234.000, u can use b in your smart forms .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 15:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-values-conversion/m-p/2939282#M692892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T15:30:46Z</dc:date>
    </item>
  </channel>
</rss>

