Event Trigger for Plan data

Hi ,
I have a scenario where my user wants to see the plan numbers instantly in the report after he saves it
in the Layout. The report is not directly on the planning cube there are 2 levels of staging on top of which is the actual report. He is the only user doing the planning
Right now we do this as a nightly load and he can see the updates of his plan data the next day.
Is there any way that we could trigger an event for the process chain once he clicks on the Save button
on the layout.
Thanks
Jay.

You can try this - Behind the save button, other than save command, also execute a fox function which will call a function module which will trigger an event. Create an event triggered process chain which will load the data from the planning cube upwards.

Similar Messages

  • Table name for plan data

    Hi All,
    could you please give me table name for plan data. this is tcode where we can see for range of cost centers S_ALR_87013612 (range of cost centres) and cost elements as well. but our client wants to extract from the table which has the same values in the report S_ALR_87013612.
    from which table they need to extract.
    your early response will be highly appreciated.
    Regards,

    Dear,
    Try following tables..
    1. COKP - Primary planning
    2. COKS - Secondary planning.
    Regards,
    Chintan Joshi

  • Table & Field Name for Plan Data in CO

    Hi All,
    Can anyone tell me the table & field name where we can get the planned data in Cost Center Accounting and Profit Center Accounting.
    I checked out the COSP(which is Totals) and COEP tables for CCA but i could find the fields only for actual data and not planned data.
    Same for PCA...i checked out the GLPCT & GLPCA tables but in vain.
    Regards & Thanks
    Piyush Kothari.

    Hi,
    Thanks for the reply but COKL is only for Activity Type which contains Allocation Cost Elements.
    I would like to have the Table & Field name for Plan data of Primary Cost Element.
    Piyush

  • Balance Sheet and Income Statement for Plan data

    Hi Everyone,
    in our Company  we maintain Plan in COPA for next year that is for 2009 , we have finished all the Planing activities and now (users asked me), they want to have Balance Sheet and Income Statement for the data we have in Plan version , I am not sure what they are Talking about, please help me ,
    where can I set up that requirement ?  and what is actually Balance Sheet and Income Statement for Plan data?
    Thx
    Niki

    Is the issue resolved?
    What did you do?
    Thanks
    Naveen

  • Table for Plan Data

    Hi Experts
    Created Cost Element Groups and Cost Center Groups and have Uploaded Plan data in KP06.
    Kindly provide me the Table Names for Cost Element groups,Cost Center groups and Plan Fixed Costs.
    Thanks & Regards
    KumarRaja
    Edited by: Kumar Raja D on Oct 7, 2009 2:36 PM

    Hi,
    Tables for groups are SETNODE and SETLEAF. Select by object class the required group (cost centres, cost elements, etc.) The tables for planning are COKP (primary) and COKS (secondary).
    Regards,
    Eli

  • Special ledger updation for plan data

    Hello
    We have a special ledger set up ( custom table ), the table gets updated with the data online. We have couple of co codes having controlling area 1001 and one that is having only STAT. The plan data for that co code( with STAT) is not getting updated in the special ledger online for new year, I found that t code GCLE is used to activate the items but that seems to be not helping and now I can not understand how it is done for new year. Any clues on this one? I am not a functional guy.
    Thanks
    Sameer

    Yes, this option is active and when I post FI documents for example, the special ledger document appear in the transaction currency.
    The proble is that in KP06 when I plan in EUR the special ledger line item has in transaction currency value in USD,that is tyhe company code currency, instead of the transaction currency that I have used (EUR)
    Do you understand me?

  • Updation of Special Ledger for Plan data

    Hello
    We have a special ledger set up ( custom table ), the table gets updated with the data online. We have couple of co codes having controlling area 1001 and one that is having only STAT. The plan data for that co code( with STAT) is not getting updated in the special ledger online for new year, I found that t code GCLE is used to activate the items but that seems to be not helping and now I can not understand how it is done for new year. Any clues on this one? I am not a functional guy.
    Thanks
    Sameer

    Dear,
    Try following tables..
    1. COKP - Primary planning
    2. COKS - Secondary planning.
    Regards,
    Chintan Joshi

  • Backup scenarios for plan data : DTP to be used ?

    Hi,
    I have a planning cube to which i have a back up cube, which is a standard cube, and have a one to one transformation between both of them. My scenario is that i want to take a back up of the plan data into this standard cube. Initially i want to take 3 years of plan data and then i would take a weekly backup of the data.My requirement is that once i take a back up of the data, that particular data has to be deleted from the planning cube.

    Hi,
    you can do the following.
    1. backup the data using a transformation
    2. write a planning function/sequence which sets all keyfigures of the backup-ed data to zero (in your planning  cube).
    3. Compress the planning cube.
    If you use the variables in the filter in step 1 and 2 this should be safe. If you want this can even be executed in one process chain.
    Hope this helps
    Regard Matthias Nutt

  • Display authorization for plan data

    Dear All,
    I have to split users into two categories as reviewers and planners.
    I have created two roles from rsecadmin. For plan users it is working perfectly but for the reviewers system gives an authorization issue.
    Plan users auth:
    0TCAACTVT - ACTIVITY : 02
    Reviwers auth:
    0TCAACTVT - ACTIVITY : 03
    Is there any possibility to do it but copying queries as not input enabled?
    Thank you very much.
    Alkan

    Dear,
    That ROLE will be SAP_ALL_DISPLAY
    "what is to be done"
    just assign the role to the display user via SU01
    Hope this help!
    Also refer this ,
    DISPLAY ONLY AUTHORIZATION
    Regards,
    R.Brahmankar

  • Differentiate between print and print preview event trigger for sapscript

    Hi guys,
    For sapscript, is there a way to know if the user presses the print or the print preview button? I need a way to determine if it is a print or print preview event triggering.
    I've checked the OPEN_FORM fm but found nothing useful.
    Please help. Thanks in advance.

    This is not supported by SAP, but well this is a possibility:
    FIELD-SYMBOLS <ls_itcpp> TYPE itcpp.
    ASSIGN ('(SAPLSTXC)ITCPP') TO <ls_itcpp>.
    IF sy-subrc = 0.
    * here you may use <ls_itcpp>-tdpreview
    ENDIF.
    Another way maybe is to declare the interface work area ITCPP (shared data in the same internal session):
    TABLES ITCPP.
    * here you may use itcpp-tdpreview

  • Event trigger for PO release and cancel

    Dear Experts,
    In tcode ME29N i have created a PO and i have defined 3 approver levels for it. I have turned event trace on and checked what events are triggered when i click release button. In SWEL i can see 4 entries - 1) RELEASE STEP CREATED 2) RELEASED
    3) CHANGED EVENTS (first  three events from BUS2012 ) and 4) CHANGED EVENT from FREBUS2012. Now i tried with cancelling PO release at a level. Now in case of cancelling release which i do by clicking the same release button i see 4 entries in SWEL
    1) RELEASE STEP CREATED 2) SIGNIFICANTLY CHANGED 3) CHANGED (first three events from BUS2012) 4) CHANGED EVENT from FREBUS2012.
    I want to trigger my workflow in case of PO release as well as PO cancellation. What should be my workflow's start event. Please help me in this regard.
    Kind Regards,
    S Bharath

    hi
    Are u using std WS20000075? you can refer that .
    there in TS20000166 : terminating event
    you can see  event RELEASED : Purchase Order Release
    SIGNIFICANTLYCHANGED :  when cancled.
    if you want to do seperate steps , in some zWF ,then I think you may create 2 diff wf , with the diff start event .
    let me know if it is helpfuly or any query
    thanks
    kakoli

  • Need to load the data through excel for plan data through IP?

    Hi all,
    The user needs to load the data through the excel and click on the save button so that the data is saved in the cube through integrated planning.
    The objects used are
    customer, material, plant, calendarmonth sales qty, gross billing!!
    Can anyone pls let me know how to do this?
    Thanks

    Hi,
    You can use the following How to guide to load data from file into transactional cube.
    If using IP :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90cef248-29e0-2910-11bb-df8dece7e22c?quicklink=index&overridelayout=true
    Can also Refer to Marc's Blog:
    /people/marc.bernard/blog/2007/11/25/how-to-load-a-file-into-sap-netweaver-bi-integrated-planning-part-1
    If you are using bPS you can get the details in Wiki also for the same.
    You can then create the hyperlink in Excel ,which user can use to upload data which can then be saved to cube using save button.

  • Asset table for plan data

    hi,
    may i know which table i can get the asset base value for yr 2008? i able to get 2007 data but not able to get 2008 in the asset table.
    thanks

    Hope Table ANLC Asset Value Fields can help you !

  • Trying to create an event trigger but no packages are showing

    Oracle BI Publisher 11.1.1.5.0  (build:53(13879917))
    OS: Linux 2.6.32-300.32.2.el5uek #1  x86_64 x86_64 x86_64
    Hi Folks,
    When attempting to create an event trigger for a data model I am unable to obtain a listing of available functions. The trigger is based on a function defined in a package as follows:
    CREATE OR REPLACE
    PACKAGE BANINST1.WSRMERG AS
    function f_main(lv_reg_term varchar2 , lv_cur_term1 varchar2) return boolean;
    END WSRMERG;
    Since the package is defined in a schema that is different from the user running the default data source, I created a synonym on the data source user schema to the package:
    CREATE OR REPLACE SYNONYM "XMLP_CONNECT"."WSRMERG" FOR "BANINST1"."WSRMERG";
    The value provided for the Oracle DB Default Package is WSRMERG . When creating the trigger all that can be seen is a tree similar to:
    -Packages
    -----Prod Ban
    -Parameters
    I've have verified that the package can be executed by XMLP_CONNECT via SQL/Developer and SQL/Plus:
    declare result boolean;
    begin
    result := wsrmerg.f_main('201305','201302');
    end;
    Any ideas?
    Thanks for your assistance!

    You have done well but may be in your code has some problems. You should re read the code again and find the error. You can take a look over your sql code and oracle function. I think you will find the solution. Besides this you may take help from http://www.techyv.com/questions/what-do-oracle-sql-query-web-service but it is not mandatory.
    Edited by: 1006779 on May 19, 2013 12:40 PM
    Edited by: 1006779 on May 19, 2013 12:41 PM
    Edited by: 1006779 on May 19, 2013 12:42 PM

  • Data Source to upload plan data for CO_OM_CCA_: CC: Costs and Allocations

    Hi Guru's,
    We have Data source that which upload Actual data for CCA (0CO_OM_CCA_1 - Cost Centers:cost and allocations).  Every time it is full upload before loading the data deletion of previous load request will be done.
    One more information required that i have checked in the BW cube for plan data it is available in the info cube for one cost center and rest of the costcenter i don't have the data now the users are requesting to upload the plan data for rest of cost centers.
    Now as per the business requirement the users are requesting to upload the plan data in to the same i am not sure whether it will pull the plan data with actuals in to BW cube. Is there any alternate with the same data source or else is there any specific data source for uploading Costs and Allocations plan data
    Please suggest me how can i go a head with this requirement.
    Thanks in Advance.
    Ganni

    You can use the same datasource to load plan/budget data to the cube for all the costcenters. And regarding the actuals, you can use 0CO_OM_CCA_9 datasource to load to actuals cube and create a multi on top of both plan and actuals cube for reporting purposes.

Maybe you are looking for