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: 

Vendor Related FM

Former Member
0 Kudos

Hi abapers,

Can anyone help me to get any fn which gives me the venodr list for the given plant and material.

OR Is their any single table which contains these 3 datas together

Thanks in advance,

Regards,

Priya OJ

3 REPLIES 3

Former Member
0 Kudos

hi Priya,

Check <b>LFA1</b> table

Regards,

Santosh

former_member181962
Active Contributor
0 Kudos

If you want the preffered vendor for a material,

then you have to get the data from

EORD.

Pass MATNR and WERKS to get LIFNR.

Regards,

Ravi

0 Kudos

i m unable find fm for that but there is one fm which is used to find out the vendor list of perticular company code.fm.<b>BBP_VENDOR_GETL</b>IST

now u can create logic for that .

for perticular matarial u can find for which plant it is belong(use fm.

<b>MATERIAL_READ_PLANTS</b> ). if u get plant than easly u get company code for related plant.