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 name

Former Member
0 Likes
702

I need to show vendor name not the "vendor number" (lifnr). Now what is the common field used as vendor name and where would I get that. Gv me table or t-code

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
643

Hi,

U can get it from LFA1 vendor master ,field Name1

I need to show vendor name not the "vendor number" (lifnr). Now what is the common field used as vendor name and where would I get that. Gv me table or t-code

4 REPLIES 4
Read only

andreas_mann3
Active Contributor
0 Likes
643

in table lfa1-name1 (length 35)

or in table ADRC-name1 (40) (here you need lfa1-adrnr as key)

A.

Read only

Former Member
0 Likes
643

Check this field LFA1-NAME1

Read only

Former Member
0 Likes
643

Hello Nabanita Nandi ,

LFA1 is the Vendor master table where you c an find the vendor related fields.

NAME1 is the field in this table is used as Vendor name.

Hope this resolves your issue.

If you need any more information then please let me know.

Regards,

Kittu

Read only

Former Member
0 Likes
644

Hi,

U can get it from LFA1 vendor master ,field Name1