‎2008 Feb 19 12:07 PM
‎2008 Feb 19 12:10 PM
Please use FM
Amount to string:
CALL FUNCTION 'HRCM_AMOUNT_TO_STRING_CONVERT'
EXPORTING
betrg = 3000
WAERS = 'DKK'
NEW_DECIMAL_SEPARATOR =
NEW_THOUSANDS_SEPARATOR =
IMPORTING
STRING = slam
‎2008 Feb 19 12:12 PM
‎2008 Feb 19 12:13 PM
Hi Sekar ,
Try the FM :
SPELL_AMOUNT .
For the Amount ,the value should be 151.00 (eg) irrespective of the currency mode you choose.
You have to specify the decimal part also.
Regards,
Chitra
‎2008 Feb 19 12:15 PM
‎2008 Feb 19 12:23 PM
Hi,
You can use any of the FMs below :
HRCM_AMOUNT_TO_STRING_CONVERT
AMOUNT_STRING_CONVERT
Thanks,
Sriram Ponna.
‎2008 Feb 19 4:21 PM
see also FM's CURRENCY_AMOUNT_SAP_TO_IDOC and CURRENCY_AMOUNT_SAP_TO_BAPI.