cancel
Showing results for 
Search instead for 
Did you mean: 

Copy users to BPs in solution manager

ILIAN_Grigorov
Contributor
0 Kudos

Hello all,

I want to sync all new users in our ERP system with BP in solution manager.

The reason is - we use service desk functionality. When a new message arrives from a user from

the ERP system, the same user must exist as a BP in the solution manager system.

Otherwise you cannot see who sent the request.

I use program AI_SDK_USER_BP_GEN to do that.

However this program cannot delete BPs whom users I deleted in the ERP. Only create/update BPs.

Is there any other convinient way to do it?

Many thanks in advance.

ILIAN

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For delete the Business partner in solution manager use BUPA_DEL .

http://help.sap.com/saphelp_erp60_sp/helpdata/en/e0/f2683cf5e8fe67e10000000a114084/content.htm

Rg,

Karthik

Answers (2)

Answers (2)

ILIAN_Grigorov
Contributor
0 Kudos

Hi,

Thank you both Prakhar & Karthik!

That will help me to do something like mass delete of BPs. But I still have to find a way to sync with ERP users. Right now I can export user list from the ERP system, and BPs from SolMan (still don't know how), and match them in Excel to discover which BPs to delete

Regards

prakhar_saxena
Active Contributor
0 Kudos

Hi Ilian

Further, goto Se16 and access table BUT000

you can build a list of all BP with User ID in Solution Manager. Also you can provide a filter at selection screen to user set

hope this helps you to get the list of all BP's existing in solution manager

Regards

Prakhar

prakhar_saxena
Active Contributor
0 Kudos

Hi

you can also use BP_GEN transaction to create business partners for satellite systems

incase bp is existing it will update the same for the users

in addition as karthik mentioned already BUPA_DEL can be used to delete BP but this shouldn't be used in any transaction

Hope it helps

Regards

Prakhar