How to find out when a program was last executed

Hello,
I have a assignment to find out when some programs where last executed in the past 2 years or so. My question to the profs here is as follows? What are the possibilities in ABAP to out when a Program (report) was last executed? Is there a function Modul that can give you when a program was last executed? OR is there a table to show you when a program was last executed?
Thank you for your help.
Sabina

Hi,
use the t.code STAT,STAD.
Check in this link for a sample code..
https://forums.sdn.sap.com/click.jspa?searchID=421554&messageID=1488089.
From Table TRDIR also you get the information about Last change.
TRDIR-UDAT ---> Changed On
TRDIR-UNAM ---> User Name
Regards
Kiran Sure

Similar Messages

  • How to find out when a table was last updated?

    Is there a way to find out when a table was last updated/inserted/deleted? Thanks!

    There may be an easier way but if you are trying to get info on something that has already happened look at your redo logs and archived logs. It would be hard but in V$LOGMNR_CONTENTS you could find the max time for a given object. Note to use this you need to set up log miner. Since you did not give a version try the Oracle 9i DBA Guide pg 9-1.

  • How to find out when XI Server was Re-started Last ?

    Dear Experts,
            Can anybody tell me How to find out when was the last time XI server was Re-started. ? I want to know both ABAP as well as Java instance. without taking the help of basis.
             Any T-code or Log which can give me this info.
    Regards,
    Umesh

    Hi Umesh,
    This can be one idea to check for last restart of server.
    Goto Tcode sm21 and filter by date range and press the tab Reread system log if you see a continuous yellow triangle in Priorty column and the text details are like Stop WorkprocXX, PID XXXX that means the server was down at that time.
    and if again you see the continuous green lights with the text like Start WorkprocXX, Pid XXXX
    The time corresponding to these messages gives the time and date of the last restart of the XI server.
    Thanks!

  • How do i find out when a tab was last visited?

    I have just recently started using Firefox, after using Chrome for a long time. It was on my computer, but I never used it before. However, some of my kids use my computer. I stopped using Chrome and just began using Firefox for my browsing and when I open a new tab, the window includes other tabs that have been visited. I see that there is some questionable browsing going on and I want to find out when these websites were visited. When I check the History, I only get for today and yesterday and it doesn't take much to figure out how to browse in private. My question is twofold...first, how did these tabs get there in the first place? And two, is there any way to find out when they were accessed?
    Thanks!

    i'm not entirely sure about the new tab page - in principle it will use an algorithm which populates the slots based on the frequency & the recency of visits. however i think that sites removed from the history should also disappear from the new tab page (when i tried it it was at least true after i've restarted the browser once) - if this isn't happening for you then it might be some bug...
    in any case firefox won't have the proper features to reliably monitor your kids' browsing behaviour - they always can use private browsing mode where no traces will be left on the pc or manually "clean up" the history.

  • How to find out when my flow rule last ran?

    Hello
    I have a few questions on GRC as below.
    1. Can I write a Form rule on Sales Order DFF in which if on certain condition i want to popup a message asking users to fill DFF Filed information at the time of booking?
    2. Where can i find the list of tables in GRC module? Is there TRM document?
    3. I want to know when my flow rule last run? ( I want to know how to check it from the application and also from the back end tables)
    Thanks

    Here are quick answers to your question
    1. Can I write a Form rule on Sales Order DFF in which if on certain condition i want to popup a message asking users to fill DFF Filed information at the time of booking?Yes this can be done using PCG Form Rules.
    2. Where can i find the list of tables in GRC module? Is there TRM document?There is no such document available. You would want to open an SR to see if documentation is shared
    3. I want to know when my flow rule last run? ( I want to know how to check it from the application and also from the back end tables)PCG Flow Rules piggy backs on Oracle Workflow. You should be able to verify as you would other workflows using Oracle Workflow.

  • How to find out when an agent was deleted from scom

    I can get an installed date easy enough, but I wonder if there is a log or record of when a particular agent/server was removed from monitoring in SCOM. If there is a way to get this information, please post a query. Thanks.
    B. Wright

    Hi, try this
    SELECT vManagedNow.DisplayName as Agent
    ,vManagedNow.DWCreatedDateTime as Installed
    , vTop.ToDateTime as Deleted
    FROM [OperationsManagerDW].[dbo].[vManagedEntity] as vManagedNow
    join [OperationsManagerDW].[dbo].[vManagedEntityManagementGroup] as vTop
    on vManagedNow.ManagedEntityRowId = vtop.ManagedEntityRowId
    where vManagedNow.ManagedEntityRowId =vManagedNow.TopLevelHostManagedEntityRowId and vManagedNow.FullName like 'Microsoft.Windows.Computer:%'
    But if agent was readded again there will be additional records with the same name and ToDateTime = 'Null'

  • How to find out when data was deleted from table in oracle and Who deleted that

    HI Experts,
    Help me for below query:
    how to find out when data was deleted from table in oracle and Who deleted that ?
    I did that to fidn out some data from dba_tab_modifications, but I m not sure that what timestamp shows, wether it shows for update,insert or delete time ?
    SQL> select TABLE_OWNER,TABLE_NAME,INSERTS,UPDATES,DELETES,TIMESTAMP,DROP_SEGMENTS,TRUNCATED from dba_tab_modifications where TABLE_NAME='F9001';
    TABLE_OWNER                    TABLE_NAME                        INSERTS    UPDATES    DELETES     TIMESTAMP         DROP_SEGMENTS TRU
    PRODCTL                        F9001                                                     1683         46       2171            11-12-13 18:23:39             0                   NO
    Audit is enable in my enviroment?
    customer is facing the issue and data missing in the table and I told him that yes there is a delete at 11-12-13 18:23:39 in table after seeing the DELETS column and timestamp in dba_tab_modifications, but not sure I am right or not
    SQL> show parameter audit
    NAME                                 TYPE        VALUE
    audit_file_dest                      string      /oracle/admin/pbowe/adump
    audit_sys_operations                 boolean     TRUE
    audit_syslog_level                   string
    audit_trail                          string      DB, EXTENDED
    please help
    Thanks
    Sam

    LOGMiner --> Using LogMiner to Analyze Redo Log Files
    AUDIT --> Configuring and Administering Auditing

  • How to find out when was local administrators group changed

    Hi
    Is there any way how to find out when was user added to local administrators group on server(2003 to 2012) ?

    Hi,
    If you have auditing enabled for "Audit account management" and your security logs are not overwritten then you can look for a 4732 or 636 (Windows 2003) event ids.
    https://technet.microsoft.com/en-us/library/cc737542(v=ws.10).aspx
    https://technet.microsoft.com/en-us/library/dd772663(v=ws.10).aspx
    Hope it helps.
    Regards,
    Calin

  • Need to know how to find out when a friend request was sent?

    I really need to know how to find out when a friend request was sent. if anyone knows please tell me

    Btw.   The original purchase information on your app is available in your computer, in your iTunes account.
    Click apps and find the app you are looking for.
    Right click on the app and "get info"
    This will show when it was purchased and under what Apple ID.

  • How do I find out when a picture was downloaded in my photo file on my ipad

    I'm trying to find out when a picture was added to photos on my iPad.  Is there away to do so?

    i'm not entirely sure about the new tab page - in principle it will use an algorithm which populates the slots based on the frequency & the recency of visits. however i think that sites removed from the history should also disappear from the new tab page (when i tried it it was at least true after i've restarted the browser once) - if this isn't happening for you then it might be some bug...
    in any case firefox won't have the proper features to reliably monitor your kids' browsing behaviour - they always can use private browsing mode where no traces will be left on the pc or manually "clean up" the history.

  • Find out when a program has been run

    Hi,
    To find out when a program has been run, I've developed a z program that uses FM SAPWL_STATREC_READ_FILE.
    However sometimes, the FM can't read the log file, and also I've known that a program was executed but it isn't on the tables return by the SAPWL_STATREC_READ_FILE.
    Can you help?
    Regards,
    Maria João Rocha

    As I understand, the file is deleted (and recreated) if it reaches the size specified in the parameter settings
    Following is an excerpt from help (do a search on 'statfile' in the help documentation..)
    "<b>Options for reorganizing statistical data (for all servers)</b>
    Delete seq. statfile after cumulation if size > (default: 100Mb).
    This parameter specifies from what file size the system should delete the statistics file. The statistics file is required for individual statistics and is therefore not deleted until the file size has passed a specified maximum file size. Of course, the file is only deleted if it was completely processed by RSSTAT80 or RSSTAT83 ..
    Max. no. of records cumulated per call (default: 20.000).
    This is the maximum number of entries in the statistics file that can be processed by RSSTAT80 or RSSTAT83 in one session. This parameter is used to restrict the runtime of the collector.
    Options for reorg of application statistic data (valid for all servers)
    <b>Delete appl. statfile after cumulation if size > (default: 30Mb).</b>
    This parameter specifies from what size the system should delete the application statistics file. Of course, the file is only deleted if it was completely processed by RSSTAT88 or RSSTAT89 .
    Max. number of records cumulated per call (default: 20.000).
    This is the maximum number of entries in the application statistics file that can be processed by RSSTAT80 or RSSTAT83 in one session. This parameter is used to restrict the runtime of the collector."

  • How to find out Which SAP programs are affecting Which Z programs?

    Do we have a program/tool that can tell us the following:
    How to find out Which SAP programs are affecting Which Z programs in the entire development server?  
    We have a list of SAP programs and a list of custom u2018zu2019 programs, which ones impact each other?   I know we have a u201Cwhere usedu201D functionality, however that is at the object by object level. 
    We need are looking for something a little larger u2013
    thanks in advance
    Vishnu

    Do we have a program/tool that can tell us the following:
    How to find out Which SAP programs are affecting Which Z programs in the entire development server?  
    We have a list of SAP programs and a list of custom u2018zu2019 programs, which ones impact each other?   I know we have a u201Cwhere usedu201D functionality, however that is at the object by object level. 
    We need are looking for something a little larger u2013
    thanks in advance
    Vishnu

  • How to find out the Trigeering program of an IDOC

    How to find out the Trigeering program of an IDOC ?
    Thank U

    sse the FUnction module ..MASTER_IDOC_DISTRIBUTE..if it is used zreport or program
    that means the message type used in the program are manually triggered.
    Prabhudas

  • How to find out the source program file in Proposal in Sales Online in CRM

    How to find out the source program file in Proposal in Sales Online in CRM

    You can find it in the oracle->apps->prp directory.
    It is the $JAVA_HOME

  • Need a Tool to Display When a Program Was Last Used

    Is there an SAP tool that tells when a program was last ran? I need to terminate some custom programs but unsure of which programs are not being used. Is there anything in SAP that I can use to tell me when a program was last used i.e., 6 months ago, 1 year or 2 years ago or perhaps more?
    Thanks in advance and Happy New Year!

    Hi Beth,
    Information like this is as good as the logging configured in your system. If your basis team is good at keeping logs for a long time, then you should be able to get this information using SM20 transaction.
    If they didn't keep the logs(since they are voluminous, they periodically delete them), then you have no trace of them). Work with your basis team, they may know more transactions.
    Another option is to pick the programs that you think are obsolete, remove access to execute them from all the users and if no one comes back, you may delete it. But this means you may even have to wait for one year, as there may reports that are run only on year-end.
    There is no straight forward way of knowing this information unless you have the basis help.
    Please let me know if it helped.
    Regards,
    Srinivas

Maybe you are looking for