Thursday, September 1, 2011

Find Database Table for a Field

Many a times we need to find out database tables in which a particular field is available. This can be done simply  by using Transaction code: SE15.

Select ABAP Dictionary -> Fields -> Table Fields
Enter required field name and execute (F8). All the tables in which the required field is available is listed out!

No comments:

Post a Comment