Execute job in the back ground - own layout

Hi All,
Is there a way to Execute in the Background using the layout I saved?
Thanks

Hi,
To achieve the functionality, you have split the program in two different parts.
In first program, pop up the dialog box and pass the value to second program and submit the second program for background processing.
Check the links below:
http://www.sapdev.co.uk/reporting/rep_submit.htm
How do JOB_OPEN, JOB_SUBMIT, & JOB_INSERT Work?
Regards,
Ni3

Similar Messages

  • Error while activating ODS is not caught in the back ground job..

    Hi All,
    We have a back ground job to load data to ODS and to activate it..If there is any error while loading or activating the data, back ground job is going into loop instead of cancelling the job..As the job is going into loop we are unable to trace the error unless we cancel the job manually and checking it..We have switched off displaying any messages while doing the back ground job...also we can not set any time limit for the job as it always depends on the volume of the data.
    My requirement is , back ground job must get cancelled if there is any error while loading the ODS..Can anybody suggest any idea on this..
    Thanks for reading.
    Umamaheswar kumar

    Hi Uma,
    A few hints for running and schedule and monitoring process chains:
    - always schedule the process chain in tcode RSPC
    - check the log in RSPC for error messages, or
    - check BW monitor for the ODS concerned (tcode RSMO, tab Details)
    if anything is not working fine, the status of the corresponding load will show you the errors, warnings ...
    either in RSPC - log or RSMO.
    hope it helps.
    Regards,
    Lilly

  • Genetare the back ground jobs of the program from the SM36 tcode

    Hi All,
        Consider the following points:
    -- My main program will schedule the jobs using the CALL TRANSACTION method
    -- Now i want to create a Variant for the Main program and generate the back ground job using the SM36 Tcode
    -- Finally it has all the jobs of the main program
    -- Program is working fine from the Frontend only.....
    Please provide solution for the same.
    Thanks in Advance.
    Regards,
    Ramana

    Sravya,
    On SM36 when you schedule jobs, you will see options like AFTER EVENT and AFTER JOB. You can use these to schedule you jobs accordingly. Else you can also think of making each of these jobs as a steps in one single job if your requirement allows you to do the same.
    In case of using events, you should make sure to raise the event using available FMs.
    thanks,
    Vikram.M

  • What is the back ground job when we run an Attribute Change run ?

    Dear One´s,
    What is the back ground job when we run an Attribute Change run ?
    Thanks in advance,
    Raj

    Hi Raj,
    1. If the attribute change run is triggered through process chain the job name is 'BI_PROCESS_ATTRIBCHAN'
    2. If the change run is triggered from RSA1> tools?Appl Heirarchy/Attribute changerun then the job name starts with BI_STRU*
    3. If you trigger the program RSDDS_AGGREGATES_MAINTAIN from SE38 then the job name will be RSDDS_AGGREGATES_MAINTAIN
    Hope this helps...

  • Schedule the Back ground Job with Fiscal Year Vaient????

    Hello Guru's,
    Please let me know the process of "Schedule the Back ground Job with Fiscal Year Vaient" in APO DP?
    Great thanks for your help.
    Regards,
    Sree

    Hi Venkat,
    As i told i am maintaining the periods as 5-4-4, So i want schedule the job as first after the 5th week, then after the 4 th week, then after the 4th week and again after the 5th week ...... like that....
    can we schedule the job in back ground as per this periodically???
    Thanks for the response.
    Regards,
    Sree!!
    Edited by: sree gunti on Nov 26, 2008 3:30 PM

  • How to suppress the back-ground execution of a query in design mode

    hi guys,
    there is a bahaviour of the system, that I'd like to change. So, when we
    1. start EXCEL
    2. go to the designer mode to create a report
    3. first drop an InfoProvider (e query) into a cell,
    4. second - pull e.g a filter element into another cell, still being in the design mode.
    Just in this moment, the query itself has been already started in the back groud, aiming to fill the cache, I guess.
    Does anyone know how to suppress the back-ground execution? I'd like to control, when to start the reports execution.
    Thanks in advance.
    Neven

    Hello,
    There is no way to do that if you are creating thru BEx Analyzer.
    Instead use the BEx Analyzer, try to create using directly BEx Query Designer.
    In that way, the query will not be executed, until you want to...
    Thank you
    Edward John

  • How to change the back ground colour of the firefoxweb page

    I tried to upgrade Fire fox Mozilla as requested from the home page.. but it did not complete.
    When I went to surf the net the background screen colour was Black and now I could not see the web pages clearly, as some writing is in colour and does not stand out against the black background.
    It used to be a dark pink which was horrible when I used to view some web pages such as Ebay.. can anyone help change the back ground colour on the home page of Firefox.
    Regards
    Simon

    Hi,
    Please try enabling '''Allow pages to choose their own colors, instead of my selections above''' in '''Tools''' ('''Alt''' + '''T''') > '''Options''' > '''Content''' > '''Colors'''. [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Content%20panel Options > Content]
    If the problem persists please also check in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]

  • Want commands running in the back ground in sql developer

    HI all,
    I am new user to oracle sql developer. i started using it and found interseting. It is very easy just using the GUI interfaces. what ever i need to do i can do using the GUI interfaces instead of using commnads. makes my work easier. BUt there starts my concern
    if i continue to use the tools one day i will not know the commands which are executed actually.
    Is there any way throught which i can look what every that commands or queries that are executed in the back ground for my instruction in the foreground

    Hi,
    If you truly wish to see all the SQL and PL/SQL executed for a given connection, you can try the following:
    1. Tools -> Monitor Sessions...
    2. Select a connection for a user with appropriate privileges (e.g., must be able to run DBMS_MONITOR)
    3. In the list of sessions, right-click on a session of interest, select Trace Session and click Apply
    4. After completing the desired activity on the connection of interest, close the connection.
    5. Open the trace file in SQL Developer (File -> Open, or drag and drop it) -- make sure the Filter drop-down is set to All -- to see the SQL.
    6. Pick one of the four tabbed views of the trace file data: List, Tree, Statistics, History
    Step 5 is easy if the DB is local. For example, with Oracle 10g Xe on Windows, look for the most recent trc file in a directory like
    C:\oraclexe\app\oracle\admin\XE\udumpFor a remote DB you would need to copy the trc onto a shared network drive or ftp it to your local machine.
    If you just wish to see DDL commands as you manipulate DB object definitions from the Connection Navigator tree or the Object Viewer Actions list, the UI usually provides a SQL tab so that you may view the SQL before clicking the Apply button.
    Hope this helps,
    Gary
    SQL Developer Team

  • How do I turn off programs running in the back ground on my iPad

    How do I turn off apps running in the back ground with the new update

    How to Close Apps
    Double Tap the Home Button... Then swipe the App (not the icon) Upwards... Tap the Home Button when finished.
    From Here  >  http://support.apple.com/kb/HT4211

  • With the newest update; when cliking on a picture to view in a larger size, the back ground of the pictures are in black; not white like the previous version

    how can I get the back ground to be white again; with out "downgrading"

    It is a new feature in Firefox 11+ versions to display a single image centered with an almost black background.
    It is added by this stylesheet:
    * resource://gre/res/TopLevelImageDocument.css
    You can look at this extension to set your preferred background color and remove the centering.
    * Old Default Image Style: https://addons.mozilla.org/firefox/addon/old-default-image-style/
    See also these forum threads for other solutions (e.g. userContent.css):
    *[[/questions/923127]]
    *[[/questions/923431]]

  • During playing music all my photos , my contact, my messages appears in the back ground. What can I do.

    During airplaying music, automatically start in the back ground, my contacts, photos messages etc. What can I do?

    Are you selecting Airplay Mirror and it's showing the phone screen?

  • Pop-Up in the back ground

    Hi All,
            I have a program in which I am using a FM to give pop-up.
            The program is cheduling in back ground.
             I am getting an error at this function module saying that
             Input is not provided.
    So Can we use this type of pop-up FM in the back ground scheduling programs or not?
    If anyone has faced same problem please help me out.
    Regards
    Abhilash.

    Hi,
    i think u wont be able to use such programs in backgrnd..
    coz one a pop-up occurs there is some user interaction like save, cancel etc..without that acknowledgement program wont move further.
    Regards,
    Amit

  • How can i put out the back ground music???

    how can I set off the back ground music??

    I'm afraid your question is not clear. If you don't want music playing, close iTunes.  If the music is on a web site that you are visiting, mute your sound -  System Preferences>Sound>mute.

  • Changing the back ground screen in Apex

    Hi guys  how do you change the back ground in an application from the normal white back ground to sort of incorporate some sort of wall paper to make it look better 

    In general this will depend on your theme.  But this CSS would work:
    body {background-color: #E3E3F0;}
    It changes the body tag, which is the whole page to a specific RGB color.
    Thanks
    -Jorge

  • MRP - scheduled at the back ground???

    hii
    Can somebody explain me how to set MRP to be scheduled at the back ground.
    I have to create New MRP controller and do the MRP scedule at background for the same.
    Step by steps activities for this and if any ABAPer help we have to get , mention that also.
    Thanks

    hii kumar
    Thanks for ur response.
    But i have gone through, still i need some clarification.
    Whethere in satandard SAP system there no possibilities to do MRP scheduling at Back ground at MRP controller level.
    What i m asking , i have one company code , 4 plants , i have only one MRP controller.
    Using that controller i have to do the MRP setting at background (Automatic).
    Note: One  MRP controller is used for every material type , hence we have only one MRP controller.
    For abouve requirement ,suggest how to proceed furthere .
    Thanks

Maybe you are looking for