How to run RPUBEN62 in background

We designed our savings plan as an automatic plan and the business process is to have HR run HRBEN0012 to enroll hires every Monday morning.  However, our HR do not want to run this manual process.
We tried to put RPUBEN62 on background job, but failed because it performs the 'Call screen 2000.' command in the END-OFSELECTION event in include BEN62E01, and this command causes the program to stop processing and the SAP GUI window is closed.
We contacted SAP support and was told that RPUBEN62 is designed to run foreground, and we just started contacting SAP to see whether we can convince them to offer background run option.
Any suggestion?  We do not want to clone the program if possible.
Thanks.

Sorry was searching for something else and seen this post, kinda old.
We created a custom copy of   RPUBEN62, and run on a daily basis in the background. It is possible and saves some work for HR by automatically creating the standard plans for all new employees.
B~

Similar Messages

  • How to Run Jar in Background process

    Hi,
    I am develop one application in java,
    I have some problem in my application,
    whats my problem is, I want to run my jar file
    in system background, that is when i was start the system
    my jar gets ready to run the application,
    Can any one please give some idea to how to run my jar in
    background task and how to start the jar when the system
    start.
    Thanks in advance,
    Regards,
    Ganesh Kumar.L

    Hi
    It has been a while since you asked your question- I hope you still need the solution. Java typically does not support this because it is platform specific. I don't know what operating system you are working on. I assume Windows. There are numerous ways to do this in Windows. The easiest is to copy the program into the startup folder. The directory is: C:\Documents and Settings\All Users\Start Menu\Programs\Startup. Another way, less visible to the user, is to make an entry in the registry. If you place the location of the program as data in a key in HKLM\Software\Microsoft\Windows\Current\Version\Run of the registry, it will start with the system. This is hard to do in Java (for obvious reasons) however it is not impossible. You can use JNI which is really difficult to learn and hard to implement or you can use
    Process p=Runtime.getRunTime().exec({"reg.exe","add HKLM..."});This will execute the Windows utility reg.exe with the arguments provided by the second in the array of Strings. Documentation on reg.exe can be found through the command prompt. There are other ways such as modifying Autoexec.bat however they are less reliable
    Hope I helped

  • How to run MIDlet in background in J2ME?

    Hi Friends,
    I am new guy to J2ME and MotoRazr. I just want to run application in background while other application as normal. I am targeting MotoRazr v3xx, MIDP-2.0 & CLDC-1.0.
    In some post I found that we can use "Backgrounf: True" in JAD file, I tried this but it is not working.
    Can someone will help me?
    Thanks
    From
    [email protected]

    Thanks deep,
    But I really searched in forum .... and now also I am searching. But haven't found any solution.
    I just got some keywords like
    1) pauseApp()
    2) display.setCurrent(null)
    3) PushRegistry
    4) MIDlet without UI
    5) in JAD file "Background: True"
    6) Thread
    Can you tell me which should I use?
    My exactly problem is to Run a process in background which will trap key events while other applications are running.
    What do you do suggest?
    Thanks

  • How to run report in background, save output to word or excel

    Hello all,
    I have a huge report that needs to be run in background and I need the report in word. When running in Dialog it takes too long and SAP times out. How do you get something to run in background and have the output in excel. I know you can go into SM37, find the spool and then forward the spool request to a local file, is there an easier way to do it? Maybe setting up some kind of to text printer since the background job always asks for the output printer. Any suggestions?
    Thanks a lot,
    Sergiy

    Hi,
    Please check the article below:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f048c590-31a4-2c10-8599-bd01fabb93d4?quicklink=index&overridelayout=true
    -Vikram

  • How to run threads in background

    hi everyone!
    I need some hints on my problem!
    I have an application with some working threads. When the user minimizes the app the app should go to the system tray and the threads should keep working.
    I already know how to put an icon with popup menu in the systray. Now, how can I run the working threads in background?
    Can anybody help me?
    C u,
    Filipe

    I said that because as far I understood the following code it just creates an icon and popup menu, right?
    So, when the user minimizes the app I need to kill it, create the icon and popup menu and leave the threads working.
    public class SystemTrayDemo extends JFrame
         private static final long serialVersionUID = 1L;
         public SystemTrayDemo()
              JPopupMenu menu = new JPopupMenu("Menu");
              JMenuItem menuItem1 = new JMenuItem("Menu1");
              JMenuItem menuItem2 = new JMenuItem("Menu2");
              JMenuItem menuItem3 = new JMenuItem("Menu3");
              JMenuItem menuItem4 = new JMenuItem("Exit");
              menu.add(menuItem1);
              menu.add(menuItem2);
              menu.add(menuItem3);
              menu.add(menuItem4);
              menuItem4.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent evt) {
                        System.exit(0);
              ImageIcon icon = new ImageIcon("database.png");
              TrayIcon trayIcon = new TrayIcon(icon, "Hello System Tray", menu);
              SystemTray tray = SystemTray.getDefaultSystemTray();
              tray.addTrayIcon(trayIcon);
         public static void main(String[] args)
              try
                   javax.swing.UIManager.setLookAndFeel("com.sun.java.swing. plaf.windows.WindowsLookAndFeel");
              catch(Exception e)
                   System.out.println(e);
              new SystemTrayDemo();
    }}

  • How to run form in Background

    Hi Experts,
    I have created a form and its print program for purchase order. they are assigned to T-code: ME22N through NACE.
    Now i need to run ME22N in both foreground and background.
    If we execute in foreground, it should display the printpreview. for that in ME22N, we have a button for print preview.
    If we execute it in background, it should generate a spool, with out any printpreview. How can we do this....?
    Please some one help me in this regard.
    Thanks in advance.

    In the IMG (SPRO) under materials management -> purchase orders -> messages - > output control -> message types -> define message types
    Set up one message type for print preview.  Set up a different message type for no print preview under fine tuned control.

  • How to run InDesign in background?

    I mean to make InDesign application invisible while processing my script?    

    Which might be a reason to find a different method than indesign.
    This kind of Policy produces 2 things:
    First: They push Mediumsized companys to work illigal or not with indesign at all if they have some special needs which will be only legal by an indesign server.
    Second: They prohibit some external Developments or releases because it would be illigal tu use it.
    Theres no way to start indesign in Background with its own api (this is not 100% for shure but 95% :-)
    It might be Possible but not by VBA or Java, there are some workarounds with VB and c++ but this is a complete different animal.
    However maybe it would be legal using somekind of passive server. Means a timejob on one Computer working a set of data in some directory or Database down. It would not be a real server since the jobs starting itself on the Workstation and not by command from another application.
    Or Make a script which runs in a loop with a time break. In case 1 you have to make your own Atomic.
    But im really not shure how legal that would be. Anyway how legal the split client and Server in the policies by adobe is another animal too.
    Its hard to determine whats a server whats not in many cases.
    lets say you send the data directly to an automated workstation to work on it - is it an Server?
    if the workstation needs a pressing button thing is it or not? In that case you can use a macro keyboard to do this - is it then a server ?
    again i dont not understand this policies since you cannot start a multhithread on indesing workstation anyway it would be unuseable for real server applications. you cannot make a hing like a webservice because its simply to slow and unstable.
    didnt solve our problems but to be honest, im shure bevore a customer with lets say 8 or 9 employes buys a server for 30k he will work illigal (so are back to my beginning post)
    The Question is if indesign is really needed. today i see many prints going out by pdf... so there could be easier ways
    take a look on some report generators like crystal reports. for many needs absoloutly enough

  • How to run apps in background

    I wish to run an application in the background so that it does not show up in (and take up valuable space on) the dock. How do I do this? I've tried setting the "Hide" check box in the account preferences but the app still shows up in the dock.

    what you can do is click the home key 2 and see if the app is open if not just open it and then lock the ipod

  • How to run oli7bw in background??

    Hi all
    I would like to run the oli7bw transaction in background .
    how to do it?
    thanks in advance,
    Jayashree

    Hi,
    Put the selections in, enter a name for the run, enter a setup date and time for the future.  Click on menu option Program --> execute in background.  It will popup print parameter select the ok button> it will give another pop-up for start time.  You can select immediate and the job will be scheduled immediately in the background, or you can select Date/time and give a date & time it should start.
    Cheers..
    PS: I hope you are in the testing phase and not doing it in the live environment.

  • How To Run Process In Background?

    Hi,
    I'm writing a CORBA Server, and basically, I need to spawn a process in the background. The process is:
    tnameserv -ORBInitialPort 1250
    I am new to Java, and am not sure how to go about doing this. Any sample code would be appreciated.
    Thanks!

    You could use a TimerTask - a user friendly way of spawning a Thread.
    For example, the class from which you want to spawn a Thread could have the following lines: -
    Timer timer = new Timer();
    timer.schedule(new MyTimerTask(), 6000, 3000);
    ...where MyTimerTask is a class you write yourself. It must extend java.util.TimerTask and define a method with the following signature: -
    public void run()
    The run method should execute the task that you need performing in the separate Thread.
    In this example, your main class would call the run() method of MyTimerTask after a delay of 10 minutes (6000 miliis) and would then continue to call it every 5 minutes.
    Hope this helps!
    Jon

  • How to run LSMW  in Background

    Hi friends,
       I need some information. Is it possible to run an LSMW in Background. If so which type of programs we can run in Background which types are not?
    Regards,
    Naren.

    hello all,
    Regarding Session method :
    in  Run Batch Input session, we can use foreground or background.
    Direct input:
    Create Material with transaction „BMV0“
    Go to transaction SE38, choose the program “RMDATIND” and create a variant (direct relation to the run; Exp. Creation of the MRP view. Choose the appropriate entries in the following screen and save the variant.
    Click in the BMV0 on this button   then you get to this screen. Create a entry with you “Variant name” and save it.
    Important: Check in the P-System if you can create a entry in this table!!
    After the definition, choose the button  .
    Check the Job with TA: SM37
    This screen appears if you start the MBV0 from the LSMW
    Just press F8 to continue. You will get to this screen.
    This transaction gives you a Job log, protocol and also the possibility to restart a job in case of errors.
    reg,
    P_sonar

  • How to run apps in background in IOS5 ?

    hi,
    i use textfree as my ipod touch as my phone. when i get an incoming call, the textfree takes a long time to launch n hence i'm missing the calls. is it possible to run the textfree in background all the time, so the app dont have to launch when i get an incoming call by notification.
    thx

    what you can do is click the home key 2 and see if the app is open if not just open it and then lock the ipod

  • How to run program in background?

    Hi Experts.
    Please tell me wht is the procedure for scheduling a Job in background? I need all steps
    thanks in advance

    Hi,
    You can a schedule a batch job in SM36.
    Steps
    Go to SM36
    Give the job name.
    Give the job class A
    Press Enter.
    Give the abap program name..
    Press save..
    Press F3 to go back to the main screen..
    Press the start condition button..
    Give the date time..
    Check the period job check box..
    Press the period values button..
    In the popup press the daily button..
    Press save..
    Press save..
    Then in the menu..Job -> save..This will release the job..
    Thanks,
    Naren

  • How to run ccastart in background?

    Hi,
    Is there any way to run the ccastart in Linux, so it remains started even when the session that started it, has finished? The idea is that I can login into the server, start the ccastart and close the window I used to started.... Now whenever I close the Xming (which I use to connect to the server), the ccastart stops and the scheduled jobs are not run because of it.
    Environment: OWB 11gR2 (11.2.0.2),
    - Jobs to run mappings successfully working when Xming console opened,
    - When I close my Xming session, and later on I check the Control Center - Scheduled tab, I can see that the jobs are not ok, and the reported error is: CCA-1536: the control center agent is not available, re-start it. Details: error reading application-server descriptor. Error communicating with server. Connection refused.
    Any help will be appreciated.
    Cheers,
    Ana

    Include in start shell (ccastart) -Djava.awt.headless=true
    $JAVA_HOME/bin/java $JAVA64FLAG -Djava.awt.headless=true -Dapi.ext.dirs=$OWB_HOME/owb/lib/ext -Doracle.home=$OC4J_HOME -Doracle.j2ee.home=$OWB_JRT_RUN_HOME -Dpython.path=$OWB_JRT_RUN_HOME/applications/jrt/jython_lib.zip:$OWB_JRT_RUN_HOME/applications/jrt/jython_owblib.jar $JRT_JVM_XOPTS $JRT_JVM_DOPTS $OWB_JVM_OPTS -Xmx896M -jar $OC4J_HOME/j2ee/home/oc4j.jar -config $OWB_JRT_RUN_HOME/config/server.xml >> $LOG_FILE 2>&1 &
    and to start :
    nohup ./ccastart > $FICHLOG 2>&1 &
    cheers

  • How to run a program in background?

    Hi abapers,
    I want to run a program in background using sm36 and sm37.But i am not aware of input in that tansaction.So kindly tell me the steps ho run a program in background.
    Regards
    Ansuman

    Hi Ansuman Parhi,
    by useing T-codes
    First go to transaction SM36 to schedule the job.
    When you enter the "Start condition" for job, do as follow.
    Select processing by "Date/Time".
    Enter date as current date.
    Let us say you are scheduling this job today then give date 08/30/2007.
    Check "periodic job" checkbox.
    Hit "periodic value" button and select to run "Daily"
    Also have a look on below thread
    Re: How to run program in background?
    This is how to do it through code
    data: lv_job_name like tbtco-jobname,
    lv_job_nr like tbtco-jobcount,
    lv_job_released type c,
    lv_job_start_sofort type c,
    lv_print_parameters type pri_params.
    lv_job_name = 'Z_test'. " your background program name
    call function 'JOB_OPEN'
    exporting
    jobname = lv_job_name
    importing
    jobcount = lv_job_nr
    exceptions
    cant_create_job = 1
    invalid_job_data = 2
    jobname_missing = 3
    others = 4.
    if syst-subrc = 0.
    *submit job with all the selection screen params...
    submit (lv_job_name)
    with applfile = applfile
    with p_lines = p_lines
    with rfc_dest = rfcdest
    with p_selmtd = lv_selmtd
    with px_shsim = px_shsim
    with px_sherr = px_sherr
    user syst-uname
    via job lv_job_name number lv_job_nr and return.
    if sy-subrc = 0.
    call function 'JOB_CLOSE'
    exporting
    jobcount = lv_job_nr
    jobname = lv_job_name
    strtimmed = 'X'
    importing
    job_was_released = lv_job_released
    exceptions
    cant_start_immediate = 1
    invalid_startdate = 2
    jobname_missing = 3
    job_close_failed = 4
    job_nosteps = 5
    job_notex = 6
    lock_failed = 7
    others = 8.
    if syst-subrc 0.
    message i162(00) with
    'An error occured while closing the background job.'.
    stop.
    endif.
    endif.
    endif.
    skip 1.
    write: / 'Background process', lv_job_name ,
    'called successfully' no-gap.
    write: / 'You can check the job in transaction SM37'.
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7

Maybe you are looking for

  • QuickTime Will Not Install

    I downloaded QuickTime 7.5.5 from Apple.com and I tried to install the program. I got through all the installation windows except for the last one. The status bar that shows how much of the program has installed and how much longer the installation p

  • How to find all intersections of children of currency dimensions and currentmembers of all other dimensions where data exists

    Hi all, I have a requirement where I need to find all intersections of children of currency dimensions and currentmembers of all other dimension wherever data exists for them. Its a ASO cube with and version is 11.1.2.2. If I try to write the formula

  • B2B Server nopt reading from File as Internal dilvery for EDI over AS2

    <MESSAGE> <HEADER> <TSTZ_ORIGINATING>2008-04-08T15:46:55.491+05:30</TSTZ_ORIGINATING> <ORG_ID>oracle.com</ORG_ID> <COMPONENT_ID>B2B</COMPONENT_ID> <HOSTING_CLIENT_ID>beta</HOSTING_CLIENT_ID> <MSG_TYPE TYPE="ERROR"></MSG_TYPE> <MSG_GROUP>B2B</MSG_GROU

  • Repeating events slipped forward one day-version 3.02 Leopard

    I use repeating events to list birthdays. Suddenly I found that all my birthday events had slipped forward one day earlier. What causes this? How can I correct it? The events are wrong but iCal registers the correct day of the month and time zone.

  • Sp_executesql dynamic sql

     Hello,  I am new to sql server . I  try this following code but this gives an error like " Conversion failed when converting the nvarchar value 'update emp1 set gender='m' where id=' to data type int." Please can anybody tell how should I avoid this