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: 

Change of Currency from MXN to USD

Former Member
0 Kudos

Hi All.

I have a structure of which i have 174 fileds and in that i have 66 currency fileds .

In these fields, i am storing the currency value in MXN. But before appending the structure i want all these fileds values to be in USD. Please help me in this regard.

Thanks

Ashok

1 REPLY 1

Former Member
0 Kudos

Hi Ashok,

Sorry, but i dont think that you clould do anything else but assign the value individually to each field. But, if you know the exact positioning of the fields in the structure, you may use DO.... enddo. to set the values. But this would be helpful only if these fields are in a proper sequence, say from 10 to 35 and then 43 to 58.

Prabhas.