‎2008 Nov 19 6:22 PM
hi experts,
i use this function to create BOM CS_BI_BOM_CREATE_BATCH_INPUT1 (transaction IB11) but this is no really relevants, the problem is that when the Batch imput is executed, it stops when try to insert the field RC29P-MENGE becuase is passed the value 11.000 but the program only accept 11,000.
the field have this configuration:
MENGE KMPMG QUAN 13 3
the error message is "insert format: _ ___ ___ __~,___V message No. 00088
why?
What i have to do to resolve the problem?
thanks.
‎2008 Nov 19 6:31 PM
always use character field when passign data in BDC. define your source field as character, and then you should be able to use that
‎2008 Nov 19 6:31 PM
always use character field when passign data in BDC. define your source field as character, and then you should be able to use that