Table for Customer and Vendor Special GL Carryforward Balances

Hi,
What is the table to get the customer and vendor special GL carryforward balances?
Thanks in advance

Hello,
I have more details to add to the thread.
If you are looking for carry forward balances for customer and vendor subledgers, the tables are:
By month
KNC1- customer (customer master transaction figures) - c/f debit/credit postings and lists by customer, company code and year
LFC1-vendor - (vendor master transaction figures) -c/f debit/credit postings and lists by customer, company code and year
By year
KNC3  (customer master - special G/L transaction figures)- c/f balances by customer, company code and year (lists totals for debit and credit)
LFC3 -   (vendor master - special G/L transaction figures)- c/f balances by customer, company code and year (lists totals for debit and credit)
Hope this helps.
KF

Similar Messages

  • Table for Customer and vendor open balance on a key date

    Dear All,
    Can anyone please let me know Table for Customer and vendor open balance on a key date. We are developing one customized report.
    I have checked with the below table :
    Customer-KNC1, KNC3,BSID, BSAD
    Vendor-LFC1, LFC3, BSIK, BSAK.
    But these are not working properly for all customers and vedors. Also, in open items, there are items with clearing documents.
    Plesae let me know, how to go for it.
    Please suggest.

    Hi
    Use BSID and BSIK for open items
    And pass company code, year and from date and to date range in Posting date selection option
    Reg
    Vishnu

  • Need table for customer and vendor carry forward balance

    Hi,
    I need to fetch the carry forward(opening) balance for GL, customer and vendor account for my report.
    I have table which contains c/f balance for GL accounts which is "GLT0" and now looking for a table for customer and vendor accounts.
    Please let me know if anyone have idea in which table i can get the c/f balance for customer and vendor accounts.
    Thanks in advance.
    Regards,
    Swati

    Hi Gurus
    The requirement from the client side in my case is to have opening balance in Tr code ZFBL1n, ZFBL3N and ZFBL5N.
    Now, from the above thread i got the Tables where i could find the Vendor and Customer Opening Balance but i also want Opening Balance for GL.
    and my 2nd query is how to get these opening balance in Z report, at Header Level.
    Thanks and Regards
    Dnyanesh

  • Table for customer and vendor balance

    Hi
    Please let me know the table from where we can get closing balance of a vendor as well as customer. I want this for entering into customer and vendor confirmation correspondence

    Hi,
    Please find below some table details related to your requirement.
    BSIK - Vendor open items
    BSAK - Vendor cleared items
    BSID - Customer open items
    BSAD - Customer cleared items
    Hope this informatin will helpful for you.
    Thanks & Best Regards,
    M.Ganesan

  • Special G/L for customer and vendor

    hi,
        sir how can we configure special gl for customer and vendor. pls know me in details.
    thanks you in advance

    Hi,
    Go to FBKP. Click on Special GL. You may define the special GL transactions for Customers and Vendors.
    For Example:
    For Account type K. Enter the Special GL Indiactor, Reconciliation Account and Special GL Account.
    Regards,
    Jigar

  • BSR code on TDS Certificate for Customer and vendor in india

    Hi
    We have a requirement to print BSR code on TDS Certificates for customer and Vendor in india.
    Currently the BSR code for Customer TDS certificates picked up from Bank branch ( BNKA-BRNCH ) field and
    for vendor TDS certificates picked up from Bank Key field.
    There is a 3rd party sowtware running monthly to update the BNKA table. so we are not following the standard process and we are implemented another options to picked up the BSR code for TDS certificate printing on Vendor/Customers.
    For Vendor TDS certificate, we implemented SAP notes 1299729 & 1338645
    to print the BSR code from Tax Number1 (T012-STCD1) field and it is working fine.
    For customer TDS certificate also we want program to pickup BSR code
    from Tax Number1 (T012-STCD1) field
    Please let me know is there any other SAP correction Notes avalible to print the BSR code on Customer TDS certificates from  Tax Number1 (T012-STCD1) field.
    Thanks
    Risha

    answews

  • Opening Balance for customer and vendor

    Hi All,
    i wana Find the opening balance of a customer and vendor. How do i do it? Shoudl i calculate it or is there any database table for that. PLz do help me.
    I have been recomended few tables like BSID, BSAD, but i dint find any field for opening balance. i didnt even find it in FD10N.
    thanks n regards.
    Santosh Kotra

    Hi,
    Opening balance of Customer means:
    Get the data from BSID and BSAD tables.
    You have to segregate the data based on the Posting date field(BUDAT).
    If you calculate all the open items amount (all DMBTR or WRBTR)  till 31.12.2006,
    then as on 1st January 2007 this amount will become the OPENING BALANCE of that customer.
    Similarly for Vendor calculate all the Open Items from BSIK and BSAK and do the similar exercise using the posting date.
    So this concept of Opening balnce is always with respect to a Date.
    Hope you understood.
    Regards,
    Anji

  • ALE: how do I use dependent distribution for customer and vendor addresses?

    Hello SDN'ers
    Hopefully someone can help me with an ALE question.
    We have two ERP systems connected with ERP - Retail and AFS.
    Customers and Vendors may be created in Retail, and are distributed to AFS using DEBMAS, CREMAS and ADRMAS messages.
    Not all customers and vendors are required in AFS, so we have various filters set up in the Retail distribution model (BD64).
    However with the filters in place, addresses were still being distributed for customers and vendors that had been filtered out.
    To try and avoid this for vendors, we created a filter group for AddressOrg.SaveReplica in receiver determination. In the filter group we selected Dependent Distribution for CREMAS (Address owner object).
    This works perfectly for vendors - vendor addresses are now only distributed if the vendor itself is distributed.
    However I've now discovered it is preventing any customer addresses from being sent! I was surprised about this: I expected CREMAS dependency to only affect vendor addresses. Can someone tell me:
    - is this how dependent distribution is designed to work? In which case can anyone offer any suffestions to achieve the filtering some other way?
    - or are we doing something wrong to be getting this result?
    Thanks for any help!
    regards, Roger

    Hi all,
    as Robert suggested, I've written an exit to get round this, although I'm surprised I should need to!
    What I did was to code an enhancement in function group BDBF, at the start of subroutine COMPUTE_LOGIC_EXPRESSION.
    * In the case of addresses, dependencies should only be applied for the appropriate type of address
      data: lwa_tbd14 type tbd14.
      if P_MODEL_DATA-FTYPE = C_FTYPE_DEPENDENCY_FROM_MESTYP.
    *   Dependency from Message Type.
    *   Read the Address Object type
        READ TABLE P_FILTER_VALUES
                         WITH KEY OBJTYPE  = 'AD_OBJTYPE'
                         BINARY SEARCH.
        if sy-subrc = 0.
    *     Check if the Message Type is linked to the Address Owner Object Type
    *     (Table is buffered on DB)
          select single *
            from TBD14
            into lwa_tbd14
           where MESTYP = P_MODEL_DATA-FMESTYP
             and OBJTYP = P_FILTER_VALUES-OBJVALUE.
          if sy-subrc <> 0.
    *       Wrong type of address for this dependency - stop here
            P_REPLICATE = c_true.
            exit.
          else.
    *       Correct address type. Standard processing continues, checking any
    *       filter values set up against the Address Owner Object Type.
          endif.
        else.
    *     It isn't an address - continue with standard processing
        endif.
      endif.
    Let me know if this helps you, or if you know of a better way to achieve the same result.
    Roger

  • Using single repository for Customer and Vendor

    Hi All
    Has anyone worked in scenario where a single repository was used to store both Customer and Vendor records? The source and Target systems are SAP ECC and MDM will have both Basic as well as contextual data.
    I would like to know the likely challenges. Anyone who has worked on similar grounds can please share his viewpoints.
    thanks
    Ravi

    Hi Ravi,
    As you want to manage both Cutomer and Vendor data in MDM you need to consider the following points:
    - If you are seeing the Customer and Vendor master as a combiantion satisfying some common criteria,then you can go about using the SAP delieverd Business partner rep which is designed keeping the ECC customer and Vendor details to an extent.You can unarchieve the BP rep in MDM and have a look at its data modelling if it serves your purpose.
    - As of MDM 5.5 we do not have provision of holding two master records in a single rep as we can use only 1 main table.So if you want to fit in your customer and vendor masters in one rep you will have to accomodate the combined fields under a single rep with proper data modelling.
    - You need to store your two masters in two separate rep and perform data modelling in such a way that your one rep hold those common fields which you wish to use for finding duplicates as mentioned in your above req and then store this information with the complete rest in a dfferent rep.So its a 2 rep concept as possible with teh current MDM version.
    - I am not very sure of this method but i think we have a provision of calling and linking data from two rep and display them as one to work upon them through EP.
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Program for customer and vendor master

    Hi All,
       I am working with ale-idocs. could you plese tell me the program name for transferring the customer and vendor master data.
    thanks in adavance,
    Sugeet.

    Hi Sugeet,
    You can transfer the Customer/Vendor master data by activating change pointers or by using RBDSEDEB/RBDSECRE programs manually by giving the customer or vendor number. But for both the methods you need to configure the partner profile settings.
    Regards,
    Rajesh

  • F.13 for Customer and vendor

    Hi,
    Like GRIR clearing accounts can the Customer and vendors also automatically cleared? I have seen option in F.13. How is it possible to clear vendor and customer. I understand we made them in OB74 but how, i am confused about clearing criteria. What should i give in it.

    Dear:
             For customer or vendor clearing it is mandatory to have full payment . For customers you will need full recovery against invoice for automatic invoice RV clearance against its corresponding Payment DZ. Eg.
    Doc type      Assignment No         Amount
    RV               1701                         25000
    DZ               1701                         25000
    It will clear the customer invoice against payment based on the assignment number. For this you should book payment with reference to invoice number that is copied from SD using VTFA . Same rules applies for vendors clearance . Hope it will help you.
    Regards

  • Tolerance group for customer and vendor,

    Hello every one,
    I NEED your help for testing the vendor and customer tolerance ,recently we configured new tolerance for vendors and customers ,but we are unable to test this new tolerance any know this testing please help we configured  in OBA3.AND coresponding config also completed ,when we post invoice in f-22 and when we clear in f-28 by giving different payemnt amount it will accept ,
    NARESH

    Hi:
           I would recommend you to please go through the SAP help (link given under) to find out what is missing in your configuration.
    http://help.sap.com/saphelp_46c/helpdata/en/2a/1a39516e36d1118b3f0060b03ca329/content.htm
    Regards

  • Table for Customizing and BASIS objects

    Hi all,
    Is there any table/view which stores a list of all customizing and BASIS objects created in the SAP system (something like table TADIR for programs)?
    I should be able to query against that table and find if a particular customizing objects exists or not.
    Regards,
    Saurabh

    Hi Saurabh,
    here in table SMODILOG...if u fatch data with condition...
    where ( OBJ_TYPE = 'CUSO' or
               OBJ_TYPE = 'ACGR' ) and
              OBJ_NAME <> Y*string or
              OBJ_NAME <>  z*string.
    This will get you the objects that you want.
    <b>Reward helpful answers with points,</b>
    Regards,
    Tejas

  • House Bank Determination for Customer and Vendors.

    HI,
    We have two House Banks namely BOAAR and BOAAP one is for Paying Customers from BOAAR and another is for paying Vendors BOAAP. Now how will this House Banks are determined when F110 is done. that means, when paying system should pay VEndors from ONLY BOAAP and Customer should be paid from BOAAR.
    Currency: USD
    Payment Method: Check,
    How to handle this in SAP.

    HI Sravan,
    Thanks for quick reply, Yes this is one option, and the other option is editing the propasal and choosing the right bank,
    Is there any other alternative other than maintaining the House Bank details in Masters Records?
    Spandana
    Any more suggestions!
    Edited by: Spandana on Mar 31, 2011 6:35 PM

  • Internation Address Version for Customer and Vendor Master

    Hi Everyone,
    There are a few fields on the General Data screen which are overwritten by value in the International address version and vice-versa. I am listing these fields below and I would like to know if this is just standard SAP functionality or did something change in our system after upgrading to ECC 6.0.
    Communication Language
    Postal code
    Telephone
    Mobile phone
    Fax number
    Email address
    Thanks for your help!
    Sheetal

    I would assume that this is standard functionality, as e.g. it does not really make sense to have different communication languages in the address versions. It is just the opposite: if you have two address versions (e.g. standard and kanji) it is quite important to stored the information about which is the preferred communication language of the customer.
    Regards
    Martin

Maybe you are looking for

  • Outlook (MS Office 2011) will not open

    Outlook (MS Office 2011) will not open.  It begins to open with the opening window appearing and then just shuts down.  I am running Mac OS X Version 10.7.5.

  • Ipad 2 screen issues

    I turned my ipad on tonight and screen has lots of lines on it and cannot see anything on the screen - anyone have any ideas as to what is wrong?

  • MDT 2012 - DaRT 7.0 Integration Issue

    Hello everyone, I have successfully configured a new MDT 2012 environment from Release-To-Web versions of MDT. (Clean environment, no remnants of MDT 2010, etc.) 1 - I have copied the DaRT 7.0 Tools.cab file from both an x86 and x64 installation of W

  • How to cancel my membership of adobe photoshop program?

    please let me know as soon as possible

  • Why Can't I Open My iTunes?

    I just Upgraded my OX X to 10.7.4, and when I got home I can't open my iTunes... It says The file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes. Would you like to download iTunes now? I already download it, a