cancel
Showing results for 
Search instead for 
Did you mean: 

maximum permitted number of internal tax items reached message no. ff755 in BAPI_ACC_DOCUMENT_CHECK

chandu_bhanuri
Explorer
0 Kudos

I am getting below error from BAPI BAPI_ACC_DOCUMENT_CHECK, I have 999 line items I am doing GL to GL posting, tax by line item is activated and we are using external tax system.

maximum permitted number of internal tax items reached message no. ff755

but strangely I am able to post Document using BAPI BAPI_ACC_DOCUMENT_POST , but why BAPI_ACC_DOCUMENT_CHECK is throwing error ?

Any help is appreciated .

Regards

Chandra Shekar Reddy B.

Accepted Solutions (0)

Answers (1)

Answers (1)

Gustavo_Vazquez
Active Contributor
0 Kudos

Hi Chandra,

Both FM call the same function, GLE_ECS_SINGLE_ACC_DOCUMENT; one with test = X and the other = " ". I would suggest to cut line items at position 970 / 980 so you have some more space in your document to do postings.

Check sap note 2179377 - Numbering of lines incorrect when transferring using BAPI

Do all tables have the same output records ?

Kind regards

chandu_bhanuri
Explorer
0 Kudos

Thanks for your reply , function module GLE_ECS_SINGLE_ACC_DOCUMENT is not triggering, since documentheader-ecs_ev is blank in my case, in both BAPI's BAPI_ACC_DOCUMENT_CHECK and BAPI_ACC_DOCUMENT_POS .

I verified OSS Note 2179377, but no use.

Yes all the tables are in same records.