How to execute a process chain from the Manage option of a Cube

Hi,
I have created a planning Cube  in BI 7.0 to which I am pushing the data through a workbook. However, the request does not turn into green by itself. For this I am using a FM .I have included this program in a Process Chain. I want this process chain to get trigger itself, the moment the data comes into the cube. This can be done either from the Cube or from the Workbook. Can anyone help me out with this.
Best Regards,
Debashree.

Its not a problem thats how real time cube works,
For a real time cube rquest wont be turned green untill the record volume is >10,000.
If the request is not closed(not GREEN status) and you still need to see the data use the specific 0REQUID technical characteristic.
OR
You can close these request using the functional module RSAPO_CLOSE_TRANS_REQUEST
Tips- 3 Variables do exist for these charecteristic as listed below
0S_RQMRC:
You should use this variable if you want a query to also return data that was yet not rolled up into the aggregates. However, only requests up to the first request with an incorrect status are displayed, transactional InfoCubes are therefore read in full.
0S_RQTRA:
Unlike the 0S_RQMRC variable, this only affects transactional InfoCubes. As during normal reading, only the data that is also in the aggregates is read from the other InfoCubes. You can use the variable in queries on a MulitProvider that consists of a transactional InfoCube for planned data and a second InfoCube for the actual data. In this case, the planned dates entered are immediately visible, but the actual data only becomes visible after the usual release procedure.
0S_RQALL:
This variable affects all InfoCubes. If a query contains this variable, all of the data in this InfoCube is read, regardless of whether or not it belongs to a request with an incorrect status.

