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

email address

Former Member
0 Likes
547

hi to all,

i am having a problem while taking a email address in to my selection criteria.

in xd03-general data there a email address field but it is taken form structure.so how to take it into selection criteria and also how to give popup window to take multiple mail addressses by end user.

plz help me in this issue.

hi vasanth in adr6 it the field of email address is a forign key na can that be taken

hi thangesh i need get the values from distibution list name what is this distribution list name.

Thanks & Regards,

Kranthi Revuri

Message was edited by: kranthi reddy

Message was edited by: kranthi reddy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
489

Hello Kranthi,

The email address will be mainatained in the table ADR6. U have relate the address number(available in KNA1) of the customer with this table.

If useful reward.

vasanth

hi to all,

i am having a problem while taking a email address in to my selection criteria.

in xd03-general data there a email address field but it is taken form structure.so how to take it into selection criteria and also how to give popup window to take multiple mail addressses by end user.

plz help me in this issue.

hi vasanth in adr6 it the field of email address is a forign key na can that be taken

hi thangesh i need get the values from distibution list name what is this distribution list name.

Thanks & Regards,

Kranthi Revuri

Message was edited by: kranthi reddy

Message was edited by: kranthi reddy

4 REPLIES 4
Read only

Former Member
0 Likes
490

Hello Kranthi,

The email address will be mainatained in the table ADR6. U have relate the address number(available in KNA1) of the customer with this table.

If useful reward.

vasanth

Read only

Former Member
0 Likes
489

Hi,

Use the following code to get multiple E-mail address in selection screen.

SELECT-OPTIONS SO_EMAIL FOR ADR6-SMTP_ADDR.

best regards,

Thangesh

Read only

Former Member
0 Likes
489

Hi Kranthi,

To get the E-mail address from ADR6 table follow the below logic:

Pass the KUNNR to KNA1 & get the ADRNR.

Then pass the ADRNR to the ADDRNUMBER field of ADR6 to get the SMTP_ADDR (E-mail address as output).

Hope this helps!

best regards,

Thangesh

Read only

Former Member
0 Likes
489

Hi,

Kindly check the following link to know about the Distribution Lists:

http://help.sap.com/saphelp_47x200/helpdata/en/6c/69c045418d11d1896e0000e8322d00/frameset.htm

Check for distribution list using the following path:

Working with Distribution Lists -> The Send, Folder and Office Functions -> Working with Distribution Lists

best regards,

Thangesh