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
599

Hi

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

VIjay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
577

Hi,

Go to Tcode SE84.

there ABAP Dictionary>Fields>Table Fields..

Enter the field name and execute.

Regards,

Omkar.

3 REPLIES 3
Read only

Former Member
0 Likes
577

Go to SE84-> ABAP Dictionary-> Fields->Table fields.

Type your field name and F8.

Read only

Former Member
0 Likes
578

Hi,

Go to Tcode SE84.

there ABAP Dictionary>Fields>Table Fields..

Enter the field name and execute.

Regards,

Omkar.

Read only

Former Member
0 Likes
577

Goto Tcode : se11. select data type radio button then menttion (SETNAMENEW) and select display then select where used list button then select database tables option used that will give you the list of tables used this as data element .

Regards,

Gopi,

reward points if helpfull.