cancel
Showing results for 
Search instead for 
Did you mean: 

Vendor Blocks in SRM

Former Member
0 Kudos

Hi Guru's.

Please can someone explain what system changes we need to make so that a errror message is displayed during Cart creation to tell user that a Vendor is Blocked. The message only appears on the PO screen and it is our requirement to make the user aware during the Cart creation process.

Our vendor blocks are maintained in R/3 and sync'ed across to SRM 5.0

Please advise.

Thank you.

Viju

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Viju,

You can check the table BUT000. Here if the field XBLCK is set then that indicates that the vendor is blocked.

Now use the BAdI BBP_DOC_CHECK_BADI to generate the error message when you are trying to create the Cart.

Do the coding under the object type BUS2121.

Thanks,

Pradeep

Answers (1)

Answers (1)

pedro_santos6
Contributor
0 Kudos

Hi,

How Pradeep Purusho told you, use the badi doc_check and create a new message in the transaction SE91.

Rgs,

Pedro Marques