Perform BPS functions on the background

Is there way to perform BPS functions (Fox Formula or User Exit type of function) on the background? In this case putting all the functions in a Global Planning Sequence.
I have the request to load data to the BPS cube and perform BPS function during the weekend in a way that on Monday morning I'll have the users to check on the data already calculated? What's the procedure?
Thank you.
Heverton

Hi Heverton,
Yes, we have executed planning sequences in the background to copy and calculate data using scheduled background jobs. As a future reference, you may use the following steps to schedule a background job:
Transaction SM36 (Define Background Job) - enter a job name and click on Start Condition.
Click on 'Date/Time' button and enter the scheduled start date and time to run the job.
Click 'Period values' button and select the period in question. Click 'Save' button.
On the Define Background Job screen, click on (foot) 'Step'.
Click on 'ABAP program' and enter 'UPC_BUNDLE_EXECUTE' in the 'Name' field. Select the appropriate variant in the 'Variant' field. Click 'Save'.
Note: to schedule more than one variant in one job, click (foot) 'Step' and from 'Step List Overview' screen click 'Create' and repeat steps to select and save variant.
Click 'Save'. System display message 'Job <name> saved with status: Released'
You can monitor the background job using transaction BPS0, select 'Global planning sequences' and then 'Logs' button. Enter date/time/user, which matches the timeframe when job was executed. Click 'Execute' and verify the job log.
Hope this helps.
Kind regards,
Cassio

