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

Program Name executed via se38

Former Member
0 Likes
1,516

Hi

I have a requirement to display a user-wise report where it will show the programs executed via SE38.

I used FM SWNC_COLLECTOR_GET_AGGREGATES but it gives the report names which are internally called

elsewhere in SAP. I only want the report name or program name hit in SE38 editor.

Could you please help on this?

Thanks

Davinder Singh

5 REPLIES 5
Read only

Former Member
0 Likes
1,194

Hi,

Check the transaction STAD..

it can displays according to the selection paramaters User.Pgm,T-code.

The code in the STAD transcation will help your requirement.

PrabhuD@s

Read only

roberto_vacca2
Active Contributor
0 Likes
1,194

Hi..

It's quite complicated but you should emulate ST03N report...

Edited by: Roberto Vacca on Apr 5, 2011 5:09 PM

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,194

A long time ago, i used to call [SAPWL_STATREC_READ_FILE|http://www.sdn.sap.com/irj/scn/advancedsearch?query=sapwl_statrec_read_file] to get such statistics (daily to store in a BW system) and in [V2_NORMAL_RECORDS|http://www.sdn.sap.com/irj/scn/advancedsearch?query=sapwl_statrec_read_file+v2_normal_records] returned table parameter i found field tcode and report. This FM is now obsolete, look at FM [SAPWL_STATREC_DIRECT_READ|http://www.sdn.sap.com/irj/scn/advancedsearch?query=sapwl_statrec_direct_read] (suggested in comments added at start of FM code by SAP.)

Regards,

Raymond

Read only

0 Likes
1,194

This message was moderated.

Read only

Former Member
0 Likes
1,194

This message was moderated.