2008 Jan 15 3:32 PM
Hello Gurus,
I need urgent help.
I want to conver the Normal field into Amount filed.
DATA : AMOUNT(13),
DATA : WRBTR LIKE BSEG-WRBTR.
So I want TO Convert Normal field into amount field.
This is urgent. please help me.
Thanks in advance.
Best Regards,
zubera
Hello Gurus,
I need urgent help.
I want to conver the Normal field into Amount filed.
DATA : AMOUNT(13),
DATA : WRBTR LIKE BSEG-WRBTR.
So I want TO Convert Normal field into amount field.
This is urgent. please help me.
Thanks in advance.
Best Regards,
zubera
2008 Jan 15 3:38 PM
Hi,
Use FM HRCM_STRING_TO_AMOUNT_CONVERT
pass the char(amount) and decimal separator, thousand separator.
you get the char converted to amount/currency
Regards,
Satish
2008 Jan 15 3:42 PM
Try this also
translate AMOUNT using ', '.
condense AMOUNT no-gaps.
WRBTR = AMOUNT.
Regards,
Satish
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |