<?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 comma and period from a variable. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-comma-and-period-from-a-variable/m-p/10642605#M1865529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohini Waghel,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;I guess for currency-conversion should be a conversion-exit. Try searching the SE37 for CONVERSION_EXIT*. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Benjamin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 12:13:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-08T12:13:51Z</dc:date>
    <item>
      <title>Replace comma and period from a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-comma-and-period-from-a-variable/m-p/10642601#M1865525</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;I am having a variable with data 452,42.53 which i have to convert to 452.42,53.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly&amp;nbsp; advice how to get this through program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 11:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-comma-and-period-from-a-variable/m-p/10642601#M1865525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T11:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Replace comma and period from a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-comma-and-period-from-a-variable/m-p/10642602#M1865526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try &lt;SPAN class="L1S52"&gt;REPLACE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;ALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;OCCURRENCES.&lt;/SPAN&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 12:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-comma-and-period-from-a-variable/m-p/10642602#M1865526</guid>
      <dc:creator>former_member249399</dc:creator>
      <dc:date>2014-10-08T12:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Replace comma and period from a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-comma-and-period-from-a-variable/m-p/10642603#M1865527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Rohini Waghel ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you want to convert the currenyc amount or quantity as per the user decimal format.&lt;/P&gt;&lt;P&gt;You can use write statment as shown below for currecy and quantity fields. Define it as chatacter type. This will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE wf_amount TO wf_amount1 CURRENCY 'EUR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE wf_quantity TO wf_quantity1 UNIT 'EKPO-MENGE'.&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;Pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 12:09:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-comma-and-period-from-a-variable/m-p/10642603#M1865527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T12:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Replace comma and period from a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-comma-and-period-from-a-variable/m-p/10642604#M1865528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to do something like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;DATA&lt;/SPAN&gt;: v_kbetr &lt;SPAN style="color: #0000ff;"&gt;TYPE&lt;/SPAN&gt; konv-kbetr &lt;SPAN style="color: #800080;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_wrbtr &lt;SPAN style="color: #0000ff;"&gt;TYPE&lt;/SPAN&gt; c &lt;SPAN style="color: #0000ff;"&gt;LENGTH&lt;/SPAN&gt; &lt;SPAN style="color: #3399ff;"&gt;16&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;v_kbetr&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #4da616;"&gt;'45242.53'&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;v_wrbtr&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;v_kbetr&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;CONDENSE&lt;/SPAN&gt; v_wrbtr &lt;SPAN style="color: #0000ff;"&gt;NO-GAPS&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;TRANSLATE&lt;/SPAN&gt; v_wrbtr &lt;SPAN style="color: #0000ff;"&gt;USING&lt;/SPAN&gt; &lt;SPAN style="color: #4da616;"&gt;'.,'&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 12:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-comma-and-period-from-a-variable/m-p/10642604#M1865528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T12:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Replace comma and period from a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-comma-and-period-from-a-variable/m-p/10642605#M1865529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohini Waghel,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;I guess for currency-conversion should be a conversion-exit. Try searching the SE37 for CONVERSION_EXIT*. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Benjamin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 12:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-comma-and-period-from-a-variable/m-p/10642605#M1865529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T12:13:51Z</dc:date>
    </item>
  </channel>
</rss>

