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

Former Member
0 Likes
423

Hi

I have a field called SETNAMENEW.How to find out its table?

VIjay

3 REPLIES 3
Read only

Former Member
0 Likes
400

Go to Environment menu Item->Repository Information System->ABAP DICTIONARY->FIELDS->TABLE FIELDS

After this u will get window type ur field name as option is provided then press F8

Read only

Former Member
0 Likes
400

Hi,

click F1 on that field and go to technical settings.

There u can find out the table name as well as field.

Thanks,

Anil.G

Read only

Former Member
0 Likes
400

Hey try with the below tables:

DD02L : ALL SAP TABLE NAMES

DD02T : DESCRIPTION OF TABLE NAMES

DD03L : FIELDS IN A TABLE.