cancel
Showing results for 
Search instead for 
Did you mean: 

Reading UME attributes from Webdynpro ABAP code

0 Kudos

Hi,

We have a requirement in our project where we need to read the UME attributes for a logged in user in the webdynpro ABAP code. The attribute in question is "SAP Vendor Number" which is maintained as UME attribute for each user.

Is there any standard FM or BAPI or webservice which we can leverage for this requirement?

Else, any pointers regarding how to achieve this functionality would be helpful.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi kartik,

BAPI_USER_GET_DETAIL Function module to get all the required details of the system user in one go. Here you need to give the SAP Logon Name (USerID) of the person to the function module.

Or check if this are helpful.

BBP_PARTNER_GET_DATA

BAPI_PARTNER_GET_BY_IDNUMBER

BUPA_PARTNER_GET_BY_IDNUMBER

BBP_PDH_GET_PARTNERS_FROM_USER