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

How Can I Get Fields

Former Member
0 Likes
625

i want to know the fields of vender master data not descriptions of the fields.

How can i find the table name which i know transaction of that table?

can any one help me pls.

Regards,

pandu.

i want to know the fields of vender master data not descriptions of the fields.

How can i find the table name which i know transaction of that table?

can any one help me pls.

Regards,

pandu.

4 REPLIES 4
Read only

kiran_k8
Active Contributor
0 Likes
588

Pandu,

run that transaction

and place the cursor in the field and press f1.

This way you will be able to see the table name and the field name.

Check LFA1 table or give LF* in SE11.

K.Kiran.

Read only

Former Member
0 Likes
588

Hi

Thorugh spme experience in ABAP you will come to know all the tables and fields related to a particular transaction.

In this case XK01 is the Tcode and LFA1,LFB1 and LFC1 are the tables related to that.

You can check all the tables in SAP in DD02L table and Fields of all tables in DD03L table

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
588

Hi,

The following Table name are related to vendor master

1.LFA1,

2.LFB1,

3.LFC1.

IF HELPFULL REWARD

Read only

Former Member
0 Likes
588

hi,

you can see it by running the transation and

><b>run that transaction</b>

><b>and place the cursor in the field and press f1</b>.

><b>This way you will be able to see the table name and the field name.</b>

><b>Check LFA1 table or give LF* in SE11.</b><b></b>

in SE 11 also you can see all the fields by entering LFA! and Displya.

plz reward if u satisfied.

mahesh