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 field in alv report

Former Member
0 Kudos

hi

i have to display the currency field o/p with diff. currencies according to countries.how can i do that.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Try FM CONVERT_TO_FOREIGN_CURRENCY

Regards,

Amit

satsrockford
Active Participant
0 Kudos

Hi,

see example program ERGP2070. It is doing something similar to your requirement.

It is declaring currency as a separate field 'WRG'. and for amount field, setting CFIELDNAME field as 'WRG' and DO_SUM = 'X'.

try this.

Regards,

Satish

Former Member
0 Kudos

If you have the currency key field in your internal table, you can use field cfieldname in field catalog of ALV, but you can use fix currency by filling the value of currency key into field currency of ALV field catalog