Balance in cash flow

hi,
     i want   to create query just like cash flow report. but i dont  get    balance  in my query.   i have requred  balance
      check out my query.
SELECT 
        T1.refdate as 'Reference Date',
        T2.duedate as 'DueDate',
        T1.MEMo as  'Details',
        T1.TRANSID,       
        (SELECT DISTINCT   T5.ACCTNAME FROM OACT T5   WHERE T5.ACCTCODE= T2.ACCOUNT  and  T5.finanse='Y' )AS ACCTNAME ,
        (SELECT DISTINCT  T5.FORMATCODE FROM OACT T5  WHERE T5.ACCTCODE= T2.ACCOUNT and  T5.finanse='Y' )AS ACCTCODE,
        T2.CREDIT AS CREDIT,
        T2.DEBIT AS DEBIT
     requred balance
        FROM  OJDT T1 INNER JOIN JDT1 T2
        ON T1.TRANSID = T2.TRANSID
please   help

Hi,
Try this:
SELECT
T1.refdate as [Reference Date],
T2.duedate as [DueDate],
T1.Memo  as [Details],
T1.TRANSID,
(SELECT DISTINCT T5.ACCTNAME FROM OACT T5 WHERE T5.ACCTCODE= T2.ACCOUNT and T5.finanse='Y' )AS ACCTNAME ,
(SELECT DISTINCT T5.FORMATCODE FROM OACT T5 WHERE T5.ACCTCODE= T2.ACCOUNT and T5.finanse='Y' )AS ACCTCODE,
T2.CREDIT AS CREDIT,
T2.DEBIT AS DEBIT,
(T2.Debit-T2.Credit ) as [Balance]
FROM OJDT T1 INNER JOIN JDT1 T2
ON T1.TRANSID = T2.TRANSID
Thanks,
Neetu

