abaninas
15th September 2009, 10:19
Dear All,

Did any body know where I can find amount to word Libaray in ERPLN 6.1

Thanks in Advance

Juergen
15th September 2009, 10:43
Have a look to library tcmcsdll0006 "Decode Amounts".

Regards,
Juergen

abaninas
15th September 2009, 11:20
What is the parameters

abaninas
15th September 2009, 11:30
I there is a fucntion called get.amount.words. But I don't know in what libary.

Please advice

MilindV
15th September 2009, 15:10
Check Following Prototype

function extern tcmcs.dll0006.decode(
domain tfgld.amnt amount,
boolean decimals,
ref domain tcmcs.s130m decode0 mb,
ref domain tcmcs.st65m decode1 mb,
ref domain tcmcs.st65m decode2 mb,
ref domain tcmcs.st65m decode3 mb )

Expl.:
Pre: -
Post: -
Input: amount to be decoded, maximum 11+2
decimals required (boolean)
Output:
- decode0 Decoded amount of 130 chrs.
- decode1 Same decoded amount in two strings of 65 chars
- decode2 "
- decode3 Decode of the decimals

Regards
MilindV

Juergen
15th September 2009, 15:24
Hi,

check also the report scripts of session tfcmg1260m000 "Transfer payments" for examples (e.g. Report tfcmg126099000 "Checks") how to use the library.

Regards,
Juergen