How to create a Cash Flow Statement?

Dear all:
I am trying to create a Cash Flow Statement, and my approach is to use Dimension formula to calculate on the fly. Is my approach the best practice, or should I use script logic instead?
Based on my understanding, if I use Dimension formula, I won't need to create new set Dim members to store the calculated values (such as Increase (Decrease) in A/R = A/R this month - A/R last month). However, I am having problem constructing the formula in FORMULAH1 column.
Given above A/R example, I tried to use [NetAR] - ([NetAR],[Time].[PRIOR]) to get the difference in value between this month and last month, but I received error message saying that "The hierarchy '[PRIOR]' was not found in the cube when the string, [TIME].[PRIOR], was parsed". Is there anyway to retrieve Next or Prior months data in MDX?
If my approach is not correct, please advise correct way.
P.S. I have searched the forum and someone mentioned using Account Transformation logic. I looked up Administration Help file but didn't grasp the concept of Account Transformation logic. Can someone explain in detail for me?
Thank you for your help!
Brian

Try not to use DIMENSION LOGIC, unless it is really simple.
This is a set of ideas from the BPC 5 demo that I often use for Cash Flow Statements.  This may be modified for your use, but the idea is consistent. Just remember to prep the customer to understand that 1 time charges and 1 off changes to CF statements are more often added and managed manually since it they would always impact a CF report.
Logic from version 5 BPC Demo- Finance App
*INCLUDE SYSTEM_CONSTANTS.LGL
*SYSLIB CONSOLIDATION_LIBRARY.LGL
// MOVE INCOME STATEMENT ITEMS TO CASH FLOW STATEMENT
RUNSUMMARIZE(ThisApp,CF_SUMM,%CATEGORY_SET%,%LC_RPT_CURR%)
//CALCULATE BALANCE SHEET MOVEMENTS AND POST TO CASH FLOW STATEMENT
*SELECT(%FROM_ACCOUNT%, "[ID]", "ACCOUNT", "[CF_TO_ACCT] <> ''")
*XDIM_MEMBERSET ACCOUNT = %FROM_ACCOUNT%
*XDIM_ADDMEMBERSET TIME = PRIOR
*XDIM_MEMBERSET RPTCURRENCY=%LC_RPT_CURR%
*WHEN TIME
      *IS %TIME_SET%
            *REC(ACCOUNT=ACCOUNT.CF_TO_ACCT)
      *IS PRIOR
            *REC(FACTOR=-1,ACCOUNT=ACCOUNT.CF_TO_ACCT,TIME=NEXT)
*ENDWHEN
*COMMIT
Changes to above:
Dependencies (libraries, properties, etc.)
- SYSTEM_CONSTANTS.LGL
- CONSOLIDATION_LIBRARY.LGL u2013 to run the Business Rules section
- The following dimensions, members and properties are assumed
          Account
               CF_TO_ACCT property which is on all base level accounts which are part of the cash flow statement. The value should be the cash flow account that they map to. The dimension values are the IDs so they are all assumed as names
               CF_SUMM property used to move the income statement items to the cash flow statement. Contains the formulas on the destination cash flow accounts that map the Income statement accounts.
          Time u2013 just the dimension name
          RptCurrency
          CURRENCY_TYPE property with a value of  L or R
What does it do?
Step 1 - MOVE INCOME STATEMENT ITEMS TO CASH FLOW STATEMENT
Use the formulas in the CF_SUMM accounts to move income statement values to the cash flow statement for all currencies based on the Currency_Type property
Step 2 - CALCULATE BALANCE SHEET MOVEMENTS AND POST TO CASH FLOW STATEMENT
·        Select all accounts that have values in the CF_TO_ACCT property
·        Add the Prior time period to the time memberset
·        Run this process for all currencies based on the Currency_Type property
·        Take the value in the current period and the negative value of the prior period to calculate the periodic cash flow amount and write to the account designated in the CF_TO_ACCT property
IMPORTANT NOTE: this step does have an issue that will be corrected in future versions of the sales demo. The issue is that if you run this logic for 2007.MAR, the negative balance for 2007.MAR will be written to 2007.APR as well as 2007.FEB being written to 2007.MAR. The logic needs to be changed as follows to work
First create two members in the DataSrc dimension that both consolidate to PreAdj member of the DataSrc dimension named CF_Current and CF_Prior
Add the following statement after the *XDIM_MEMBERSET RPTCURRENCY=%LC_RPT_CURR%
*XDIM_MEMBERSET DATASRC=
Change the REC statements as follows
*REC(ACCOUNT=ACCOUNT.CF_TO_ACCT,DATASRC=u201CCF_Currentu201D)
*REC(FACTOR=-1,ACCOUNT=ACCOUNT.CF_TO_ACCT,TIME=NEXT,DATASRC=u201CCF_Prioru201D)
Hope this helps somewhat.  It is really hard to send this detailed stuff usingthe FORUM.
Edited by: Petar Daniel on Dec 11, 2008 8:39 PM

