Multi-period consolidation

Hi there,
We have a consolidation process that includes the following steps:
- carry-forward of LC balances
- conversion to group currency
- carry-forward of group currency balance for equity accounts
- consolidation automatic adjustments
To ensure that closing balances are correct, this 4-step process needs to run for each month. However, if we submit 2 or more months, it executes all months at each step.
How can I run these stored procedures one month at a time when the user selects multiple months (which he may do when he consolidates a budget, a forecast or a long-term plan).
Thanks in advance,
Regis

Hi Jungho,
We tried this method but to no avail. We are now reconsidering the approach of capturing monthly flows rather than YTD flow which seems to be the most common practice.
Thanks,
Regis

Similar Messages

  • Periodic consolidation

    What are the pros and cons of definiing a consolidation applicaiton as periodic in BPC.
    If defined as periodic,Will it impact the report being run in YTD measure.

    Hi,
    First of all you should choose what type of sequence you want your data to be (YTD or Periodic).
    Please check the below thread for the same issue discussed in detail.
    BPC Consolidation application - YTD or periodic
    Hope it helps.
    Regards,
    Raghu

  • Multi period closing functionality in BCS.

    How does multiperiod closing functionality works in BCS.
    If I want to perform consolidation on "monthly' and on 'quarterly' frequency is it useful?

    I have checked /gone thru that.
    Most of the function required to be executed to be executed on monthly except COI function, which is required to done on quarterly basis with quarterly data only.
    If I execute in last period of the month , once the last period data will be considered for execution? That is why thought that will keep the monthly and quarterly as a period.
    Also keeping the quarter as a period helps a lot in quarterly report generation.

  • Multi Period Load using Open Interface Adapter in FDMEE

    There was a similar question, but it didn't exactly cover this.   I already have a ticket open with oracle, but I'm hoping someone here can help.
    We currently use a Before Improt script to populate the Open Interface Adapter table.  As a simple example, we data from a PeopleSoft ledger for a period to load to our Hyperion Planning system.
    The Workbench process works perfectly.  Import for January 2014 grabs the data for 2014 from PS and loads it through.  Ideally we would like to be able to use the Data Load Rule option to execute the process for a range of periods, so that I could reload all of 2014 by selecting a Start Period of Jan 2014 and an end period of Dec 2014. 
    Unfortunately what currently happens is only the first period is processed despite the range.
    I've seen several references to period mappings as possible solutions.  This information was already verified by Oracle, but for the clarification, we've create them and mapped them at an applicaiton level.
    Any ideas as to why it would only run the first period of the range?

    Just an update:
    In order to use the Start Period/End Period functionality, you must specify a source period mapping and define a calendar in the rule.
    This issue "partially" solved my problem, however it turns out the BefImport and other Event Scripts only run once for the range.  Using the select query below:
    "Select * From AIF_PROCESS_PERIODS where PROCESS_ID = '" + str(LoadID) + "' Order by PeriodKey ASC"
    I was able to optain the records containing the periods in the Start/End range, so I was able to just create loops in the BefImport and other event scripts as necessary to mimic the running of the event scripts on all periods in the range.
    That said, I still have no solution for executing target application calcs (we have one calc that runs before load to do a clear and another after load that runs an aggregation).
    Anyone have any thoughts on how to make those calls loop?  Because the ranges can cross years, I can't just pass the periods to the calc since Jan-FY14 to Feb-FY15 isn't just Jan to Feb and FY14, FY15 (which would only be 4 periods total vs the 14 it should be).
    Alternatively, is there an easy way to call a essbase calc script from an event script?

  • Multi currency consolidation..

    Hi,
    I need to extract the data for consolidation in 2 group currency USD, EURO. We arein ECC6.0 NEWGL
    Leading ledger has only Company code currency and Group currency (USD).
    But we have to do the consolidation in USD as well as in EURO.
    In ECC Can the leading ledger maintain the data in only one group currency? For consolidation purpose how is the 2nd group currency maintained in ECC?
    Is the 2nd group currency maintained in leading or non-leading ledger?
    Please share your experience.

    In my experiences, the EUR group currency is not needed in ECC as BCS can provide the consolidation in both USD and EUR group currencies. One way to accomplish this is to first load and consolidate the data in USD and subsequently use the copy task, which can include a translation method, to bring the data into the EUR group currency consolidation.

  • Multiperiod Consolidation Consolidation Cycle

    We have selected Multiperiod Consolidation in the cons area and created a Consolidation Cycle, but the system will not allow us to save the cons frequencies to the cycle. When we attempt to save this, the system message is that there is no changes to be save.
    We have assigned the cycle in the version combinations and this is saved.
    We have regenerated the cons area and checked the authorizations with no luck in resolving this.
    If anyone has encountered this and resolved it it would be most appreciated if you would please share the resolution with us.
    Thanks, Dan

    Dear Dan,
    As per my understanding first period,year of the multi-period consolidation is must.
    Starting period of the multi period consolidation will be mentioned at "version combinations" and year period limit will be mentioned while defining "consolidation cycle".
    May be its worth re-visiting consolidation cycle creation.
    how many "delta years" manetioned in consolidation cycle?
    One more point. First period mentioned in version combination should be in sync with cosnolidation frequency mentioned in consolidation cycle.
    Thanks
    Kamal

  • Personnel cost plan (PCP) run for multi years period

    There is a requirement of PCP run (tcode PHCPADMN) for multi years.
    So, I create a plan, for example, from: 01.01.2010 - 31.12.2014.
    There is a position SPV1 has Infotype 5010 from 01.01.2010 - 31.12.2010, for example the value is 150 USD/month.
    This position is described by a job, SPV.
    The job SPV itslef has Infotype 5010 from 01.01.2010 - 31.12.9999, for example the value is 100 USD/month.
    When I run the PCP, the result is:
    SPV has value 150 USD from 01.01.2010 - 31.12.2010.
    SPV has value 0 USD from 01.01.2011 - 31.12.2014 (it is incorrect)
    What I expect is:
    SPV has value 150 USD from 01.01.2010 - 31.12.2010
    SPV has value 100 USD from 01.01.2011 - 31.12.2014 (getting data from job because position cost does not exist).
    If I try to run on yearly basis, not multi year, the result is correct.
    2010:
    SPV has value 150 USD from 01.01.2010 - 31.12.2010.
    2011-2014:
    SPV has value 100 USD from 01.01.2011 - 31.12.2014 (getting data from job because position cost does not exist).
    it seems that SAP only consider, along the run period, if position has value it will takes from position, otherwise it will takes from job.
    Is it normally like this or a bug?
    Additional question: Do you have any comment about PCP run for multi years?
    Thanks for all advise.

    Hi,
    you have to run your object data selection for multi years as well. First do this for the person, tha n do it for the position, than for the job. Than you can delete the data from the position and automatically the data from the job is taken (in average) for the position for the period you select.
    A thing that you have to keep in mind for multi period runs is that it creates thousands and thousand of records. Runtime is therefore long and extraction to BW is also hard to create due to this. If it is possible to cut it in to pieces, this is advisable.
    regards,
    Frans

  • Flexible Upload of Data for several periods/years

    Hey Colleagues,
    my client wants me to develop a new functionality to upload data for several periods/years. The function they are using right now and correctly is the flexible upload.
    As we have already developed several custom tasks and enhancements/modifications we try to not modificate further SAP standard or to post directly (back-door solution)
    But:
    It is no problem to start the flexible upload for different selecitons and to provide the values in an excel sheet. But I have problems to avoid a popup for selecting the excel file. It would be no problem if for example Batch-Input would work here, or if we would post directly using standard functionality (posting method with data change) but in this case we try to use the flex upload.
    Has anyone experienced a similiar problem? Can we use the flex upload with suppressing the popup to select the file WITHOUT an enhancement?
    Thanks in advance for your help,
    Yavuz

    Hi Yavuz,
    Yes this can work for every period in one year - use the multiperiod processing option, available since EHP2 (BCS 6.02).
    The multiperiod processing requires you to define the consolidation cycle and start period, so you could define it to start with p1 and include all 12+ periods of the year.
    NB the multiperiod processing is initiated by running with selection screen - right click and selec "run for remaining periods of the year"
    You can run either a task or a task group for the rest of the consoliation cycle, but data collection with flexible upload MUST have the presentation server settings (already mentioned above) or the data collection task will not work.
    So you make the configuration settings
    You then save your multi-period file on the presentatin server
    You then go to data collection (flexible upload) task in p1 and "run for remaining periods"

  • How to perform Step Consolidation?

    Hi All,
    I want to perform Step Consolidation (a multi-level consolidation where a Group of Entities holds another Subgroup). First I want to consolidate the SUBGROUP (S1) and then the GROUP. The hierarchy is like the one below:
    GROUP
    E1                       (Parent: GROUP)                     
    E2                       (Parent: GROUP)                     
    E_S1                   (Parent: GROUP)                     
    S1
    E3                           (Parent: S1)
    E4               (Parent: S1)
    I created a member named E_S1 which stores the results of Subgroup Consolidation (in Group Dimension in the ID member that is used for the Subgroup consolidation (G_S1), the property u201CEntityu201D is filled with the entity E_S1 and the property u201CStore_Entityu201D is set to u201CYu201D). The Subgroup S1 is out of the legal hierarchy. I proceed to this solution since I wanted to fill in the Ownership accounts (method, Pown, Pcon, etc) for the contribution of the Subgroup to Group and I could not enter data in parent members.
    The SUBGROUP consolidation is done correctly. The results are stored in the Group member u201CG_S1u201D. The same results are also stored in the Entity u201CE_S1u201D and Group member u201CG_S1u201D.  But in order to run consolidation for the GROUP I have to transfer the results of E_S1 to the Local Currency because the GROUPu2019s consolidated data will be stored in Group member u201CG_GROUPu201D.
    Certainly, this can be done by a script, but my question is if this is supported by the application and can be done automatically.
    Is this a correct approach for the case of step consolidation?
    Thank you in advance
    Maria

    Hi Maria
    There are GROUP_CURRENCY and STORE_GROUP_CURR property in the group dimension.
    Could you try to use them to force a copy of the consolidated values in the LC or C_GROUP currency ?
    Halomoan
    Edited by: Halomoan Zhou on Sep 14, 2010 10:16 AM

  • Conditional suppression using substitution variable in Hyperion financial r

    Hi all,
    Is there a way that I can suppress a column using substitution variable in hyperion financial reporting?
    For eg, i want to suppress the column if the value of the substitution variable curr_mnth = jun.
    Is there a way to do this? In conditional suprression dialog box, I dont find this option.
    Please suggest.
    Your response is appreciated.
    Thanks,
    Sirisha.

    Hi Sirisha
    In my earlier reply I think I may have mislead you as I thought that you could set the member name equal to that in a row/column and I've managed to get into a HFR studio session this morning and realised that the conditional suppression only allows you to suppress where member name = 'XXX' (specific text) so that doesn;t meet your requirement.
    Different people will have different ways of achieving what you want and everyones requirements are different. If it helps my preferred way of conditionally suppressing periodic data (for Planning/Essbase) is to add a dynamic calc account member called 'TP-Index' into the database, set up a formula so that each period returns a numeric value from 1 to 12 to match the fiscal/calendar year as required.
    Then in reporting bring the account and period dimensions into rows/columns so that you are able to retrieve data for the TP-Index account and the period as defined in your substitution variable. You can then choose how the suppression works based on a numeric value, commonly you may want to suppress if greater than, e.g. you have a multi-period report where your actual data is to June so you want to suppress everything from July onwards.
    I'm sure that a similar thing could be achieved in HFM as well if that is your underlying system instead of Essbase.
    Does that help?
    Stuart

  • Report Painter Query

    Hi all
    Good day to you.
    We have developed a Multi- Period Project Cash Flow Report in report Painter based on FAGLFLEXT Table. Each Project is defined as a Profit Centre.
    But the issue is we get the From Fiscal Year To To Fiscal Year Input from the user and also From Period To To Period Input. However it works fine if the Periods given are from 1 to 12. But if we give 1 to 8 it takes 1 to 8 periods for all previous periods as well.
    To clarify the problem with example
    Suppose if we want a Cash flow report from January 2006 to August 2008 for Example:
    The Input we give is:
    From Fiscal Year: 2006
    To Fiscal Year: 2008
    From Period: 01
    To Period: 08
    The result we get is
    2006 January to August + 2007 January to August + 2008 January to August
    The result we want is
    - It should summarize the values (under various columns) from January 2006 to August 2008.
    Any help in getting the desired result will be highly appreciated.
    Regards
    Siddique

    Try using a variable where period/year are in the same selection line. Try something with FISCPER.
    pts appreciated

  • Is there functionality in R12 to automate the straight lining of invoices in AP?

    Hello,
    Can anyone point me in the right direction?   This occurs when dealing with Software licenses for example, and you only want to recognized the expenses when its earned.
    E.g. Prepayment: 3000.-- euros payable on the 1. of September
    Expense account for this invoice should be debited on the 1. of October, November and December with 1000.-- euro each.
    Currently our users are managing this in spreadsheets, and doing the appropriate JE each month.
    Thank you.

    Thank you Ivruksha,
    We had thought about the recurring invoices, but that would mean you would have to go in an pay them off each month, plus it's a bit misleading from an audit perspective.  As you say pros and cons.
    But the SLA Multi period accounting might do the trick.  I'll give it ago and update.
    Regards
    Dave

  • Report Painter: Error RG102 when executing report

    Hi All!
    I need help with an error I'm facing with Report Painter...
    When executing a report with a large amount of variables and columns I'm receiving the error:
    Message no. RG102: Syntax error in GP3NDZHLG3MURI7VJEVF29KI876800, row 0
    If in the General Data Selection instead of using a Variable for the Version I use a fix value, it works OK. However, other reports are working properly with the same Gen. Data Selection.
    Does anyone has an idea of the cause of this report?
    Thanks!

    Hi All,
    I will try to clarify a little bit on my Issue.
    First of all, it's not a BW issue, but a Reporting Problem with the Report Painter for the Consolidation (EC-CS).
    The row is configured with a Set of Data regarding a Consolidation Item that includes all the P&L Accounts. It is configured to 'Expand'.
    Regarding the columns, I have a large number, between 40 and 50 mixing Ratio with Characteristics and Formulas. Within them, I'm using as well variables for Period, Consolidation Unit and so on.
    In the Selection Screen I have configured the following paramters
    Version - 100
    Dimension - T1
    Cons chart/acct - C1
    Ledger - US
    Cons group (Set and Variable) ZSETUNV
    Year for CG breakdwn (Variable) ZEJERAM
    Period for CG breajdw (Variable) ZPERAM
    With all the above-mentioned configurations the report works great. However, if in the Selecion Parameteres I try to replace the Version (Instead of having fix value 100, to have a variable ZVER) in order to deal with several versions in the same report when I save and execute I receive the posted error:
    Message no. RG102: Syntax error in GP3NDZHLG3MURI7VJEVF29KI876800, row 0
    Does anyone has an idea if there is a Maxium of Variables for Report Painter or any idea which may be the origin of this error?
    Thanks again!

  • Multiple currency prices for items

    Where do you set up multiple currency pricing for an item.
    The scenario that I have is for oil products from Shell oil. I have created an item for each product but can only set up the price in GBP on the item record purchasing tab. However the price is in different currencies eg USD and EUR depending upon which supplier site / delivery point is required.

    Hi CrashOverRide,
    In our practice regarding multi-currency consolidation:
    1. We define the local currency of each small enterprise.
    2. Set up a currency conversion rules.
    3. Create a group currency where you will define what currency each of the small enterprise will be consolidated to.
    4. Set up the consolidation business rules.
    The idea will be is that, first all of the small enterprise will be translated to a common currency that is defined in your group currency and then from there, the consolidation rules will apply. So depending on how many currency you want to view your consolidated data, your need to create a group currency for each.
    Hope this helps,
    Marvin

  • Exchange Rate Calculations in FDM

    I have a requirements where data import into FDM will happen in local currency but export into HFM will happen in USD. we would need to multiply the input amounts with exchange rate amounts.
    has anyone handled such a requirement? any pointers in this regard would be useful

    Just out of curiousity - why would you do the currency translation inside FDM and not in HFM? HFM is a consolidation tool that has built in currency translation functionality. It does not require any scripting in HFM to do this. FDM does not have native currency translation functionality and any solution would involve heavy customization.
    You would have to do this through customization in FDM, though it will be extremely involved. You will have to try to store FX rates for the Balance sheet (End of month rates) and for the P&L accounts (Average rate or weighted average). Many companies translate the values for the P&L using the periodic consolidation method. This does not take a local currency YTD balance and multiply it by that month's P&L rate - instead it takes period 1's periodic value at the Period 1 FX rate, takes period 2's local currency value * the period 2 FX rate, etc. It then adds all periods together to get a YTD USD balance. Building that functionality into FDM (periodic consolidation), in addition to grabbing the right FX rates for each account type would be very customized.
    I would push back on this requirement if possible. I struggle to see the value add if it is something that HFM can do with 15 minutes of set up versus hours of FDM customization.
    Regards,
    Robert Cybulski, CPA
    Finit Solutions

