Scheduled status of the job?

Hi experts,
I have a job RSUVM007 which has status as "Scheduled"?.
There are around 8 jobs of with similar job name. May i know what does scheduled means?
And what happens if i delete using job tab->delete option.?
thanks in advance,
Dubbu

Scheduled(Planned) status indicates that the job has been passed to the background processing system. It may or may not have a start specification.
The job is not however eligible to run, even if its start specification is met. Before the job can run, it must also be released.
Pl refer following links.
http://help.sap.com/saphelp_nw04/helpdata/en/c4/3a8016505211d189550000e829fbbd/content.htm
http://help.sap.com/saphelp_45b/helpdata/en/c4/3a8016505211d189550000e829fbbd/frameset.htm
If you click on delete, the job gets deleted from the database. If you want to schedule a similar job, you will have to create a new one.
Thanks
Archana

Similar Messages

  • There was an error trying to get the status of the job. 1: The server returned an error processing CloseJob: Stack empty.

    Hi
    While trying to perform the operation 'Annul All Below' in DRM 11.1.2.1, I received the following error: There was an error trying to get the status of the job. 1: The server returned an error processing CloseJob: Stack empty.
    Has anyone seen this error before, and does anyone know what the fix is?
    Thanks,

    Just giving my view on this.
    When you try to restore a Version backup file, you get this error.
    This is a known defect.  The problem is caused by missing values in properties like AddedOn, AddedBy, which may occur when a version is copied with 'Clear Changed Properties' selected.
    this is a known bug
    but to workaround - Blend the affected version into a new, empty version, which will populate the 'ChangedOn' properties. You can then back up this version and it will restore.
    Thanks,
    ~KKT~

  • If BW system is down for several hours, what will be the status of the Jobs

    Hello Gurus,
       I don't know where i should post this issues! anyways .....! i need some information. One of our BW production system will be down for about 12 hours tomarrow to move it on to new hardware and this current system has lots of scheduled jobs with run daily and hourly..! so my question is ..what will be the status of this jobs which fall in between this down time?
         as per our basis team information....they said that all these jobs will be queued up and when once the system is online ...these jobs will access all the avalable processess and if this thing happen....! then the system will have a VERY BAD performance and user cannot use this BW system...they cannot even open the bex analyzer.
          so...i thought of deleting these queued jobs. can any one tell me WILL THESE JOBS WILL BE SCHEDULED FOR NEXT DAY??? OR IS THERE ANY OTHER WHY TO CONTROL THIS SITUATION?? our process chains are locked for modification..so, we cannot even re-schedule them in prod system.....
             aaaaaah! can any one HELPP MEEEEE@
    I will award full points for your suggestion

    Hi,
    when you'll restart you SAP system all jobs will be displayed with a delay since they didn't run during your downtime.
    And that's true that they will be queued and fired as soon as a system resource will be available. That means a lot of paralel processes with system overload and usually subsequent errors in loading data.
    As per suggested already, the best would be to shift the scheduling.
    Another option is to execute the report BTCTRNS1 before shutting the system down. This will change all background job status to a "suspended" mode.
    when your system is up again you will be able to release (or reschedule or cancel or any other action) single jobs in a controlled manner.
    When you've finished with this task then don't forget to run BTCTRNS2 in order to enable background jobs to be executed.
    hope that helps...
    Olivier.

  • Status of the Job in the AL_History table

    Hi all
    I try to get the information about executed jobs using AL_History table in the repository. Based on what we have in the technical manual, these value can be predicted in the status column of this table:
    E: Error
    S: Successful.
    However when I run a job that finishes successfully, the status column for this job shows as 'D' in the AL_History table.
    When I ran a query to see whether there is any job with 'S' status in this table, I saw just a few records despite of having many successful jobs executed before.
    Could you please help me to figure it out?
    Thank you.

    Possible values for ALVW_HISTORY.STATUS or AL_HISTORY.STATUS
    D
    DR
    DRY
    S
    SR
    SRY
    E
    ER
    ERY
    D = Success
    E = Error
    R = Enable recovery checked
    S = Executing
    Y = Recover from last failed execution checked
    So, DR means Successfully executed with Enable recovery cheched.
    STATUS = u2018Du2019 and HAS_ERROR != 0 is a warning
    Error connection to database or job killed  => STATUS = u2018Su2019 & HAS_ERROR = 0.
    Edited by: Andre Caron on Mar 23, 2011 9:54 PM

  • Background Job Scheduling Status

    Hi All,
    I have a requirement in which I want to schedule background jobs using SUBMIT for different Company Codes.
    Consider there are 3 company codes (U001, U002 and U003). In this case there will be a main job for U001 and another job for U002 is dependant on the first job (U001) and this U002 will get executed immediately the U001 is completed successfully. If unsuccessful, next job need not to be run. Also I have to keep the main program active till all jobs finishes.
    Kindly help me with getting the status of the job run which will decide the next job run.
    Thanks
    Natasha Garg

    SUBMIT ZXXXX AND RETURN. "main job for U001
    IF SY-SUBRC = 0.    "means job is success.
        SUBMIT ZXXXX AND RETURN. " job for U002
    ENDIF.
    NOTE:
    We can not keep the success fully finished job as active for the next job to get succed.
    To do Same, we can create a job using JOB_OPEN and make the same run in different steps. So the second step (U002) runs if the first step (U001) is success. It suits for your requirement.
    Edited by: Thomas Zloch on Dec 20, 2010 10:33 AM - please use code tags for code only

  • How to get the status of the backgroud job?

    Hi all,
    I have a job, there are two steps. I have checked in the table TBTCP, the status is always 'P', which means:job step scheduled, even the step is finished. How can we get the status of every step? Many thanks in advance!

    try FM  BP_JOB_STATUS_GET
    but Table TBTCO(field-status) gives the status of the job i.e whether scheduled,released,active,finished,ready or terminated job.
    check  following tables
    <b>TBTCJSTEP - Background Job Step Overview
    TBTCO - Job Status Overview Table
    TBTCP - Background Job Step Overview</b>
    Message was edited by:
            Vasu G

  • Find the job status

    hi
    i submited the job using
    dbms_job.submit
              (job => vn_nJobId,
              what => vc_strJobWhat,
              next_date => sysdate,
              interval => 'sysdate+(01/9000)'
    after submiting i want know the status of the job
    in which status the job should be
    can i track that status
    is it running or failure or completed can track that one ?????
    help is required
    thanks and regards
    just venky

    hi
    thanks for the response
    but iam doing dbms_job submit in the pl/sql
    i want to track the status in to a varialbe(will it posible???)
    create or replace procedure track_status is
    vn_job number;
    vc_what varchar2(2000);
    v_status number
    vn_nJobId, number;
    begin
    vc_what : = ' sfsdfsdfsdfsdf '
    dbms_job.submit
              (job => vn_nJobId,
              what => vc_strJobWhat,
              next_date => sysdate,
              interval => 'sysdate + (01/9000)'
    commit;
    v_staus = can I track this value or string ????
    based the status i want to go further
    will any body give the example for this
    thanks venky

  • Status of the Background Job

    Hello Gurus,
    My requirement is that I am running a current program in the foreground mode .This program can be run in the background mode.
    In the program I need to check that whether the program is running is foreground mode.if yes then I need to fetch the status of the program if run in the background mode. if the status of job is active then i need to do some restrictions.
    Can anyone tell me how can we find out the status of the job .I have only the program name.
    Thanks in advance.
    Regards,
    Abhishek

    To determine "current job is batch", check SY-BATCH.
    You can find the job(s) using this report (if it is defined as a job step) in table TBTCP (TBTCP-PROGNAME) the status of the step for each job is in the table (TBTCP-STATUS, NB:  the global status of the job is un TBTCO)- You can also use FMs like BP_JOB_SELECT (Try to select a job with the program in active status)
    Regards,
    Raymond

  • About the job name

    hi all,
    could anyone please tell me which table contian the Jab name ,Job status(like schelued,cancled ect.) . i want to check the job status and print all the job which cancled out.
    thanks in advance

    hi
    Job Status Explanation
    Planned:
    Steps that make up the job have already been defined, but the start condition has not yet been defined.
    Released
    The job has been fully defined, including a start condition. Without a start condition, a job cannot be released.
    Only an administrator or a user with appropriate authorizations for background processing can release a job, preventing unauthorized users from running jobs without approval.
    Ready
    The start condition of a released job has been met. A job scheduler has put the job in line to wait for an available background work process.
    Active
    The job is currently running. Active jobs can no longer be modified or deleted.
    Finished
    All steps that make up this job have completed successfully.
    Canceled
    The job has terminated abnormally. This can happen in two ways:
    An administrator intentionally terminates a job with
    Transaction SM37, Job ® Cancel active job
    A job step contains a program that produces an error, such as:
    an E or A error message in an ABAP program
    a failure return code from an external SAPXPG program

  • Regarding the Job name

    Hi,
    I am having an issue with loading the data. To troubleshoot it, I need to know the technical name of the job. How to find of the Job name. I am only able to get the prefix of the Job Name : BI_BTCH.
    Please let me know the procedure to find the job name.
    Regards
    YJ

    In the infopackage -> Scheduler tab -> You would find the BI_BTCH*** job Id if the load was scheduled as a background job. You also have a button there to see the status of the job.
    If you are unable to find it and you had executed the job. Then go to SM37 give the job id as BI*** , your user id and the date as selection and find the job id. The Job log would have the cube technical name also.
    Hope this helps.

  • Check Status of a job step

    Hi,
    Can anyone tell me how to check the true status of a job step.
    Using tables TBTCP , or FM BP_JOB_READ what i can come to know is the status of a job step to be 'P" ie Scheduled even when the job containing that step has finished succesfully(Status from TBTCO ).
    My Job has 3 steps.
    I want to know the status of my 1st job step and based on the status (either Aborted or Finished) i want it to proceed further n execute the 2nd step.and so on.
    IS any there way out??
    Answers will be rewarded,
    regards,
    Rohan

    Hi,
    Checking  your job status with SM50 (processor type BTC) is more accurate then SM37.  SAP updates the tables TBTCO wheneveryour background jobs status change.  If SAP is shutdown, the currentjobs might not be update ontime to the table. (e.g. a background job wasshown as Active (SM37), in fact it real status should be Cancelled.
    Look at the function module <b>GET_JOB_RUNTIME_INFO</b>
    Regards
    Sudheer

  • Delete the job

    Hi,
      When I am trying to delete a job in SM37, it says that we cant delete the job as it is not active, but the status of the job in SM7 is ACTIVE. I dont fnd any process running for this job in SM51/Sm66.
    What could be the reason!
    Thnx.

    hi madhu...
    check ur datas in data source,transfermation&dtp....whether it was activated&available or not....could u view the datas before....?
    check these conditions....some times it's showing as it does not active in the job scheduler.....
    regards ...

  • Messages goes into scheduled status in adapter engine

    Hi all
    we are doing idoc to file scenario with direct mapping. the messages are getting processed in integration engine sucessfully. the messages are getting into scheduled status in the adapter engine even when there is less load in the server.
    Thiis specially happening for IDOC to file scenario only.  Any help is highly appreciated
    Thanks

    >
    > the system is quite good at the moment but the some of the messages again into scheduled status like ( 10 out of 1000 messages ) . the system is not performing at 100 % rate since some messages moves to scheduled status.  Is still the performance can be improved in any other ways ?
    >
    This is really strange behaviour , If Communictaion channel functioning correctly then all succesfull messages should deliver to Receiver system.
    Better to check payload of scheduled messages(if wrong payload obiously it goes schedule status),try to to reprocess them.
    I never used XCOPY command,so no comment on that.
    Regards,
    Raj

  • SSM 7.0 - Schedule status calculation of initiatives

    Hi,
    Does anybody know how SSM calculate the schedule status of initiatives?
    For example:
    - 1 initiative (I1) with "Rule based on status" with 2 milestones (M1 and M2).
    - M1 finished before target end date, completion = 100% and importance = high.
    - M2 is delayed, completion = 50% and importance = low.
    Status (traffic lights) obtained are:
    - I1 = red.
    - M1 = green.
    - M2 = red.
    M2 has a low importance. M1 (high) is much more important that M2, but the I1 is red.
    I would like to know which elements SSM take into account in order to calculate the schedule status of the initiative and what is the calculation.
    Does SSM consider percent completion, importance and dates of M1 and M2?
    Are there any rules?
    How SSM weights these elements to calculate the schedule status result?
    Kind regards,
    Santiago

    Santiago,
    Unlike KPIs, Initiatives don't have any calculation functionality. The status of an Initiative is straight-based off the schedule. If one part is behind on the schedule, the whole Initiative's status is behind.
    Part of the reason for using Comments, associated with the Initiative, is to be able to provide an explanation or insight. That way, the comments would explain that, using your example, that the important first milestone was completed ahead of schedule, though the second milestone, which doesn't share the same importance, has experienced a delay.
    You also have the option of manually determining the status of an Initiative and could take into account those calculations and score it yourself.
    Regards,
    Bob

  • Check The Job Status

    Hi SAPsimhas,
    My requirement is as below.
    I will loop through an internal table and create some files with background processing method.(JOB_OPEN,SUBMIT & JOB_CLOSE)
    Now once this job is triggered I need to check the status for that job after maximum 10 mins. Its not neccessary that each job will take 10 mins. only,It can be finished in 2 mins also.
    Once the job is finished then I will XCOM that file.
    So my question is how to code such timer which will check the job status for that job? I have a FM BP_JOB_READ which returns the job status.
    Reply is highly appriciated.

    Try this way
      do.
        call function 'SHOW_JOBSTATE'
          exporting
            jobcount         = p_jobc
            jobname          = p_jobn
          importing
            aborted          = v_aborted
            finished         = v_finished
            ready            = v_ready
            running          = v_running
            scheduled        = v_scheduled
          exceptions
            jobcount_missing = 1
            jobname_missing  = 2
            job_notex        = 3
            others           = 4.
        if v_aborted eq 'X'.
          exit.
        endif.
        if v_finished eq 'X'.
          select single * from tbtcp into wa_tbtcp1
                     where jobname eq p_jobn
                       and jobcount eq p_jobc.
          if sy-subrc eq 0.
            move wa_tbtcp1-listident to p_spono.
          endif.
          exit.
        endif.
        if v_count le 10.
          call function 'ENQUE_SLEEP'
            exporting
              seconds = 60.
          v_count = v_count + 1.
        endif.
      enddo.

Maybe you are looking for

  • Keynote and Flash CS3

    I have read the threads on lack of support for transparency in animated GIFs and QT Flash tracks. I just installed Adobe CS3 and iWork '08, and Keynote '08 seems willing to import Flash 9 files (although I have yet to try features not in Flash 5). Th

  • Idoc to file Scenario not working

    Hi ALL, I have created one Idoc -XI-File scenario.I have done all the preconfiguartion in Backend and XI. Now when i am testing in we19, it is showing that Idoc is sent and saved in the database but when i am going to sm58, there it is showing  Statu

  • RE: (forte-users) RE: Forte 3 vs Java --Productivity

    I think you should compare language to language, product to product and standard to standard. J2EE is a standard, like CORBA. It's not a product and it's not a language. J2EE is a standard, based on the language Java, but the same standard can be use

  • Passing Checkbox values to report

    Hi , I have created check box " Gender" :P2_gender when i pass it to IR in where clause like " where gender = :P2_gender" it is returning value if I check one value , but if I check both values in checkbox it is showing no records found.. I dont know

  • Creating Bookmarks in Acrobat DC

    Just upgraded to Acrobat DC for Mac. Can't find the bookmark feature. Help!