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

fields

Former Member
0 Likes
620

Hi experts,

i need to see the field (like ex: kunnr) is there in how many tables.How can i view.

Is there any table for system status field.

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
589

Go to SE11 transaction and enter KUNNR in Data element field and press F7 key. It will go in to display mode.

place the cursor on the dataelement KUNNR and on the application tool bar you will have option 'where used in' button. Click on it and select database tables and press enter key.

It would display all the tables in which KUNNR is used.

Read only

Former Member
0 Likes
589

hi nitin

I think u can use where-used list to find out.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
589

You can do a where used in SE11 for the data element being used, this will get you started. Go to SE11, enter table name KNA1, check the data element for KUNNR. Now do where used on this data element, this may not get you all as there could be more than one data element used for KUNNR, but will get you most.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
589

SE11-> Enter the KUNNR in Datatype and press where used list(beside delete button) button. You will find the tables.

System infformationm you will get it from through SYST structure.

Rew, the points,if it helps Thanks