cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_BUPA_SUPPLIER:101

Former Member
0 Kudos

I'm working on implementing SRM SUS the extended classic scenario. we are trying to send a vendor from r/3 to SUS when we send a vendor thro bd16 i am getting teh following error in my SUS sxmb_moni, plz help me to resolve teh issue

- <STANDARD>

<CONTROLLER />

<FAULT_TEXT>An error occured within an XI interface: Exception occurredE:BBP_BUPA_SUPPLIER:101 -Vendor with e-mail address testsusvendor@yahoo.com not found; process monitor Programm: CX_BBP_BD_ERROR===============CP; Include: CX_BBP_BD_ERROR===============CM002; Line: 57</FAULT_TEXT>

<FAULT_URL />

<FAULT_DETAIL />

</STANDARD>

Regards,

Anand

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Plz check th e link for he answer

prateek
Active Contributor
0 Kudos

Hi Anand,

Generally, such problem only occurs if the vendor id is numeric and less than ten digits long. Problem is due to a program error that puts leading zeros onto the vendor id.

Also, Check function module BBP_IV_GET_VENDOR which is called by BOR object type BUS2122, method GetEmail.

Refer to SAP Note 326804

<i>Points if helpful :)</i>

Regards,

Prateek

Former Member
0 Kudos

this message means

the class "CX_BBP_BD_ERROR" (can be seen in se24),

raised an error,

you might find the error by tring to look at the code of one of the methods of class "CX_BBP_BD_ERROR", at line 57.

it might be an application error (email address does not exists in the srm)