Page 1 of 1

BAPI - Packed field contains incorrect BCD format

Posted: Thu Jul 20, 2006 2:38 pm
by Amos.Rosmarin
Hi there,

I get this error while trying to load BOM data into SAP using the BOMCreate BAPI:

Code: Select all

LoadBapi_Error..PACK_for_SAP_R_3___BAPI_120: RFC Error: Packed field contains incorrect BCD format.
Any idea what it is and howto solve this ?
Assume the data is correct, when using the BAPI test with the same data it is OK.


Thanks,
Amos

Posted: Thu Jul 20, 2006 6:24 pm
by ray.wurlod
You and BAPI Test may like it, but RFC clearly does not. Consult your SAP experts; thay may have some idea. Show them that BAPI Test gave your data the green light.

Posted: Fri Jul 21, 2006 12:24 am
by Amos.Rosmarin
Thanks Ray,

My problem isthat the SAP experts have no clue.


Is there a special treat I have to do to a packet-decimal values (a.k.h comp-3 in other systems)

I see that if I put a number value in the derivation, the BAPI stage transforms it to packed in the temp files but I suspect it is not correct


Amos