cancel
Showing results for 
Search instead for 
Did you mean: 

PO is not blocking in SUS

Former Member
0 Kudos

Hi Guru's,

Scenario: When vendors are created in ECC are replicated through some program to SUS and creates a Business Partner to that vendor in SUS.

Case1: While creating the PO for that vendor in ECC its get replicated in SUS and mails will triggers to the suppliers who are there in BP and it is in success state in SXMB_MONI..

Case2: If that Vendor is not present in SUS it has to block the PO creating in SUS side it will in error state in SXMB_MONI.

Case3: This case is Very important, If you created a vendor and that is not replicated in SUS and this vendor number is similar to the one of the BP number in SUS, this is happened unfortunately, Now if you create a PO with this vendor and this PO is passing successfully to SUS. Why it is allowing in SUS side even though that vendor is not present in SUS side.While checking in SXMB_MONI it is showing success message.

Is this vendor comparing with vendor's in SUS and vendor is not there then is it comparing with BP ?

Here is there any setting to make to stop that PO and in SUS side they are using Proxy to create a PO and this is  Standard Code and they are using standard FM unable find through debugging.

Proxy class      :  CL_BBPX1_SUSPO_IN

FM in this class : BBP_SAPXML1_SUSPO_CREATE_IN

                

Thanks in Advance.

Regards,

Sairama.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

What are your MN04 settings? This is where you can restrict which POs are output to SUS from ECC.

Answers (1)

Answers (1)

wendy_xu
Active Participant
0 Kudos

Hi Sairama,

I think you could have a try with note 2017671. It adds a validation on vendor in Form FILL_PARTNER_ID, which is used as well when creating PO in SUS during XML inbound processing.

Regards,
Wendy