Budgeting and Forecasting in AWM 11g

Hi,
We are looking at implementing the budgeting and forecasting capabilities into an Oracle OLAP 11g Cube built using AWM v11.1.0.6.0A.
On a very high level, we have the following questions:
1. What are the options available in AWM 11g for budgeting/forecasting.
2. What are the limitations/pre-requisites (in terms of cube or AW design).
3. Steps required to create a budgeting/forecasting model (like what needs to be done in the Cube Scripts) in AWM.
Any inputs on the above are highly appreciated.
Thanks and Regards,
Piyush

There is, unfortunately, no direct support for Forecasting in 11g AWM or the 11g OLAP API (which sits underneath AWM). But there is support for this in the OLAP DML and I recommend that you look at the OLAP DML Reference documentation. For forecasting, for example, see
FCOPEN function -- Creates a forecasting context.
FCSET command -- Specifies the forecast characteristics.
FCEXEC command -- Executes a forecast and populates Oracle OLAP variables with forecasting data.
FCQUERY function -- Retrieves information about the characteristics of a forecast or a trial of a forecast.
FCCLOSE command -- Closes a forecasting context.
These can be built into a DML PROGRAM, which can in turn be run from a Cube Build Script (as an OLAP DML command step).
You can write directly to the variables of a cube (provided you have not enabled Materialized Views, which is unlikely in this case).
There is support in the 11g OLAP API for MODELs in the OLAP DML sense, but this has not been exposed through AWM. You can use the API (Java or XML) to create models, custom members, and rules in models. See
OLAP Java API Reference (Javadoc)
In particular you may want to see classes
oracle.olapi.metadata.mdm.MdmModel and subclass MdmDimensionCalculationModel (to represent a model)
oracle.olapi.metadata.mdm.MdmAssignment (to represent an assignment of the form lhs = rhs in a model)
oracle.olapi.syntax.ConsistentSolveSpecification (to associated a model with a cube)
oracle.olapi.syntax.Expression and subclasses (to define rhs of model assignments)

