cancel
Showing results for 
Search instead for 
Did you mean: 

BP for a USER

Former Member
0 Kudos

Hi everyone,

I need to obtain a Business Partner number from a CRM user (SY-UNAME). Does anyone can help me with this?

I think there should exist a FM that migth help me do this, considering that in the PPOMA_CRM transaction you can see the BP number of a person (S) member of an organizational unit.

Thank you for any help you can give me.

Felipe

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Felipe

Give CRM_CENTRALPERSON_GET a go. Just fill out the username. You'll get the GUID back. If you need the number, use BUPA_NUMBERS_GET as well.

Cheers

Dom

Former Member
0 Kudos

Dom, thank you so much, you got your self 10 pts.

Felipe

Former Member
0 Kudos

hi,

Using CRM_CENTRALPERSON_GET , how you solve the problem.. Can you explain your sceanario with solution..

thanks in advance

sarasakumari

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Using CRM_CENTRALPERSON_GET , how you solved your problem. Can you explain your scenario in detail with solution.

thanks in advance

sarasakumari

Former Member
0 Kudos

Hi,

Pass in the username into this function. This will give you the BP GUID.

If you need the number as well , read table BUT000 with PARTNER_GUID = GUID returned by first function.

Cheers

Colin.