<?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: conversion exit alpha in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391942#M1404886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my understanding , nothing is required in your case. as the currency key will adjust this representation of currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, may be the internal and external format are diff but when you will use in your program , you will get the exact value of currency that was entered.System will automatically take care of this conversion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2009 09:05:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-03T09:05:34Z</dc:date>
    <item>
      <title>conversion exit alpha</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391936#M1404880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all i have to covert into nternal format as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


Fields	Internal format	AUFK-WAERS
USER4	8.00	                       INR


Fields	External format	AUFK-WAERS
ZUSER4	800.00	                         INR
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do it?&lt;/P&gt;&lt;P&gt;i used conversion_exit_alpha_input but program is dumping.&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;Oorvi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 05:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391936#M1404880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T05:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: conversion exit alpha</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391937#M1404881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use the WRITE-TO statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE var1 to var2 &lt;/P&gt;&lt;P&gt;  currency AUFK-WAERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work,&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;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 05:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391937#M1404881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T05:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: conversion exit alpha</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391938#M1404882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Oorvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try with SHIFT RIGHT  by num places statement. where num should be type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHIFT 'yourtext' BY 2 PLACES. &lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tanmaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 06:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391938#M1404882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T06:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: conversion exit alpha</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391939#M1404883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about multiplying by 100.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 06:01:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391939#M1404883</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-12-03T06:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: conversion exit alpha</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391940#M1404884</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;      Check this system settings in  t-code  &lt;STRONG&gt;SU01&lt;/STRONG&gt; --&amp;gt; &lt;STRONG&gt;Default tab&lt;/STRONG&gt;  --&amp;gt; here you change   &lt;STRONG&gt;field Decimal Notation to X 1234567.89&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit Y&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 07:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391940#M1404884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T07:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: conversion exit alpha</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391941#M1404885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try BAPI_CURRENCY_CONV_TO_INTERNAL.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  MOVE AUFK-ZZUSER4 TO I_AMOUNT_EXT.
  MOVE AUFK-WAERS TO I_SAP_CODE_EXT.
  CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_INTERNAL'
       EXPORTING
            CURRENCY             = I_SAP_CODE_EXT
            AMOUNT_EXTERNAL      = I_AMOUNT_EXT
            MAX_NUMBER_OF_DIGITS = 15
       IMPORTING
            AMOUNT_INTERNAL      = E_AMOUNT_SAP
            RETURN               = L_BAPIRETURN.
  * check RETURN
  MOVE E_AMOUNT_SAP TO AUFK-USER4.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If that don't work, what is the exact definition of ZZUSER4 field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 07:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391941#M1404885</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-12-03T07:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: conversion exit alpha</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391942#M1404886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my understanding , nothing is required in your case. as the currency key will adjust this representation of currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, may be the internal and external format are diff but when you will use in your program , you will get the exact value of currency that was entered.System will automatically take care of this conversion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 09:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha/m-p/6391942#M1404886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T09:05:34Z</dc:date>
    </item>
  </channel>
</rss>

