cancel
Showing results for 
Search instead for 
Did you mean: 

vendors list based on product code?

Former Member
0 Kudos

Hi Gurus,

I want to extract a list of vendors based on a product code.In which t-code, I will get all the vendors list in SAP.

pls help..

Accepted Solutions (1)

Accepted Solutions (1)

former_member824495
Active Contributor
0 Kudos

Check ME1L, ME1M.

Regards,

Piyush

Answers (5)

Answers (5)

Former Member
0 Kudos

thanks...

former_member581212
Active Contributor
0 Kudos

hi,

check few tables specially for PIR's...

bcoz whenver you make PO, for the vendor material combination, the PIR is generated in the system automatically and so it will have all combination data's....

Check tables...else you can make your own Zreport based on the following tables:

1. EINA

2. EINE

3. S011

4. S012

You can join above tables as per your requirement...

Regards

Priyanka.P

former_member187989
Active Contributor
0 Kudos

>

> Hi Gurus,

>

> I want to extract a list of vendors based on a product code.In which t-code, I will get all the vendors list in SAP.

>

> pls help..

Question is not specific to transaction ?

Use ME2L,ME2M, ME1L or MB51

Former Member
0 Kudos

It is not possible to get list of vendors based on product code. If you matiained source list using ME01 then you can get list of vendors at ME03. If not satisfied go for ABAP development.

use MKVZ to get list of vendors per purchase organisation.

former_member182609
Active Contributor
0 Kudos

Try ME2M report. you will get against material PO documents and Vendor list.

If you want to get the information from tables then write sap query EKKO and EKPO to get required list.

EKKO PO header information

EKPO PO item information