Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

USER MASTER TABLES

Former Member
0 Likes
18,665

In which USER MASTER table contain fields FIRSTNAME,LASTNAME....plz send me....Very Urgent...!

2 REPLIES 2
Read only

Former Member
0 Likes
13,602

Check with the tables below related to USER Details.

USR02

Logon data

USR04

User master authorization (one row per user)

UST04

User profiles (multiple rows per user)

USR10

Authorisation profiles (i.e. &_SAP_ALL)

UST10C

Composit profiles (i.e. profile has sub profile)

USR11

Text for authorisation profiles

USR12

Authorisation values

USR13

Short text for authorisation

USR40

Table for illegal passwords

OBJT

Authorisation objetc table

Reward points if useful.

Read only

Former Member
0 Likes
13,602

Hi Aravind.

Use FM BAPI_USER_GET_DETAIL to get all the data you want.

Regards,

John.