Locating user email addresses in SAP SU01 transaction code

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.

    Requires Free Membership to View

    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

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

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.

 

This was first published in June 2009