Application Development 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: 

SO_NEW_DOCUMENT_SEND_API1 can not be forward

Former Member
0 Kudos

Hi all,

I use SO_NEW_DOCUMENT_SEND_API1 in the R47.

After sending a mail, i receive this mail through Outlook and i can forward to other email account.

The problem is after our basis upgrade R47 to ECC6 SR3 (sp14), the function still work, but if i forward the mail, it show forward deny.

CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'

EXPORTING

DOCUMENT_TYPE = 'RAW'

DOCUMENT_DATA = DOC_CHNG

PUT_IN_OUTBOX = ' '

commit_work = 'X'

TABLES

OBJECT_CONTENT = IASCI

RECEIVERS = RECLIST.

Through debug trace, fields "RECLIST-NO_FORWARD" and "RECLIST-NO_PRINT" in the Table "RECLIST" is not set.

Could anyone help me?

Best Regards,

wu.

1 ACCEPTED SOLUTION

jaideepsharma
Active Contributor
0 Kudos

Hi,

Check the value for NO_FORWARD in RECEIVERS parameter. It should be space by default.

KR Jaideep,

3 REPLIES 3

jaideepsharma
Active Contributor
0 Kudos

Hi,

Check the value for NO_FORWARD in RECEIVERS parameter. It should be space by default.

KR Jaideep,

Former Member
0 Kudos

for receiving mail check the following

/people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher

for sending mail check the following

/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface

Former Member
0 Kudos

The problem is the parameter sensitivty must set to "O".