Does anyone know if there is a published data model for repository tables? What we are trying to do is locate the table name and column names for user account data (name, e-mail address, job title, user account name).
Going directly against the repository tables is not supported and should be avoided at almost any cost.
Instead you should be able to use SDK/APIs to access most of that information. Look at www.sap.com, there should be some information about it… somewhere