Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smartforms multiple currency print with value conversion

Daniyal_13
Discoverer
0 Likes
1,091

i want to print currency in smartform like inr usd dinar riyal in short form and need to show converted valuation respective countries and their currency.

i want to print currency in smartform like inr usd dinar riyal in short form and need to show converted valuation respective countries and their currency.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
795
  • To get text for a currency code look at tables TCURC (for conversion SAP/ISO/Alt Code) and TCURT for description.
  • To get the link between country and currency code(s) look at table T005
  • For conversion you could look at table TCURR but better use standard FM such as CONVERT_TO_LOCAL_CURRENCY, CONVERT_TO_FOREIGN_CURRENCY and READ_EXCHANGE_RATE
  • To print correctly amounts and rates use Smart Forms: Output Options for Field Contents