Similar Messages

  • Project budget and forecast tables in R12

    Hi All,
    I had to extract the budget and forecast amounts for each project in the below format.
    Project number, budget/forecast, task, resource, PA period, burden cost..etc.+
    We are on R12. Can I use below tables to extract the above information. or should i depend on PJI% tables. please suggest.
    pa_budget_versions
    pa_budget_lines
    below is the full query i built:
    SELECT pp.NAME project_name, pp.segment1 project_number,
    haou.NAME project_organization, pp.project_type,
    pp.project_status_code, pp.start_date project_start_date,
    pp.completion_date project_completion_date,
    pfpt.NAME fin_plan_type, pfpt.description fin_plan_description,
    pfpt.plan_class_code, pbv.budget_version_id, pbv.budget_type_code, pbv.version_number,
    pbv.budget_status_code, pbv.version_name, pbv.baselined_date,
    pbv.labor_quantity project_level_labor_quantity,
    pbv.labor_unit_of_measure, pbv.raw_cost project_level_raw_cost, pbv.burdened_cost project_level_burdened_cost,
    pbv.revenue project_level_revenue, pbv.version_type,pbv.current_planning_period, pt.task_number, pt.task_name,
    prlm.alias resource_alias, prlm.expenditure_type, prlm.event_type,
    prlm.expenditure_category, prlm.resource_class_code,
    prlm.unit_of_measure, pbl.start_date, pbl.end_date, pbl.period_name,
    pbl.quantity, pbl.raw_cost, pbl.burdened_cost, pbl.revenue, prlm.resource_list_member_id,
    prlm.resource_type_code
    FROM apps.pa_projects_all pp,
    hr_all_organization_units haou,
    apps.pa_budget_versions pbv,
    apps.pa_fin_plan_types_vl pfpt,
    apps.pa_budget_lines pbl,
    pa_resource_assignments pra,
    pa_tasks pt,
    pa_resource_list_members prlm
    WHERE 1 = 1
    AND pp.project_id = pbv.project_id
    AND pp.carrying_out_organization_id = haou.organization_id
    AND pbv.fin_plan_type_id = pfpt.fin_plan_type_id
    AND pbv.budget_status_code = 'B'
    AND pbv.budget_version_id =
    (SELECT MAX (budget_version_id)
    FROM pa_budget_versions pbv1
    WHERE 1 = 1
    AND pbv1.project_id = pp.project_id
    AND pbv1.budget_status_code = 'B'
    AND pbv1.version_type = pbv.version_type)
    --AND version_type = 'COST'
    AND pbl.budget_version_id = pbv.budget_version_id
    AND pbl.resource_assignment_id = pra.resource_assignment_id
    AND pra.resource_list_member_id = prlm.resource_list_member_id
    AND pt.task_id(+) = pra.task_id
    and pp.name = 'TEST_XX'
    order by pp.segment1, pbl.period_name, pt.task_number, pbl.start_date

    Can any body please help on this note..
    thanks in advance..

  • Budgeting and Forecasting Documents

    Hi gurus,
    Has someone some documents or links on better strategies for budgeting and/or forecasting on SEM-BPS, both for technical and managerial aspects ?
    If you want to send me some documents my mail is:
    [email protected]
    I will give you points for the most interesting documents.
    Thanks in advance.
    Ciao.
    Riccardo.

    No answers.

  • Budget and Forecast upload

    NW
    Edited by: NW on Aug 24, 2009 10:23 AM

    Hi,
    You can do it, check the follwoinh URL, which is having the complete steps with various examples...
    http://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    How to use Customer Exit Variables in BW Reports: Part 2
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/g-i/how%20to%20use%20customer%20exit%20variables%20in%20bw%20reports%3a%20part%202.pdf
    Using Customer Exit Variables in BW or BI Reports Part - 1
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/s-u/using%20customer%20exit%20variables%20in%20bw%20or%20bi%20reports%20part%20-%201.pdf
    Thanks
    Reddy

  • Multilingual support in AWM 11g

    Is there a multilingual support in AWM 11g? I don't see Languages folder in the AW tree.

    Hey Dude,
    This looks like a syntactical issue. In your code snippet it looks like you have forgotten the comma (,) after the first argument for the lookup function DENSE
    'INDEXCOL( VALUEOF(NQ_SESSION.LAN_INT), "SCOTT"."DEPT"."DEPARTMENTNAME" , LOOKUP( DENSE "SCOTT"."LKP_TABLE"."DEPARTMENTNAME" , "SCOTT"."DEPT"."DEPATMENTNUMBER" , VALUEOF(NQ_SESSION.WEBLANGUAGE)))
    It should be
    'INDEXCOL( VALUEOF(NQ_SESSION.LAN_INT), "SCOTT"."DEPT"."DEPARTMENTNAME" , LOOKUP( DENSE, "SCOTT"."LKP_TABLE"."DEPARTMENTNAME" , "SCOTT"."DEPT"."DEPATMENTNUMBER" , VALUEOF(NQ_SESSION.WEBLANGUAGE)))
    Try that and see if it helps. I would also revisit the syntax structure for the lookup when using DENSE just to ensure you are on the safe side but that should solve your problem.
    Please award points if this was the correct answer or mark it helpful if it was.
    This also looks like a double post so I'll stick with this one for the forum thread.
    Cheers,
    Christian

  • Actual and Forecast not visible from Planning App -- VERY CRITICAL ISSUE ,

    this is a very critical issue.. need immediate help..
    my customer cannot see the Actual and Forecast not visible from Planning App. please help me with the same. tell me the possible solns as i cudnt have a web confrerence with the custmer till now.
    thanks/

    John ,
    they are seeing the application in planning. they created a scenario dimension containing , budget, actual and forecast.. but in the planing application they can only see budget. the rest 2 are not visible.
    thanks..

  • HFM and Forecast

    Hi, i'm evaluating the Disaster Recovery for Hyperion HFM and Forecast, but there isn't any link or paper that explain resource utilization for these applications.
    Is very important for planning DR that i have to know this info:
    1) network bandwith usage (for single client session)
    2) RAM usage for single client
    3) CPU usage for session
    i have not found anythings that help me for this aim.
    Someone knows where i can find this informations?
    thanks very much
    Andrea

    We too are struggling with the best way to copy actuals over to our budget scenarios.
    1. We have tried copying data to the budget scenarios but this only copies at the bases so the journal entries do not get copied.
    2. We then tried copying all the bases to our budget scenarios and extracting the journals and loading those to the budget scenarios but our budget scenarios do not translation because all of our budgets are in USD. This works great for all USD companies but not foreign currency parents.
    3. We then tried copying all the USD bases and the parent foreign currency entities, which are already in USD, but when we consolidated the foreign currency bases all have no data and they override the parent data copied
    4. We then copied all the USD bases to our budget scenarios and extracted the journals as before. We then extracted the actual data for the parent foreign currency entities and loaded those back to bases. Which seemed to work but then we discovered that our journal entries are accumulating. Our actual scenario is YTD so our journal entries are made for YTD amounts. When copied over to the budget scenarios, which are periodic, these amounts accumulate when looking at YTD amounts.
    So my questions are: When you are pulling your data into Smartview, are you pulling bases or parents? Do you have any foreign currency entities and if so how are you handling those? Do you have journal entries and if so how are you bringing those over to the budget scenarios?
    As I'm typing this I'm wondering if we pull our data at Parent Currency Total, this would pick up all the journa entries and then we could load it back to Entity Currency in the budget scenarios.
    Anyone have any thoughts because we are almost out of ideas
    Thanks!

  • Logic to copy budget to forecast

    Dear,
    I am willing to make a logic which copies budget to forecast.
    For the forecast of January, february and march I need the budget of January till June
    For the forecast of April,May and June I need the budget of April till September
    For the forecast of July,August and september I need the budget of July till December
    For the forecast of October I need the budget of October till December
    For the forecast of November I need the budget of November and December
    And for the forecast of December I need the budget from December
    I tried several things like, but I don't find a proper solution...
    Time should be dynamic too..
    Can someone help me with this issue?
    best regards

    Dear Benjamin Adam,
    I think that if you want to copy data budget into data forecast, you can use the package which is provided by SAP BPC. The package is "Copy" and you only set the parameter which you want. 
    Thanks,
    Wandi

  • AWM 11g ERROR

    Dear All,
    I have Oracle 11g X84_64 database installed in my server. then i install Oracle database client for Windows 32 including OLAP (AWM) 11g. i found some error when i maintain the cube, then when i click to mapping, all the mapping i had was disapear. then i must disconnect the connection and re-connect again and re-do mapping
    i dont know whats wrong with it. is it something wrong with the java or something else... seems like the errors are inconsistence. once its success to maintain the cube but then when i repeat it, i got some error...
    is there any bugs reported in AWM 11g?
    thanks for your response

    Thier is a patchset out for the 11G OLAP option that includes the database side and an update to the AWM. As of last friday the patch was only available for the Linux version. I would wait for the patch for windows before you proceed any further the unpatched 11G OLAP option is, in Oracle's words, "Unusable".

  • Budgeting/Planning/Forecasting products

    I am currently researching new internet based applications for
    budgeting/planning/forecasting (rolling forecast). I am looking
    at a product from Adaytum called eplanning. What Oracle
    product(s) would be equivalent in functionalities and
    capabilities to eplanning from Adaytum?
    Is eplanning from Adaytum better than Oracle products for
    Budgeting? Planning? Forecasting?
    Where would I find an article that compare/rate them?
    Thanks

    Clarity Systems seems to be more flexible than Hyperion Planning. We've been using Planning now for 2 years and are considering transitioning to Clarity Systems. Clarity hooks up to Essbase cubes in the background just as Planning does but offers more features and less limitations than Planning. Hope this is helpful. Cameron

  • Function modules to get wbs level budgets and activity level cost

    hai gurus can any one tell me the function modules or any other bapis to get the wbs level budgets and activity level costs
    thanx in advance
    afzal

    ok

  • Which table can we see consumption and forecast values in forecast based planning

    Dear SAP Gurus,
    I am working on implementing forecast based planning for Spare parts for my client. They have one Main Plant which do purchase of Spare Parts and through Stock transfers moved to 60+ Plants from where Spares are being sold.
    Now I am carrying out SAP trial runs for a set of 160+ materials with various models and want to compare with their existing methodology of requirement calculation.
    I want to compile Consumption and Forecast data month wise for these trial materials (160+ materials in 60 Plants) . One way I thought is to go individual Material Master and looks for values in Forecast view. However it is tedious and time consuming.
    The table name shows RMCP2 and RM03M for forecast and Cons values, but I could not find the table.
    Hence I want to know which table if I can view I can get the consumption and forecast data calculated for quick copying and compilation. 
    Thanks and Regards,
    R.Velmurugan.

    Dear Mariano,
    Thanks for your valuable inputs.
    Like I could able to get the consumption values for materials using table MVER and fields GSV01,GSV02 etc.,
    What field I need refer in table PROP for getting forecast values.
    As such I could not see any column where in data are similar to Forecast view.
    Thanks and Regards,
    R.Velmurugan.

  • Deploy 10g forms and reports in Oracle 11g

    Hi, I'm working in 10g forms and reports development. However, in my company want to migrate to Oracle 11g.
    My doubt is: May I deploy 10g forms and reports in Oracle 11g installation (Weblogis server + Oracle Fusion Middleware)?
    Thanks.

    I downloaded developer suite.does this developer suite includes 10g database also.becoz there are two disks for the developer suite whereas there was only one disk for oracle 10g datbase that i downloaded earlier and installed.if this developer suite includes database,reports and forms then do i need to uninstall the previous data base 10g that i installed.please help me regarding this.
    thanking you all

  • Budget and budget control system

    what is the differnce between budget and budget control system. is it possible in sap each po (purchase order) wise budget.if its possible in sap please provide config steps.

    Hi, guy
    In SAP, we can use IO, PS, FM to make the budget. The budget control system is a sub-module of FM. If you want to get some config step, please kindly refer SAP Best Practises.

  • "Oracle BPM  Suite 11g" and "Oracle SOA Suite 11g" components

    Dear Friends,
    I am very confusing about the "Oracle BPM suite 11g" and "Oracle SOA Suite 11g" and would like your help on explanation as the following :
    I have learn that In order to use "Oracle BPM Suite 11g" require to have "Oracle SOA Suite 11g" components to install first. Does it means that :
    1) When we buy "Oracle BPM Suite 11g" , we automatically get the "Oracle SOA Suite 11g" components as well ?
    2) IS it correct that these " these Oracle SOA Suite 11g components" are included :
    (a) Oracle BAM
    (b) Oracle Business Rules
    (c) Oracle BPEL Manager
    (d) Oracle Service Bus
    (e) Oracle Complex Event Processing
    3) Do we have a right to use all of these components listed in (2) ?
    4) Then the answers in (3) is "YES", then Is it correct when the customer buy the "Oracle BPM Suite 11g" , they no need to buy "Oracle SOA 11g" any more when they would like to implements that applications based on SOA in the future (without using BPM) ?
    5) What IF , the customer would like to start with "Oracle SOA Suite 11g" product and decide to buy only Oracle SOA Suite 11g first ; then later on in the future they would like to implement BPM projects in the future. Can you upgrade "Oracle SOA Suite 11g" to include "Oracle BPM Sutie 11g" and pay only the price different ?
    I hope you can help providing the answers to these questions. THank you very much in advance.
    Best Regards
    Pearapon S.

    This is a question best answered by your Oracle reseller or Oracle account manager to give you all the details but I hope this brief answer helps:
    - The Unified Business Process Management Suite (BPM Suite 11g) includes: BPM Studio, BPM Composer, BPMN Service Engine and Workflow Extensions, BPM Process Spaces, and BPM Process Analytics.
    - BPM Suite 11g requires the licensing of SOA Suite 11g for Oracle Middleware which requires a license for WebLogic Suite.
    - You can license SOA Suite 11g now and license BPM Suite 11g later.
    Since the products are layered, I don't see this cutting into SOA sales at all. My personal view is that BPM on top of SOA is brilliant since it provides easy integration between human and automated tasks, builds on many of the SOA concepts that are key for a successful BPM implementation (functional, not the Oracle product), and uses the same IDE. The synergies extend past easy use of services; the same business rules and human workflow components are used between both products.

