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: 

Tracking the content of E-mail Triggered

0 Kudos

hi everybody.,

i am sending a mail using the function module

'SO_NEW_DOCUMENT_ATT_SEND_API1' .

call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'

exporting

document_data = doc_chng

put_in_outbox = 'X'

commit_work = 'X'

tables

packing_list = it_objpack

object_header = it_objhead

contents_bin = it_objbin

contents_txt = it_objtxt

receivers = it_reclist

exceptions

too_many_receivers = 1

document_not_sent = 2

document_type_not_exist = 3

operation_no_authorization = 4

parameter_error = 5

x_error = 6

enqueue_error = 7

others = 8.

...

If i want to see the contents sent to the External e-mail address means, how can i see that in SAP ..

Regards.,

S.Sivakumar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

try tcode: SOSB, SOSG, SOST, SOSV

Regards, Dieter

4 REPLIES 4

Former Member
0 Kudos

Sivakumar,

goto SCOT tcode and double click on SMTP.

In your SMTP Connection, your mail host is configured to a server. You can send your email to that external server.

Refer to the blog below to see how you configure the server

Regards

Indu

0 Kudos

Hi indu.,

Thanks for ur reply .. I am not asking how to configure external Mail address . i want to know the Contents of the mail sent to that E-mail id in SAP itself .. I dont want to open mail account to see the contents ..

Regards.,

S.Sivakumar

Former Member
0 Kudos

Hi,

try tcode: SOSB, SOSG, SOST, SOSV

Regards, Dieter

0 Kudos

Hi Dieter Gröhn ,

Thank u .. i got it ..

Regards.,

S.Sivakumar