2014 Jun 19 7:05 PM
Hi Experts,
I am using the LDAP program to store the User details in Sap.
i am unable to identify the email table, can you give you tell me the in which sap table email stores.
Thanks in Advance.
Thanks,
Srini
2014 Jun 19 7:32 PM
Query table - USR21 to get the address no and Person no and then Query table ADR6 based on the address and person number to get the Email ID. (ADR6-SMTP_ADDR)
BAPI's should be used to update/create user master records in SAP.
Thanks,
VM.
2014 Jun 20 7:29 AM
Hi Srinivasarao ,
I have a question for you : you are using a report, or you are using the function modules for LDAP?
I you are using a standard report can you give me the name of that report?
I am doing the same, I am colecting the data from LDAP, but I had created my own report, and I am using the standard function modules to connect to LDAP, and to get the data from LDAP. After this I`m putting the data into a custom table. From there you can update teorethical any tables : standards or custom.
Regards,
Hancila