SM37 job changes

Hello experts,
Pls advise which table / report can check background job changesd. For example, who has changed job variant. Tks.
ps. I tried some tables, like TBTCO / TBTCP, but failed.

Hi Cat L,
Check TBTCO Table you can find the field Last Job Change Date(LASTCHDATE),Time( LASTCHTIME) and user name(LASTCHNAME).
Pass your job name in this table you can find the field last change date is only changed when a change made in job.
Check once and revert .
Regards,
Pavan

Similar Messages

  • Report to do check status of sm37 jobs

    Hello,
    I wold like to create a job that checks the status of all running jobs on sm37 (the same as when we go to SM37,job, check status), can anyone tell me the name of the program that does that?
    Thanks,
    Pedro

    Hi,
    Good Day,
    TRY SM50 Transaction.  Program Name : RSMON000_ALV.
    Best Regards,
    Suresh Kumar K
    Assign Points if its useful.

  • SM37 Job  in BW

    Hi
       How to cancel or put on hold a Released/Scheduled SM37 Job in BW
    Thanks

    Hi,
    Please go to SM37 and select the job and click on Job Details and copy the PID and note down the application Server where it is running and go back to the Job Overview screen and Click on Application Server at the right top corner and double click on the Corresponding server and it will take you to the SM50 Screen where you can give a search for the PID(Delete the Dot and Search). once you found the PID click on Process Menu and Select the option Cancel Without Core.
    Regards,
    Syed

  • SM37 Job schedule in BW

    Hi,
        I had a 2 SM37 Jobs in BW.
        for the next 3 Weeks my requirment is to schedule One Job to run from MON-WEd and Another jon to run THu-SAT
    How can i schedule/release a job in SM37 and meet my requirment

    hi friends..
    your solution might be correct, but we need to create 3 jobs with different timings (MON, TUE, WED) and same for the second also then the number of jobs created are 6, here time is wasted i think so.
    so i have one small idea, i hope it works.
    make a FACTORY CALENDAR such with MON, TUE, WED as working days and while scheduling the job use that factory calendar. and create one more FACTORY CALENDAR with THU, SAT as working days and us it for scheduling the second job.
    hope it works.
    Edited by: ahamad4sap on Aug 23, 2010 11:30 PM

  • Job Change Date

    Hi ,
    Can someone help me writing a query to get employee's recent job change date????
    Thansk in advance

    You can try this query
    select papf.employee_number,max(oldpaaf.effective_end_date +1) "Job Change Date"
    from per_all_people_f papf,
         per_all_assignments_f oldpaaf,
         per_all_assignments_f newpaaf
    where papf.person_id = oldpaaf.person_id
    and papf.person_id = newpaaf.person_id
    and oldpaaf.job_id != newpaaf.job_id
    and oldpaaf.effective_end_date < newpaaf.effective_start_date
    and trunc(sysdate) between papf.effective_start_date and papf.effective_end_date
    and trunc(sysdate) between newpaaf.effective_start_date and newpaaf.effective_end_date
    group by papf.employee_numberPlease test it before using this.
    Edited by: Subhasish on Aug 1, 2010 11:27 PM

  • SM37 - JOBs was CANCELED

    Hello all,
    Can someone explain why Job was Canceled...
    tx = SM37 - JOBs were CANCELED
    Some JOBS were finished ans some were canceled:
    name: DELIVERY_APR / user: JHERNANS/ stts: COMPLETED/ date: 06.06.2007/start: 01:00:32/ finished: 07:26:17
    name: DELIVERY_JUN  / user: JHERNANS/ stts: CANCELED/ date: 06.06.2007/start: 01:00:36 /finished: 01:03:56/
    name: DELIVERY_MAR  / user: JHERNANS/ status: CANCELED/ date: 06.06.2007/ start: 01:00:32
    name: TS MAY NAT/ user: JHERNANS/ status: CANCELED/ date: 06.06.2007/ start: 01:00:36
    All JOBS above has just 1 STEP which is:
    ABAP program: AQIWGM==========TS============
    However each JOB has a different VARIANT(PARAMETER):
    job: DELIVERY_APR / parameter: &0000000004820
    job: DELIVERY_JUN / parameter: &0000000004885
    job: DELIVERY_MAR / parameter: &0000000004801
    job: TS MAY NAT / parameter: &0000000004856
    ALL CANCELEDS JOBS were canceled because :
    ABAP/4 processor: DBIF_RSQL_SQL_ERROR
    All CANCELED JOBS has the same at Job Log:
    - ABAP/4 processor: DBIF_RSQL_SQL_ERROR/ message class: 00/ message nº: 671/ message type: A
    - Job cancelled/ message class: 00/ message nº: 518/ message type: A
    Question: What has happened?
    Is a time overlapping problem
    Or
    Can it be a program problem?
    In Source Code Extract from the dump message there is:
    002400 START-OF-SELECTION.
    002410 perform init_texthandling(rsaqexce) using 'CL_TEXT_IDENTIFIER' ' ' 'ZSTE
    002420 data: %ret type i.
    002430 if sy-batch is initial and %excel is not initial.
    002440 perform check_wingui(rsaqsyst) using %ret.
    002450 if %ret <> 0.002460         message e842(aq).
    002470       endif.
    002480     endif.
    002490   perform authority_begin(rsaqexce).
    002500   perform authority(rsaqexce) using 'LIPS'.
    002510   perform authority(rsaqexce) using 'VBUP'.
    002520   perform authority(rsaqexce) using 'VBAP'.
    002530   perform authority(rsaqexce) using 'LIKP'.
    002540   perform authority(rsaqexce) using 'VBAK'.
    002550   perform authority(rsaqexce) using 'KNA1'.
    002560   perform authority_end(rsaqexce).
    +002570   perform %comp_ldesc.
      select LIPSLFIMG LIPSLGORT LIPSPOSNR LIPSVBELN LIPSVGBEL LIPSVGPOS
    002590          VBUP~WBSTA
    002600   into (LIPS-LFIMG , LIPS-LGORT , LIPS-POSNR , LIPS-VBELN , LIPS-VGBEL , L
    002610        , VBUP-POSNR , VBUP-VBELN , VBUP-WBSTA )
    002620   from ( LIPS
    002630          inner join VBUP
    002640          on VBUPPOSNR = LIPSPOSNR
    002650          and VBUPVBELN = LIPSVBELN )
    002660          where LIPS~LFIMG in SP$00020
    002670            and LIPS~LGORT in SP$00005
    002680            and LIPS~VBELN in SP$00018
    002690            and LIPS~VGBEL in SP$00022
    002700            and LIPS~WERKS in SP$00017
    002710            and VBUP~KOSTA in SP$00014.
    002720            and VBUP~WBSTA in SP$00012.
    002730     %dbacc = %dbacc – 1.+002740     if %dbacc = 0.
    002750       stop.
    002760     endif.
    002770     check SP$00020.                                                                               
    LOOKING MORE the DUMP SCREEN:
    Runtime errors DBIF_RSQL_SQL_ERROR
    Exception CX_SY_OPEN_SQL_DB
    Occurred on 06.06.2007 at 01:03:56
    An SQL error occurred when accessing a table.
    What happened?
    What can you do?
    Make a note of the actions and input which caused the error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer termination messages, especially those beyond their normal deletion date.
    Error analysis
    An exception occurred. This exception will be dealt with in more detail below. The exception, assigned to the class 'CX_SY_OPEN_SQL_DB', was not caught, which led to a runtime error. The reason for this exception is:
    How to correct the error
    Database error text........: "ORA-01114: IO error writing block to file %s (block # %s)"  Internal call code "[RSQL/FTCH/LIPS ]"
    Please check the entries in the system log (Transaction SM21).
    You may able to find an interim solution to the problem in the SAP note system. If you have access to the note system yourself, use the following search criteria:
    "DBIF_RSQL_SQL_ERROR" CX_SY_OPEN_SQL_DBC
    "AQIWGM==========TS============" or "AQIWGM==========TS============"
    "START-OF-SELECTION"
    Thanks a lot,
    Barbara

    From the dump:
    > select LIPSLFIMG LIPSLGORT LIPSPOSNR LIPSVBELN LIPSVGBEL LIPSVGPOS
    002590 VBUP~WBSTA
    002600 into (LIPS-LFIMG , LIPS-LGORT , LIPS-POSNR , LIPS-VBELN , LIPS-VGBEL , L
    002610 , VBUP-POSNR , VBUP-VBELN , VBUP-WBSTA )
    The listing seems to be cut off, so I don't know if this is the error or not, but it's something you can check.
    Rob

  • FM to deschedule Multiple SM37 Jobs

    Hi All,
    I need to deschedule about 250 SM37 Jobs.
    Is there any FM or Program to accomplish this, So that i can give only list of jobs and let the program to deschedule.
    Regards,
    Vijay.

    Hi,
    See the Belwo FM's
    <b>SAP_REORG_JOBSTATISTIC</b> --> Deletes job statistics for jobs not run since the specified date (statistics no longer needed since job was a one-time occurrence or is no longer run)
    <b>SAP_REORG_UPDATERECORDS</b> -> Deletes old completed update records (automatic delete deactivated); deletes incomplete update records (automatic delete deactivated).
    Even you can runa Small Select statment on table <b>TBTCO</b> ro deschedule the SM37 jobs ....
    Regards
    Sudheer

  • Mass change the steps user in released SM37 jobs

    Hello,
    I wonder if there is a possibility to mass change the user entered in the steps overview of a released job.
    I know that in the Table TBTCS the Jobowner is saved and in TBTCP I can view the user entered in the steps overview but only for jobs which have already been executed, does anyone of you know which table keeps the steps user for a released job?
    Kind regards
    Florian Wittmann

    Yes, I know but this table does not contain the owner of the steps executed by the Job, only the job owner. The step owner is saved in TBTCP, but in this table I am only able to identify the already executed jobs not the relesed ones...Regards Florian Wittmann

  • Sm37 job tunning is slow

    Hi
              while processing a job in SM37 the system is taking longer time than usual. Earlier it was taking 1 hour but where as now a days it is taking more than 5-6 hours. Please advice me ur reply will be appreciated.
    Regards
    Satya

    HI Satya,
    For that you have to change the jobs class from C to A. After that it wont get that much of time for running job, why because if you give job class C system will give low priority.So mention job class A system will give High priority for that job.
    Regards
    Surya

  • Writing in SM37 Job Log

    Hi Abappers,
    I have a requirement in which I am displaying all the error messages in an ALV when my program runs in Foreground. But this program runs in background, those error messages must be displayed in the Job Log of SM37.
    I should not raise any error or information messages to come in log automatically as it affects the foreground processing of my program.
    Is there any FM to write in the Job log?? Or can I use the Message statement in such a way that it is not diaplayed in forground?
    Thanks in Advance,

    Hi,
    Try this.
    If you are using ALV grid in the foreground, use the same without without creating the container (basically check the SY-BATCH, before creating a container).  Then the same ALV grid  will create a spool with all the messages during background execution.
    Regards,
    Sharin Varghese

  • TS1398 Just got the mini, specifically to get jobs on a certain website. Jobs change all the time. When I go to website, it has not updated from the first time I logged in on the mini. It works on my laptop just fine. HELP!

    My sons just bought me an ipad mini especially so that I could check a certain website on which I sign up for jobs throughout the day.  The website is updated constantly throughout the day with new jobs and the status of the jobs I already have accepted and worked on. (It shows the percentage of the job that has been done.)  It worked fine only the first time I logged on with the mini.  Since then (yesterday,) when I check the website, it lets me log in, but I only see the same exact information that was there the first time I went to the website using the mini.  It seems to be 'frozen' on that particular first look.  It doesn't update at all.
    I know it is not updating because I have also been checking with my notebook computer and with the notebook, the website is up to date.
    Maybe its Safari?
    I had the same problem when I used a friend's iPad.
    I wonder if there is a setting or something that I could change to allow the website to update to the time I check it.
    If not, then the ipad mini is a terrible disappointment and I would like to return it.
    If you can help me, I would be extremely grateful.
    Thanks in advance...

    This issue can be caused by corrupted cookies or cookies that are blocked.
    *check the permissions on the about:permissions page and in "Tools > Page Info > Permissions"
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • SM37 Job is not visible in SM50

    Hello Gurus,
      I am seeing a peculiar situation- We ran a job and after a while I am seeing it has dissappeared from SM50 but has "Active" status in SM37.
    *We have only one application server.
      Does anybody have any idea how it could be cancelled.
    Cheers,
    Ankur

    Hi Subhash,
      The issue was that Job was active in SM37 but was not present in SM50. I found the answer and this is due to termination of work process without making a call to "BtcCleanUp" kernel function .
    Anyway thanks for replying.
    Cheers,
    Ankur

  • How to remove spool generation setting for SM37 job.

    Hi All,
    please help ASAP as this is production issue.
    There is a job in SM37 which is running daily and it is creating a spool with nearly 10000 pages.
    we dont need this spool as it is now not useful to us.We want to run this job without generating the spool.....
    Im stuck here...pls help me...what should I do?
    As user are not priting these spool requests so the option "delete after print" is also not working....
    so due to huge spool,all jobs are getting delayed..
    please help ASAP....

    Hi,
    Is this related to Business Objects WebIntelligence reporting ontop of BW ?
    Perhaps this thread need to be moved to BW warehouse administration?
    Regards,
    H

  • Job changes in oracle HRMS

    how can i get only those record with history, whose job has change Like from job, to job, from oracle HRMS, and current date record display as sysdate not 12/31/1472.
    Edited by: user12879396 on Mar 5, 2012 5:58 AM

    Done

  • Dbms job change in schedule time

    Hi
    Just not sure about the dbms jobs reschedule on oracle 11g on linux ..
    I have a dbms job running every day by hour 20 now i want to change it to 23 hours for today and again back to normal hour 20.
    can some one help me in the working steps for this to happen .
    Thanks in advance
    Edited by: 790072 on 12/06/2012 19:02

    >
    I have a dbms job running every day by hour 20 now i want to change it to 23 hours for today and again back to normal hour 20.
    >
    Use the DBMS_JOB.CHANGE procedure to change the next job time.
    See the example in the DBMS_JOB chapter of the packages and types doc
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_job.htm
    Search for CHANGE Procedure and follow the example
    >
    Usage Notes
    •You must issue a COMMIT statement immediately after the statement.
    •The parameters instance and force are added for job queue affinity. Job queue affinity gives users the ability to indicate whether a particular instance or any instance can run a submitted job.
    •If the parameters what, next_date, or interval are NULL, then leave that value as it is.
    Example
    BEGIN
    DBMS_JOB.CHANGE(14144, null, null, 'sysdate+3');
    COMMIT;
    END;

Maybe you are looking for