Opening balance for vendor in debit

Hi
                              When I post the opening balances for vendors it is showing the vendor balance as debit.(+) Is this correct or it should show vendor balance in credit and customer balance as debit ?
Regards
Sekar

Hi,
                          This was the JE:
                                                                                VENDOR                         1000 (Debit)
                                                          OP BAL(Asset)               1000(Credit)
Remarks: BPartners  Opening Balance       
Thanks and Regards,
Sekar
Edited by: S. Gamaliel Sekar on May 17, 2011 11:38 AM
Edited by: S. Gamaliel Sekar on May 17, 2011 11:39 AM

Similar Messages

  • Upload opening balances for vendor and customer

    Hi,
    I am going live in 2 days. I want to upload opening balances. Please guide me how do i do it? not with LSMW.
    Please give T code and guide me.
    Its urgent!!!
    Thank You
    Pritam

    you want to Uplode Transactional Data take care of that, beter to Prepare BDC,
    for BDC you have to Record the Transaction Code and Tell ABAPer line items uplode process he will do the Technical Development,
    Ex: F-22
    01 - Customer A/C Dr 100
    50 - Sales                  100
    you have to arrange data in your flat file like this,
    Regards,
    TML

  • Opening & closing balances for Vendor

    Hi Experts,
    I am doing a report where in i need to get the opening & closing balances for Vendor(s). I am using BSIK & BSAK tables. Are there any more tables involved and how do i carry out the calculations?
    Please help.
    Thanks
    Dany

    Hi,
    There are various t. code to check line items for vendor like: S_ALR_87012103 but Any table is not helping to check opening/closeing balance for vendor.
    Table BSIK and BSAK are having are records for open items and close items for vendor and system calculate the balance by using these tables.
    Regards,
    Vinod

  • 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 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 query the opening balance for an specific account for an spec. date

    Hi all,
    for my user query I need to calculate the opening balance for an cash account for an specific date.
    Any ideas, how can I do this?
    Or may be you know a field in an SBO table that already contains information I need...
    Best Regards,
    Inna

    Hi Inna,
    to find the opening balance for an account or a business partner, please see SAP Note [1114253|https://service.sap.com/sap/support/notes/1114253] :
    Symptom
    How to find the opening balance of a business partner or G/L account.
    Other terms
    Account, customer, supplier, vendor, creditor, debitor, start, initial, first, opening balance, business partner, G/L, SAP Business One
    Reason and Prerequisites
    Consulting
    Solution
    There are several possible approaches:
    Approach 1 - Business Partner Opening Balance:
    1. Go to Business Partners -> Business Partner Master Data -> find the Business Partner
    2. Click on the orange link arrow next to the field 'Account Balance' in the header region of the window.
    3. Untick the boxes next to 'Posting date from', 'Display' and 'Display Unreconciled Trans. Only'.
    4. Click on the button 'Refresh'.
    5. Find 'OB' in the column 'Origin', this is the opening balance journal entry.
    Approach 2 - Business Partner Opening Balance:
    1. Go to Business Partners -> Business Partner Master Data.
    2. Click on the orange link arrow next to the field 'Account Balance' in the header region of the window.
    3. Untick the boxes next to 'Posting date from', 'Display' and 'Display Unreconciled Trans. Only'.
    4. Click on the button 'Refresh'.
    5. Double click on the column header 'Posting Date' to find the earliest transaction on the business partner account. This transaction could be opening balance, verify this with the company accountant.
    Approach 3 - G/L Account Opening Balance:
    1. Go to Financials -> Chart of Accounts -> click on the account name once.
    2. Click on the orange link arrow next to the field 'Balance'.
    3. Untick the boxes next to 'Posting date from', 'Display' and 'Display Unreconciled Trans. Only'.
    4. Click on the button 'Refresh'.
    5. Find 'OB' in the column 'Origin', this is the opening balance journal entry.
    Approach 4 - Business Partner and/or G/L Account Opening Balance:
    1. If using SAP Business One 2005 SP01 or earlier, go to Reports -> Query Generator -> click on 'Execute'.
    2. If using SAP Business One 2007 or later, go to Tools -> Queries -> Query Generator -> click on 'Execute'.
    3. Ignore the red system message in the bottom of the screen.
    4. Click on the pencil icon in the top left of the window, the field with 'SELECT *' will change colour to white, then yellow when activated by clicking in the field.
    5. Copy the query below:
               SELECT T0.[TransId], T0.[Debit], T0.[Credit] , T0.[CreatedBy], T0.[TransType] FROM [dbo].[JDT1]  T0 WHERE T0.[TransType] = '-2'  and T0.[ShortName]  = '[%1]'
    6. Click on 'Save' and give the query an appropriate name and select the appropriate category.
    7. Click on 'Execute'.
    8. Click on 'Existing Values'.
    9. Select the G/L account or the Business Partner name from the list and click on 'OK'.
    10. The system message 'Records retrieved by this query #' (# = number of records) will pop up. Click on 'OK'.
    All the best,
    Kerstin

  • Entering opening balance for a new company

    Hi all
    I am using AP, GL and CM. After successful testing on test environment the customer now is forwarding in live environment.
    He has prepared open balance for all accounts and i should migrate these balances in the system.
    This balance sheet prepared from the customer is balanced so debits equals to credits.
    The currency of this company is ALL, and in this document there are few accounts that are in EUR and USD, but in total the converted amounts of these accounts(accounts that has balance in foreign currency) together with other accounts in ALL are balanced.
    Now i have to enter in the GL module three different journals, one in ALL, one in EUR and the last one in USD, with the exchange rates given by the customer.
    The question is here. These three journals are not balanced, and i wanted a suggestion which is the best way to enter the open balance for this customer.
    Thank you and best regards

    Hi Octavio
    So the document sent from the customer is like this:
    Acc. No------------Debit ALL-----Credit ALL----------Debit EUR-------Credit EUR----------------Debit USD----------Credit USD
    Acc. 1--------------100
    Acc. 2--------------150-------------------------------------100
    Acc. 3--------------150-------------------------------------100
    Acc. 4--------------200-----------------------------------------------------------------------------------------200
    Acc. 5--------------200-----------------------------------------------------------------------------------------200
    Acc. 6---------------------------------800
    Now accounts in foreign currency should have their balances in foreign currency and the converted amount is giving the balance in local currency.
    so i have to register three journals or am i wrong?? As you can see the journals in each currency are not balanced.
    Thanks again
    Edited by: user567002 on Nov 26, 2010 3:13 AM
    Edited by: user567002 on Nov 26, 2010 3:15 AM

  • Regarding opening balance of vendor

    we have a vendor which total balance on the date 03.11.2011 is Rs.15000000. But what is the requirement is now with the same vendor we should have opening balance on dated 01.04.2011 is Rs.100000. is this possible?(to put this amount as opening balance for this fiscal yr.
    Regards
    Abhisekh

    Hi,
    You can check the balance of the vendor, according to the period wise...
    FYI
    Please check with below T-Codes:
    S_ALR_87012077 - Vendor Information System
    S_ALR_87012082 - Vendor Balances in Local Currency
    S_ALR_87012093 - Vendor Business
    S_ALR_87012079 - Transaction Figures: Account Balance
    S_ALR_87012080 - Transaction Figures: Special Sales
    S_ALR_87012081 - Transaction Figures: Sales
    S_ALR_87012078 - Due Date Analysis for Open Items (Check with this, it fulfills ur requirement)
    S_ALR_87012103 - List of Vendor Line Items (Check with this, it fulfills ur requirement)
    S_ALR_87012083 - List of Vendor Open Items for Printing
    S_ALR_87012084 - Open Items - Vendor Due Date Forecast
    S_ALR_87012085 - Vendor Payment History with OI Sorted List
    S_ALR_87012104 - List of Cleared Vendor Items for Printing
    S_ALR_87012105 - List of Down Payments Open On Key Date - Vendors
    Regards,
    GOPI KRISHNA YANDRA

  • Transfer opening balance for GL accounts and AR, AP accounts

    Dear all,
    How could I transfer opening balance for all GL. AR, AP accounts before system go libe ?
    Thank you very much,
    Kindly regards,
    Sylvecast.

    Hello
    +Dear all,
    How could I transfer opening balance for all GL. AR, AP accounts before system go libe ?
    Thank you very much,
    Kindly regards,
    Sylvecast+
    Ideally, One journal entry for all GL accounts is advisable. Open a clearing account. Debit all GL balances and credit the clearing account. For credit balances, debit the clearing account and credit the GL accounts.
    For open items in AR and AP use LSMW tool, this would take care of the postings to recon accounts also.
    For asset balances, depreciation balances use the LSMW tool. For any other balances, ensure credit or debit to the clearing account, like opening stocks etc.
    At the end of the process, ensure clearing account is zeroed
    Reg
    assign points if useful

  • Opening Balances for Previous Periods

    Hi Experts,
    There is a client requirement of entering opening balances for GL for previous periods before going live.
    eg it is required to have OB for 2006,2007 and 2008 before live transactions are entered into the system.
    Please enlighten on how to carry out this.
    Regards,
    Asap

    Hi Asap,
    You could only have one OB for one account.  If those OB for different years are for different accounts, it is ok.  Otherwise, you have 2006 OB only. You may create JE to get something like OB for 2007 and 2008.
    Thanks,
    Gordon

  • Problem in getting opening balance for multiple GL Account

    Hi,
    I am working on a  Trail Balance Report in which i am trying to fetch the data for the opening balance for multiple GL Accounts but it is not coming accurate.. Here is the link to the code which i am using currently right now:-
    http://docs.google.com/View?id=dfxswwff_13fgpdcbgt
    here i am showing the logic for the data of previous year only... i.e. data from begining to 1 day less of the date-low.

    Hi,
    It is a tranparent table which is getting data from the 2 other tables,the filling of this table is right. The execution of this query is right in the program but the problem comes when it is trying to calculate the opening balance for the respective GL Account present in the query it is not doing it. i.e. if there are 2 gl account ids having 3 rows of data each it is not calculating the of it in a single row.. i hope it is clear now...

  • 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 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 get the opening balances for lessthan selected date in cubes.

    Hi All,
    my task is to get the opening balances for the selected date.
    Ex: If I select date say 31-1-2013, I should get the sum of values which are less than the selected date.
    in sql:
    select sum(balance) from banktrans where banktrans.transdate < 31-1-2013;
    BankTable                            BankTrans
    BankId                               BankId
                                            balance
                                            transdate
    BankTable (records):
    SCB
    BankTrans(records):
    a) SCB, 15000, 10-02-2013
    b) SCB, 20000, 31-01-2014
    c) SCB, 50000, 21-09-2012
    If I select date as 31-01-2014, I should get the value as 65000 
    If I select date as 10-02-2013, I should get the value as 50000
    Date will be dynamic selection from years months days hirearchy ( time dimension)
    How can i achieve this?  
    any help is much appreciated.
    Thanks,
    Rakesh

    Dear David,
    I've tried the below with static date but i'm not getting the values which are sum of less than the given date.
    I've given 1st jan 2013 as static date and I need to get the sum of values which are less than the 1st jan date.
    CREATE
    MEMBER
    CURRENTCUBE.[Measures].[OPENBALANCE]
    AS
    Sum({Null:[Time].[Years
    Quarters Months Weeks Days].[Days].&[2013-01-01T00:00:00]},[Measures].[AmountCur]]),
    FORMAT_STRING
    = "Standard",
    VISIBLE
    = 1
    can you plz check the above once and guide me.
    Thankyou,
    Rakesh

  • How to see open items for vendor.

    Hi,
    What condition I should put to select values from Bseg to select open item amount for vendor.
    Regards
    Mave

    Hi,
      to select open items for vendor you should read from table BSIK.
    After this you can read table BSEG with BSIK-BUKRS, BSIK-BELNR, BSIK-GJAHR.
    ( Bseg is a cluster table and selections for vendor are slower than bsik)
    for example:
      select * from bsik
      where bukrs = company_code
      and lifnr = vendor_no
      select * from bseg
      where bukrs = bsik-bukrs
      and belnr = bsik-belnr
      and gjahr = bsik-gjahr
    Regards, Manuel

Maybe you are looking for

  • Logging in Oeacle SQL*Plus (ORA-12170: TNS: Connect timeout occured)  ...

    I installed recently Oracle 10g. When I try to log in, with the account and password setup[ earlier, I get the message "ORA-12170: TNS: Connect timeout occured". Do I need to specify a Host String" at Log On? Should I un-install and re-install the so

  • Event document

    hallow i wont to learn about events in abap, how i interrupt in events. any docu will helpful regards

  • BI Technical Content datasources not found in Quality after transport

    HI All I am trying to implement BI technical Content for Admin Cockpit. I was able to implement Technical content Infocubes successfully in development box but when I collected the objects and transported to Quality(collected oblects in seperate requ

  • Why does it open new finder windows?

    suddenly, without my doing anything, click on foldes in the finder ends up opening new windows, so that I have a million windows open by the time I get to the folder I need. i looked in the prefernces and I don't have the "open folders in new window"

  • SAP 3.1H com kernel and export for DB2

    Hi all    Please let me know if any one have SAP 3.1H com kernel and export cd for DB2 as i am stuck with  SAP migration MSSQL to DB2 .i am unable to download from SMP since this is older version. Thanks in advance Soumya