Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to list BAPI's by categories?

kostadin_kostadinov
Discoverer
0 Kudos

Hi all,

I'm novice in BAPI, and I need to list all the BAPIs by categories.

I found method BAPI_MONITOR_GETLIST, but this returns a huge list ot methods. So I need a method wich returns

BAPI from some categorie, something like in BAPI explorer.

I found method BAPI_FUNK_AREA_GETLIST which returns a list of funk areas but I donn't know how and is it possible to list

BAPI's from particular func area. Also there is method BAPI_BUSINESS_ARE_GETLIST wich returns a list ot business areas,

and I need to list BAPI's in each area. Is it possible to do this?

Any help is appreciate.

Thanks in advance.

6 REPLIES 6

Former Member
0 Kudos

Hi,

try tcode BAPI.

Regards, dieter

Former Member
0 Kudos

Please go to Tcode BAPI.

0 Kudos

Hi,

https://wiki.sdn.sap.com/wiki/display/ABAP/ListofBAPI%27s

Thanks & Regards,

Shreemohan

0 Kudos

hi Shreemohan,

I can't open this link:

https://wiki.sdn.sap.com/wiki/display/ABAP/ListofBAPI%27s

could you tell me where's the page after:

https://wiki.sdn.sap.com/wiki/display/ABAP

thanks

Former Member
0 Kudos

Go To T CODE BAPI...and you can see all the BAPIs for a particular functionality...

Regards,

Vimal.

kostadin_kostadinov
Discoverer
0 Kudos

Hi all,

thanks for answers but,

I need to list the BAPI's in my Java code. One dropdown with categories and another with BAPI's for choosen categorie. So I need a BAPI which gives me a list of BAPI's by categorie, like func area, or business area or something else. I need this list to be retrieved at runtime.

Best regards!