‎2010 Mar 25 11:38 AM
Hi,
can anyone suggest me wht is the replacement for the table usr03.
Regards,
Sunil.K
‎2010 Mar 25 11:46 AM
‎2010 Mar 25 11:50 AM
USR03 is still there. You can use it. No replcement require.
‎2010 Mar 25 12:16 PM
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
‎2011 Jul 01 11:19 AM
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
‎2011 Jul 01 11:54 AM
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