Application Development and Automation 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: 
Read only

BAPI searching

Former Member
0 Likes
1,078

Hi all,

can anyone explain how to search BAPIs and also related Datasources/Tables to that BAPI.

Thanks in advance!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
888

Hi,

You can execute BAPI transaction code to know the list of BAPI's available for you.

In this t-code you can have two types of views: one is alphabetical view of Business Objects and another is hierarchial view of Business Objects ( based on the module in SAP ).

When you click on one of the Business Objects you can see the details of the Business object.

There you please doubke click on the business object which makes you to land in sw01 t-code there you can see all the attributes and methods ( BAPI's) for that business object type.

Reward if useful.

Thank you

6 REPLIES 6
Read only

Former Member
0 Likes
888

HI

Go To se37, there Write Bapi_* and press F4.

You will find the list of BAPI's there.

Reward if help.

Read only

Former Member
0 Likes
888

In bapi tcode u can check all the bapis

Read only

Former Member
0 Likes
888

Hi

if you want to find the related BAPIs then run the Tcode BAPI and ceck the relevant for ur req

Regards

Shiva

Read only

Former Member
0 Likes
888

Hi Pallavi

I will tell you the simple way to find the related BAPI

Go To Transaction BAPI

On Left Side of Screen you can see the List of Modules

Just Choose your relevent module and start digging it out

Once you will find your respective BAPI Just Open that BAPI in SE37

to find relevant tables

DOnt Forget to reward points if helpful

Regards

Hitesh

Read only

Former Member
0 Likes
889

Hi,

You can execute BAPI transaction code to know the list of BAPI's available for you.

In this t-code you can have two types of views: one is alphabetical view of Business Objects and another is hierarchial view of Business Objects ( based on the module in SAP ).

When you click on one of the Business Objects you can see the details of the Business object.

There you please doubke click on the business object which makes you to land in sw01 t-code there you can see all the attributes and methods ( BAPI's) for that business object type.

Reward if useful.

Thank you

Read only

Former Member
0 Likes
888

hi,

For finding Bapi that meets ur need,

go for SWO1 to find the Basic interfaces and objects..

there it'l show which is the interface on which our BAPI is built.. then GO to se37 (Function Builder) and type Bapi_* and press F4 and search for BAPi Matching,,.