‎2010 Aug 31 8:59 AM
Hi,
When using the function SO_NEW_DOCUMENT_ATT_SEND_API1, can I change "from address"? Users (on SU01) don't want to appear on an e-mail address.
Best Regards.
Edited by: ahmet sevil on Aug 31, 2010 9:59 AM
‎2010 Aug 31 9:11 AM
CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
EXPORTING
SENDER_ADDRESS = SPACE " you can pass your value
or else DEFAULT SY-UNAME will be taken as sender
‎2010 Aug 31 9:11 AM
CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
EXPORTING
SENDER_ADDRESS = SPACE " you can pass your value
or else DEFAULT SY-UNAME will be taken as sender
‎2010 Aug 31 9:28 AM