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

Getting Error in FB01

Former Member
0 Likes
1,674

Hi ,

I am getting error in FB01 while tried to Post document using BDC.

Error is coming 'Maximum permitted number of internal tax items reached'

Message ID is ZZ and msg # is 755. In my internal table I have only 455 line items which all have TAX code.

How I can resolve this error? Please help me out.

Thanks in Advance.

Thanks & Regards,

Paras

10 REPLIES 10
Read only

Former Member
0 Likes
1,439

Hi

Several kind of item (like the tax) are created automatically, so the system allows to insert a certain number of items only.

Message ID is ZZ and msg # is 755. is a custom message (message class ZZ is not standard), so I think there's a validation, probably it doesn't work fine.

Max

Read only

Former Member
0 Likes
1,439

Hi,

This seems to be a custom message check in the program on what condition the program is firing this message you can search with the message number in the program or go to se93 and do a where use list on the particular message.

Regards,

Himanshu

Read only

Former Member
0 Likes
1,439

Hi,

In case the message class is ZZ; it means that it is a custom message probably specified in some user exit or badi.

Do a where used list for the message and check the logic in the particular exit.

Regards,

Ankur Parab

Read only

Former Member
0 Likes
1,439

Sorry Guyz...

Message id id 'FF' instead of 'ZZ'.

Thanks,

Paras

Read only

0 Likes
1,439

Hi

Just as I said u should consider there are several kinds of items created automatically, so the system reserves a certain number of items for those (like the tax).

The max number of items can be created is 999, so if u've transfered 455 items only, it means the system tries to create more than 544 (999 - 455) items automatically.

U can only split the document in two (o more than two) documents only.

Max

Read only

0 Likes
1,439

Thanks Max..

Will you please suggest me how to split document in two or more?

Read only

0 Likes
1,439

Hi

It depends on how you're uploading the items of the document, suppose u need to create a document like this:

- Item 1) 1000

- Item 2) 1000

- Item 3) 1000

- Item 4) 1000

- Item 5) 1000

- Item 6) 1000

- Item 7) 1000

- Item 9) 1000

- Item 9) 1000

- Item 10 ) -9000

U can create a document having less than 10 item only, so in this case your documents will be:

Doc 1

- Item 1) 1000

- Item 2) 1000

- Item 3) 1000

- Item 4) 1000

- Item 5) -4000

Doc 2

- Item 1) 1000

- Item 2) 1000

- Item 3) 1000

- Item 4) 1000

- Item 5) 1000

- Item 6 ) -5000

Max

Read only

0 Likes
1,439

You may try to break the document in slice of 200-300 lines, plus one, the last to balance the document on a "technical" account, this account will be cleared by the last slice of lines.

Regards,

Raymond

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,439

Is there only one tax per item (max 999 tax lines), else in the long text of 755(FF) they suggest not using an item by item tax, or reducing number of lines.

Look at OSS [Note 643273 - FB01: Summarization BSET with "Determine taxes line-by-line"|https://service.sap.com/sap/support/notes/643273] (for information, not for application)

Regards,

Raymond

Read only

0 Likes
1,439

Thanks..

Yes, Only one tax code is there for all line items..