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

Upgrade ECC 6.0 , Most used Z Programs

Former Member
0 Likes
1,601

Hi Guys, my client is upgrading to ECC 6.0 non unicode , however they want to test the most used programs during the past year , How can I determine this ? , Is there a transaction for that ? , thank you Very Much.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,374

look at RBEPlus from IBIS. We used those for our upgarde and it was quite beneficial. It extracts the most used programs and transactions, and group those according to different fucntional areas.

or you can try extracting the same from STAD and ST03

Hi Guys, my client is upgrading to ECC 6.0 non unicode , however they want to test the most used programs during the past year , How can I determine this ? , Is there a transaction for that ? , thank you Very Much.

8 REPLIES 8
Read only

Former Member
0 Likes
1,374

Rarely there might be around 100 Zprograms so go to SE38 and give Z* and press F4. You will get the list of all Zprograms.

I hope there is no way to find out which programs are used most.

Regards

Karthik D

Read only

Former Member
0 Likes
1,374

Hello,

I beleive if you have the job schedule list for those programs you can just get a view how often is a program used (based on number of times the job is run for this program).

There is no way you can get a list of program which is used often.

Jayant Sahu.

Read only

Former Member
0 Likes
1,374

Hi

It's not possible to do it: u can try to use trx like STAT, but here I can suppose u can only see the statistics of a short and recent period.

It usually keep the statistics of the last week, perhaps month but I've never seen a system with the statistics of whole year.

Max

Read only

Former Member
0 Likes
1,374

Hi ,

Definately u can check through one standard program

Program:RPR_ABAP_SOURCE_SCAN.

May be this is useful

venkat

Read only

Former Member
0 Likes
1,374

HI,

FROM TRDIR TABLE YOU CAN GET THE TOTAL LIST OF PROGRAMS.

IN TRDIR SELECTION-SCREEN PUT AS BELOW

FIELD VALUE

-


-


NAME Z* , Y,SAPMZ,SAPMY* & ANY

OTHER NAMESPACE IF THE CUSTOMER IS USU

SUBC 1 ,M

EXECUTE......AND GET TOTAL LIST OF PROGRAMS..

TO FIND USED LIST OF PROGRAMS...WE NEED TO CREATE SLO-SYSTEM LANDSCAPE OPTIMIZER PROGRAMS IN CUSTOMER PRODUCTION SYSTEM & DOWNLOADING THE OUTPUT OF THE SLO PROGRAM.

AFTER THAT THROUGH

Read only

0 Likes
1,374

WHAT IS A SLO-SYSTEM LANDSCAPE OPTIMIZER , HOW DO YOU CREATE THAT ?

Read only

0 Likes
1,374

Its a In-house custom program developed by our company.

It contains all the logic,which will take care for used an not used program.

If we run the same program in customer system..it will extract all the information in the encrypted form.

Through one web dynpro application we can get in in readble format.

Thanks

Ansumesh

Edited by: Ansumesh Kumar Samal on Nov 15, 2008 12:56 PM

Read only

Former Member
0 Likes
1,375

look at RBEPlus from IBIS. We used those for our upgarde and it was quite beneficial. It extracts the most used programs and transactions, and group those according to different fucntional areas.

or you can try extracting the same from STAD and ST03