Application Development 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: 

use of table for field names

Former Member
0 Kudos

hi guru's

is there any way to check the table if i am having the data elements.

i am having some data elements or field name, i just wanted to know, what are all the table which are using this fields.

se16 is for checking the table, but i want to check the data element or field names.

ex: i wanted to know what are all the tables is using the BUDAT fields.

5 REPLIES 5

Former Member
0 Kudos

go to that data element through se11 and do where-used...

other option is via SE15.. in the table fields search for the table fields based on these elements...

Former Member
0 Kudos

Hi,

Go to se11.

enther the data element.

click on where used list button.

Regards,

Omkar.

Former Member
0 Kudos

Hi,

Table <b>DD03L</b> can be used to find out all the tables which are using a particular field.

Regards,

Amit

*Always reward points for helpful answers

Former Member
0 Kudos

se84

0 Kudos

You can use any of the following....

Go to SE11 and enter the data element in Data Type field and the do Where Used....

Go to SE84 and enter the data element in the correspnding field and do Where Used....

Or open any table that is using the data element and then do Where Used....