cancel
Showing results for 
Search instead for 
Did you mean: 

Bpm Scenario

Former Member
0 Kudos

Hi folks,

My scenario goes like this...

I want to poll a particular directory for a particular file and on finding the file<b> i want BPM to trigger a RFC in R/3.</b>

Doubt :

Which step type will provide me facility to trigger RFC ? and how ?

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

NO Direct step to trigger RFC.

You need to do receiver determination for RFC reccevier.

Regards,

Akshay Jamgoankar.

Message was edited by:

Akshay Jamgaonkar

Answers (3)

Answers (3)

former_member267355
Active Participant
0 Kudos

Hi,

If you configure file to RFC scenario as soon as it picks the file it will automaticaly transfer data to RFC. No need of BPM for this.

If you want to do with BPM.

You can go through the below mentioned link

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

"Which step type will provide me facility to trigger RFC ? and how ?"

If you have configured synchronous send step for RFC you can get back the response or if you just wanted to post data to RFC configure aynchronous send step.

Regards,

Sakthi

Former Member
0 Kudos

Hi Santosh,

U can do it using BPM also.Put a recieve step in BPM .upon recieving the file a switch case will be there.If u get the correct file u will trigger a send step which will call the RFC.

regards

biplab

Former Member
0 Kudos

u dnt require a bpm in ur case..

u can just specify, the condition receiver in ur receiver determination..

and as it is, wen ur particular file has been picked, based on ur receiver, the rfc would get triggered..