2005 May 03 8:17 AM
Hi,
I see that there are lots of FM that converts a currency from one to another.
I need a Method inside a abap class that do the same!
Any clue where to search for this (i don't what to use FM....)?
//Martin
2005 May 03 8:26 AM
Hi Martin,
Do you want to try out CL_REEX_CURRENCY_SERVICES or CL_UA_FORMULA_CURR_CONVERTER ?
regards,
Anand Mandalika.
Hi,
I see that there are lots of FM that converts a currency from one to another.
I need a Method inside a abap class that do the same!
Any clue where to search for this (i don't what to use FM....)?
//Martin
2005 May 03 8:26 AM
Hi Martin,
Do you want to try out CL_REEX_CURRENCY_SERVICES or CL_UA_FORMULA_CURR_CONVERTER ?
regards,
Anand Mandalika.
2005 May 03 8:26 AM
By the way , is there any special reason why you do not want to use an FM ?
2005 May 03 8:47 AM
2005 May 03 9:18 AM
2005 May 03 9:34 AM
SAP_BASIS = 620 level 44
SAP_ABA = 620 level 44
SAP_APPL = 470 level 22
//MA
2005 May 03 10:08 AM
Hi,
I'm on 640. so I guess there is some stuff you get only in a later version. Are you okay with using a class that has been specifically been designed for some other application area? For example -
CL_HRPA_LOAN_COMPUTATIONS=>CONVERT_TO_LOCAL_CURRENCY
CL_HRGE_SERVICES=>CONVERT_CURRENCY
and so on...
But I advise you to strongly use the Function Modules instead. They will make more sense, semantically.
Regards,
Anand Mandalika.