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

Where used list for FIELD

Former Member
0 Likes
26,856

Hi All,

Please help me to find out if there is any standard SAP functionality / alternate method to find the list of tables where a particular field has been used.

We already have this for data elements where in se11, we enter the value for data element and click on 'Where Used'. This gives the list of tables and strctures where this data element has been used. My question specifically deals with fields used in tables.

Thank you.

Hi All,

Please help me to find out if there is any standard SAP functionality / alternate method to find the list of tables where a particular field has been used.

We already have this for data elements where in se11, we enter the value for data element and click on 'Where Used'. This gives the list of tables and strctures where this data element has been used. My question specifically deals with fields used in tables.

Thank you.

7 REPLIES 7
Read only

Former Member
11,802

Hi

There is a table DD03L in which you can find fields and their corresponding tables in which they are used.

Thanks

Khushboo

Read only

Former Member
0 Likes
11,802

Hello Muthiah ,

In the popup for the where use list , there is a check box fo Table Fields , please check it and execute .

My system is ECC 6.0

Regards,

Arun

Read only

Former Member
11,802

Hello,

In most cases the where-used list on the data element is sufficient enough to find where the particular field is used. If you are looking for a particular field , let us know the field name and the table

Vikranth

Read only

0 Likes
11,802

Hello Muthiah,

In initial screen of ECC, execute Transaction code SE11->SAP Application Components(SAP-R/3)->

choose any component(like MM in my case)->choose any data source(mine is 2LIS_02_S012)->double click on it->chose any FIELD name(mine is ALIEF)->double click on it->there are COMPONENT, which isone of the Data element of that particular FIELD.

Read only

ThangaPrakash
Active Contributor
11,802

Hello Niranchan,

Use the view in SE11 "DD03VT"  and in the selection specify as below to get the list.

Incase if you want to find the field MATNR is used in how many tables specify as below.

Regards,

Thanga

Read only

0 Likes
11,802

Old thread bro

Read only

Former Member
11,802

Hi,


Please don't reopen old threads.

Anyway, another way of finding it out using

Tcode : SE84/SE90 ->Abap Dictionary->Fields-> double click on any of the options(Table fields,structure fields, view fields, lock object fields, match code fields )->on the right hand side put the field name and then execute.

Regards,

DPM