cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to fetch vendor material data

Former Member
0 Kudos

Hi,

Is there any standard BAPI function to fetch vendor material data (Idnlf)?

I know that we can do this by reading directly from tables but I'm wondering if there is any builtin standard BAPI available!

Thanks in anticipation!

Venkat Koppala

Accepted Solutions (1)

Accepted Solutions (1)

former_member183424
Active Contributor
0 Kudos

From purchase order or from info record ?

Have you checked these bapi:

BAPI_PO_GETDETAIL1 for purchase order

BAPI_INFORECORD_GETLIST for info record.

Former Member
0 Kudos

It was actually from both PO and InfoRecord! I would like to fetch data as: CompanyId, VendorID (LIFNR), Material No. on PO (MATNR), and Material No. from Vendor (IDNLF)! Is their any easy and direct method to fecth those fields. Thanks!

former_member183424
Active Contributor
0 Kudos

Try the bapi BAPI_PO_GETDETAIL1.

Also if possible you can create SQVI query with table EKKO and EKPO.

Former Member
0 Kudos

I was actually for interfacing this from an external system. So std. BAPI or customized FM is the only way forward. And I think in this case it looks like that I need to build a customized FM. Thanks!

Answers (0)