cancel
Showing results for 
Search instead for 
Did you mean: 

Can we get success or failure acknowledgement when we write data to file

Former Member
0 Kudos

Hi ,

I am trying to send data from dabase to file system . If data is written successfully to a file system then i want to write success message to another database table if i is failure then i want to write error message to database table . I am not sure how to handle this.

Thank ,

Suvarna

Accepted Solutions (0)

Answers (3)

Answers (3)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Unfortuantely, File does not support Application Ack,

It suports only transport acknowledgments.

One option is to use a BPm with FileTransport Ack and then, write the insertion to the DB.

/people/michal.krawczyk2/blog/2006/06/22/xi-playing-with-the-file-adapters-acknowledgments

Regards,

Bhavesh

sridharreddy_kondam
Active Contributor
0 Kudos

Hi Suvarna,

The better option is use BPM for u r scenario

Hope this Web Log from Michael will help u

/people/michal.krawczyk2/blog/2006/06/22/xi-playing-with-the-file-adapters-acknowledgments

and also this one

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi

Regards,

Sridhar

Former Member
0 Kudos

Hi ,

For this you need ack from the file.

Please check on SAP Note: 821267 for file ack.

Regards

vijaya