Similar Messages

  • Running copy functions in the background

    Hello,
      Does anyone know how to run copy functions in the background?  I am having an issue because you have to save after the CF are done..  How can you do this in the background?
    Thanks,

    Hi Matthew,
    You can use program UPC_PLANFUNCTION_EXECUTE to execute planning function.
    Also take a look at Function modules
    UPC_FUNCEXEC
    UPC_FUNCEXEC_COMMIT
    Hope it helps.
    Cheers
    Anurag

  • Running some functions in the background - Flex mobile

    Hi,
    I have an application which allows the user to take a picture and upload it to the cloud. after the picture is taken, I'm performing some manipulation which takes 10 - 20 seconds. is there a way to do that in the background so it won't affect the user app flow.
    Thanks

    There's no concept of "background" processing or multi threading in Flex just yet.
    In the past I have written processing routines that are processor-intensive, in such a way that they do some processing then stop, allowing the UI to function and then resume them after a moment. Basically, you need to be able to keep the current state periodically and then restart processing via a timed event, picking up where you left off.
    Also be aware that mobile platforms have limited resources and apps can be asked to shut down at any moment, 10-20 seconds of inactivity will not be acceptable on some platforms.

  • How to call a function in the background in WDA?

    __The requirement is__
    call the function XYZ from Webdynpro ABAP program to run in the background and user doesn’t have to wait to finish it, but can work on other screens/transactions.
    1. Should function XYZ be remote-enabled?
    2. Will CALL function XYZ in background task work?
    Points will be rewarded. Thanks.

    Hi John,
    I guess you will have to use the asynchronous RFC for your requirement.
    So that this FM can be called frm WD applicaiotn and due to asynchronous nature, it has no relation with other user actions which are going on .
    You can check this
    [help|http://help.sap.com/saphelp_nw04/helpdata/en/22/04259f488911d189490000e829fbbd/content.htm]
    Hope that helps.
    regds,
    Akshay
    Edited by: Akshay Bhagwat on Feb 6, 2008 2:25 PM

  • Firefox opens websites, but I cannot perform some functions inside the sites (such as Amtrak scheduling, airline flight scheduling, ebay ask a question of seller, make Best Offer, etc..).

    Not sure that this is a Firefox problem, but I noticed this after I updated to the 36 Version. I also have IE on my computer, only use it to access websites if I am having problems with connecting (to verify if the problem is Firefox or my Charter connection)... I now am unable to access IE. I have Windows XP.

    This issue can be caused by an extension or plugin that isn't working properly or is misconfigured.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem.
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    There are other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.1 r82
    # Next Generation Java Plug-in 1.6.0_21 for Mozilla browsers
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • I'm new to Ipad 2.  I can bring up a website, but I can't make it active; i.e., log onto it and perform any functions within in.  Help!!

    I'm new to Ipad 2.  I can bring up a website, but I can't make it active; i.e., perform any functions within the website.  I cannot make the screen move -- nothing.  Help!!

    Can you navigate http://www.apple.com ?
    Without knowing your credit union's web site it is hard to tell what the problem is.
    Note that sites that use Flash will have problems as it is not supported.

  • The word "background" is no longer italicized in any of my files in the background layers. The eye and lock remain unchanged. Did I somehow screw this layer up permanently?

    I'm practicing for my photoshop 1 exam and converted the background layer to a regular layer and forgot how to change it back to the background layer format.  I tried going back to the original version of the image via the histogram, that didn't work. So, I closed the doc and didn't save it.  I eventually figured out how to covert the layer back to a background layer (thanks Adobe Help!) but I still notice that the word "background" is no longer italicized in any document that I open.  Did I somehow screw up the background layer in the entire PS program? (I also tried reseting PS on opening - cmd+alt+shift while clicking on the PS icon) Will this change affect the functionality of the background layer? Help Thanks!!!!

    All you need to do is flatten your layers to get a background layer.

  • Front-end functions cannot be executed in the background in SM37

    Hi ,
    I have developed a BDC program for Tcode HRUSER . The program is working fine in Frontend but when Executed in Background through SM37 gives a error -:
    "Front-end functions cannot be executed in the background".
    I am not using any function like GUI_DOWNLOAD or anything like that .
    Thanks
    Nikhil Arya.

    Hi ,
    No , the program is not taking any inputs from the user .
    when i am executing the program in background mode it is just showing the messages at the end which i am writing in the program for eg:
    "creating a user for employee 2306328".
    So , only the list of messages comes at the end .
    Thanks
    Nikhil Arya.

  • What is the use of CALL FUNCTION MODULE - AT BACKGROUND TASK?

    Hi experts,
    I found Call functional module in background task will make the FM run at the next commit work as some people said. So I have some questions:
    1 if we use COMMIT WORK commend, the pending FM will be called? If there are several FMs called at background task, what is the sequence of them? How many conditions will trigger the running of these FMs?
    2 Where can I find the log of this pending FMs? In SAP library, it says there are 2 tables. But I checked these tables and can only find the FM name and user of it. And I can not understand content of these tables. It seems one is for the main information of FM, and the other is for the data of the FM, maybe the parameters.
    3 If I call a FM in this way, Can I canncel it before the next commit work in some way?
    Finally, thanks for reading and help.

    HI,
    When the COMMIT WORK statement is executed, the function modules registered for the current SAP-LUW are started in the order in which they were registered. ROLLBACK WORK deletes all previous registrations for the current SAP-LUW.
    If the specified destination is not available when COMMIT WORK is executed, an executable program called RSARFCSE is started in background processing. By default, this tries to start the function modules registered for a SAP-LUW in their destination every 15 minutes and up to 30 times. These parameters can be changed in the transaction SM59. If the destination does not become available within the defined time, it is recorded in the database table ARFCSDATA as the entry "CPICERR". The entry in the database table ARFCSSTATE is deleted after a standard period of eight days

  • Debugging the Functional Module in Background.

    I am calling a Custom Functional module in Background mode using the syntax CALL FUNCTION ZFM in background task.
    Can anyone tell how to debug the code using this..
    Thanks ,
    Yatish

    Hello Yatish
    You could try to use the following trick:
    (1) Put an endless loop into the coding of your function module where you want to start debugging, e.g.
      DATA:
        lx_exit_loop(1)     TYPE c.
      lx_exit_loop = ' '.
      DO.
        IF ( lx_exit_loop = 'X' ).
          EXIT.
        ENDIF.
      ENDDO.
    (2) Call your function module in background task
    (3) Call transaction <b>SM50</b> and search for the background process.
    (3) Choose from menu <i>Program/Mode -> Program -> Debugging</i>
    Now you the debugger should bring you right to your endless loop. Set lx_loop_exit = 'X' in the debugger and continue (F5 or F6).
    Regards
      Uwe

  • "You do not have the correct role to perform this function" on New Site

    I have created a new site where I added fwadmin to all roles. When I login to Admin for this site I get the "You do not have the correct role to perform this function" error. I've read the manual and retired adding the user to all roles. I also looked at the Asset Types and I get "Error in evaluation;Error in configuration" when trying to enable.
    Please point me to where I am going wrong, or where in the manual (and which manual) I can find help.
    Regards,
    John

    Hi John -
    When you're provisioning users for sites, you have to
    1) enable the app for your site
    2) specify the roles that pertain to your app
    3) assign a user to the site
    4) assign a user roles for the site
    If you miss any one of these, you can get this error. When you see "Error in Evaluation; Error in Configuration", however, especially during the out-of-the-box apps, please report a bug to support. That message is basically the XML scripting language equivalent of an uncaught exception, and it should not happen in the UI.
    Regards,
    Tony

  • G'day, i am trying to type into an adobe document using the typewriter function. However everytime after i type the text vanishes. It is almost as if the text is white and vanishes into the background. However this is not the case as the works are not vis

    G'day,
    I need some help, i am trying to type into an adobe document using the typewriter function.
    However every time after i type the text vanishes. It is almost as if the text is white and vanishes into the background.
    This is not the case as the works are not visible regardless of the background color.
    The text box remains available and can be edited if clicked on, also if i double click on it the typed words become visible and editable, however once i close the box i cannot see them on the screen.
    I would appreciate any help i can get, i cant seem to do anything using properties or view.
    Thanks 
    Tiernan

    Hi Sara,
    See response to your questions below:
    1.     Are you running into this issue in a specific PDF, or in all of them?
    A.     All of them
    2.     What version of Acrobat are you using (and, are you on Mac OS or Windows?).
    A.     Using Acrobat 10.0\Acrobat on Windows
    3.     If you look at the text properties on the Tools panel (under Format), what color is the text swatch?
    A.     Test swatch for the text is black
    4.     What happens if you change the text color?
    A.     Nothing.
    I look forward to hearing back from you.

  • When curser is on hyper link the url will diplay on the bottom of the screen in the background.(where done is located when site is loaded) How do you control this function?

    When curser is on hyper link the URL will display on the bottom of the screen in the background.(where done is located when site is loaded) How do you control this function?

    Do you want to control that via code on a web page to prevent visitors from seeing the link or do you ask as a Firefox user?<br />
    Tools > Options > Content : JavaScript > Advanced > Allow Scripts to:
    [ ] "Hide the status bar"
    [ ] "Change the status bar text"
    The Status Bar will be gone in Firefox 4.0 and is replaced by the (View > Toolbars) Add-on bar that extensions can use.

  • Improve the animation performance (only re-draw the partial background)

    i had an application involving animation. the whole animation is done without any external image files used. all the background and objects are hard coded drawn.
    double buffering technique is used and the 1st code template is as follow:
    paint
         draw_background_image
         draw_foreground_moving_object_at_latest_location
    update
         draw_background_image
         draw_foreground_moving_object_at_latest_location
    A thread calls repaint(int x, int y, int width, int height) where x, y, width and height is the rectangle region form by the object new location and the object old location. however, i stil found my application performance not too good :(
    i was wondering whether i can have the performance of application improved with the following 2nd code template? (i havent implemented it yet since i do not know which API for me to achieve certain tasks)
    paint
         draw_background_image
         draw_foreground_moving_image_at_latest_location
    update
         draw_PORTION_OF_background_image_that_covered_by_previous_moving_object
         draw_foreground_moving_image_at_latest_location
    in that case,
    1. is the 2nd correct way to do animation compared with the 1st way?
    2. if so, do i need to store portion_of_background_image_that_covered_by_previous_moving_object, the x and y location of the covered background image......? what API should i use in order for me to do so?
    thank you very much!
    regards
    yan cheng

    Here's a post from the game forum which will get you started
    http://forum.java.sun.com/thread.jsp?forum=406&thread=417063&message=1844507#1844507

  • What is the preferred API (CQ or CRX) to use to access repositories to perform WCM functions?

    What is the preferred API (CQ or CRX) to use to access repositories to perform WCM functions like activate, deactivate, import document, export documents, tagging, etc?

    As in most cases it is a good choice to use the API with the higher level. For CQ and CRX API, CQ is the highlevel API since it is (partially) based on CRX API. In some cases CQ API eliminates some boilerplate code and/or adds some implicit handling.

Maybe you are looking for

  • Array: Label must be a simple identifier

    Hi, I'm getting the "Label must be a simple identifier" when trying to add to my array, any ideas why? thanks, // var roundOne:     set outside of function on main timeline // var allRoundWinners:Array ;    is declared outside of the function on main

  • Always seen as available

    I have the problem with Skype on Windows 7, 64*. To my friends am seen as available  even when I'm not connected to internet or when I'm signed out of Skype. It's really anoying to me and to others, because they never really know when I'm actually "o

  • Attaching Zmedruck to the print program

    Hello Wanted to find out how to attach zmedruck to the print program so that when print or print preview is clicked on, in me22n the form will be called automatically. Regards Audrey

  • Backup drive

    Is there any brand of backup drive that is better (or worse) than any other for Time Machine? We're about to purchase a 1 or 1.5 Tbyte drive, and have no clue which to get. Thanks! susan

  • Basic Code Layout Prob

    Hi On this link you can see that the page is not displayed properly http://nilreb.com/luke.html Here is the template I am working with http://nilreb.com/Templates/Main01.dwt Can someone explain to me how I am laying the code out incorrectly, I am fol