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: 

transport statistics - list of objects transported to QA in last one month

former_member188019
Active Participant
0 Kudos

Hi All,

we create/change programs in DEV and transport to QA system.

we are trying to get below data from our QA system.

1. In last one month, How many transport requests are transported from DEV to QA.

2. In last one month, how many new programs/reports transported, how many programs changed.

3. the no. of classes/tables newly created, how many changed.

4. the list of all program objects that are created in last month.

For getting these kind of data, is there any easy way to get from QA system.

thanks in advance.

Madhu_1980.

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

Assuming you don't want to write your own program for this, explore these options:

STMS, select QA queue, then goto -> import history, adjust selection criteria as needed

SE90 in QA, extended selection criteria for any type of development object

SE16 in QA for table TADIR

etc...

Thomas

2 REPLIES 2

Former Member
0 Kudos

Hi Madhu,

Try using the FM 'TMS_TM_GET_TRLIST.

Regards,

Runal

ThomasZloch
Active Contributor
0 Kudos

Assuming you don't want to write your own program for this, explore these options:

STMS, select QA queue, then goto -> import history, adjust selection criteria as needed

SE90 in QA, extended selection criteria for any type of development object

SE16 in QA for table TADIR

etc...

Thomas