Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BATCH INPUT FORMAT ERROR TYPE QUAN DEC 3 WHY?

Former Member
0 Likes
584

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
393

always use character field when passign data in BDC. define your source field as character, and then you should be able to use that

1 REPLY 1
Read only

Former Member
0 Likes
394

always use character field when passign data in BDC. define your source field as character, and then you should be able to use that