cancel
Showing results for 
Search instead for 
Did you mean: 

trigger RFC event in ECC from PI

rajarshi_muhuri
Active Participant
0 Kudos

in this scenarion , PI is polling for a file on a ftp server via sender adapter , and dropping it on nfs. It has to then trigger a event in ECC via RFC that tells ECC to starts its processing on the file.

A similar question has been asked in the forum .

Both proxy and RFC approach has been suggested . Proxy seems like the better way however I would have to it in RFC approach.

but seems that RFC approach - because of dependency would need a use of BPM.

Is there any cleaner solution without using a BPM?

regards

rishi

Accepted Solutions (0)

Answers (1)

Answers (1)

RaghuVamseedhar
Active Contributor
0 Kudos

Hi Rajarshi Muhuri,

I understand your scenario as, 1) FTP to NFS 2) When file reached NFS, some process in ECC needs to be triggered.

I suggest you to split requrement into two scenarios.

1) First scenario will be simple FTP to NFS.

2) Second scenario will be pass through [Link|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/4383] [original link is broken] [original link is broken] [original link is broken]; NFS to ABAP Proxy. Sender File (NFS) channel will be polling at regular intervals in test mode (this channel need not delete the file, as ECC has to work on it). In Proxy just ask ABAP team to trigger the process in ECC (no need to read any data sent).

Regards,

Raghu_Vamsee