Application Development 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: 

currency conversion

Former Member
0 Kudos

Hi all,

Give me the maximum transaction codes(TCODEs) used in real time for ABAP

Actually iam using ALV INTERATIVE REPORT in my project.in my table

one currency column is there.if suppose client enter any value in input box i need different

types of currencies in theoutput(ex : inr , usd , euro..)

suppose customer enter one value as 1000 inr

in the out put i need like this..... XYZ usd

ABC euro (vice versa)

In complex report iam using line-count for reserving lines for end-of-page.

in my system end-of-page coming correctly at endofpage with my system resolution

but i execute same program in other system end of page going out of screen

becoz the resolution of that system is different.

I need solution that without changing program and resolution the program run correctly

in all systems what ever the resolution of the system.

plz send reply to me.

thanks in advance .....

Thanks,

Sateesh Reddy.M

7 REPLIES 7

Former Member
0 Kudos

Hi reddy ,

seach for FM to Convert,or seach in this Forum itself.No Idea abt Resolution.

regards

Prabhu

Former Member
0 Kudos

Hi,

Go to table tstc for all tcodes

Regards

Amole

Former Member
0 Kudos

Try this

FI_PSO_CURRENCY_CONVERT

Cheers

Kathirvel

former_member188685
Active Contributor
0 Kudos

Hi Sateesh,

Tcodes.

http://www.sapdevelopment.co.uk/tcodes/tcodes.htm

and no need of conversion

<b> fieldcat-cfieldname = 'WAERS'.

fieldcat-datatype = 'CURR'.</b>

Resolution is totally Forntend problem.

Regards

vijay

Former Member
0 Kudos

Hi

<b>transaction Codes</b> ( Refer This Link )

http://www.sap-img.com/basis/useful-sap-system-administration-transactions.htm

http://www.easymarketplace.de/transactions-a-e.php?Area=4soi&name=volker&pw=vg&;

<b>Convert Currency</b>

CONVERT_TO_FOREIGN_CURRENCY

CONVERT_TO_LOCAL_CURRENCY

Regards

Mark HelpFul Answers

0 Kudos

please snd me the coding to covert from int to euro

Former Member
0 Kudos

Got the answer from Vijay