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: 

Howto find BAPI/FM for a certain purpose...

Former Member
0 Kudos

Hi,

I'm having trouble finding some BAPI/FM that does this kind of stuff.

1. Get a list of PurchaseOrders based on WERKS and MATNR. Output should be EBELN, DATE, QTY ...

2. Get a list of SalesOrders that are not yet delivered, based on WERKS MATNR. Output VBELN etc...

3. Get a list of item child. Based on a Mother Matnr as input.

4. Pointers in how to find BAPI/FM in the future....

//Martin

4 REPLIES 4

Former Member
0 Kudos

You can use fm CS_BOM_EXPL_MAT_V2 to get BOM details.

To look for a BAPI, one way is to go to transaction BAPI. Check for the appropriate object. There are methods listed in this transaction application componentwise. Look for the correct method and you can see the associated function modules / BAPIs.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

I would first go to transaction BAPI. There is lists all of the BAPIs, you can then look thru them by business object.

Regards,

Rich HEilman

Former Member
0 Kudos

HI,

Check BAPI transaction & search for the one you need.

former_member188685
Active Contributor
0 Kudos

If u know the Business Object

Go with Business Object to transaction SWO2 to find the methods.

or Go to Function Group for a particular Process

and look for FMs

Regards

vijay