cancel
Showing results for 
Search instead for 
Did you mean: 

Search for username (SU01 ID) from Business Partner in SRM

Former Member
0 Kudos

Hi experts,

We are working on implementing a change in BADI BBP_ECS_PO_OUT_BADI for transferring Goods recepient field from SRM PO to ECC PO . However in SRM we ahev teh Business Partner in teh Goods recepient and we need to populate the userid in ECC. Do we have a quick way of getting teh username for the relevant Business Partner.

Thanks for your help.

regards,

Pawan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Pawan,

Alternatively you can use FM BUP_PARTNER_GET.

Give the business partner number as input and it provides username in the XUBNAME field of table T_BUT000

Regards,

Nikhil

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Nikhil. the functiona module was really helpful....Awarded full points...

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

Maybe you can take the business partner GUID from table BUT000 and then use the partner guid as input parameter in function module BP_CENTRALPERSON_GET.

Here, end user data will be the result.

Regards,

Ricardo