Application Development 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: 

E- mail configuration

Former Member
0 Kudos
127

Hi all,

Am using SO_NEW_DOCUMENT_ATT_SEND_API1 Fm . Howerver its showing e-mail id not found.

Can any one let me know how to

1) Configure / add a e-mail address in SAP .

do mention all the possible way for adding an address.

when i used the same prg in diff server its sending e-mail . i think they are checking the e-mail id's in some table . Please tell me how to configure the same.

Awaiting for the response.

Thx

Senthil Bala

4 REPLIES 4

Former Member
0 Kudos
98

HI Bala

Check out this Weblog, It talks about all the setting regarding E-Mail Sending Procedure...

/people/thomas.jung3/blog/2004/09/07/sending-e-mail-from-abap--version-46d-and-lower--api-interface

RGDS

Mithlesh

0 Kudos
98

HI Bala

Generally the Usrid's are stored in table <b>PA0105</b>..

You can Pick The EmailIDS form this TABLE..

You can also Set your own EMAIL ID..

You can probably do this from SU01 or USer MAster

and you can check this from...The menu

SYSTEM->USER PROFILE->OWN DATA

There in the Address tab you have got Communication Group

....There you have

E-MAIL field...

RGDS

Mithlesh

Former Member
0 Kudos
98

Hi senthil,

1. SO_NEW_DOCUMENT_ATT_SEND_API1 F

This FM will never give this message.

2. This message must be coming

from your program,

which must be having the logic

to check the e-mail id

from some table !

3. U will have to check the logic

in the program itself !

regards,

amit m.

former_member191062
Active Contributor
0 Kudos
98

1.,

To add e-mail address to user you have to use the Tr. SU01,

in the user communication data you can define your mail address.

2.,

If you are using direct mail address as reciver, please try to run the report: 'RSSODIAD'.

Does the problem persist after this?

If yes: Do you see the mail entry in Tr. SOST?

Regards,

Dezso