How to see Trial Balance for a Segment

Hi Experts,
Does anybody has idea on how to see Triala Balance for a Segment ?
In Standard Reports for Balance Sheet and Profit & Loss, SAP B1 has provided option for filtering on Segment, but the same is not true for Trial Balance.
BR
Samir Gandhi

Hi Samir,
yes it is possible to display Trial Balance in Segment format.
open Trial Balance Report, in the Upper right hand of the of the window next to G/L Accounts you can find the "FIND" button, click that one then the Find G/L Account window opens. from this window you cans Select Segmentation accounts.
regards,
Fidel

Similar Messages

  • F.01 - Trial balance for multiple company codes

    Hello SAP gurus,
    I am trying to use transaction F.01 to generate trial balance for multiple company codes. My ideal output is as follow:
    Company Code     GL account     Amount
    AAAA                  10000             200,000
    AAAA                  10001             100,000
    BBBB                  10000             500,000
    BBBB                  10001             300,000
    However, when I tried to run the report in ALV format, the report aggregate the total by GL accounts which is not what I want (see below).
    Company Code     GL account     Amount
    '****                      10000             700,000
    '****                      10001             400,000
    Do you know if it is possible to generate a trial balance broken down by company code and GL accounts in ALV format? If yes, how do I do that?
    Thanks,
    Cassandra Wong

    In the initial screen of F.01, if you select radio button 'ALV grid control' and select the layout as '1SAP' and execute, you will see the button Expand (Ctrl+F2) in the report - it is adjacent to the blue information button - you will see a + sign and the words 'Company Code' on that button.  Even if you are not able to locate the button, just press CtrlF2 on your keyboard, the list will expand.  You may not have company code in the layout - you can change it using the 'Change Layout (CtrlF8)' button and then by bringing 'Company Code' field from the Hidden Columns on the right to the Displayed Columns on the left.

  • How to see the balance under different balance if special ledgers exist???

    Some of the company using special ledgers. I need to teach user how to see the balance under different balance.
    I will focus on
    1. display voucher
    2. check GL balance
    Anyone have idea (detailed flow)/template (preferred) on these issues?
    Thanks a lot for your help in advance

    hi,
    /n----
    > acccounting -
    >financial accounting -
    >GL acccounts -
    > information system -
    > gl reports
    here in this path u can get all the gl list and gl balances list ....
    u can check what ever reports u want.....
    if useful assign points...
    regards,
    santosh kumar

  • How to get Open Balance for the year and Total Ending Balance?

    For a given account, how to get Open Balance for the year (Cumulative Ending Balance) and Total Ending Balance (Cumulative Ending Balance)?
    Is there any function module available? or should I read from some tables? Please advice.

    Hello Paul,
    You could try calling one of the following BAPIs - see which one meets your requirement. They are documented well so shouldn't be a problem finding out the correct one for your requirements.
    BAPI_GL_GETGLACCBALANCE      
    BAPI_GL_GETGLACCCURRENTBALANCE
    BAPI_GL_ACC_GETBALANCE      
    BAPI_GL_ACC_GETCURRENTBALANCE
    BAPI_GL_ACC_GETPERIODBALANCES
    BAPI_COND_VAL_DECRE_BALANCES
    You might have to put in some of your own logic after the BAPI call to get what you want.
    Hope this helps,
    Cheers,
    Sougata.
    p.s. Also look at FM FAGL_GET_ACCOUNT_BALANCE
    Edited by: Sougata Chatterjee on May 7, 2008 11:47 AM

  • How to enter opening balance for GL A/C(Ex. Bank A/C, Cash A/C, Vendor A/C)

    Hi Expert,
    How to enter opening balance for last year to closing balance to this year opening balance explain deeply helpful for me Thanks in advance.
    Example
    All Bank A/C, Cash Book, Vendors, Customers, like that how to enter closing to opening balance.
    With Warm regards,
    Selva

    Dear,
    As per SAP standard there is no need to carry forward the balances as the system will do a virtual carry forward into next year opening without creating any FI documents.
    If your business scenario demands then you can use the transaction code F-02 for posting a carry forward balances, this will not effect any of your balances but only creates a FI document.
    If your R3 version is SAP ECC5 or 6 then use the transaction code FAGLGVTR

  • How to calculate Opening balance for a customer?

    Hi Experts,
    How to calculate Opening balance for a customer? I am trying to develop a report where in i have to get opening AR balance,current sales,adjustments etc of a customer. Please let me know how can i do this. I have some tables with me KNC1, BSAD, BSID.
    Thanks in Advance.
    Sharat Chandra.

    Say for example ..
    Get the opening bal for Customer 'K' in CCode 'C1' in 2008 ..
    First get all items from BSEG ..
    Select * from BSEG where KUNNR eq 'K'
                                     and BUKRS eq 'C1'
                                     and GJAHR eq '2008' .
    Sum all the DMBTR values (This is the total value).
    Second get the cleared items form BSAD for the above entries;
    Select * from BSAD for all entries in BSEG where KUNNR and BUKRS and XBLNR eq BSEG-XBLNR.
    Sum all DMBTR values ( this is cleared value).
    Third substract the cleared value from total to get Open value.
    This is a overview .. you should go to the tables and look for fields and etc.. and then define the logic meeeting your requirements .... this is a genric undersatnding ....
    Thanks,
    Aditya. V

  • How to query opening balance for all customer or Vendor for an speci. date

    Hi,
    How to query opening balance for all customer or Vendor for an specific date?
    Example:
    put any date and query will show all customer/ Vendor  that date opening/current balance.
    Regards,
    Mizan

    Hi mizan700 ,
    Try this
    SELECT T0.[DocNum] As 'Doc No.', T0.[CardCode] As 'Customer Code',
    T0.[CardName] As 'Customer Name',(T0.[DocTotal]-T0.[PaidSys]) As 'O/S Balance'
    FROM OINV T0 INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode
    INNER JOIN OCRG T2 on T1.GroupCode = T2.GroupCode
    INNER JOIN INV1 T3 ON T0.DocEntry = T3.DocEntry
    WHERE T0.[DocStatus] ='O'
    AND
    (T0.[DocDate] >='[%0]' AND T0.[DocDate] <='[%1]')
    Regards:
    Balaji.S

  • How to calculate Average balance for an account

    Hi,
    How to calculate average balance for an account for a particular period say for JAN-12 period and after the end of that period for another two days 01-feb-12 and 01-feb-12 ?
    I'm using the following query :
    SELECT cc.segment1||'-'||cc.segment2||'-'||cc.segment3||'-'||cc.segment4||'-'||cc.segment5||'-'||cc.segment6 "Account_XX",
    nvl(sum(l.accounted_dr - l.accounted_cr),0) "Balance"
    FROM gl_code_combinations cc,
    gl_je_lines l
    WHERE cc.code_combination_id = l.code_combination_id
    AND l.set_of_books_id ='XX'
    and code_combination_id = replace it with code combination_id for account_xx
    AND l.effective_date <= '31-Jan-12' (january period end ??)
    GROUP BY cc.segment1||'-'||cc.segment2||'-'||cc.segment3||'-'||cc.segment4||'-'||cc.segment5||'-'||cc.segment6
    There are some discrepancies in "average balance" after end of month (Jan-12)?
    How to calculate average balances for a particular account (Account_XX above)from end of month of Jan to first two days of february?
    Thanks,
    Kiran

    Kiran,
    Please let me know first, is Average Balancing feature enabled in your GL Ledger?
    Regards
    Muhammad Ayaz

  • Vendor Trial Balance for a Profit Center

    Hi
    We are on ECC 6.0 and created plants as a profit center. Now, need to develop a custom report for getting vendor trial balance for a profit center. The standard report FK10N does not provide the balance for a profit center. However, while pulling the data from BSEG, system is pulling all the Line Items, when I filter on GL Account Number (BSEG-HKONT), which i can then filter on Profit Center (PRCTR). However, when i fetch the same data on a combination of GL Account Number (BSEG-HKONT) = 304000 and Profit Center (BSEG-PRCTR) = USUR, system shows only certain line items, even though the Line Items are there in the table BSEG. Pl suggest
    Regards
    Sanil Bhandari

    Hi
    Use TCOD FGI0 for more drilldown report on GL, Vendor, Customer.
    Thanks
    GG

  • PeopleSoft 8 column Trial Balance for Chile

    We have a requirement for a 8 column Trial Balance for Chile. Is there anything delivered in PeopleSoft? If not has anyone developed an sqr for Peoplesoft like this?
    Thanks,
    Ken

    Hi Raviraj
    Can you confirm In Trail Balance Opening balance for the Period is OB Starts from Company Activity.
    With Regards
    Balaji Sampath

  • How to see profile history for role?

    Hi..
    I transported role from DEV to QAS...there in QAS profile not generated. throwed error RC=8..could you anybody tell me how to see profile history for that role in QAS

    Hi,
    Please check the link below:
    [click here|Current version not generated!
    Edited by: Subramaniam Iyer on Jan 19, 2009 7:52 AM
    Edited by: Subramaniam Iyer on Jan 19, 2009 7:59 AM
    Edited by: Subramaniam Iyer on Jan 19, 2009 8:12 AM

  • How to see Summarized Hierarchy for Variances after variance calculation

    Hi,
    How to see Summarized Hierarchy for Variances after variance calculation.
    Thanks
    Sunitha

    hi Sunitha,
    KOB3 is the t.code. assign me kindly.
    regards
    Sirisha

  • Vendor trial Balance for individual plant or business area

    hi...
    tell me whr we can get trial balance for vendor for the individual plant or business area?
    Thanks & Regards
    Rekha sharma

    T.Code S_AC0_52000888 for Vendor Balances and S-AC0_52000887 for Customer balances
    have you tries these codes , pl let me know
    thanks
    harish aswani

  • How to find Opening Balance for Cash Book

    Hello Friends,
    I am Creating one Report for Cash Book.(Means : For Perticuler GL Account)
    I have no idea how to find Opening Balance for some Perticuler Date.
    Ex.
         Current date: 07/06/2007
        and i want to find Opening Balance on 26/05/2007
    i have Function for Calculating Opening Balance,                                                                               
    Group No: 3006             Business Object General Ledger Account  
    BAPI_GL_ACC_EXISTENCECHECK     Check existence of G/L account                  
    BAPI_GL_ACC_GETBALANCE     Closing balance of G/L account for chosen year  
    BAPI_GL_ACC_GETCURRENTBALANCE  Closing balance of G/L acc for curr year
    BAPI_GL_ACC_GETPERIODBALANCES  Posting period balances for each G/L account    
    but they show current opening balance, and i want for perticulaer Date..
             How to find Opening Balance for Cash Book
    please Help me out
    Thanks
    Gaurav Tripathi

    Hi Maruthi,
       Opening balance for a cutomer for a given period, u need to first find closing balance of that customer in the previous period. For eg. Suppose u want to find opening balance for customer 'A' for month of Nov'06, then U have to find wot was his closing balance in at end of Oct'06. Hope this solves u r problem

  • How to get Inventory Balances for PO data

    Hi Guys,
                   How to get Inventory Balances for PO data.
    from which tables I can get it ?
    We are migrating material data to a new plant.. for this process.. The inventory data also has to be moved..
    I am using BAPI_GOODMVT_CREATE to post inventory balances for the new plant.
    Thanks

    Hi,
    Try MARC, MSKA, MARD .
    Thanks,
    Krishna

Maybe you are looking for

  • Sales Order -- Purchase Req -- Purchase Order ..... Sales Document flow??

    Hi Guys, We have a process where we proccure few parts externally. When a sales order is created in our system based on the item category config we are able to create a purchase requition automatically. This Preq is further used to create a PO based

  • TP4 reusing ADF library migration problem

    Hello, I have an application containing multiple Business Components and View Controller projects. Common functionality is shared as ADF library between view controller projects. The applicatio was created with TP3 and is working just fine. When port

  • Create a new DB and conn / as sysdba ORA-01031

    Im try to create a new DB and: ex[oracle@srv-orcl 9.2.0]$ export ORACLE_SID=testerms [oracle@srv-orcl 9.2.0]$ sqlplus /nolog SQL*Plus: Release 9.2.0.4.0 - Production on Tue Feb 26 15:33:49 2008 Copyright (c) 1982, 2002, Oracle Corporation. All rights

  • Reliable service not so reliable..

    We offer world-class service and the nation's largest and most reliable 4G LTE network.  (( I drive from Riverside, CA to Santa Fe Springs, CA on a daily basis)) I can personally tell you up 4 places where the data cuts me off of calls and 2 guaantee

  • SQL PLUS result give me #######

    Does anyone know why my result row is giving me ############# as a record. All my row is ####### for one of my column... thanks