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: 

How to find out who created a custom table

Former Member
0 Kudos

I have searched the forum but didn't find an answer so thought I would put it out here.

I have a bunch of custom tables that have been created and not assigned to table groups. Some are SM30 wrappers and some aren't. They are all defaulted to &NC& which is a no-no to assign to roles. My question is, how can I see who created these tables so that I can contact them and educate them on table groups? I can't seem to figure this out.

For instance, I have a custom t-code that calls a custom view and the view is assigned to &NC& in TDDAT.

Any help appreciated

1 ACCEPTED SOLUTION

Former Member

Bobbi,

Try SE15->ABAP Dictionary->Database Tables->"enter table name" and execute->select table and view->Attributes Tab->Last changed on/by. Field "Last changed on/by" will give you an idea who the last user that made modification on this table.

Good Luck

-John N.

2 REPLIES 2

Former Member

Bobbi,

Try SE15->ABAP Dictionary->Database Tables->"enter table name" and execute->select table and view->Attributes Tab->Last changed on/by. Field "Last changed on/by" will give you an idea who the last user that made modification on this table.

Good Luck

-John N.

Former Member
0 Kudos

Perfect! Thanks so much