Similar Messages

  • Balance Sheet * Cash Flow Planning

    Hi
    Did any body did the balance sheet and cash flow planning along with cost center planning and integrated with balance sheet in the BCS ? If yes, please provide the information on the approach to create these plans like how the data model should be and what are the various challenges that are encounter ?
    Any insight or documentation on the approach is highly appreciated. I know we have delivered cube for Balance sheet and cash flow but there is very little documentation available for that cube.

    Hello Raj,
    I have worked on Balance Sheet Planning and relied on BW query for Cash Flow statement using Profit Center Planning. Also we used BCS actuals data in BPS for the purpose of rolling Forecasting.  In this way we had actual Balance Sheet numbers as well as forecasted numbers based on current forecast version in BPS cube.
    For the purpose of Balance Sheet calculation (SEM-BPS 3.5 version) standard delivered balance sheet functions were used, such as Cumulative balance, Offset function, Timelag, Depreciation etc.  We are live based on this functionality and things are working as expected.
    I hope this helps.
    Sachin

  • No Results in GL Balance Sheet and Cash Flow Reports

    Hello Gurus,
    I have installed and configured OBIA 7.9.6 financials for oracle EBS 12.1 as per config document.
    Modified GL group account names, codes mappings as per business req.
    Did a full ETL load and it was successfull.
    Now on the reporting side, we don't see any data in the balance sheet, cash flow reports.
    My understanding is, this is because group account numbers are changed and I need to do some customization on RPD file as well.
    Could you please correct me if I am wrong and suggest me any best practices to customize for financial analytics.
    Many Thanks.!
    Edited by: obiuser on 07-Oct-2011 05:58

    Hi,
    Thank you for your response.
    I couldn't find 3.2.1.4.3 section in 7.9.6 config guide. Hope you are refereing to 7.9.6.3 guide.
    On further investigation we found that there is no data in W_AP_BALANCE_F, W_AR_BALANCE_F tables.
    This might be the reason for not having data in AP, AR Overview dashboard pages.
    Actually what we have done was, added some new group account codes such as MAINTENANCE to the codes file and updated names, fstmt files accordingly.
    Rest of the group codes, names such as AP, AR..etc., all were left as it is.
    I have another question, How can I know a group accnt code belongs the certain account range.?
    Our financial team member says there is nothing like that and he can't give the accounting range.
    Can you please help to understand this concept.
    Many Thanks.

  • Cash Flow Statement (Indirect Method)

    Dear Experts,
    I am trying to prepare the cash flow statement.  Transaction figures during the period are tallying with the balance sheet, i.e., Net cash flow during the period.  But, not opening cash balance and closing cash balance.
    We went live in to SAP on 01.12.2010.  Our fiscal year is K4 (Jan-Dec).  How to upload the opening balances into cash flow statement? 
    Kind Regards,
    Siva

    Hi
    Can get the output in the reort by assigning your Chart of account and GL accounts pertaining to your COA. You have to click on the change Icon otherwise it will show as greyed out.
    1) Preparation of FSV is a good option but how will you address "Change in receivables" like that items in FSV?
    2) GL's can be linked to the report as told earlier.
    3) Still in the process of exploring.
    4) "Relevance to Cash flow" tick has no relavance with the cash flow report.
    5) Activation of Cash management has no relevance with cash flow report.
    6) There is no special configuration required for Cash flow.
    The only problem here is getting the output for items like change in inventory etc. If this could also be brought in this report, it would be a wonderful report.
    GL accounts can be mapped with this report. The problem you may be facing is due to the reason that you might not have clicked the change icon, that is why it is showing as greyed out.
    Cheers
    V.Krishnan

  • 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

  • BPC Balance sheet , Profit loss and cash flow planning

    Hi Friends,
    Can anybody have the documents or links for BPC balance sheet and Profit loass and cash flowing for data flow from R/3 to BW abd BW to BPC as wells as what is process form business point of view. what are the EVdre reports and input scdules and we deelope and also data source for balancesheet and Profie and loss and Cash flow planning in BPC/
    PLease share any documents if you hae.
    Thanks
    Best regards
    SG

    Hi SG,
    What Raghu has shared are the best practices. However, what you need is the understanding of the these financial statements from a general perspective (not BPC). These documents are just financial statements. BPC is just a tool, in which you can create these statements. But, in order to create these statements in BPC, you need to understand the basic terminologies of the financial statements.
    You can search them directly. on the internet.
    Hope this helps.

  • A report to view the cash flow from Purchase Orders.

    Hi All,
    Could anyone suggest me a report to view the cash flow (financial obligations) which comes from Purchase Orders?
    Thanks
    Gandalf

    Hi,
    You will have to activate basic cash management (part of FSCM) and use TCode FF7B (liquidity forecast). What the report would do is, based on the delivery date of the purchase order and the payment terms of the vendor (plus some grace days for clearing the payment as per configuration) determine the date of expected payments and project the cash (and bank) balance by days/week or months.
    Alternatively you can write your own ABAP code which will do the same thing.
    a. Take a list of all open POs and determine the delivery date (EKKO and EKPO)
    b. Add the payment terms as per purchase order to the delivery date
    c. Compute the cost of the purchase order item
    d. Display the report which projects expected payments by date
    Rgds
    Shivram.

  • Cash Flow report in Report Painter

    Hi,
    I am trying to make a cash flow report in Report Painter.
    Can any one help me with steps or config material so that i can prepare and tally the cash flow report being generated in Report Painter.
    Also there are report line items where by the figures are getting populated but are not tallying with the GL balance, if seen individually by going to GL line item display
    Thanking You,
    Parin

    HI
    GOOD
    I NEVER WORK ON THIS BUT HERE I AM GIVING SOME LINKS , I HOPE YOU WILL GET SOME IDEA FOR YOUR PROBLEM.
    http://www.asug.com/client_files/Calendar/Upload/BPS%20presentation%20to%20Indiana%20ASUG%202-10-06.ppt
    http://sap.ittoolbox.com/groups/technical-functional/SAP-R3-ACCT/cash-flow-report-642778
    THANKS
    MRUTYUN

  • CASH FLOW per PERIOD

    Hi Gurus/Experts,
    really need your help since i'm stuck in creating Report Painter for Cash Flow.
    Below is the explanation of my case:
    My requirement is to make report for Cash Flow periodically (or per month).
    Already created Report Painter in FSI5 and Form in FSI1, and it's working. But, it's only giving the correct amount if only i generated Cash Flow Report on February, March, April and so on.
    When i tried to generate Cash Flow for January, the amount isn't correct.
    My speculation is because the different fiscal year that effect the increment value
    i.e
    increase in AR (Feb) = AR balance in February 2015 - AR balance in January 2015  >>> CORRECT AMOUNT
    increase in AR (Jan) = AR balance in January 2015 - AR balance in December 2014 >>> INCORRECT AMOUNT
    Currently im using three columns and Period as variable definitions, such as: 1PF, 1PF-1, 1PF-2
    So, my question is:
    1. Could i create cash flow per period? Or we are only able to create CASH FLOW PER FISCAL YEAR as standard report in SAP (0SAPRATIO-04)?
    2. If i could create cash flow per period, where did i miss?
    Already searching all threads, but i couldn't find the same problem.
    Need your advice, Gurus..
    Please let me know if there's any queries.
    Best Regards,
    Melia

    Hi Melia
    For your calculation, you can cross check your logic with actual values form table and  see why it is not matching in case of INCORRECT amount.
    Cash Flow is genuinely generated per Fiscal year and that will show the comparison of Reporting year (For Ex Current Year) with comparison year (For Ex Last Year).
    As a correct solution, you can give selection parameter as below;
    Reporting Year
    Reporting Pd From
    Reporting Pd To
    Comparison Year
    Comparison Pd From
    Comparison Pd To.
    That is the way I have created CFS. Let me know if you need more info.
    Regards
    Syed Zia Abbas

  • URGENT..How to Run Cash Flow Report.

    How do I run the cashflow report. I opened the cash flow report by going in t.code S_ALR_87012272. I entered the co. code and the g/l accounts, and the fiscal year and executed the report. But it opened a screen with no records found, although the g/l accounts have balances. Why are they not getting picked up. Is there a special way to run the cash flows report. Is it different from Financial Statement version. It is very urgent, so if I can get some help, I will greatly appreciate it.
    Thanks
    Lakshmi

    Hi Krishnan,
    Can you please tell me why is the cash flow report not picking any data though I assigned the correct FSV to it. There is another thing that I wouldlike to mention here. When I go in report painter and display the form for cash flow,though I have assigned the correct FSV in General selection, I see the FS item as 300000 which is not what is on the financial statement. On the financial statment version it is the text like petty cash and not any number like 300000 as financial item. Do I need to set up petty cash in the form in place of 300000 (because 300000 does not exist in fsv as a finacial item) Does it eman I will have to enter for each items on the cash flow report
    Thanks in advance
    Lakshmi

  • Difference in Cash Balance in Cash Journal and Cash GL Account

    dear friends,
    Can somebody tell me the reason and solution to following problem -
    1. User entered on Cash Payment ( FBCJ ) entry for Vendor with TDS activated.
    2. Due to some mistake in amount , he reversed the same ( FB08 ) , however amount reversed in Cash GL and TDS GL was wrong / was not same as per original document.
    3. Since it give the rise to difference in balance of Cash as per GL Account and Cash Journal , we passed 2 more entries ,
    1. FBCJ  - Cash Receipt ( for differential amt )
                          Cash Journal .... Dr. ....
                                    To intermediate account
    2. F-02 - Journal entry - for differential amt.
                          Intermediate account .....
                                        To Cash GL Account
    However still problem persists. Can anybody find out reason and solution for this.
    Thanks....

    Hi P S,
    Firstly, In cash journal the entries flow FI-BL (Bank Accounting - Sub-module) to FI and gets updated in GL Account.  That is why in the GL master master record of cash journal account, you see the "Post automatically only" option ticked. 
    The solution for you problem is that
    1. First reverse the f-02 entry by fb08. This will reverse the entry which has effected only FI-GL.
    2. Go to cash journal wrong (original) entry (FBCJ) and select the entry and delete the transaction through delete icon on left hand bottom.
    3. This will reverse the entry in FI-GL.
    4. Pass fresh entry in FBCJ with correct amount.
    Hope this will help you... Pls assign points if helpful.
    Regards,
    Vinay

  • SAP Reporting on Cash flow statement

    Hi all,
    in SAP, how can we configure / set up Cash flow statement report, especially for China?  How?
    Thanks in advance.

    Hi Suma,
    No, you dont need to have cash management active in your system to get cash flow and funds flow statements.
    Cash flow report defenition / design would depends on company to company.
    Please go thru the below link to understand basic concept.
    [Cash Flow Statement Example|https://www.zionsbank.com/pdfs/biz_resources_book-4.pdf]
    Hope you must be fully aware of the above concept.
    You can design your own cash flow statement using the financial statement items of your balance sheet in report painter/writer itself.
    But you may need to fully acquainted with the report painter tool first.
    Regardz,
    Srinu

  • REFX - LEASE IN - CONTRACT CASH FLOW ERROR :

    Dear Experts,
    I have an issue with REFX - lease in scenario.
    For a  ( RECN) RENTAL/ CAM contract we have filled all the required details correctly. ONE MONTH POSTINGS also done correctly FOR cam charges.
    But now Cashflow is showing as “CAM CHARGES PAYABLE” ( reversal entry ) in simulation mode which is not expected.Due to this we are unable to make the postings.Attached screen shot FYI.
    Can any one suggest to do needful. Kindly treat this as a priority issue.
    Thanks,
    N.S.Rao

    Dear N.S.Rao
    In your case, When your condition has been changed unit price or period, Cash-flow can be re-generated according "Assign Reference Flow Types" configuration as below ;
    Relation                        Description                                   FlowType        Ref.FlowType
    10           Follow-Up Posting due to Condition Increase               ZXX1                 ZXX2
    20           Follow-Up Posting due to Condition Decrease             ZXX3                  ZXX4
    so , If you want to control this re-generated or re-calculated condition item, you can configure this IMG.
    Go to RECACUST >> Conditions and Flows > Flow Types > Assign Reference Flow Types.
    and also, for your information, you can check 'Balance amount for your contract" according to use "Contract Screen >> Overview tab >> Account Sheet". then you can see entire financial document not only contract related posting but also customer/vendor and clearing document.
    Many kinds of Financial Functions already applied to "Flexible Real Estate module" as a sub-functions.
    Regards,
    Jeong, Yeong Chul

  • Cash Flow calculation

    Hi,
    I am trying to find a way to generate monthly cash-flows using the carry-forward and account transformation business rules.
    However by default, it copies the closing balance from the last month of the previous year into the opening balance of the current month. So I can only generate YTD cash-flows.
    My cash flow accounts are set to either INC or EXP account type so that I can retrieve them either in periodic (monthly cash-flow) or YTD. How can I achieve that without using a logic?
    Thanks,
    Regis

    Didn't find an easy solution, so cancel the question
    eric

  • Creating Statement of Cash Flows using FSGs and ADI

    Has anyone tried to create a SCF in FSG's using ADI for customizations and macros? I am realizing that I can automate a few things for the client like some of the variances needed from B/S accounts.For the most part, it seems thatI cannot create a report directly from FSG's. I have had to create supporting reports and with macros I have tried to automate as much as possible to create the SCF from the supporting reports. The accountants will still have a few manual things to do but it should be much faster than initially. Is this the only way with FSG's or has someone gotten much closer to the real McCoy?

    Gordon,
    Yes, ik did look at the Cash Flow report.
    What I need is similar to the Comparison Report, where you will take 2 Balance Sheets of 2 years and compare them. But I need to take this further, by then taking the Diufference between these 2 Balance Sheets and creating the 'Statement of Cash Flows'. This will not use all theBalance Sheet accounts, only certain ones.
    Thanks for your help.
    Marli

Maybe you are looking for

  • Prevent Enter key from proceeding movie

    I am using this code to get the user to enter the answer 16 in an input text field. It works but if the user hits the enterkey after they've gotten the question right, the playhead starts and moves to incorrect. This is not happening only in the test

  • RED VERTICAL LINE IN MIDDLE OF PLAYER

    I  just downloaded "adobe flash player 10.1" It plays my clips but there is  a Red vertical line running down the middle of the player. My system is Windows 7 Home Premium x64-based PC I use Explorer 8 as my browser, i have tried Firefox and Wyco and

  • R/3 Requirements for reporting

    Hi experts, Please see the following requirement. Actual Received Date (field to be sent to BW) SAP Field: LIKP-WADAT_IST Search for the Delivery document number thru the VBFA table where:      VBFA-VBELV     =     Original RMA Number (Field 3)      

  • Photoshop Elements 8 for the Mac crashes on exit

    I recently installed PE 8 for the Mac on an iMac running OS x 10.6.4.  When I exit the program I get an error message from the OS that Photoshop Elements quit unexpectedly.  I also get an error message from PE that it crashed.  With the assistance of

  • Having a contract with a cell phone company and after it is has ended

    If he phone is yours, You still have to go thru the Back Breaking process to get your phone unlocked.. This is wrong..  If the phone Legally Belongs to you...It should be relased automatically Right after the Contract ends...don't you think? Especial