cancel
Showing results for 
Search instead for 
Did you mean: 

File adapter Acknowledgement -How to

Former Member
0 Kudos

Hi,

How can i send a e-mail after successful delivery of file? User wants to know whether the file is transferred successfully or not by email.

Thank you

Ganges Leaves

Accepted Solutions (0)

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos

HI Ganges,

As File adapter doesnot support application acknowledgement, you can handle only System acknowledgements. So you can plan this with the help of BPM

SAP Note about File Adapter-821267 Question no.6

<i>System acknowledgments used by the runtime environment to confirm that an asynchronous message has reached the receiver.</i> from SAP Help

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/65c42db39b0398e10000000a1553f6/content.htm

Regards,

Moorthy

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

if you have your flow in a BPM

process you can using the way described by Siva:

/people/siva.maranani/blog/2005/03/01/usage-of-transport-level-acknowledgements

if the receive step continues you can send a mail

if not do something else

Regards,

michal