‎2012 Jul 16 10:53 AM
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.
‎2012 Jul 16 11:20 AM
If the above won't work try passing SENDER_ADDRESS_TYPE = 'INT' to the FM...
& sender_address =donotreply.poalert@companyname.co.in?
‎2012 Jul 16 11:04 AM
Have you passed SENDER_ADDRESS_TYPE = 'U' to the FM?
Can you please paste here your call to the FM?
‎2012 Jul 16 11:12 AM
‎2012 Jul 16 11:09 AM
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.
‎2012 Jul 16 11:20 AM
If the above won't work try passing SENDER_ADDRESS_TYPE = 'INT' to the FM...
& sender_address =donotreply.poalert@companyname.co.in?