‎2007 Aug 02 12:30 PM
Hi,
I am working on a bdc program where I have to upload a numerical value 1293.00.I have converted this into 1293,00 using FM HRCM_STRING_TO_AMOUNT_CONVERT and processed the session.In the o/p I should get the value as 1293.00 since this is the original test case value.But I am getting 1293,00.Can anyone solve this?
Regards,
Hema
‎2007 Aug 02 12:32 PM
Hi Hema,
While doing the BDC just pass the charecter value only then the BDC will go smoothly, so change the value to 1293,00 to 1293.00. Just use the WRITE TO statment to convert it ..
Regards
Sudheer
‎2007 Aug 02 12:32 PM
Hi Hema,
While doing the BDC just pass the charecter value only then the BDC will go smoothly, so change the value to 1293,00 to 1293.00. Just use the WRITE TO statment to convert it ..
Regards
Sudheer