cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete potential supplier from pre-screening

Former Member
0 Kudos

Hello SAP Gurus,

Is there a way to delete potential supplier by a certain logic from the pre-screening list of ROS?

I do not know if it uses POWL or something like that.

Regards,

Helen

Accepted Solutions (1)

Accepted Solutions (1)

former_member208244
Active Participant
0 Kudos

Hello Helen,

You do not need to make any special configuration in POWL or something,

To delete suppliers from Pre-selection screen you need to finde the bupas you want to delete with the necessary filters from table BUT000 and then delete the BUPAs using next FM and values:

BBP_BUPA_CHANGE_PARTNER_STATUS

IV_PARTNER = ID of the partner you want to delete

IV_XBLOCK = `X`

IV_XDELE = `X`

IV_NOT_RELEASED = `X`

IV_COMMIT = `X`

Kind Regards.

SG

Answers (1)

Answers (1)

Former Member
0 Kudos

.which version of SRM are you on, and have you activated customising switch

(SRM_701_SUCO_SUP_REG)?

there should be a button "delete" in the supplier preselection view...if you get an error when you delete, you may need to implement sap note 1820007.  also make sure the user has role

(/SAPSRM/SUCO_PROCESSOR) (assuming you have activated customising switch).

there is also a program ROS_DELETE_REJECTED_BP, but this only is relevant if you have NOT activated the above customzing switch.