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 Number of objects created in SAP during 1 year..

Former Member
0 Kudos

Dear Experts,

We wanted to know how much customized object has been created in our system in a specified period of time say last 1 year.. Can you please suggest the way to find this.. The objects includes Program. Function Module, Tables, Structures, Smartforms etc...

Is there a way to check the complexity of these objects..

Regards,

Vidya..

1 ACCEPTED SOLUTION

Former Member
0 Kudos

u can check this objects in se03 transaction

under transport organization tools --> object --> Object in customer namespace

you will get list of all packages and enter whatever you want (say TABL for table in object type field)

Regards,

Alpesh

6 REPLIES 6

GauthamV
Active Contributor
0 Kudos

For programs use View : TRDIR

Smartforms use Table : STXFADM

Function modules use Table : TFDIR

Tables use Table : DD02L.

Former Member
0 Kudos

Thanks for your help..

The function Module Table does not contain the attributes like created by and created on so it will not be possible to find out how many has been created in last 1 year.. Can you please suggest something for this..

Is there a way to find out how much configration we have done in the system in last 1 year.. Basicully we are trying to figure how much change system has undergone in last one year..

Am I missing some other type of object?..

Thanks,

Vidya..

GauthamV
Active Contributor
0 Kudos

This will give you creation date for a function module.

You cannot find information related to configuration directly.

Try E070,E071 tables which gives you requests and objects that are transported in last year.

Former Member
0 Kudos

Hi,

Alternatively You can get all object details from request tables E071 E071C etc, Check all tables beginning with E0*.

Regards

Karthik D

Former Member
0 Kudos

u can check this objects in se03 transaction

under transport organization tools --> object --> Object in customer namespace

you will get list of all packages and enter whatever you want (say TABL for table in object type field)

Regards,

Alpesh

0 Kudos

>

> u can check this objects in se03 transaction

>

> under transport organization tools --> object --> Object in customer namespace

>

> you will get list of all packages and enter whatever you want (say TABL for table in object type field)

>

> Regards,

> Alpesh

Read the thread properly before giving reply.

There you have no where creation date mentioned, how you

will identify objects created in SAP during 1 year ?