Skip to Content
0
Former Member
Aug 03, 2005 at 03:17 PM

Java.math.BigDecimal Problem!

316 Views

Hi all,

I'm running a webdynpro application, inside it I'm executing a RFC that receives some parameters. Most of them are strings, but just one of them is BigDecimal type. When I run the app, I got the following error...

java.lang.NullPointerException

at java.math.BigDecimal.<init>(BigDecimal.java:181)

I appreciate any help you can give me.

Thanks in advance.

Jesus.