i want a program about how to capture tcodes daily in my gui daily report and send to my mail
TABLES: ztrx_usage.
Custom Table: Logs each execution of a T-code by any user.
Capture and Log: The capture_tcode_usage form captures T-code usage and logs it in ZTRX_USAGE.
Report Generation: On a daily basis, the data is compiled into a report.
Email Sending: The report is sent to specified email addresses using SO_DOCUMENT_SEND_API1.
Could you make sure that the custom table ZTRX_USAGE exists in your system?
Adjust email recipients and ensure email functionality is configured in your SAP system (SCOT for SMTP setup).
This program needs to be scheduled as a daily job via SM36 or triggered after specific events depending on the business requirement.
mekala jitendra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.