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

bapi- line items

Former Member
0 Likes
524

Hi

I am trying to post GL using bapi bapi_acc_document_post.

How many lines items bapi will accept and tell me the reason for the same?

thanks in advance

1 REPLY 1
Read only

Former Member
0 Likes
340

Hi,

The maximum number of lines for any FI document is 999 regardless of posting method (manual entry, IDOC, BAPI etc). This is a limitation of the application. Technically this is down to the data element BUZEI being defined as NUMC3. If you need a document of more than 999 items then you will have to split it making sure you have a balancing entry so that the document will post.

There are numerous posts if you search the ERP Financials forum - one example is

Thanks,

Pete