Maybe you are looking for

  • How to use EXTENSION_IN in FM BAPI_OUTB_DELIVERY_CREATE_SLS...

    Hi friends, I have a requirement to extend LIKP table with custom fields and populate the custom fields using EXTENSION_IN/EXTENSION_OUT parameters in tables parameter. The documentaion says FU BAPI_OUTB_DELIVERY_CREATE_SLS EXTENSION_IN Short Text Re

  • Calculating GPS latitude/longitude from NMEA strings

    It has long bugged me that the cgps tool shows accurate position data (longitude and latitude) that doesn't match the NMEA strings at all. For example, suppose that the NMEA string values for a position are as follows: 3218.0489, N, 6447.5086, W In t

  • Can't modify line item text in financial document

    Dear all, In some cases I'm not able to modify line item text field in financial documents, and I don't know why. I've checked customizing and BSEG-SGTXT appears as modificable field in any case. As far as i know text field is not a relevant field, s

  • ALE change pointer error - master data

    Hi friends, While loading master data (customer,material and order number) all delta,we faced the error "ALE change pointers are not set correctly". In the discussions posted earlier,it was said that the change pointer in BD61 activation would solve

  • Creating a new "root level" folder in Infoview

    In Infoview (XI 3.1 SP6), does anyone know if it is possible (and how) to create a new "root level" folder, to add to the existing ones that are already there? At the root level, is "My favorites", "Inbox" and "Public Documents".  I've been asked to