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

SO_DOCUMENT_SEND_API1 sender parameter is going to kill me :(

Former Member
0 Likes
496

I am using function: SO_DOCUMENT_SEND_API1 to send mail with att.

Now I need to change email address of SENDER and the name associated with this email address (the name of sender should be name of org. unit).

I want to set From in email like this: Org.Unit.Name [email_address]

I tried everythig, bud dont know how to set parameters:

sender_address

sender_address_type

I managed to set manualy text associated with email address but not the address, or in other way to set email address (SMTP sender type) but not text associated with it. But didn't manage to set manualy both together!

Please help!

I am using function: SO_DOCUMENT_SEND_API1 to send mail with att.

Now I need to change email address of SENDER and the name associated with this email address (the name of sender should be name of org. unit).

I want to set From in email like this: Org.Unit.Name [email_address]

I tried everythig, bud dont know how to set parameters:

sender_address

sender_address_type

I managed to set manualy text associated with email address but not the address, or in other way to set email address (SMTP sender type) but not text associated with it. But didn't manage to set manualy both together!

Please help!

2 REPLIES 2
Read only

Former Member
0 Likes
430

as I recall, one API allows reset, the other does not.... perhaps you could research BCS to see if you have override capability in current email technology/methodology. I once had to have the email for the company reset to allow me to get past spam filters....could not override any other way.

Edited by: BreakPoint on Feb 21, 2011 4:39 PM

Read only

Former Member
0 Likes
430

I don´t think that you can put a text + hiperlink in From

This will work at E-mail body


<a href="http://sap.com">SAP's homepage</a>

--

Raul Natu