cancel
Showing results for 
Search instead for 
Did you mean: 

RFC_CUSTOMER_GET not found in Release 500

Former Member
0 Kudos

Hi,

I was using RFC_CUSTOMER_GET in my .NET code prior to the new release. But now with the new SAP Interface Repository and new SAP.NET Connector, I could not find RFC_CUSTOMER_GET anymore. Can anyone tell me if the name is chnaged or SAP doesn't support it anymore?

Thank you in advance,

Sunny

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

This function has never been an official SAP API, but it was nice for learning, because of it's ease of use. In newer releases it's simply removed. The official function is Customer.GetList (BAPI_CUSTOMER_GETLIST), which is a little bit more difficult to use.

If you just search for a simple-to-use function, you can have a look at FlightCustomer.GetList (BAPI_FLCUST_GETLIST). If you remove all unneeded optional parameters, it's as simple as good old RFC_CUSTOMER_GET.