cancel
Showing results for 
Search instead for 
Did you mean: 

User id from Business Partner id

Former Member
0 Kudos

Hi All,

Can someone tell me the Function Module to derive the user id of a SRM user (integrated to PPOMA) from the business partner(BP) id?

We have a requirement to derive the user id from the Goods recipient partner function of the PO. The Goods recipient partner function only has the BP id of the user.

Regards,

Srivatsan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You need to use the FM "BUP_PARTNER_GET".

See related threads:

BR,

Disha.

saumya_govil
Active Contributor
0 Kudos

Hi Srivatsan,

You can use the FM CRM_CMG_GET_USER_FOR_BUPA passing the BP number and getting back the User ID.

I have used this FM and it works!

Hope this solves your issue.

Do get back in case of further queries.

Regards,

Saumya

Former Member
0 Kudos

Hi Srivatsan,

You can use the FM 'BUP_PARTNER_GET' to get the USER-ID for the partner. Just pass the partner number and you will get the USER-ID for that particular partner.

Hope it helps.

Thanks,

Pradeep

Former Member
0 Kudos

Hi,

With the Partner No (Type CRMD_PARTNER-PARTNER_NO) you can use the BBP_CENTRALPERSON_GET FM.

I hope this help

Regards