Locating user email addresses in SAP SU01 transaction code
We store user email addresses within the SAP SU01 user master record. Where
is this information located? I would like to be able to extract certain pieces of data, such as an
AGR_Users table.
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial Director
This data is stored in SAP address tables in the
SU01
user master record that use address numbers and person numbers as keys. Yet another table must
be consulted for the relationship between the user ID and the person number. If you are doing this
programmatically, you should use SAP standard BAP BAPI_USER_GET_DETAIL to read this
information.
Dig Deeper
-
People who read this also read...
-
This was first published in June 2009