cancel
Showing results for 
Search instead for 
Did you mean: 

JAVA Call BAPI -> RFC_SYS_EXCEPTION

Former Member
0 Kudos

I have the problem when execute BAPI function. I'm not sure this error occur from JAVA or ABAP code. Please help me to solve this problem.

You can see log file "dev_rfc.trc" as below :

        • ERROR file opened at 20071003 205917 SE Asia Standa, SAP-REL 700,0,9 RFC-VER 3 756683 MT-SL

T:6068 ======> Value cannot be interpreted as a floating-point number.

T:6068 <* RfcReceive [4] : returns 3:RFC_SYS_EXCEPTION

T:6068 <* RfcCallReceive [4] : returns 3:RFC_SYS_EXCEPTION

Thank you

Sorapol H.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185029
Active Contributor
0 Kudos

Hi,

It seems that you are getting typecasting exception.

May be there is a field which expects floating point numbers and you are not passing that parameter (or passing wrong values in it)

Check the RFC structure and pass values accordingly.

Also check RFC seperatly.

Ashu