Maybe you are looking for

  • IMovie HD share to internet (iWeb or other)

    Hi all, I did a few searches but did not see a clear answer to this question: what is the best codec/share option for putting an iMovie HD project on the web (via iWeb, or other web sharing). I captured the footage using 1080i (Sony HDR-HC1), importe

  • Access Counter with ANSI C

    Hi Folks, I am trying to access counter  using ANSI C (python wrapper actually). Now I am able to read number of counts with sets of commands: DAQmxCreateTask("", &task); DAQmxCreateCICountEdges(task, "Dev1/ctr0", "", DAQmx_Val_Rising, 0, DAQmx_Val_C

  • How to get a pdf form to work without enabling JavaScript

    I have two users at my job that need to user a form to validate charters, the form has a text field where the user enters the charter number and it pre-propulates the form with the institutions name, address, number, etc. We are in a locked down Wind

  • Problem in viewing reports

    Plz understand my Question properly.I know how to open the linked report in seperate window.I need to open it in a seperate  TAB in infoview sothat I can view both the main report as well as the linked report simultaniously(side by side).  Plz let me

  • The Expanded package flag must be set if ShareName is specified

    Hi. I am trying to migrate packages from SCCM 2007 R2 to 2012 R2, but almost all packages fail with "The Expanded package flag must be set if ShareName is specified". I don't see any difference between the few packages that migrate successfully and t