Application Development 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: 

unable to add more than 999 positions in mi01 with BDC

Former Member
0 Kudos

Dear sirs:

I'm developing a Z program which calls transaction MI01 to create a phys. inventory doc. It performs good but can't add more than 999 positions. Can anynody help me..

Thanks in advance.

Dairo

3 REPLIES 3

sridhar_k1
Active Contributor
0 Kudos

Item number in MI01 is only 3 digit NUMC field, so the max number of items you can enter is 999. You need to create a new document for the remaining items.

Regards

Sridhar

Former Member
0 Kudos

The limitation in SAP is that it cannot take more than 999 line items in any type of document. You need to find a work around to break your line items into two different documents.

Regards,

Ravi

Note :Please mark all the helpful answers

dairolozano
Contributor
0 Kudos

Since Field type size lenght is limited to 3 digits so 999 is the maximum.  You should try to split positions creating two or more documents accordingly.