cancel
Showing results for 
Search instead for 
Did you mean: 

SAPJCO + BAPI

Former Member
0 Kudos

Hello, this is my first post on this site.

I am developing a web service using JCO as the middleware. I wish to list all available BAPIs from a SAP instance. For example. If I am not sure of the BAPI I want to use, I would like a list of available BAPIs to choose from.

The Repository object allows me to query for a BAPI/Function, but what can I do if I do not know the name of the BAPI/Function I want.

Can someone point me in the right direction in achieving this?

Alan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

answer from Rich to this thread might give you some hint.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey, Thanks for getting back.

Got it working now.

Thanks again,

Alan

Former Member
0 Kudos

Hi, Alan

There are two standart BAPis

RFC_FUNCTION_SEARCH

RFC_FUNCTION_SEARCH_WITHGROUP

using them u can retrive any(all) bapi(s).

Also u can use SAP Enterprise Connector wizzard - it provides search form.