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

Vendor description

Former Member
0 Likes
1,944

Hi friends,

I have to get the field butxt 'vendor description' based on the vendor number lifnr.

Can u tell me from which table i should get the vendor description, as i have the vendor number lifnr.

Regards,

Line

3 REPLIES 3
Read only

Former Member
0 Likes
926

hi

fetch name1 (vendor name) from lfa1 passing vendor number lifnr...

if helpful, reward

Sathish. R

Read only

Former Member
0 Likes
926

i think you can check the table lfa1 here just check name1, name2 fields you can get the vendor name and other info also. But i am not sure what is your actual requirement?

regards

shiba dutta

Read only

Former Member
0 Likes
926

This query should help you :

SELECT name1

INTO lv_vendor_desc

FROM lfa1

WHERE lifnr = lv_lifnr.

Regds,

Shailesh