Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have to pass a Double value to a tSAPBapi component from a tMap .
But while passing I am getting an error.I am attaching a screenshot below.Please help me resolve the issue.
to convert from string to double use Double.valueOf(row9.EBELP)
but you can directly read input tMap like double instead of String. Let me know if it helps.
Hi, I am not trying to convert string to double, the value is already in double. When I am trying to pass, it is giving me an error.