cancel
Showing results for 
Search instead for 
Did you mean: 

SO_OBJECT_SEND Function Module

former_member445996
Participant
0 Kudos

Hi Everyone,

I am using function module SO_OBJECT_SEND to send emails to an external address. I need to send emails from a different ID than the one the program that sends the emails out running under. In other words, if I am logged in and running this program, I don't want the emails to be sent from me, I want them to be sent out from another SAP user. I have tried changing the 'SENDER', 'OWNER' and ORIGINATOR parameters in the function module but it does not work, email is still sent from my account.

Any help will be greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

former_member191062
Active Contributor
0 Kudos

Hi,

Check the example: BCS_EXAMPLE_2 report in your system. It uses the BCS Inteface and conatians a code part, where the wanted functionality is described.

Or use the FM: 'SO_DOCUMENT_SEND_API1' it has a parameter for the sender-address.

Regards,

Dezso

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Just tested what I suggested above. Worked great.

Regards,

Rich HEilman

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Aurang,

1. I don't think this is possible

neither SAP / Outlook express etc.

will allow such thing !

regards,

amit m.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

I think it is possible.

Try changing the originator.

ORIGINATOR = me@mycompany.com'.

ORIGINATOR_TYPE = 'U'.

Regards,

Rich Heilman