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_ACC_GL_POSTING_POST

Former Member
0 Likes
545

Hi ,

Is there any limitations while passing line items to the bapi BAPI_ACC_GL_POSTING_POST.Say only 950 records can be posted at a time .Can anyone help me out in this.

Good answers will be rewarded with points.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
448

Hi,

I read the BAPI documentation, it is not saying anywhere that we can post only 950 line items, so we can post more than that line items

Regards

Sudheer

2 REPLIES 2
Read only

Former Member
0 Likes
449

Hi,

I read the BAPI documentation, it is not saying anywhere that we can post only 950 line items, so we can post more than that line items

Regards

Sudheer

Read only

RaymondGiuseppi
Active Contributor
0 Likes
448

This limit doesnt come from the BAPI, but is stated in the principes of document posting in FI. The technical limit is 999 (BUZEI has three digits, Error message F5 727 "Maximum number of items in FI reached") ,

But be aware some items may have to be reserved under certain options :

e.g. automatic tax calculations.

Of the other side, if items are to be summarized, you can get no error with more than 999 lines.

Regards