cancel
Showing results for 
Search instead for 
Did you mean: 

Service Call via RFC

Former Member
0 Kudos

Hi all.

I am currently starting with WDA and facing some problems in calling BAPI via RFC.

We have a "plain" WAS without SD or other modules. Our data is distributed over multiple R/3 systems.

When I try to implement a Service Call to the BAPI BAPI_CUSTOMER_GETLIST via RFC I got the error message that this FM is not available in the current system (WAS).

Does anyone has experience in how to get this working?

What is the best practice here?

- Building wrapper on WAS which calls the FM via RFC on the other system?

- Installing missing modules on WAS ?

Any comment would be appreciated.

Cheers,

Sascha

View Entire Topic
Chandresh
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sascha,

Prerequisities for using service call wizard is that the function module or in your case BAPI has to exit in the system.

Check SAP Help Docu for Serivce call.

https://www.sdn.sap.com/irj/sdn/collaboration

I hope that will help you to figure out your problem.

Chandresh