cancel
Showing results for 
Search instead for 
Did you mean: 

how to read the value under Properties Tab of SU01 into portal

Former Member
0 Kudos

Hi All,

I need to read the value under Properties Tab of SU01 into portal. I tried UME API but no luck, is there any otherway to get it.

Regards

Praveen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

There is a BAPI called BAPI_USER_GET_DETAIL that reads the user parameters for the user id passed as an input.

Just create an Adaptive RFC model for this BAPI and pass the userid as parameter and you will get the desired values.

Regards,

Murtuza

Former Member
0 Kudos

hi, in portal u can use VC 'n use the next BAPI's

BAPI_USER_GETLIST

BAPI_USER_GET_DETAIL

you will get all list of user profiles and some other information, regards