cancel
Showing results for 
Search instead for 
Did you mean: 

file to file

Former Member
0 Kudos

Hi all,

In my scenario iam getting the message from a file system and sending it to another file system, once after this is succesful then an rfc needs to be triggered with this file name(whatever file is picked up from source file system) and to be send to an R/3 system.

So for this iam using a BPM with the following steps..

Receive -


> Send within a block with an exception branch -


> Send.

In the first Send step the file is send to the target file system(if it is successful then the file is send to the target file system and also to the RFC and if failure the process is cancelled with a control step in the exception branch) .How can I know whether it is Successful or not,can I use acknowledgement, if yes then how to get the acknowledgement else Can anybody please Suggest me the right way....

Thanks & Regards,

Radhika

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Radhiuka,

It seems that req. is something like ours...

*******************

We come across a requirement where we have to use A BPM to pick a file and post it into other place and as soon as file is posted, BPM should trigger a RFC which inself will start a BDC program to post the data in R/3 from the file.

*********************

If yes then let me know...because we are able to do this...

Regards,

Former Member
0 Kudos

Hey

please have a look at the following

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

thanx

Aamir