Planning Sequence/Function times out

Hello,
I have the following issue. I have a planning layout and many planning sequences/functions attached to the push buttons on the layout. The problem is that when I am trying to execute any of the planning sequences attached to the buttons (click the button), the "wheel keeps spinning" and eventually the application times out without computing anything. it works fine in Development and QA systems, but not in P. the only difference between the 3 environments is the Support Stack level. in P we are still on SPS 11 and D and QA is SPS 13.
I suppose there can be multiple reasons for why this is happening, but what should I be looking for first? Why does it time out? It does not seem to matter how many records PF is processing, because it times out with 4 records and 40K records. Any ideas or pointers to look at?
Thanks

Hi AG,
please try if your planning sequences run in the back-end report RSPLS_PLSEQ_EXECUTE. If you have variables you need to define a variant to start it in the back-end. You should measures the time here ...
And what kind of time out are you getting? Is it a portal time out? In this case you should consider that in you production system much more data may be read and that executing the planning sequences may take longer -> time out ...
Hope this helps ...
Matthias Nutt
SAP Consulting Switzerland

Similar Messages

  • Calling IP planning sequence several times

    Hi Experts,
    we are trying to start a IP planning sequence n-times throughout an ABAP report which is located in a  process chain. 
    In the planning sequence a function from type distribution is located which should distribute line of business nodes to their line of business key.
    Both values ( from and to ) will be represented by variables. This variables has to be folled during run time.
    The values for this variables are located in a table.
    When the sequence will be called the first time a function module : u2026 OLAP_VAR delivers the first value for this variables automatically .
    When the sequence will be called the second time the function module wonu2019t be called again to delivers the next value for the variables.
    Do you have any suggestions how to get the next values for the variables in the second and further calls .
    Regards Michael

    Hello Marc,
    thank you for responding so soon and for the information about the note.
    Meanwhile we figured out how to call a planning sequence n-times.
    We just called the function module with the destination u2018NONEu2019  
    CALL FUNCTION 'RSPLPPMRFC_PLSEQ_EXECUTE'
        Destination 'NONE'   
    u2026
    and closed the destination after the sequence has ran.
      CALL FUNCTION 'RFC_CONNECTION_CLOSE'
       EXPORTING
         DESTINATION                = 'NONE'
        TASKNAME                   =
       EXCEPTIONS
         DESTINATION_NOT_OPEN       = 1
         OTHERS                     = 2.
    This caused the system to reload all needed variables.
    Regards Michael

  • How to find what planning sequences/functions update data in a cube?

    Hi, Experts:
    We have a real time cube being updated by planning sequences/functions. How can I find what planning sequences/functions are updating this cube?
    Thanks,
    Jenny

    Hi,
      You can go the transaction code: rsa1 and then select "Meta data Repository" option on the left side.
    You can use Meta data repository to view the dependent objects for a infocube or any other BW object.
    In your case, you can select "Infocube" option on the left side and then go on selecting your infocube.
    Now you will get all dependent objects created on this infocube, which will include your plannign functions also.
    Refer top the following link for more details on "Meta data Repository",
    http://help.sap.com/saphelp_nw04/helpdata/en/4e/ea683c25e9096de10000000a114084/frameset.htm
    Regards,
    Balajee

  • Dequeue Element Function: If it times out, what value is sent on the "element" wire?

    Hi,
    If you use a Dequeue Element function with a time out and if the function times out, what value is sent on the "element" wire?  Is it the default value for the element type?  Or something else?
    Thanks.
    Solved!
    Go to Solution.

    Yes, it's the default value of the data type. That's the default behavior for any terminal which has undefined behavior (such as what would happen if you try to index a negative element from an array).
    Try to take over the world!

  • Planning function and planning sequence of Design studio new features!!

    Hi Experts
    Recently I have updated my design studio to 1.3 and happy to see many new updates. Meanwhile i saw some new features add planning function and planning sequence.
    As per my understanding, Using this features we can enter data at run time. My query is here
    Is it like we are entering data at run time and see the changes in current data(chart series)
    Ex: Add discount for product 10% and relevant data(in chart) reduced to 10%
    or
    Is it like integrated planning? Once we enter data in run time and it saves in BW planning cube?
    I am totally confused with this feature.. Can any one help me to get clear understanding on this please !
    Regards,
    Mathivanan M

    Hi,
    maybe these two article can help you:
    #1 Planning in Design Studio 1.3
    #2 Planning in DS 1.3 - Using different script methods for planning
    As i unterstand, it's only possible to write back in BW.
    Best Regards 
    Sebastian

  • Time Out Functionality in APEX

    Currently I am working on APEX 3.1 and using OID (10.1.2) for LDAP Authentication.
    I want to implement time out functionality in my application.
    Ex: If users logs into to APEX Application and keeping the page ideal for 15 min. When user tries to access the application again. I need to redirect him to SSO page.
    Can anyone suggest me, How can I achieve this functionality.
    Thanks in advance
    Regards
    Balaji S

    Hello Balaji,
    The easiest thing would be: Upgrade to version 3.2. Then session timeout is out-of-the-box....
    Greetings,
    Roel
    http://roelhartman.blogspot.com/

  • CC 2014 trial. MPEG MOVIE clips flickering on my time line! after render, and after export. tried all kinds of sequence settings,taking out transitions and effects ,even the audio tracks.....still flickering. They play fine outa the project files!?  HELLL

    CC 2014 trial. MPEG MOVIE clips flickering on my time line! after render, and after export. tried all kinds of sequence settings,taking out transitions and effects ,even the audio tracks.....still flickering. They play fine outa the project files!?  HELLLLLPPPPP!!!!

    We can not see your computer, your settings or even know what your source files are because we are not in the same room as you are!
    We cant see what you are doing wrong ...so you will have to tell us a lot more and show us some screen grabs of your settings.

  • Planning Function in Planning sequence

    Hi ,
    I am doing some work on status and tracking system. Can you please let me know how to search the planing sequence if you have forgotten the name of the Layout ??
    I know my name of the planning sequence and want to search which planning functions are there in that sequence. Please let me know if u know this.

    could you explain in detail? are you in BI 7 ?

  • Time out functionality in forms 10g

    Hi all,
    I am trying to implement time out functionality in forms 10g.
    i have created a form tout.fmb
    in when_new_form_instance trigger : i have written the code like
    declare
    v_url varchar2(200);
    begin
    v_url := 'http://www.google.com';
    WEBUTIL_SESSION.ENABLE_REDIRECT_ON_TIMEOUT(v_url);
    end;
    i have attached webutil.pll to it. while running the form it is giving the error as library cannot be attached.
    Also. when i run it through Unix application server, it gives the alert window showing message "Please acknowledge" .
    Could anybody please help?
    Thanks and Regards,
    Neha

    So you have subclassed the webutil portion of the webutil.olb into your form.
    Set the webutil.pll up as a library on said form.
    Compiled without error.
    Run the form in your developer environment using a URL
    Then got this error ??
    Just confirming the path you have travelled to get to here.

  • Time out function in VISA configure serial port vi

    I have some doubts regarding the time out functionality of "VISA configure serial port vi":
    1) I have set the time out value as 10s while initializing the port using this vi. Does this mean that for any Rx operation happening on the serial port, it will wait for 10s for the data to be received?
    2) Is this waiting functionality also valid on "bytes at port" vi which I am using before reading the port data?
    Because in my application, the control at serial port is actually not waiting for 10s and is coming out before the desired time out (10s). Do I need to set this time out anywhere else apart from initialization at "VISA configure serial port vi"??
    Can anyone please tell the steps to set this timeout for the serial port?
    Thanks in advance!

    1. A read will return when the first of the following is satisfied:
       a. The number of bytes at byte count has been received.
       b. The termination character (if enabled) has been received.
       c. An error is detected.
       d. The timeout time has elapsed.
    I am not sure what happens if handshaking is enabled and the other device pauses communication.
    2. No. Bytes at port returns immediately. This is a status check and it would not make sense for a timeout to apply.
    Without seeing your code and the data the remote device is sending, we can only guess. My first guess would be that you have termination characters enabled (default) and a termination character appears in your data.
    Lynn

  • Interactive planning time out

    Hi everyone,
    I have a problem.
    When I load my selected objects for example 100 products into my planning view then everything comes but when create a selection for only 10 products and I load this then the transaction times out.
    Can anyone maybe explain to me why this is happening.
    Thanks
    Robert

    Hi Robert,
    1) check is there any data mismatches between data between planning area
    /infocube/planning book etc for those products
    2) Check whether those products are locked by any user/transaction/programme
    3) Check for whether all authorisation objects for those products/selections are
    maintained
    4) Check whether number of users are more accessing the same product
    5) Check any background processing/job is happening accessing data of those
    products
    Regards
    R. Senthil Mareeswaran.

  • OC4J -Time out and Oracle sequence problem

    hi
    i m using OC4J to access application which is using java as front and
    and we using oracle sequence with cache as 20.
    so when i accessing application thro' network my sequence skip from 20
    mean 1-21-41-61 is it possible due to if lost connection opened from java for oracle thro' OC4J ? will it keep cache ?or lost ? is it really time out error?
    if then hw to set time out in oracle?
    u can refer below link
    Re: ORABPEL-05002

    i think i may be having the same problem. My table is savings entries out of order. I would assume that each row saved would be in sequence number order...instead it goes from like 963, 964, 678, 679, ....??? wonder why it would place new entries in front of older entries in the table???

  • Need Information of how to Consume/Execute Planning Function & Planning Sequence in Design Studio

    Dear Colleague,
    We are trying to have a PoC demonstrating BW planning function and Planning sequence in SAP Business Objects Design Studio.
    1. In the process, we have built our own Planning function and Planning sequences in our BW system and they are working as per expectation in the BW system.
    2. We added the Planning function and Planning Sequence on to the Design Studio App.
    But now how to we add these Planning function and Planning sequence on to the Dashboard.
    Is there any container to add these planning objects on to the dashboard.
    Or how to execute or Consume these Planning functions and sequences in Design Studio dashboard.
    And any Document or Information in detail would definitely help a lot.
    Please answer the question underlined.
    Thanks,
    Vijay

    Hi Mustafa,
    Thanks for replying!
    But Since this is an Internal project. We are already using Version 1.3.
    Solving double purpose of evaluating the tool and coming up with the application as well.
    As I said in my previous description, we were able to add Planning Functions and Planning Sequences on to Design Studio using menu options available.
    But not sure of how to consume or execute them in the app. To get the rows of records, change values, Save and Transfer values as we do it with the Planning function with BW backend.
    Thanks,
    Vijay

  • Function SCAN_Op times out but it's not consistent​.

    I have a PXI 1000B chassis connected to a SCXI 1001 via a PXI6031E MIO card. I have 6 1102c modules plugged into the SCXI chassis. Each module is connected to a BNC 2095 (where my field inputs come in)I have it setup to mux 192 channels into one A/D. I wrote a small program in LabWindows to get familiar with setting up the scan list. The function SCAN_Op times out but not consistently. I have included my code. Can you suggest anything?
    Thank you.
    George
    Attachments:
    scxi_testA.c ‏2 KB

    Hello;
    The best way to start the development of your application is to take a look at the NI-DAQ shipping examples at C:\Program Files\National Instruments\NI-DAQ\examples\VisualC\SCXI.
    Regards
    Filipe A.
    Applications Engineer
    National Instruments

  • Excecute a planning sequence when open Web Template (JUST ONE TIME)

    Hello experts,
    I want to excecute a planning sequence everytime when a webtemplate is opened.
    I use the "Action before first display" for this. The problem is, that the planning sequence is excecuted multiple times when I open the web template. The web template contains several queries. Could it be that the planning sequence is started for every query?
    If yes is there a way to suppress this? I want to run the planning sequence just one time for the whole web template
    Thanks
    Johannes

    Yes I tried in action before rendering it is the same behaviour with the difference that the sequence is also executed after clicking on a button with another planning sequence. Action before first display is excactly what I need but I want to run the sequence just one time when the web template is loaded and not for every query. We don't use tabs at all.
    Thanks
    Johannes

Maybe you are looking for