Similar Messages

  • How to create the Cash Flow  step by step?

    How to create the Cash Flow  step by step?

    Run S_ALR_87012271 (menu path A/C-FA-GL-Info System- GL Reports - BS/PL/Cashflow-general-cash flow)
    In the screen enter the year & Company code, & execute. you will reach to another screen.
    Click on the "FORM" & you will reach another screen having various forms. The form related to Cash flow is already highlighted.
    Go to EDIT-General Data Selection - Change the financial statment version pertaining to your company
    Then, click on each line item in the form which is being displayed and enter corresponding GLs.
    Save it & execute S_ALR_87012271
    Hope this solves your problem.

  • How to prepare cash flow statement (Direct Method)?

    Dear Master,
    I go through forums I got below the some points, this point I couldnu2019t understand.
    Please explain detail how to prepare in cash flow statement (Direct Method).
    Cash flow statement ( I Got some points)
    Create a form using FSI4 - Refer standard forms available in FSI5 and FSI6.
    Create a report by using FSI1 (assign the form that you have created FSI4) - Refer standard reports available in FSI2 and FSI3.
    Please make sure that you have completed your Financial Statement Version in all respects, before designing your cash flow statement. OB58.
    0SAPRATIO-04 Cash flow (direct) Form
    0SAPRATIO-04 Cash flow (direct method)
    You should know what format you would like to see in the cash flow statement.
    You should use the FS items accordingly copy the standard forms and changed according to your format.
    You should be conversant enough to do basic report painter.
    Thanks & Regards
    Selva

    Selva,
    The tool you are looking for is SAP Liquidity Planner. We have succesfully implemented direct cash flows in SAP ECC 6.0 with this tool and it works like a charm. Cash flow calculation is done in SAP ECC and reports in BW (optional). You may also complement your cash flow model by using BW-BPS for future cash flow planning and forecasts.
    Please refer to SAP Help Online Documentation link regarding the Liquidity Planner (LP is part of SAP Financial Supply Chain Management - FSCM):
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/47/f23d4050d89523e10000000a1550b0/frameset.htm
    Direct Cash Flow calculation had long  been a lagging issue in SAP R/3 until the arrival of the Liquidity Planner. As far as I know, before this there was no straight-forward solution for the direct method. You might be going down the wrong path by asuming that building a Direct Cash Flow is just a "reporting  issue". I strongly suggest you take a look at the Liquidity Planner before anything else.
    Let me know how it goes.
    Regards,
    Rodolfo Bermúdez Neubauer

  • Doubt in Cash flow Statement Query

    Hi all,
        In FI module i am trying to create query 'Cash flow statement' using infocube 0figl_c01.
    For 'cash inflow' i restricted to debit postings for G/L account char. with two account number (200602 & 200611 as given by finance dept.) But the values are not matching as it extracts all the entries which come to that account for the posting period. But my requirement is to take only the entries related to document type 'DZ - Customer Payments' (for which there is no char. in the infocube or in the R3 Extractor).
    How to solve the issue. do i have to create a generic data source and change the infocube?
    Thanks,
    Prakash

    Hi Vachan,
    Thx for the reply.
    The entries in the InfoCube is correct. Is there any other method by which i can solve this problem. Because changing the datasource and InfoCube is tedious at this time.
    Regards,
    Prakash

  • Cash Flow Statement Direct Method

    Hi:
    I was asked about how to prepare Cash Flow Statement via direct method. I noticed that in SAP GL, we do have a cash flow - direct method available, but the layout seems not perfectly matching to financial requirements.
    So if I want to create a Cash Flow Statement via direct method up to financial management layout requirements, how many approaches that I could have?
    (develop drill down report in GL?)
    (using liquidity planner and SEM BCS?)
    or is there any more efficient approach that you could recommend? Thanks.

    Hello,
    Create a form using FSI4 - Refer standard forms available in FSI5 and FSI6.
    Create a report by using FSI1 (assign the form that you have created FSI4) - Refer standard reports available in FSI2 and FSI3.
    Please make sure that you have completed your Fiscal Year Variant in all respects, before designing your cash flow statement.
    Regards,
    Ravi

  • Cash flow statement report..

    How is the consolidated cash flow statements are generated. What are the specific movement types configured for this. Is all MT created and data collected from ECC with MT or it is part of BCS data collection only...
    Do we have to create specific group account or group account created for the normal consolidation function will help.
    Appreciate your inputs on this..

    Hi Dan,
    Can you please clarify the following :
    For indirect method, I typically creat item hierarchy to facilitate cash flow reporting.
    Question:  What does this mean..a hierarchy to reflect the cash flow grouping?
    For movement types most may originate in ECC as long as the Field Status Group allows this or requires this. These are usually used for assets and the corresponding accumulated depreciation, as well as equity, debt, certain reserves such as allowances for bad debt, etc.
    Question: Besides the assets , the MT will be required for all accounts for report purpose in BCS.  How to handle this alone in BCS, if ECC is not going to support the MT for anything other than asset account

  • Cash Flow statement as per Schedule 6

    Hi
    How can we map the cash flow statement as per schedule 6 of the companies act
    regards
    Rahul

    Hello,
    Cash flow statement format you need to ask the client according to their business requirements.
    You have to create the FORM in FSI4 and attach the same to report in FSI1
    Please refer FSI2, FSI3 and FSI5, FSI6 for your reference of reports and forms.
    Please ensure before creating a cash flow statement, that your Financial Statement Version (FSV) is complete in all respects.
    Regards,
    Ravi

  • Cash Flow Statement by WBS

    Hi experts;
         I need to create a Cash Flow Statement. There are many forums are discussing such issue in details. But my question is:
    Can I create Cash Flow Report break down by WBS elements ? If yes, Can someone kindly guide how to do.
    Many thanks in advance;
    Best regards;
    Ahmad Mahmud;

    Hi Anand ,
    check Tcode FSI6.
    regards
    prabhu

  • How to prepare Cash Flow Statement ?

    Dear All,
    I have performed these following steps to get Cash Flow Statement But not getting how to deal with step
    number 3.
    Can any one please tell me how to configure this step 3,  or what exactly to do in FSI1 ?
    I copied standard form i.e. 0SAPRATIO-04 in FSI4 and created new TEST 1 for my system.
    changed FSV to 1000 which is define in my SAP system.
    The steps I have performed :-
    1) FSI4 => Form type: Financial Statement Key Figures => Copy Form: Name and Text for the new form
    Copy from: 0SAPRATIO-04
    2 ) FSI5 => find and double click the new form just created => Edit Gen. data selection => change the FSV to what you want to use
    3 ) FSI1 => Report type: Financial Statement Key Figures  => Create Report: Name and Text for the new report With form: Name of the new form details please refer to standard SAP report 0SAPRATIO-04
    4 ) FSI3 => find and excute the new report to check if you can get the result you want
    Please help.
    Regards,
    Pankaj.

    Hi,
    I executed that said T.code it's for Cash Journal , I want Cash Flow Statement.
    I used the following T.code for Cash Flow Statement :-
    S_ALR_87012271   For  Direct Cash Flow Statement.
    S_ALR_87012272   For  Indirect Cash Flow Statement Variant 1.
    S_ALR_87012272   For  Indirect Cash Flow Statement Variant  2.
    and after inputting all details in fields and execution the result shows message line that *No records
    were selected.*
    How to deal with this ?
    Please help.
    Regards,
    Pankaj.

  • Cash flow statement implementation - how did you do it? GL or other modules

    I would like to see the various ways you have successfully implemented a cash flow statement in the past.
    1) So far, the only one I did involved ABAP reporting using logic to group gl accounts and filtering transactions etc.
    2) Also, I've vaguely read that standard SAP's GL Lcash flow statement involves configuring a FSV which involves proper gl account structure to differentiate non-cash and cash related gl accounts.
    3) I've heard some projects used document types or document text fields or new fields to differentiate line items (cash or non-cash)
    Let's hear how you've done it with details if possible. Thanks.

    Hi
    Yes it involves GL Accounts Cash flow with configuring a FSV in SAP according to business requirement direct or indirect method.
    Rgds
    vani

  • Is it possible to see cash flow statement in sap fico ? ;How

    Is it possible to see cash flow statement in sap fico ? ;How

    Re: Cash Flow statement
    Forum Rule: Please search the forum before posting a thread.

  • Cash Flow Statement - Opening and Closing balances!

    Dear Friends,
    I have created cash flow statement (Indirect Method) using T code FSI1 and FSI4 (Form)..........but i am not able
    Why wouldnu2019t Cash and Cash Equivalents at the End of the Year (Fiscal 2008) be EXACTLY equal to Cash and Cash Equivalents at the Beginning of Year (Fiscal 2009)...?
    How do we need to set up for Cash for Current year closing balances and Next year's opening balances....?
    Thanks,
    Elan N.

    Hi,
    I tested in ECC6.0 and i could able to do so, you try as mentioned below.
    In the output screen of MB5B, goto menu details > click on list > select save > select file > select spreadsheet. Here you can save tthe output in excel format.
    Regards,
    Prabu

  • Cash Flow Statement

    Hello,
    I need a document stating the configuration of a Cash Flow Statement (Direct / Indirect).
    Also, special information on how formula components are used or configured. When i tried to create a cash flow I could see there are some defined formula components like Z001, Z116 ...etc....
    regards,
    Sameer

    Hi Sameer,
    Please find below links for your needful:
    Re: Cash Flow Statement Direct Method
    http://help.sap.com/saphelp_ides/helpdata/en/6e/1220c59f0411d189b80000e829fbbd/content.htm
    Regards,
    Santosh

  • Adding field 'Document Type' to Cash Flow Statement form in FSI5

    Dear SAP Experts
    I am developing a 'Cash Flow Statement' using FSI5/FSI3 functionality. I need to have a field 'Document Type' in the list of characteristics.
    Can anyone of you guide me how can I add this field?
    An urgent reply is highly appreciated.
    Thanks
    Syed Zia Abbas

    Hi Abbas,
    I have few comments, which should help to solve your
    problem. Please take a look to note 43661 which describes the
    creation of new forms and reports.
    Following are the steps to create the form and report:
    FSI4 => Form type: Financial Statement Key Figures => Copy
                 Form: Name and Text for the new form
                 Copy from: 0SAPRATIO-04
    FSI5 => find and double click the new form just created => Edit Gen.
    data selection => change the FSV to what you want to use
    FSI1 => Report type: Financial Statement Key Figures  => Create
                 Report: Name and Text for the new report
                 With form: Name of the new form details please refer to standard SAP report 0SAPRATIO-04
    FSI3 => find and execute the new report to check if you can get the
    result you want.
    To change the fin. statement version in the general data selections of
    your new form is not enough. You have to check each line of the new form
    too and replace the fin. statement items with items of your own fin. statement structure.
    - The mentioned forms contain restrictions via for example financial
      statement items in rows and years and/or periods in columns. But, if
      you execute the reports, you get no results. It is because the forms
      are just an example templates for items of financial statement version
      (FSV) INT, which is also just a template.
      To be able to get requested results, you have to create your own
      forms (and reports based on your forms) with restriction via your
      own financial statement version (in general data selection) and the
      financial statement items corresponding to your FSV (in particular
      rows). Otherwise, you cannot get any results, as there are no values
      for the template FSV INT and items from the INT.
      But it is up to you, how you arrange the form definition. It is
      closely related to your own FSV definition.
    I hope you find this information useful.
    Jose Luis Carbajo

  • R12 EBS: Cash Flow Statement using FSG

    Hi,
    I am looking for white papers/guidance for building Cash Flow Statement using FSG. I want to develop the Cash Flow statement using Indirect method.
    http://www.accountingtools.com/cash-flows-indirect-method
    Any help is highly appreciated.
    Thanks,

    The trick is you should be able to trace cash items.
    For the Depreciation and Amortization you can use the depreciation expense a/c and amortization a/c.
    Provision for losses --  Provision for doubtful debt a/c
    Increase/decrease in AP,AR and Inventories-  You can use PTD balance
    Creating Financial Statement Generator Reports (Doc ID 176371.1)
    How to Make FSGs Function/Work (Doc ID 160445.1)

Maybe you are looking for