<?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 amount in diffrent languages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-diffrent-languages/m-p/4155830#M993607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam fetched some fields amount now i want to write it in differrent languages,&lt;/P&gt;&lt;P&gt;how can i do this ,if i want to display it in other than logon lang.&lt;/P&gt;&lt;P&gt;iam using parameter for lang.&lt;/P&gt;&lt;P&gt;help&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2008 04:29:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-17T04:29:22Z</dc:date>
    <item>
      <title>amount in diffrent languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-diffrent-languages/m-p/4155830#M993607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam fetched some fields amount now i want to write it in differrent languages,&lt;/P&gt;&lt;P&gt;how can i do this ,if i want to display it in other than logon lang.&lt;/P&gt;&lt;P&gt;iam using parameter for lang.&lt;/P&gt;&lt;P&gt;help&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 04:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-diffrent-languages/m-p/4155830#M993607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T04:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: amount in diffrent languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-diffrent-languages/m-p/4155831#M993608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this FM :   spell_amount&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 04:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-diffrent-languages/m-p/4155831#M993608</guid>
      <dc:creator>former_member125931</dc:creator>
      <dc:date>2008-07-17T04:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: amount in diffrent languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-diffrent-languages/m-p/4155832#M993609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tellme the fields which you want to display it in the differenet languages bcoz the description will be in the tables starting with T1*&lt;/P&gt;&lt;P&gt;etc.. do reply with complete details of your fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 04:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-diffrent-languages/m-p/4155832#M993609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T04:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: amount in diffrent languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-diffrent-languages/m-p/4155833#M993610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETER : 
  p_lang TYPE t002-spras.
DATA:
  w_word  LIKE spell,
  w_out   TYPE c.

CALL FUNCTION 'CONVERSION_EXIT_ISOLA_INPUT'
  EXPORTING
    input            = p_lang
  IMPORTING
    output           = w_out
  EXCEPTIONS
    unknown_language = 1
    OTHERS           = 2.
IF sy-subrc EQ 0.
  CALL FUNCTION 'SPELL_AMOUNT'
    EXPORTING
      amount    = 1230
      currency  = ' '
      filler    = ' '
      language  = w_out
    IMPORTING
      in_words  = w_word
    EXCEPTIONS
      not_found = 1
      too_large = 2
      OTHERS    = 3.
ENDIF.

WRITE: w_word-word.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 06:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-diffrent-languages/m-p/4155833#M993610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T06:33:12Z</dc:date>
    </item>
  </channel>
</rss>

