Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bdc

Former Member
0 Likes
300

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
276

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

1 REPLY 1
Read only

Former Member
0 Likes
277

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