Program Run at a Particular Time

Hi,
I want to run my program at a particular date and time.
Thanks,
Muhammad Usman Malik

Hi,
try this Fm and pass the variant name and report name to this
put a if condition for teh time and date then
WZRE_BSP_RUNREPORT
otherwise you need to create a background job with periodic condition
Regards
Shiva

Similar Messages

  • Can we schedule steps in Job Chain to run at a particular time of the Day.

    Hi ,
    We have created a Job chain for 3 steps.our requirement is we want to step 1 to run as per the schedule of Job chain but we want  step2 to run on fri 2 gmt and step 3 to run on saturday 1 gmt.
    is ther any setting in Job chain so that we can schedule subsequent steps to run at a particular time.
    Regards
    Rajesh

    Hi,
    You can add a timewindow to the jobdefinitions that you call in step 2 and 3, to restrict the start times for these jobs to the desired time.
    Regards,
    Anton.

  • Test program running taking much more time on high end server T5440 than low end server  T5220

    Hi all,
    I have written the following program and run on both T5440  [1.4 GHz, 95 GB RAM, 32 cores(s), 256 logical (virtual) processor(s),] and  T5220 [(UltraSPARC-T2 (chipid 0, clock 1165 MH) , 8GB RAM, 1 core, 8 virtual processors )] on same OS version.  I found that T5540 server takes more time than T5220. Please find below the details.
    test1.cpp
    #include <iostream>
    #include <pthread.h>
    using namespace std;
    #define NUM_OF_THREADS 20
    struct ABCDEF {
    char A[1024];
    char B[1024];
    void *start_func(void *)
        long long i = 6000;
        while(i--)
                    ABCDEF*             sdf = new ABCDEF;
                    delete sdf;
                    sdf = NULL;
        return NULL;
    int main(int argc, char* argv[])
        pthread_t tid[50];
        for(int i=0; i<NUM_OF_THREADS; i++)
                    pthread_create(&tid[i], NULL, start_func, NULL);
                    cout<<"Creating thread " << i <<endl;
        for(int i=0; i<NUM_OF_THREADS; i++)
                    pthread_join(tid[i], NULL);
                    cout<<"Waiting for thread " << i <<endl;
    After executing the above program on T5440 takes :
    real 0.78
    user 3.94s
    sys 0.05
    After executing the above program on T5220 takes :
    real 0.23
    user 1.43s
    sys 0.03
    It seems that T5440 which is high end server takes almost 3 times more time than T5220 which is low end server.  
    However, I have one more observation. I tried the following program :
    test2.cpp
    #include <iostream>
    #include <pthread.h>
    using namespace std;
    #define NUM_OF_THREADS 20
    struct ABCDEF {
    char A[1024];
    char B[1024];
    int main(int argc, char* argv[])
        long long i = 6000000;
        while(i--)
            ABCDEF*  sdf = new ABCDEF;
            delete sdf;
            sdf = NULL;
        return 0;
    It seems that T5440 server is fast in this case as compaired to T5220 server.
    Could anyone please help me out the exact reason for this behaviour as my application is slow as well on this T5440 server. I have posted earlier as well for the same issue. 
    Thanks in advance !!!
    regards,
    Sanjay

    You already asked this question...
    48 hours earlier, and in the same Solaris forum space
    Repeating the post isn't going to get you a response any faster, and actually now have people NOT respond because you are not showing any patience.
    These are end-user community forums, not a place to expect Oracle Technical Support.   There is no obligation that there be a response.
    If you have a business-critical issue and hope to get accurate and timely response, then use your service contract credentials to open a Support request.
    This new redundant post is locked.
    Edit:
    It appears that at the same time the O.P. posted this redundant thread, they also posted the same question to at least one other forum web site:
    http://www.unix.com/solaris/229269-test-program-running-taking-much-more-time-high-end-server-t5440-than-low-end-server-t5220.html

  • Transaction should run at a particular time once in a day.

    I have a transaction and an Xacute query.  I am fetching data from local database, and posting a measuring document in SAP R/3. Right now i have to run the transaction manuallly to post the document.
    I want that my transaction should run automatically at a particular time once in a day (at the end of the day), and document should get posted in R/3 at the end of the day.
    Can you help me out, how to go ahead for the same.

    Ashish,
    In SAP MII Menu, In Left side Navigation,Go to
    Business Logic Services---> Schedule Editor. In that window,select the transction you want to run and select the time pattern how fequently you want to run the transaction.
    For more details : http://help.sap.com/saphelp_xmii120/helpdata/en/index.htm  (for MII 12.0)
    In above link select the System Mangement--> Shedule Editor.
    http://help.sap.com/saphelp_xmii115/helpdata/en/index.htm  (for MII 11.5)
    in above link Business Logic Services---> Schedule Editor.
    Hope this helps you.
    -Suresh

  • How to make my Labview vi program run at the same time everyday?

    I have Labview vi that uses "Time Stamp Control & Indicator" on front panel to set time & date for program operation.
    But, I cannot separate the Date from the Time for Start & Stop control.
    I want pgm to run everyday (7days/week) at the same time (e.g. 8am to 630pm) - I don't care about the start & stop Date feature.
    So, everyday I have to manually open the Control & change the date to today.
    How can I make program only respond to Time start & stop?
    Thanks,
    jaceb

    Of course rather than create yet something else that is running all the time, setup your VI to only execute for the desired amount of time, If you running windows you can use the task scheduler to launch it.
    http://support.microsoft.com/kb/308569
    Puts the burden on the OS and is not dependant on you starting it everytime you reboot, or having to put it in the start menu.  there are options for it to run even if you are not logged onto the system.
    Although not absolutely certain, I am reasonably sure that mac and linux also have something similar.
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?

  • How to Schedule a BPMN process to run at a particular time everyday?

    I have a timer start event for a BPMN process. I am using BPM 11g. I want that my process should trigger automatically everyday at 7pm. Can anyone please assist how to achieve this.
    I have tried to put in Time Cycle tab, *0 Months 1 Days 19:0:0*, but it is not working. Please help.

    Have the start event kick off in 24 hour cycles using a Start Timer event -> add an exclusive gateway that tests to see if it is after 7pm -> add a sequence flow to handle if is before 7pm -> add a Catch Timer event in the sequence flow using the logic in the previous post in the sequence flow that handles before 7pm -> add another sequence flow from the Exclusive Gateway to handle after 7pm -> add a Catch Timer event in this sequence flow using the logic in the previous post in the sequence flow -> the logic in this timer is the same except you'd add 24 hours (43) so that it kicks off tomorrow.
    Dan

  • The message "restore previous settings" (or somethinglike that) comes up when mozilla is launched. Are there two programs running at the same time.

    Frequently there are two mozilla programs launched when the icon is hit. Often the "restore previous settings" message is displayed. I also often loose my connection to the internet which I suspect is somehow connected to the dual mozilla problem. How can I eliminate this situation? Can I uninstall mozilla and then download it again via explorer?
    Walt Kindy

    Make sure that you use "Firefox/File > Exit" to close Firefox
    See "Hang at exit":
    *http://kb.mozillazine.org/Firefox_hangs
    See "Firefox hangs when you quit it":
    *https://support.mozilla.com/kb/Firefox+hangs

  • How to make an ABAP program run for a specified number of times ?

    assalamoalikum all!!!
    Can some 1 plz tell me that How can I make my ABAP program run ONLY for 2 times (after it went in production etc)
    AND when the program runs for 2 times It then gets hanged/Locked foreever.
    Suppose my program is:
    REPORT twice002.
    write ' I will run only twice bye bye'.

    Well, I guess the only full proof way is to create a custom "Z" table which will hold the counter, in your program you would update this table every time the program runs. In this same program before updating the counter, you would retrieve the counter and check if it is = 2, if so, then write a message and RETURN.
    Regards,
    Rich Heilman

  • Area of memory allocation each time the program runs

    the syntax
    DATA   f TYPE  C VALUE 'A' .
    Actually allocates a memory area say it is 1000 -
    now this is true for the  time the program runs-----my question is when the program  runs for the second time does the same location 1000 gets allocated or
    a new memory say5000 gets allocated?

    HI
    When prog runs it allocates memory and when it finishes it will make that memory free. Its not necessary that it always allocates same memory location. No need to bother about memory address SAP is not like C.
    Aditya

  • Program run time

    Hai all,
                  I am running a program in bw. How do I know how long it took to execute the program. I mean anywhere in SM37 or SM50? I see that jobs like data loads are visible but I don't know how to see the time for a program run, like start, end time taken etc.
    Thank you.

    Hi dear and welcome on board!
    You can see all this details, but only if you run your program in background...then, in SM37, you will find what you want (double click on your job...)
    If you run it online...you can see it in SM50, but nothing is stored and when the process finishes, the row in SM50 disappears...
    Hope it helps!
    Bye,
    Roberto
    (please don't forget to reward the answers..it's THE way to say thanks here..)

  • Execute a program for specified amount of time

    Hi, I was wondering if anyone knows if it is possible to have a program run for a maximum time and, if it hasnt terminated on its own, stop it?
    I've read about java.util.Timer and java.util.TimerTask but they seem to be for scheduling not counting and ending?
    Can anyone give any suggestions please :)
    Chris

    when you execute an external program (with Runtime's exec method) a Process object is returned. This Process object has a destroy method that kills the external program... so yes, you can create a new class that extends TimerTask and overload the run method to call that Process's destroy method.

  • Running a java program a set number of times

    This is a general question. Is it possible to make a java program run only 5 times for the sake of arguement.
    Basically I want to write a program that will give the user some flexibility when it will actually run another Java program, but I only want them to be able to say "not now' for a set number of times. When the last time comes the other program will launch. I was initially thinking of the Do Whilw loop, but this needs to work when the program is restarted.
    Program starts, it has 5 times it will run before it does something else(doesn't really matter now I think). User takes option "Not Now" and the program ends, but warns the user this will run 4 more times before you will need to do something.
    This process will repeat until the user takes the option "Ok install now" or the time limit expires and the install occurs anyway. Can someone point me in the right direction.

    ok I see so it's like one those programs that you download for free on the internet and they give you a set amount times to use it before you have to pay for it. but in this case when the number of times you use it equals 5 (or when the user clicks ok) a different java app will open automatically.
    My first thought would be to Write a Serialized object to disk using objectOutputStream that stores the number of times the application has been opened. and each time the program runs it checks for the serialized object and then you can do something like what I posted before. of course if were worried about security the user could always look for the object and erase it, if so then I guess we would have to come up with another plan of attack
    Hope this helps

  • How to identify all jobs that were running at a particular point in time?

    TES 6.1.0.391
    From time to time, we have a need to identify all jobs that were running at a particular moment in time on a particular agent (we have about 800 agents)...eg "what was running ("Active") at 09:03:42 a.m. two days ago on agent XYZ?"
    I've used other job schedulers, and have written queries to extract that info, but I thought before I work on one for Tidal that I would ask the community....how are you getting this info?
    Any help is greatly appreciated, thanks.

    I had some time over the weekend and was able to come up with something of use.
    Please note that our repository is MSSQL
    select jobmst_prntname as ParentJobName,
    a.jobmst_prntid as ParentJobId,
    a.jobmst_id as JobId,
    a.jobdtl_id as JobDetailID,
    jobmst_name as JobName,
    b.owner_name as JobOwnerName,
    c.jobdtl_cmd as JobCommand,
    c.jobdtl_params as JobParameters,
    jobmst_lstchgtm as LastUpdateDate,
    d.nodlstmst_name as AgentListName
    ,[jobrun_status]
    ,[jobrun_duration]
    ,[jobrun_time] as starttime
    ,DATEADD(ss,jobrun_duration, jobrun_time) as endtime
    ,f.nodmst_name as AgentName
    ,[jobrun_owner]
    ,[jobrun_cmd]
    ,[jobrun_rundt]
    ,[jobrun_batch]
    ,[jobrun_params]
    ,[jobrun_launchtm]
    ,[jobrun_fullpath]
    from Admiral..jobmst a,
    Admiral.dbo.[owner] b,
    Admiral.dbo.jobdtl c,
    Admiral.dbo.nodlstms d,
    Admiral.dbo.jobrun e,
    [Admiral].[dbo].[nodmst] f
    where a.jobmst_owner=b.owner_id
    and a.jobdtl_id=c.jobdtl_id
    and c.nodlstmst_id=d.nodlstmst_id
    and e.jobmst_id=a.jobmst_id
    and e.nodmst_id=f.nodmst_id
    and jobmst_active='Y' --This condition shows only the active jobs
    and jobrun_rundt ='2014-01-26' --This is the job run date. If the job finishes the next day, that is what is going to be used.
    and f.nodmst_name = 'abc' --This is where you input your agent name
    Hope this helps!

  • How to find that a java program is running for the first time on daily basi

    it is like this
    1. i will ran a java program every day and i have to find that it is running for the first time(as i may stop that program and may run again the same day )
    Pls share ur ideas

    san.kumar wrote:
    it is like this
    1. i will ran a java program every day and i have to find that it is running for the first time(as i may stop that program and may run again the same day )
    Pls share ur ideasAs kajbj said - you need to store a token / file with a run date on the file system. Each time the application runs, have it compare with the date from this file with the current date. If different, it's the first run of the day. If not, it is not the first run of the day. Each time have it update the date on the file.

  • Why does a new run once start up program run every time I start my computer? The start up program is coming from Reader XI. The only name on it is a number starting with 141_______.

    Why does a new run once start up program run every time I start my computer? The start up program is coming from Reader XI. The only name on it is a number starting with 141_______.

    See also https://forums.adobe.com/thread/1654402

Maybe you are looking for

  • Deleting emails automatically when using a POP email

    Hi Is there a way of deleting any emails automatically from my POP email when i've deleted them in mail on my iphone 4? I have my email set up correctly with push switch to on and everything else seems to sync up fine, but when i log into my webmail

  • Final cut 604 won't let me import dv avi files

    i just get file error, denied 0 recognized, unknown messages when i try to bring them in. these are straight dv avi files. qtplayer opens and plays them fine. i tried changing permissions so everybody can access them. no luck. the project is a dv pro

  • What are the advantage of using Oracle Database when compare to SQL SERVER

    Hi all Please tell anyone about what are the advantage of using Oracle Database when compare to SQL SERVER Thanks in advance Balamurugan S

  • Delete any level xml element or attribute

    Hi, In Design CS2, How can i delete or untag all the id attributes from the entire xml and any level with javascript. Is it possible ? Thanks with Regards Pramod Pant

  • Error in UNC path while using RWCLIENT

    I am trying to run a report from command line using a bat file.The content of the bat file is as follows D:\ORANT\9IDS\BIN\RWCLIENT report=\\nyclegchuias\d\sample.rdf userid=sdh/arbosh38@pcsprod server=rep_nyclegchuias DESNAME=D:\SAMPLE30155.PDF DEST