Hi,
I am doing a customer statement by standard form and as well as i created a program for send the output to customer via email with the attachment.but here i am enter my customer email id manualy but my user ask me to get the email id automaticaly based on the customer statement form he is running.so how to get the customer email main by default based on the form.pls help me to solve the issues.
Thanks,
Rajendra.
For user email id we followed the following procedure.
USR21: TO GET ADDRESS NUMBER OF USER ID
ADR6: TO GET EMAIL ADDRESS OF THE ADDRESS NUMBER
Similarly u can get the customer email id, by getting the ADRNR from kna1 table
and using this u can get from ADR6 table u can get the email address.
Regards
Add a comment