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

Budget exceeded error

Former Member
0 Likes
744

Hi,

When I execute tcode  CO40 (production order) and type production order and then click on enter then i will getting

an error

Message no. BP601

Diagnosis

Payment budget for WBS element Q/0001419/0010 on Order %00000000001 been exceeded

This error is not in OBMSG and OBA5. Can I go through coding?

Please tell me how to convert this error into warning?


1 REPLY 1
Read only

0 Likes
413

Hi Sam,

While I am no expert on this, I have seen this situation before. Basically, it means that the production order has an item that has a predefined budget assigned to it. This error is generated when the budget is consumed. It is a production order or material related issue and needs to be looked at functionally. I think CJ31 is the tcode to check budgets but not sure how much you can do there.

To answer your questions, it is a system generated error and I do not think it can be turned into a warning. Regarding you going through with your code, I should not comment on that as I do not know exactly what you are working on. However, since this is most likely a production order related issue, you can possibly go ahead with your coding unless you have triggered this error by your code in the first place.

Thanks,

Soumyajit