Hi.
Hope someone can help with this. I've been struggling with testing this bapi.
I am trying to run a SAP BAPI, MEASUREM_DOCUM_RFC_SINGLE_001, in the K2 Connect test cockpit. I am getting a RfcInvoke failed(RFC_ABAP_EXCEPTION): VALUE_NOT_FLTP error.
This is occurring when I enter a value, for example, 35.12 as the RECORDED_VALUE. If I enter 3512 it works. Entering 35 works but 35.00 doesn't.
The bapi works fine entering 35.12 from within SAP via transaction SE37
As an aside, I had trouble with the READING_TIME before discovering that hhmmss is the expected format rather than hh🇲🇲ss.
Cheers
Ian
Best answer by macca
Hi.
Google is my friend
using a comma has resolved this
Cheers
RECORDED_VALUE is transferred in CHAR format. If the field contains decimal places, these must be separated using a comma or period according to the setting in the user master