‎2012 Dec 26 7:15 AM
Hello gurus,
How to get system fields dynamically when we execute program.
For eg.
After creating of program using se38 how to populate dynamically program name , date when program created , user name .
So after execution of program I want to see these detail on output screen .
If possible can u provide me the code .
Thank you very much.
Prasad Krishna naralkar
Moderator message: please search for information before posting.
Message was edited by: Thomas Zloch
‎2012 Dec 26 7:30 AM
you can get the details from TRDIR table.
select single *
from trdir
into wa_trdir
where NAME = sy-repid.
‎2012 Dec 26 3:25 PM
Your requirement is not clear.
Do you want a report of SAP objects? In that case, as Sharath said, its in TADIR or TRDIR table.
If you want to see how frequently the program is run, you can use ST03 transaction or take help of Basis.