‎2008 Aug 20 3:33 PM
Hi,
Can anyone explain about this FM HRCM_STRING_TO_AMOUNT_CONVERT.
give an example for this FM.
before post check all related post to this FM, but did not find an example.
iam trying something like this
* IMPORTING
* VALUE(STRING) "----> '12345678'
* VALUE(DECIMAL_SEPARATOR) OPTIONAL "-----> '.'
* VALUE(THOUSANDS_SEPARATOR) OPTIONAL "-----> ','
* VALUE(WAERS) DEFAULT SPACE
* EXPORTING
* VALUE(BETRG) " ------> '12345678'what ever input iam giving, iam getting the same input as output.
Thank in advance.
‎2008 Aug 20 4:17 PM
‎2008 Aug 25 10:07 AM
‎2008 Aug 25 10:14 AM
Hi KP,
Thanks for your responce, yes i knw that it will convert string to amount as the name of the FM idicates that.
But im qestion is when it convert string to amount it should give the thousand saperator and decimals saperator , but you can see the result it is not displaying thousand and decimal saperator.
any comments will be helpfull.....
Adnan
‎2008 Aug 25 10:17 AM
you have to provide decimal separator and thousand separator like . and ,
‎2008 Aug 25 10:20 AM
Hi KP,
You can see the code in my first post.
even i checked in in SE37, by giving the comma and decimal saperator ....
Please check and see in SE37.....
Adnan