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: 

Regarding STAT

Former Member
0 Kudos

hi guys,

I want to find out Used transactions/programs/report from customer system.

Customer has one day cycle of storing the information for listing STAT information.

Do we have any other tool to find this listings.

Appreciate your reply in advance.

Thanks.

Ambichan

6 REPLIES 6

former_member186746
Active Contributor
0 Kudos

No,

that's about it really (well maybe Sm50/SM66).

Some clients however have custom code in every custom program to updat a log table to see only when and by whom the program was run.

Kind regards, Rob Dielemans

Former Member
0 Kudos

HI,

To find the Frequently Used Programs or Transactions in 4.6x :-

ST03 ---> Detail analysis Button --> Under Global - One recent period then select day or week or month ---> Transaction profile Button

In 4.6x, you can also try the new Workload Analysis tcode '<b>ST03N'</b>.

The SAP standard retention period is 3 months. You can change the Standard Statistics via clicking :- <b>Goto -> Parameters -> Perfomance Database</b>

http://www.sap-img.com/bc041.htm

Regards

Sudheer

0 Kudos

hi guys,

Thanks for your replies.

Actually my problem is Customer is having only 1day data at their system.

I tried usind RBE/St03/St03n/Stat all have same output for oneday listing(even i gave range of dates for 3months).

Because of Space problem customer did not wish to store long 3months retention period data. So i am just ...struck up here..

Advice please.

Regards

Ambichan

Message was edited by:

ckjapan ambi

0 Kudos

Hi Ambichan!

Don't make this your problem. Of course this are different departments, but in the end both are 'customer'. Explain, that you have a tool, which will give the desired answer (for one day), but because of the business decision of early deletion, you can't get more than one day.

Now they should discuss, if one day is enough or basis should change storage time.

Maybe you can also run an analysis day by day and store your results (in Excel, if no other place is save). After three month, you have also the longer period without the mass of raw data.

Regards,

Christian

0 Kudos

Hi Ambi ,

Did you find resolution for this issue , I am also facing similar problem. If you had found work around , pls let us know.

Thanks

Hamendra

Former Member
0 Kudos

As suggested if the data is available for one day then there is little you can do about it.

However you can get some more details by: -

1) Finding all the batch jobs that are run and the programs behind them,

2) Tables like NAST, TNAPR ... will provide you more details on programs customized for use,

3) Writing a simple where-used utility to find dependent objects (includes, function modules, transactions ...) based on inputs from points 1, 2 above and the details from STAT. This has proved to be very valuable.

4) Excluding objects that are not available in QA & PRD

Thanks,

- Cheers