cancel
Showing results for 
Search instead for 
Did you mean: 

User profile extraction with cost center

geshy_m
Explorer
0 Kudos

Hi,

I have list of Users but need to know their respective company code or cost center assignment, I would like to know how to get the details within SRM.

Thanks,

Geshy

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

HI Geshy,

You just need to pass the position IDs (S id) of the users in HRV1222A table and you will get the cost center data corresponding to attribute "CNT".

Hope this helps.

Regards,

Ajay

Former Member
0 Kudos

Hi Geshy,

You can use FM BBP_READ_ATTRIBUTES, provide the username at IV_USER and give the appropriate attributes at IT_ATTR_LIST.

Atrribure for Company code is BUK, and Cost Center is CNT

All the attributes can be found at table T77OMATTR, field ATTRIB.

Senthil