cancel
Showing results for 
Search instead for 
Did you mean: 

Getting user name from Partner no

Former Member
0 Kudos

Hi,

I need to get the user name from a given parnet number.I tried using the FM "BUP_PARTNER_GET" but no value is found in XUBNAME.Also it is an obsolete field in BUST00 table.Could anybody please suggest me the steps to acheive this.

Regards,

Rohini

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

BBP_CENTRALPERSON_GET

use this FM.. pass the partner GUID to this.. you will get the user name

you can pass the partner number to BUT000 and get the partner GUID

Former Member
0 Kudos

Hi,

I tried the below in my system and it worked

Used FM BUP_PARTNER_GET. Gave the partner number as input and it provides username in the XUBNAME field in T_BUT000

Regards,

Nikhil