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: 

History of Number of Objects Generated

Former Member
0 Kudos

Hi,

I need to know in which table i can find all the objects that are created, with date and time. that is all <b>Z</b> version's (table,program,function module etc..)

3 REPLIES 3

Former Member
0 Kudos

Use Tcode SUIM

Put your search criteria

Hope this helps- Award points if this helps

- Jack

manohar_kappala2
Contributor
0 Kudos

Hi,

You can find the details auth objects in Table TOBJ.

Hope this helps

Manohar

Frank_Buchholz
Advisor
Advisor
0 Kudos

Do you ask about authorization objects (-> transaction SUIM, table TOBJ, etc) or for a method to generate the list of all customer created repository objects (customer transactions, customer reports, customer tables, etc.)?

Try transaction CUSTMON1 (=report CUSTMON1) to produce a list of objects in the customer namespace. (Local objects are not displayed.)

Alternatives which show local objects, too:

You can create lists showing repository objects using transaction SE84. Searching for Y* and Z* you'll get the lists showing customer objects.

However, using SE84 you have to repeat the step for every repository object type (transactions, reports, tables, etc.).

Almost every repositiry object has a object directory entry in table TADIR. Using transaction SE16 for table TADIR with the selection Y* and Z* for field OBJ_NAME you can produce a list of customer objects. (Some repository object types, e.g. profile parameters, do not have a customer name range Y* and Z*, therefore you'll find some SAP objects on the list, too.)

Kind regards

Frank Buchholz