Hi All,
I am creating Material Master using Call transaction Method for MM01 Tcode.
I am passing the value called Standard Price (MBEW-STPRS) in the BDC.
Standard price will be like 100.00 (Hundred Rupees)
While passing this value, I am getting Runtime Error with the following details.
Runtime Error: CONVT_NO_NUMBER
Unable to interpret "/" as a number.
258 ----
259 * Insert field *
260 ----
261 FORM BDC_FIELD USING FNAM FVAL.
>>> IF FVAL <> NODATA.
263 CLEAR BDCDATA.
264 BDCDATA-FNAM = FNAM.
265 BDCDATA-FVAL = FVAL.
266 APPEND BDCDATA.
267 ENDIF.
268 ENDFORM.
How to resolve this type of error???
Regards
Pavan