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

currency system variable

Former Member
0 Likes
1,132

hi ABAPers,

what is the system variable to know about currency type?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
975

CTYPE

Sameer

7 REPLIES 7
Read only

Former Member
0 Likes
976

CTYPE

Sameer

Read only

Former Member
0 Likes
975

sy-wares--<Obsolete ABAP System Field

Regards

peram

Read only

0 Likes
975

Thank u

Read only

Former Member
0 Likes
975

Hi,

look at the table TCURR, you will get it

Regards

Sudheer

Read only

Former Member
0 Likes
975

Hi,

i think there is no system variable.

Loop in TPARA with PARAMID = CUR

and you get some parameter-Ids.

Regards, Dieter

Read only

Former Member
0 Likes
975

Hi,

In SYST table you have all the system fields.

Check with <b>SY-CCURS</b> and <b> SY-CCURT</b> in <b>SYST</b> table.

<b>Friendly Note:</b> You have many open threads and Plz close the threads if they are answered/solved and reward points to the people who are helping you by taking their valuable time apart from their regular activities.

Read only

0 Likes
975

Hi Sathya,

Sorry, but SY-CCURS and SY-CCURT are obsoletes.

Regards, Dieter