cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart Budget Warning Message to approval

Former Member
0 Kudos

Hi,

When i am going to create shopping cart, after ordering the shopping cart, the approval of shopping cart getting below warning message.

Name of Shopping Cart SHOPSAP1 09.03.2009 17:21

Notes for Approval

Budget warning message

This shopping cart may cause one or more budgets to be over

committed:-

Item Description Cost Centre Financial Year

Price % Committed Budget Total Committed

-


1 Listing Paper 279 SS0406 2008

76.80 999 0.00 0.00

End of budget warning

I have maintained the budget for cost centre in R/3 backend, but still getting same message.

Could you please let me know what are the setting i needs to check/do to get correct warning message.

I know that the warning message is coming from

SAPLBBP_PD>LBBP_PDF0R>PROCDOC_GETDETAIL

'BBP_PDLTX_GETDETAIL -> READ_TEXT

DDF8DDA00DC8B6F1AD0F00110A5C727A

GC_OBJECT_KIND-ORDERADM_H = A

LV_VERSION_TYPE

But not able to disable

JM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi JB,

The warning message should be occured based on the commitment made for the other POs or carts using the same account assignment. However,

You can deactivate the budget check using implement the badi BBP_BUDGET_CHECK. This would completely deactivate budget check. Ensure that you don't want to have any check before implementing this Badi.

Please find below som more info about message type:

1.check the customizing using the below path:

Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Message Control -> Influence Message Control -> Than select the BUS type (BUS2121) ... -> Message control.

2. You have also the possibility to change the message in the BAdI BBP_DOC_CHECK_BADI.

Best Regards,

NMK

Former Member
0 Kudos

Hi NMK,

Thanks a lot!

Coded in BBP_DOC_CHECK_BADI

Full point

Regards,

JM

Answers (0)