‎2011 Apr 05 3:08 PM
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
‎2011 Apr 05 3:19 PM
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
‎2011 Apr 05 3:19 PM
Hi..
It's quite complicated but you should emulate ST03N report...
Edited by: Roberto Vacca on Apr 5, 2011 5:09 PM
‎2011 Apr 05 3:28 PM
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
‎2016 Aug 24 2:41 PM
‎2016 Aug 24 2:40 PM