Application Development and Automation 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:Ā 
Read only

Custom Objects List Using ABAP Program

Former Member
0 Likes
934

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
Read only

Former Member
0 Likes
674

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

Read only

Former Member
0 Likes
674

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