Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using LDAP program in Which Sap table email will store?

Former Member
0 Likes
845


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

2 REPLIES 2
Read only

Former Member
0 Likes
674

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.

Read only

former_member183072
Active Participant
0 Likes
674

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