Crystal Report Trial balance

Dear All,
I am trying to build a Trial Balance in Crystal report using the followings SQL Query as under :
SELECT T1.[TransId], T1.[Line_ID], T1.[Account], T0.[AcctName], T0.[GroupMask], T1.[Debit], T1.[Credit], T1.[FinncPriod], T1.[RefDate] FROM OACT T0  INNER JOIN JDT1 T1 ON T0.AcctCode = T1.Account
To a very much extent I am able to extract the correct data for the financial period. Now I also want a column of Opening balance to be shown in this report.
For example if I run the report for monthly basis the following should be shown :
Opening Balance      Debit        Credit       Closing Balance
hence if suppose I run the report from 1st August 2009 to 31st August 2009 my report is generating wrong balances as closing balance of 31st June 2009 is not reflected in the report but the debit and credit balance is showing correct for the said period.
Do I need to create some formula in Crystal Report or is there a way to modify the above SQL query.
Any early response would be appreciated.
Regards,
Kamlesh

hi kamlesh,
Why you are going for crystal reports ?
Standard report seems to fulfill your requirement Financial Reports ---> Trial Balance.
Check this link
How to get opening balance of a g/l account using query ?
It will give you idea how to get opening & closing balances.
Hope it helps.
Jeyakanthan

Similar Messages

  • SAP Standard Report:  Trial balance that include trading partner

    Good Morning Guru's-
    To avoid creating a custom report, does anyone know of a standard SAP report trial balance that includes trading partner?
    Thank you. 
    Points will be awarded promptly!

    Hi
    You can use Trading partner in the selection screen but not in the output in standard reports
    If you populate Trading partner in the dynamic selection, output you will get only specific to that trading partner
    Reg
    Vishnu

  • Hyperion Financial Reporting: Trial Balance Report

    Hi All,
    I am a beginner in Hyperion Financial Reporting. I am trying to create a report for Trial Balance accounts.
    The report should have the all the accounts in the rows and two columns with DEBIT and CREDIT without any other dimensions in the columns.
    I could not setup this grid because we need to have a dimension in the column. It is fine for me to have Period dimension or something like that. But the point is, I dont know how to retrieve the Debit / Credit in two columns.
    I thought a lot to see if we can do this with sign of the data or the type of the accounts. But could not get an idea.
    Does this require any customization in FR? Is there anyway to achieve this?
                                       Debit     Credit
    Account 1                    1000
    Account 2                                   1000
    Account 3                    1000
    Account 4                                   1000
    Variance                         0               0

    Hi,
    Let me understand your issue here. You have Trial balance report which has 2 column: Debit and Credit. What connection do you have ? Is it Planning, HFM or other sources ? Normally, when you are using dimension, you should have another dimension, apart from Account that consist of Debit and Credit, which you can call during reporting design. The only requirement when you build a standard reporting with FR or Smartview is you need to place 1 dimension in row and 1 dimension in column. If you are using Hyperion, such as Planning and HFM, you should have more than 1 dimension.
    If you don't store any Debit/Credit data, then you won't be able to get that. As far as I know, this Debit/Credit exist in Trial balance report, which is an extraction from GL. When FDM or other ETL tool pushes this data as a base data for HFM, the Debit/Credit data will be translated as plus/minus data in HFM. Say, Cash in TB closing should be in Credit. In HFM, this cash displays in positive value. Otherwise, if Cash in TB closing is in Debit, then in HFM, this should be negative. But this rules will apply differently to other accounts.
    I hope this help.
    Regards,
    Anna

  • Crystal Reports Trial

    I've recently downloaded the 30 day trial version of Crystal Reports 2011 from one of the SAP sites.  During the process of obtaining the trial software you are required to register on the site.  After the process is complete, I was allowed to download the software and was sent an automatic reply with a temporary key.  Once completely downloaded, I followed the installation instructions and entered the provided key.  Unfortunately, the key that was provided does not work.  After multiple attempts I continue to get an "invalid key" error message.
    Is there a way to get a new key?

    Hi
    If you have access to https://service.sap.com, then you can download trail key from this site.
    Thanks,
    Sastry

  • Crystal report for Balance sheet from ECC6.0 directly

    各位专家,
    现在我想用水晶报表编制资产负债表,我们公司是直接连接ECC6.0 的表的.一般 ABAP 都是FAGLFLEXT表中取值的.
    但应用水晶报表,我在循环取数方面遇到了困难,选择专家或公式都很难多次对一个字段取数.不知道大家有没有这方面的经验可以分享,或者有好的例子,让我参考一下. SAP 提供了一套模板,但是基于BW的,无法应用到 直接从SAP ECC6.0 表里面取数的.
    谢谢
    Benson

    Sunny Zhang  先谢谢你的耐心回复
    我接触CR不久,可能问题描述的不清楚,我把问题简化一下,看看你能不能帮到我
    假设我的表里有如下5条记录,科目1001和1002属于货币资金,1100属于固定资产. 另外我设了一个参数变量为"月份".当份为1时,要把1001和1002记录的1月发生额汇总为货币资金,1100的1月汇总为固定资产.当月份为2时,要把1001和1002的1月发生额汇总加上2月发生额汇总, 1100的1月汇总和2月汇总相加.3月同理.
    我现在的处理方法是,先建立运行总计字段, 分别对1月发生额,2月发生额,3月发生额进行汇总,并且在运行总计字段里面应用公式, 限制科目. 这样就要创建2*3=6个运行总计字段. 然后再创建2个公式字段分配给报表中不同位置(if  period=1 then 1月发生额; period=2 then 1月发生额2月发生额 ; if period=3 then 1月发生额2月+3月).
    但是资产负债表有12个月的发生额,而且科目范围也有几十个,这样创建总计字段和公式字段就是很大的工作量.不知道有没有其他简便的方法.我研究CR不久,可能有些功能不了解.
    数据记录
    科目                  1月发生额   2月发生额  3月发生额
    1001                     10
    1001                                             20
    1001                                                                 10
    1002                                             30
    1100                                                                 10
    货币资金                 
    固定资产

  • What is the query for Accounts Payable Trial Balance (APXTRBAL) in 11.5.10?

    Hi Guys,
    What is the query for Accounts Payable Trial Balance (APXTRBAL) in 11.5.10?
    I have to write an AP Invoice Aging Report in Discoverer to show all unpaid invoices that have been transferred into GL... Business wants it to match one-to-one with the AP Trial Balance standard report...
    Business wants to run the report for any date in a past...
    The report has two parameters:
    As Of Date - the same as As of Date for the AP Trial Report
    Trial Balance Run Date - the date when Trial Balance was run...
    Conditions are:
    TRUNC(Invoice Date) <=TRUNC(NVL(TO_DATE(:As Of Date),SYSDATE))
    TRUNC(NVL(Payment Date,'01-JAN-5000')) > TRUNC(NVL(TO_DATE(:As Of Date),SYSDATE))
    TRUNC(Invoice Creation Date) <= TRUNC(NVL(TO_DATE(:Trial Balance Run Date),SYSDATE))
    Distr Accounting Date <= TRUNC(NVL(TO_DATE(:As Of Date),SYSDATE))
    NVL(Distr Creation Date,Invoice Creation Date) <= TRUNC(NVL(TO_DATE(:Trial Balance Run Date),SYSDATE))
    Show_Flag = 'YES', where:
    Show_Flag = CASE WHEN ( NVL(Cancelled Date,'01-JAN-1901') > NVL(:As Of Date,SYSDATE) AND NVL(Inv Amount Aud,0) = 0 ) THEN 'YES' ELSE ( CASE WHEN NVL(Inv Amount Aud,0) = 0 THEN 'NO' ELSE 'YES' END ) END
    There is a difference between the logic of my report, and the logic of AP Trial Balance...
    Could you please advise what I'm missing?
    Thanks,
    Iana

    What is the query for Accounts Payable Trial Balance (APXTRBAL) in 11.5.10? You can get the code by opening the report in Reports Builder and get the query.
    Or, enable trace/debug as per (FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]).
    Thanks,
    Hussein

  • Trial Balance - Details with Drill Down

    Hello Experts,
    I know that SAP has a default Crystal Report for Balance Sheet , P&L which gives us a summary of accounts. Is there anyway i can drill down into the details for each account balance using this report. Is there a default report that i am requesting? How about creating Subreport using default report and link to the summary report? Please advise.

    Hi Praneeth.....
    Creating SubReport may create problem.
    I guess you have to make your own query.
    But Option for subreport is also not bad but it creates problem sometimes to execute the report.......
    Regards,
    Rahul

  • Trial Balance and/or FSG for different period than calendar

    Hi
    We have a calendar which is from Jan 08 to Dec 08. We need to have a Trial balance from April to March.
    How can this be done from General ledger
    Thanks
    Ninad

    Ninad,
    The issue you are pointing out here is that your accounting year that is setup in oracle is between Jan to Dec but your desired reporting accounting year is between Apr to Mar. Meaning all the year end activity that happens in Dec ideally should happen in March. Is that correct?
    One way is to mirror another set of books and have calendar setup between Apr to Mar. This is a pain to maintain two setup of books but works OK if you use consolidation feature to transfer all the balances as is. You can report trial balance or FSGs off of that SOB.
    Or if you know what happens in year end closing in your system (apart from standard oracle processes for retained earnings account among others), you can change the reports to show that balances in the month of Mar or Apr rather than in Jan.
    Thanks
    Nagamohan

  • Runtime Error  loading Crystal Reports 2008

    Hi there
    I have recently purchased online in the sap site the bundled product that includes SAP Crystal Reports and SAP Crystal Dashboard Design on the sap website. For those I received only one key code
    I downloaded both products and manage to installed and load SAP Crystal Dashboard Design. I have installed SAP Crystal Reports (CR2008LPs_02142011.exe) everything goes well. When I start the program it loads for a second and then I get the following error:
    u201C Runtime Error!
    Program: c:\Program Files\Businessu2026
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application support team for more information.u201D
    My OS is Windows 7 Enterprise 32-bit
    I have tried the following:
    u2022     Uninstalling and reinstalling again
    u2022     Downloading the file again from the sap site in case the file was corrupted
    u2022     I have uninstalled CR and download the SAP Crystal Reports trial version from SAP site
    u2022     Trying to navigate to the registry to clear the registry for recent files (as I have seen in this thread Crystal Reports 2008 Runtime Error) . I get the following error message when I click on u201CHKEY_CURRENT_USER/Software/Business Objects/Suite 12.0/Crystal Reports/Recent Filesu201D. Error:
    "Error opening Hey:
    Crystal Reports cannot be opened
    An error is preventing this key from being opened
    Details: Access is denied"
    I have been unsuccessful with all the above.
    I would appreciate if someone could help.
    Thanks in advance and regards,
    Santiago

    Hi Santiago,
    That error suggests you are not a local PC administrator. CR installs require you use an account that can update registry keys etc.
    Talk to your IT guys to give you full access to your PC or log on as the local PC Administrator and install it again.
    Thank you
    Don

  • New to SAP BW/BI and Crystal Report

    Hi Experts,
    I have worked on Dataware house side but I am new to SAP BI ( had a training of 60 hours). I have got an offer for a job where I will be working on BI and Crystal reports as a SAP BW analyst.
    I am looking for some help regarding BI + Crystal Report combo. A link to a guide, webcast, your experience or any other info.
    I appreciate your time, spending to read my thread. Any of your help/post would help me and others who are inspired by SAP solutions.
    This is a wonderful forum, I am reading past threads and floating on ocean of information. Thanks from bottom of my heart
    Have a wonderful day ahead.
    Regards,
    Nit

    Hi,
    First you can Download the Crystal Report trial version and play around with the sample database in order to get use to interface and features.
    http://www.businessobjects.com/product/catalog/crystalreports/
    And may be read the user guide and Admin guide they are really useful.
    1-http://help.sap.com
    2-Business Objects tab
    Regards,
    Adil

  • Cancelled invoices still appearing in AP Trial Balance report

    Hi,
    The invoice was cancelled during 2007 but it is still showing in the AP Trial balance and GL Trial Balance report.
    May I know why? The current fix is to go the JE and fix it to zero, but this involves lot of manual work.
    Please guide me to find the exact root cause.
    Regards,
    Muthulakshmi T.

    Hi,
    Please check this thread it should help you.
    https://forums.oracle.com/thread/1002139
    Regards,
    Yuvaraj

  • AP Invoice Aging Report by GL Date (using: Accounts Payable Trial Balance)

    Hi
    Need some suggestions:
    I need to develop a custom report in (R12).
    Account Payable Trial Balance Report, does have the capability to run as of a particular date but it does not show aging buckets. This custom report is to be developed to meet the requirements from a Payables detail perspective as well as to reconcile.
    The report should show the balance due as of the report date selected. If As of Date = 5/31/11, then when the report is run on 6/15/11, it gives the results as it existed on 5/31/11. If we run it again on 8/31/11 for As of Date = 5/31/11, and again on 1/13/12, we get the EXACT SAME results each and every time except for the following fields: Current Status, Date Paid and Payment Reference Number.
    The end result should be this report ties to the penny to Oracle GL as of the date selected EXCEPT for any JEs posted to the account.
    Thanks
    Pravin

    Hi Pravin,
    For all transactions in Oracle, you will have GL dates (Accounting Dates) associated to it. If you use this date in your query to filter data, then you will get correct aging data as on a given date.
    To tally with GL, you also must check if the selected transaction has been accounted?
    Raajkumar G

  • AP Trial Balance Report Issue

    Hi gurus- I run the AP Trial Balance report and have an issue that I cannot reconcile with my raw data because when I export into excel, the invoice number is cut off after 20 characters.  This client has long invoice numbers.  Is there any way to get the SQL for this report and run it separately so I may see the invoice numbers and reconcile?  Thanks a lot.

    Hi,
    Please check note:553484.1, there are some queries provided to check the TB data like queries to compare XLA and GL data.
    Hope it helps

  • AP Trial Balance Report Query

    Hi - We use the AP Trial Balance Report as a supporting schedule to reconcile our General Ledger AP Creditor Control Account against.
    Ordinarily we would use the total remaining amount at the end of the report (which has historically balanced to the GL).
    The value in the remaining amount column has always equalled the value in the amount column.
    However, during P12 when we have generated the report we have identified several transactions that have an amount appearing in the 'remaining amount' column but no corresponding entry in the 'amount' column.
    We're not sure what the 2 column represent and why this would be the case.
    Consequently by using the 'Remaining Amount' total and comparing it to the GL balance we are out by the amounts that are only appearing on one side of the AP Trial Balance.
    I've looked at the accounting postings on the AP for some of the particualr records and can see that there is a debit and credit posting to expenditure that net off and and also a debit and credit posting to the AP Creditor Control Account that also net off
    Can anyone provide us with an explantion please?

    Hi,
    Please check note:553484.1, there are some queries provided to check the TB data like queries to compare XLA and GL data.
    Hope it helps

  • Vendor wise drill down in Trial Balance or Balance sheet report

    Dear Experts,
    Is there any report for Trial Balance or P&L/ Balance Sheet report where vendor wise drill down of amounts is possible?
    Please suggest.
    Regards
    Komal

    Hi Dear ,
    You can use F.08 for Trail Balance  and Vendor details - S_ALR_87012082 - Vendor Balances in Local Currency
    You can get cumulative balance for the vendor.
    Regards
    Radha

Maybe you are looking for