Similar Messages

  • How to execute a Process Chain from a TCODE?

    Hi experts!
    I'm facing some difficulties with Process Chain (BW).
    I need to start one using a trasaction "Z" but I don't how to do it.
    Does anybody know or had an example of it?
    Thank you!
    Rubens Kumori

    hi
    you should create on the basis of your requirement an event with T code SM62
    after you have to create an ABAP program using the FM BP_EVENT_RAISE to raise the event you created
    to create a custom tcode for process chain execution you should create a variant of the standard ZZ_PCHAIN_SCHEDULER
    check this link
    http://csc-studentweb.lr.edu/swp/Berg/Conferences/SAP_NW2009_and_Admin_2009/pdfs/BI2009_Ravindran_anexpertguideto.pdf

  • Is there any way to execute process chain from the portal?

    Hello,
    Is there any way to execute process chain from the portal? I dont want to link process chain with any of report. I want to have a button in some of portal folders. User presses the button and it executes the process chain.
    I was thinking about to create a fake planning cube, aggregation level and planning function. I call FM within the Fox planning function that runs the process chain. But it should be done within the report.
    Any ideas?
    Thanks a lot in advance!

    Hi.
    I want to have a button in some of portal folders
    You mean that you want to use some link in EP ?
    Regards.

  • Is it possible to run process chain from the certain process/point?

    Hello
    Is it possible to run process chain from the certain process?
    How?
    Thanks

    Hello,
    yes it possible! use the following steps.
    1. Goto the process which you want the chain to start from.Goto display messages>> Chain tab. In the generated instance note the variant and instance.
    2. Goto table RSPROCESSLOG and give variant and instance and get logid details.
    3. t codese37>> run FM RSPROCESSFINISH.
    4. give the deatils u have got in RSPROCESSLOG table here and say execute.
    This will solve ur problem.
    Hope this helps!
    Reg
    Deepmala

  • Process chains from the flat file by using filezilla client version in  BI

    Hi experts,
    please let me know how to create the process chains from  flat file by using filezilla client version.
    so far, I didn't work with file zilla FTP. can anybody give detailed step by step procedure to find the flat files and download them and creating process chains from that flat file.
    Thanks & Regards,
    Babu..

    Hi,
    Check these:----
    Process chain configuration for Flat file loading
    http://wiki.sdn.sap.com/wiki/display/BI/Howtowriteroutinetofetchcurrentday%27sfilename
    Regards,
    Suman

  • How to stop a process chain after the current running process

    Hi experts,
    I try to stop a running process chain, but only at the end of the current process load.
    I try to unscheduled process chain : the job of the current process is killed and the process stop
    I try to execute the programm rspc_process_finsh : same result.
    Actually, I aim at waiting of the current process completion and stop the chain.
    Thanks and regards,
    Bobby

    Hi all,
    Thanks for answer.
    If I resume the situation :
    - Click on Unschedule process chain stop the current process. We have to change the status of the process in Yellow to Red.
    - Go to sm37 to kill the job change the statut in red.
    So there is no way to stop the running of a process chain only after the good or bad end of the last runnning process ?
    Example :
    My chain is running. The process which is running is a DTP loading process. There are 50 packages to load. I decide to click on Unschedule process chain when the package 18 is running.
    If I do that, the loading of package 19 will not start right ?
    So is there a way to wait that the 50 packages are loaded before that the system stop the chain ?
    Thanks in advance,
    Bobby.

  • Restarting Process chain from the middle

    Hi all, I have a question about process chain in BW7.0.
    When the error has occured in the process chain, is there any way to restart the process chain from where the error has occured?
    One of the way I came up with was to set the process type into Repairable from Repeatable,but when I try to change the status,the warning message shows up and I can't change it.
    Is this the right idea,or is there any other way to do it?
    Can any one tell me?
    Thanks in Advance,
    Hiroshi Iwanaga

    First of all, find out the rootcause of the failure of the process step that failed and finish it manually. Then, go to the process chain...
    Open the messages of a failed step by right clicking on it and selecting 'display messages'.
    In the opened popup click on the tab 'Chain'.
    In a parallel session goto transaction se16 for table rspcprocesslog and display the entries with the following selections:
    1. copy the variant from the popup to the variante of table rspcprocesslog
    2. copy the instance from the popup to the instance of table rspcprocesslog
    3. copy the start date from the popup to the batchdate of table rspcprocesslog
    Press F8 to display the entries of table rspcprocesslog.
    Now open another session and goto transaction se37. Enter RSPC_PROCESS_FINISH as the name of the function module and run the fm in test mode.
    Now copy the entries of table rspcprocesslog to the input parameters of the function module like described as follows:
    1. rspcprocesslog-log_id -> i_logid
    2. rspcprocesslog-type -> i_type
    3. rspcprocesslog-variante -> i_variant
    4. rspcprocesslog-instance -> i_instance
    5. enter 'G' for parameter i_state (sets the status to green).
    Now press F8 to run the fm.
    Now the actual process will be set to green and the following process in the chain will be started and the chain can run to the end.
    Of course you can also set the state of a specific step in the chain to any other possible value like 'R' = ended with errors, 'F' = finished, 'X' = cancelled ....
    Check out the value help on field rspcprocesslog-state in transaction se16 for the possible values.
    Assigning points is the way of saying thanks in SDN.

  • How to move a Process Chain from one old node to a new node?

    Hi,
    i know the method to move a PC from one node to the other!
    but what if the target node is a new one?
    how can i create a node in RSPC?
    Raj

    use the display components button.
    push F4
    hit the create button
    enter the discription
    save
    refresh
    M.

  • How to execute an stored procedure from the Report Region

    Have stored procedure "LER_KRONOS_PAYCODE_HOURS_P" compiled and ready.
    (previously tested)
    Region Source:
    DECLARE
    v_SITE_ID VARCHAR2(8);
    v_SDATE VARCHAR2(8);
    v_EDATE VARCHAR2(8);
    v_LEVEL3 VARCHAR2(60);
    BEGIN
    v_SITE_ID :=P4_SITES_LOV;
    v_SDATE :=P4_SDATE;
    v_EDATE :=P4_SEDATE;
    v_LEVEL3 :=P4_LEVEL3;
    EXECUTE LER_KRONOS_PAYCODE_HOURS_P(v_SITE_ID,v_SDATE,v_EDATE,v_LEVEL3);
    END;
    Error When run the page:
    ORA-06550: line 11, column 12: PLS-00103: Encountered the symbol "LER_KRONOS_PAYCODE_HOURS_P" when expecting one of the following: := . ( @ % ; immediate The symbol ":=" was substituted for "LER_KRONOS_PAYCODE_HOURS_P" to continue.

    You need the execute keyword only when you run it directly from sqlplus.. that will tell sqlplus to append the keyword begin and end after the procedure call.
    Example.
    SQL > exec proc1 (input1);
    will tell sqlplus to run it as a block.. saying
    sql> Begin
              proc1(input1);
          end;Inside the procedure , in your code, you dont need the execute keyword.
    But, why do you want to execute a procedure inside the source for a report region..?

  • Process Chain - changing the node

    Hi,
    I have created a Process Chain for loading data into 0FIAP_C03. This chain has got created under "Not Assigned" Node.
    I want to move this Process Chain to "Finance" Node. How can I make this possible ?
    Regards,
    Amogh

    open your Process chain in  Change mode > Selcect Process chain (from the Menu)> Attribute --> Display Components  Select your Finance node form the dropdown and then Activate the Process chain
    Now refresh , you can see the  Process chain moved from Not assigned to Finance Node.

  • Trigger process chains from UNIX

    Hi,
    I just wanted to know how can we trigger Process chains from UNIX Server.
    Any pointers will be appreciated.
    Thanks

    I suggest to use the sapevt.exe.
    With it you can trigger an event in the SAP system with the execution of a simple command file (.bat for ex.)
    So the event will start the chain as you require.
    You can find more info for sapevt in:
    http://help.sap.com/saphelp_nw04/helpdata/en/fa/096e6b543b11d1898e0000e8322d00/frameset.htm
    Regards,
    Sregio
    Did you try that?
    Message was edited by: Sergio Locatelli

  • How to execute 2 different application from same Application Server

    Hi,
    I would like to know that how to execute two different applications from the same Application Server with different databases?
    We are using
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
    Oracle Application Server 10g 10.1.2.0.2
    Regards,
    Hassan

    what type of applications you want to run from the same application server, Hassan?
    What other DB are you using to launch it beside the one you quoted? Is it the MRep DB of infra?

  • How to execute an ODI package from Command Line

    Please can anyone help me to know how to execute an ODI package from the command line without creating a scenario from the package.
    Appreciate your help.
    Thanks
    B

    You can't. Create a scenario and then execute that from the command line.

  • Function module used to restart the process chain in the middle?

    Hi all,
    can anyone pls let me know the function module to restart the process chain in the middle of the process chain?
    I need to run the process chain from the middle which can be done through a function module can anyone pls let me know!!
    Thanks
    pooja

    what exactly your requirement is?
    You can't trigger the process in the middle either it should be trigger by start variant or it's predessor.
    If your chain failed in the middle - you can fix the prob and can do 'Repeat' option or you can also use FM 'RSPC_PROCESS_FINISH . (this FM will work only if the chain fails)

  • How to move the process chain from Unassigned node to a new node in 3.5?

    Hi all,
    I have created a new process chain in the development and it is falling under the Unassigned nodes. I want to move that process chain to an another node. but i am unable to do that
    Can anyone let me know how to move the process chain from unassigned node. I have drag and dropped but still the same in BW 3.5 ?
    Thanks
    Poooja

    Hello,
    Try this....
    Double click on your process chain. Via the menu select:
    Process chain > Attributes > Display components
    Select F4 (possible entries)
    At the bottom of the window you will find a create icon
    to make your own component.
    After you created it, assign it to your process chain.
    Don't forget to save the process chain.
    Regards,
    Sivaram

Maybe you are looking for

  • Help with Anchor in JSF

    <p align="center">  <b>         For details click         <a href="#error">          here         </a>       </b></font></p> <a name="error"> </a> <a href="#top">Top of Page <font size="2"> ⇑</font></a>Can any one tell me the equivalent JSF syntax fo

  • BSP screen in edit mode

    Will i be able to create a BSP screen in edit mode?Or can i be able to create a material(MM01) from BSP screen.

  • How to setup a Proxy server

    Hi all, I have an airpot extreme router and I want to setup a proxy server to navigate Internet. I don't see any possible setup in the menus. Is it possible to do it? Thank you

  • Widget (interaction) titles and descriptions

    On Captivate interactions (widgets) such as WordSearch and Glossary, one finds 'title' and 'description' on the header. I can alter the other variables in these interactions, but I can't figure out how to add my own title and description. Any help wo

  • RTMT sending false Alarms?

    Hello, We have randomly receiving following alerts on RTMT MGCP DChannel is out-of-service Number of registered gateways decreased in consecutive polls. Number of registered gateways increased between consecutive polls. We have, CUCM: 9.1.2.11008-1 V