cancel
Showing results for 
Search instead for 
Did you mean: 

Call Mutiple RFC's

Former Member
0 Kudos

Dear Alll

I need to get the material data form ECC and send it to third party system

For getting the required Material info i have to call multiple RFC's

How do i design and configure my interfaces

Any help will be appreciated

thanks and regards

bhasker

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

> I need to get the material data form ECC and send it to third party system

> For getting the required Material info i have to call multiple RFC's

Go for Proxy --> File Scenario. Write your program in R3 call multiple RFC collect your data and then finally send it to third party. I don't think you will require BPM for this task.

Regards,

Sarvesh

Former Member
0 Kudos

Hi,

U Guys are correct but client wants doesnt want any custom developments at the ECC ?

Hence the pbm.

I am looking for an option other than BPM or is it BPM the only solution for me under these circumstances

Please Guide me!!

Thanks

Bhasker

Former Member
0 Kudos

I don't know why you are not suppose to do any custom developement in ECC. It is weired!!

I think without custom developement you won't be able to execute this scenario even if you involve BPM.

Don't you think when you execute the next RFC your BPM will become stateless.. Ahhhh...

May be there will some solution but at least it is not coming in my mind. )

Former Member
0 Kudos

Hi,

If PI system version is 7.1you can consider using RFC lookup in Message Mapping and then no BPM will be required.

Kind regards,

Radek

former_member200962
Active Contributor
0 Kudos
For getting the required Material info i have to call multiple RFC's

You will need to implement a BPM in XI/ PI to collect the data from all the RFCs involved....it will be a N:1 scenario.

Since the RFCs are different you will need equal number of channels to receive data.

Regards,

Abhishek.

Former Member
0 Kudos

Many Thanks for quick response.

Is there any solution to avoid BPM.

Look up functionality can also be used in PI 7.0

can i use look up functionality by calling mutiple rfc's in the diffrent look ups

and get the required data?

Also there is a contraint of customization at the ECC end

Thanks

Bhasker

former_member187339
Active Contributor
0 Kudos

Hi Bhaskar,

Though it is possible to do multiple look up it is not advisable to do one.. can't you do like this:

create on Z RFC in ECC and call all the necessary RFC's in it then send back the final result to Message Mapping of PI

Regards

Suraj