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

TAble name

Former Member
0 Likes
489

Hi folks,

can i know how can we get the table name of particular field by giving it as input and output should be table name etc ,is there any particular tcode where we can get ?for example in customer master if we give kunnr we should get table name as kun1.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

hi,

go for se84---abap dictionary---fields


table fields or structure fields---give field name and execute u get name of the field( description)--


table name at the buttom

3 REPLIES 3
Read only

Former Member
0 Likes
461

hi vinay,

if you want to know the screen fields in a particular transaction form which table they are, click F1 on the screen field and a pop up comes. click on the technical help icon on top of the pop up. u will get the parameter id , table name , field name and the data element.

Read only

Former Member
0 Likes
462

hi,

go for se84---abap dictionary---fields


table fields or structure fields---give field name and execute u get name of the field( description)--


table name at the buttom

Read only

Former Member
0 Likes
461

hi vinay,

this is the easiest way to find the tablename of a particular field.

t.code:XD01.

enter.

select the kunnr field.

press F1.

the top of the screen u will get 'Technical setting icon.

select that one.then u will get tablename,fieldname,parameter id also.

if helps give the rewards.

regards,

akash.k