cancel
Showing results for 
Search instead for 
Did you mean: 

Get the List of all the BAPI

Former Member
0 Kudos

Friends,

I want to get the list of all the BAPI's through the calling of a single RFM.

If anyone knew how to get the list all the BAPIs than let me know.

Hitesh Shah

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hitesh,

Try the following RFMs:

RFC_FUNCTION_SEARCH

RFC_FUNCTION_SEARCH_WITHGROUP

They list all RFMs by filter criteria.

You may rely on BAPI naming conventions (i.e. BAPI_* as filter).

Other method (with exact BAPI-only results) is to use BOR-related (Business Object Repository) RFMs like SWO_QUERY_OBJTYPES, SWO_QUERY_API_OBJTYPES, SWO_QUERY_OBJTYPE_INFO and others. However it is quite complex.

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Former Member
0 Kudos

Hitesh

Check this Bapi <b>BAPI_MONITOR_GETLIST</b>

Thanks

Jack

<b>Allot points if my post helps</b>