<?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: table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565123#M255403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think, decimal related is not maintained in SAP.&lt;/P&gt;&lt;P&gt;as per the country it will be converted .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say 100.10 INR&lt;/P&gt;&lt;P&gt;means 100 rupees and .1 rupee.&lt;/P&gt;&lt;P&gt;in INDIA, it will be calculated how much a rupee for its paise like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me,if i am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the small code about SPELL_AMOUNT function module, here we can give the curr field also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT YTEST no standard page heading .

data : tline like tline occurs 0 with header line,
SPELL LIKE SPELL OCCURS 0 WITH HEADER LINE.

data amouno type p DECIMALS 5 value '5455555.65461'.

CALL FUNCTION 'SPELL_AMOUNT'
EXPORTING
AMOUNT = amouno
&amp;lt;b&amp;gt;CURRENCY = 'USD'&amp;lt;/b&amp;gt;
* FILLER = ' '
LANGUAGE = SY-LANGU
IMPORTING
IN_WORDS = SPELL
EXCEPTIONS
NOT_FOUND = 1
TOO_LARGE = 2
OTHERS = 3
.

WRITE : / 'Amount in Number: ',AMOUNO.

WRITE : / 'Amount in Word: ',SPELL-WORD, 'AND DECIMALS' , SPELL-DECWORD.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2006 11:14:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-04T11:14:01Z</dc:date>
    <item>
      <title>table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565113#M255393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any table is available for cuurency details &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex : inr -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; Rupees and paise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     USD -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; Dollers and cents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565113#M255393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T10:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565114#M255394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCURC&lt;/P&gt;&lt;P&gt;TCURT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565114#M255394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T10:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565115#M255395</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;Currency : TCURC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls mark hlpful answrs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565115#M255395</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-10-04T10:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565116#M255396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the table TCURC&lt;/P&gt;&lt;P&gt;and the field is WAERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565116#M255396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T10:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565117#M255397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCURC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Preema&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Reward points for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565117#M255397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T10:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565118#M255398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can make use of TCURC &amp;amp; TCURT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565118#M255398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T10:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565119#M255399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try table T500w. It contains currency per country and the valid date from and to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565119#M255399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T10:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565120#M255400</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; If your looking for the text check table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TCURT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:57:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565120#M255400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T10:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565121#M255401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;In TCURC&lt;/P&gt;&lt;P&gt;The fields waers is the code and LTEXT or KTEXT will give you the description for the code&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;PLZ check...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ajith&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MArk if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 10:58:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565121#M255401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T10:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565122#M255402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx all.&lt;/P&gt;&lt;P&gt;in these tables it is giving the details of rupees/dinar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc. but they r not providing the details regarding paise..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565122#M255402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T11:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565123#M255403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think, decimal related is not maintained in SAP.&lt;/P&gt;&lt;P&gt;as per the country it will be converted .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say 100.10 INR&lt;/P&gt;&lt;P&gt;means 100 rupees and .1 rupee.&lt;/P&gt;&lt;P&gt;in INDIA, it will be calculated how much a rupee for its paise like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me,if i am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the small code about SPELL_AMOUNT function module, here we can give the curr field also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT YTEST no standard page heading .

data : tline like tline occurs 0 with header line,
SPELL LIKE SPELL OCCURS 0 WITH HEADER LINE.

data amouno type p DECIMALS 5 value '5455555.65461'.

CALL FUNCTION 'SPELL_AMOUNT'
EXPORTING
AMOUNT = amouno
&amp;lt;b&amp;gt;CURRENCY = 'USD'&amp;lt;/b&amp;gt;
* FILLER = ' '
LANGUAGE = SY-LANGU
IMPORTING
IN_WORDS = SPELL
EXCEPTIONS
NOT_FOUND = 1
TOO_LARGE = 2
OTHERS = 3
.

WRITE : / 'Amount in Number: ',AMOUNO.

WRITE : / 'Amount in Word: ',SPELL-WORD, 'AND DECIMALS' , SPELL-DECWORD.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565123#M255403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T11:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565124#M255404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to print the amount according to the country specifec  in words  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use spell_amount it will give in US format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use HR_IN_CHG_INR_WRDS it is giving in indian format because in this FM they r hard coded according to india..&lt;/P&gt;&lt;P&gt;but i need to print the amount of hongkong and ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how to fetch them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:21:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565124#M255404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T11:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565125#M255405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;did you try FM SPELL_AMOUNT with language change.&lt;/P&gt;&lt;P&gt;it uses language component to change to words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also have to check that do your system is configured for that language check it out in T002 table.&lt;/P&gt;&lt;P&gt;there you will get the language key for ll the stored values in your system.&lt;/P&gt;&lt;P&gt;Also by default that FM uses EN therefore you should pick the right one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Khare&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 11:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565125#M255405</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2006-10-04T11:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565126#M255406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 12:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1565126#M255406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-27T12:23:12Z</dc:date>
    </item>
  </channel>
</rss>

