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

Wrong Sender ID

ak_upadhyay
Contributor
0 Likes
868

Hi All,

I am using FM 'SO_DOCUMENT_SEND_API1' to send mails to vendor with Purchase Order PDF attachment. Everything is fine but it is not showing the correct sender's mail ID. I am passing ID donotreply.poalert@companyname.co.in in the sender address. When i am receiving mail it is showing sender's ID as donotreply.poalert [A-0000074178@companyname.co.in].

Do anyone have idea what is happening? Kindly suggest.

1 ACCEPTED SOLUTION
Read only

SharathYaralkattimath
Contributor
0 Likes
828

If the above won't work try passing SENDER_ADDRESS_TYPE = 'INT' to the FM...

& sender_address =donotreply.poalert@companyname.co.in?

4 REPLIES 4
Read only

SharathYaralkattimath
Contributor
0 Likes
828

Have you passed SENDER_ADDRESS_TYPE = 'U' to the FM?

Can you please paste here your call to the FM?

Read only

0 Likes
828

I think so it will work

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
828

I think this function does not have the option to change it , but you can try SO_OBJECT_SEND passing the values to field ORIGINATOR & ORIGINATOR_TYPE( choose value from domain SO_ESCAPE ). Other than this you can also try with BCS classes.

Read only

SharathYaralkattimath
Contributor
0 Likes
829

If the above won't work try passing SENDER_ADDRESS_TYPE = 'INT' to the FM...

& sender_address =donotreply.poalert@companyname.co.in?