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: 

Custom Objects List Using ABAP Program

former_member210252
Contributor
0 Kudos

Hi Experts,

We have  a requirement to collect all the custom objects(reports,smartforms,ddic objects etc)developed in ECC.

We need list basing on condition of 'last changed by' .

So for few objects we have 'last changed by' field and we are able to get the list but for few custom objects 'last changed by' field is not maintained.

Example for BTE there is no 'last changed by'...

Please suggest if any ideas.

Regards,

Rafi

2 REPLIES 2

Former Member
0 Kudos

If the object is in transport request, you can use the date present there.

Former Member
0 Kudos

Hi Rafi,

Do a source scan using RS_ABAP_SOURCE_SCAN for reports..Put Z* and give your respective conditions on last change field.

2.Check the Transport list to production you will get other details.

Hope it will be helpful for you.

Regards,

Kannan