cancel
Showing results for 
Search instead for 
Did you mean: 

Message bbp_pd 047 Item 001 WBS element budget exceeded is shown during SC creation but not during PO change

Former Member
0 Kudos

Hello experts,

Message bbp_pd 047 Item 001 WBS element budget exceeded is shown during SC creation, but during PO change in SRM portal this error is not shown. As a result the PO is saved in SRM but cannot be transferred to ECC because of the budget exceeded error. Why could this be happening?

Thanks in advanced,

Jack

Accepted Solutions (0)

Answers (2)

Answers (2)

laurent_burtaire
Active Contributor
0 Kudos

Hello Jack,

one of the message call is done in include LBBP_PDF39 (Budget PO check).

Put a break-point to debug the include.

Other message calls can be found using a where-used list for message BBP_PD 047 (SE91 transaction).

You can also check if BBP_MESSAGES_BADI BAdI is implemented.

Regards.

Laurent.

vinita_kasliwal
Active Contributor
0 Kudos

Hey Jack

Can you please check the below steps and see if it helps?

1. Can you check if you are able to create a new PO with the same data in ECC if not then there could be some issues with account assignment ..

2. Can you try to check if this is a manual code to check budget  in DOC_CHECK Badi in SRM side?

3. Can you try to debug the entire PO process and see where the system is picking the error message from ..Refer links :

Debugging Guide for SRM PO transfer (Extended Classic Scenario) - Supplier Relationship Management -...

http://wiki.scn.sap.com/wiki/display/SRM/Transfer+process+of+the+Shopping+Cart

4. Lastly try to block this message by entering it into SRM config so it gets suppressed and see if that helps ..

http://scn.sap.com/docs/DOC-47855

Regards

Vinita