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

Replacement for the obsolete table usr03

Former Member
0 Likes
3,035

Hi,

can anyone suggest me wht is the replacement for the table usr03.

Regards,

Sunil.K

5 REPLIES 5
Read only

Former Member
1,612

Hello

ADRP with PERSNUMBER = USR21-PERSNUMBER

Read only

amit_khare
Active Contributor
0 Likes
1,612

USR03 is still there. You can use it. No replcement require.

Read only

robert_altenstraer
Active Participant
0 Likes
1,612

Hi

USR03 is an obsolet table in ECC6 ...

get the infos about user form USR21 and

BAPI_USER_GETLIST

BAPI_USER_GET_DETAIL

bestreg

Robert

Read only

Former Member
0 Likes
1,612

Hi,

Table USR03 should be replaced by Function Module: SUSR_USER_ADDRESS_READ

Table SADR might also be of interest and should be replaced by Function Module: ADDR_GET

Best Regards

Jonas

Read only

Clemenss
Active Contributor
0 Likes
1,612

Hi sunil,

your question could be more specific. I don'tz think you want to replace DDIC table USR03 as this is SAP name space. If you need any information you fund in USR03 you can use BAPI_USER_GET_DETAIL to get any information required: The SAP standard will decide from what database tables it will fetch the data relevant and correct for your system.

Using the BAPI you can make sure that all future SAP standard changes will be handled automatically.

Regards,

Clemens