2006 Jan 25 5:01 AM
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
2006 Jan 25 5:05 AM
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
2006 Jan 25 5:16 AM
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
2006 Jan 25 6:01 AM
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.
2006 Jan 25 3:53 PM
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