Aged trial balance

Hi,
I can see two opens in a customer when I go to FBL5N. However, when I go to Aged Trial balance report, they are not showing in that report.
Can anyone tell me what can be the reason of open items not showing in the aged trial balance report
thanks

You will need to run a debug process. Check the code to see how they are selecting the data. It could be that the document type for down payments is different than regular payments and the program is not pulling those in. It may be the program is not pulling in the posting keys. See what the select is for the data in the program. They probably use tables BSID (open) and BSAD (closed). They should not filter out the downpayment tcodes.
pls assign points if helpful as a way to say thanks.

Similar Messages

  • Accounts Receivable:  Detail Aged Trial Balance

    Good Morning-
    Is there a detailed aged trial balance available in SAP or does it have to be customized.  I have reviewed all the available reports and none of them look like an aged trial balance.
    Please help.

    Your abaper maybe able to help you. We had one created by our abaper called 'Open Item Aged Receivable Summary'.
    Elias

  • 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

  • Customize AP Trial Balance XML Data Definition for adding Aging Buckets

    Hi
    I have to customize AP Trial Balance Report XML Data Definition Template for adding Aging Buckets & Supplier details in R12 , Could you let me know how i can modify XML file?
    Thanks
    Pravin

    Hi,
    My requirement is different from the one which is in below link.
    I need to add Aging Buckets & Supplier details to AP Trial Balance report (R12) , here i need to modify the XML Data definition template.
    Please help me, very urgent.
    Thanks
    Pravin

  • 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 report - general question

    Hi,
    This is the first time that I am using the trial balance report (to compare it with a Discoverer report that was built for another purpose).
    If I am running a trial balance for the end of May, and an account has a payment due in June, then the account does not appear in the report.
    The user feels that it really should.
    Can someone explain to me the purpose of the trial balance, i.e. if the report is supposed to only show the balance of due invoices or of any invoice that is not fully paid?
    Thank you.
    Leah

    Hi John,
    First, let me explain that we have an aging report that was written and our user is comparing it with the trial balance report. This is how the whole thing began. There is too big a difference. Yesterday, our user suggested that we run the trial balance for May since there is too much activity happening now in June.
    I decided to run a trial balance for the first of February 2010 figuring that was plenty safe. One of the customers listed had 4 invoices in the report. One invoice that was missing, though, was an invoice from January 17, 2010 that was paid (GL date) March 28, 2010. (There are others like that). The question: should it have been listed or not? It was in the aging report which our user felt was correct.
    Being (I assume-maybe I am wrong) that the trial balance report was not written just for our company, I am assuming that it must be correct otherwise there would be complaints from all over. That is why I finally turned to the forum to try to get an understanding. If the trial balance is correct, then the user cannot compare the aging report with the trial balance. If it is not correct, then we must turn to Oracle.
    Is there some information that I should look for from the missing invoice that I gave as an example that would explain it not appearing in the report?
    Thank you.
    Leah
    I would just like to add that I just noticed that there is another invoice from January 17th that IS in the report. It is also paid on March 28th. The only difference between the two invoices that I see, is in the distributions. The one that is in the report has the amount split between ITEM and TAX while the one that is not in the report has the full amount as type ITEM. Both have Withholding Tax as 0.
    Sorry for these added comments. We had an electricity problem all day at work (I am at home right now) but someone suggested that the invoice that is missing might have had a creation date AFTER the first of February even though the invoice day was in January and that is why it does not appear. I will not be able to check it until I am at work tomorrow (which will be around 10:00GMT).
    Thanks.
    Edited by: user476771 on Jun 21, 2010 9:52 PM
    Edited by: user476771 on Jun 21, 2010 10:21 PM
    Edited by: user476771 on Jun 22, 2010 5:41 AM

  • BCS error: Trial balanc enot equals zero

    When I run the task to validate data in BCS, it says "trial balance not equals zero for one company code".
    Any ideas?
    Ravi T

    HI Ravi
    Possibilities are:
    01. Wrongly posting of Transactions accounts in GL a/c of Trial Balance
    02. Wrongly importing the values from external files like...XLs
    (Please verify the values of Negative Posting Items if any the each GL head of Trial balance Accounts)
    03. Picking up of Historical Aged Trial Blance figures( uncheck the HATB) options if any, on the same CompanyCode which has been already gerated for that period.
    Every GL a/c in Trial Balance account has the-- Type of Accounts(Assets or Liabi), Opening Balance, and current day transactions details (debit or credit value). the summation of opening balance, current day transactions(+/-) must be equal to closing balance of the account on that day.
    just FYI:
    In double-entry accounting requires the sum of all debit accounts to equal the sum of all credit accounts, a trial balance is required to verify correctness. The trial balance is a list of accounts and their balances at a point in time. When preparing a trial balance, three steps are needed:
    1.You must list each account title and the amount accrued in the trial balance. If an account has a zero balance, just list it with a zero in the normal balance column.
    2.Next you must calculate the total amount of the debit balance, as well as, the total credit balance.
    3.Last you verify that the total debit balance is equal to the total credit balance.
    If the total debit balance and total credit balance are not equal then there must be an error that needs correction. If the credits and debits do appear equal on the trial balance, it still does not guarantee that no errors were made. The main goal of the trial balance sheet is to report whether the account balances are reported in the appropriate debit or credit columns and to allow for future reference of financial statements
    Hope this will help you in functioanl aspect.
    Thanks & Regards
    ukraghu

  • 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 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

  • TCode for vendor trial balance (and not profit centerwise vendors list)

    Hi
    I want  vendor's trial balance report.
    My requirement is that i want list of vendors with the balances with debits and credits separately.
    There should be four columns like:
    Vendors, Debit (Amt), Credit (Amt), Net.
    I checked SDN websites also. There were many posts but all were suggesting only one report i.e. report which is used for getting profit centerwise vendors.

    HIiiiii...............
    Greeting for the Day...........
    Pls check this report S_ALR_87012082 - Vendor Balances in Local Currency
    i thing it's help full
    Thanks & regard's
    Sachin Indulkar

  • Trial balance reconciliation a/c mismatch

    hi all
    iam having an error in trial balance in sap
    the trial balance total of vendor reconciliation 13000600 in coming  14943287.90 in total but when iam going to f.42 and take out the total of that particular reconciliation a/c the total is 15003287.9 in vendor balance report there is an excess of 60000 here
    please suggest what could be the problem.
    in which report i can see the bifurcation of 13000600
    Kind regards'
    Aman

    Hi Aman,
    Please check the details of the entries at table level for table LFB1. You can through transaction SE16 for that. There you can find whether any different reconciliation accounts are involved in this.
    Warm regards,
    Murukan Arunachalam

  • 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

  • Trial Balance

    Hi All,
    I have a query regarding the Trial balance Report.
    When i run the trial balance for the period 01-04-09 to 31-12-09, I get certain figures for the accounts. When i run the Sales analysis report and the purchase analysis report, I get certain figures as well.
    Now I would like to know and check whether the sale figures and the purchase figures are correct or not? How do I compare the result of the sale analysis with that of trial balance for the same period? Please guide.
    Thanks,
    Joseph

    Hi Joseph
    The basic principle of making sure that the G/L account balances to its corresponding item group or warehouse is quite simple:
    1. Never post journals to these accounts unless absolutely necessary.
    2. Make sure the account determination is correct and that all transactions types are fully understood in terms of their impact on the trading stock account as well as on the moving average calculation. Remember that these 2 work hand in hand and any transaction that updates or relies on moving average will typically post an entry to the trading stock account.
    I must also mention at this point in time that 2005A (I am not sure of 2005B) had issues with the updating of stocks which was fixed in 2007A. The major changes are in the way that SAP handles negative stock. In the old versions, negative stock was posted at zero cost, while in 2007A it will use the last known cost and do price adjustments automatically if the new stock purchased, which now makes the on hand positive, was at a different cost.
    From your last response, it would appear that your first problem relates to not having the correct sales return account for each item group. Please change this and then run a query on all sales credit notes to determine which cost on which line was supposed to post to which trading stock account. Next post a journal, preferably one per month, to reallocate the value of the credit notes (cost of sales value) to the correct trading stock account/(s).
    Next check that no other manual entries or any service documents (purchases or sales) were posted directly against the trading stock accounts. Reallocate as necessary.
    Next try to run the sales analysis for one item group and one month at a time, also run the stock audit report for the same item group and month and compare.
    If you still find major differences on the above then let me know. My address for mailing is exposed under my profile. I will send you some queries to run that join the stock movement tables, document tables and allow you to compare to the journal table.
    Kind regards
    Peter Juby

  • Fault found with opening balances output on Trial Balance report

    When running the Trial Balance report and adding "Opening Balances" and taking the "OB from Start of Fiscal Year" option, the relevant opening balances are not shown from the closing balance of the prior period.
    All balance sheet accounts should always show a "brought forward" balance if one exists, whereas P&L Accounts should only carry balances forward over monthend boundaries, resetting at the point of a yearend. This is not the output provided by the report.
    This issue has been checked on numerous patch levels (including the beta release of 2007a SP01 by a support consultant) and returns the same problem.

    Hi Julian,
    I checked the functionality by myself and I have two findings:
    1) that the Trial balance displays in the opening balance balances for the P&L accounts from previous period.
    2) On the other side there is a functionality "Add closing balances" on the Trial balance selection criteria with option "Closing balances before Selected Period Only" which would adjust the presented opening balances for P&L accounts in point 1.
    Based on your description I understand that Global Support Center knows about the issue, so I think the point 2 could be used as temporary workaround till the system is corrected.
    Best Regards,
    Martin Slavik
    SAP Business One Solution Manager

Maybe you are looking for

  • Why won't iTunes just PLAY an album, in order, from start to finish?!

    Very confused....I can't get an album to play through iTunes on my Mac anymore. It used to work just fine but now, no matter what I try, every time I try to play an album iTunes just picks one song at random from the album and plays that. It  won't m

  • Using in the workflow process the element of Scenario dimension which conta

    Good day All In the Scenario dimension has been created element which include as children the some store elements of the Scenario dimension (Plan, Fact ...). This element has been assigned as scenario element for Planning Unit Hierarchy. When we star

  • Database copy dropped objects in source schema

    I was seeking out a quick way to copy an entire schema from one db to another and I was happy when I found the "database copy" feature. I checked the documentation and found that all I needed to do was select the source connection, the target connect

  • Use Numbers to print Address Labels

    I know Excel allows you to export a spreadsheet to print labels with, but being a die-hard Apple guy, there's no way I'm going to fork over that much money for a M$ product when I have a perfectly good spreadsheet app right here. Does anyone know of

  • Reply from first in list

    I have several accounts in email each with a different in box, e.g., judy1, judy2, judy3. If I get an email from someone addressed to judy2 it goes into the judy2 inbox, and when I hit reply, the reply goes from judy2. But, if the sender addresses th