Sap tables for AR

hi all, i need to pull the data to make a report. i need to pull all the invoices/month and i want to track which is one is closed and which is one is still open for AR. i need to build a report based on all open AR.
and i need to pull ar statement for aging.
which tables i can use to pull the information for these reports.

Hi,
Rahul is right
use below query to display AR which is open Status
SELECT * FROM OINV T0 WHERE T0.DOCSTATUS='O'
Thanks
Kevin

Similar Messages

  • SAP Tables  for Open Customer Orders and Sales History

    Dear Experts.
    I am looking to get SAP SD related tables for the following,
    1) SAP tables for Open Customer Orders     
    From SAP, I need to get all tables that Contain all open customer orders for products.
    2) Sales History
    From SAP, I need to get all tables that contain the previous month's sales history (shipped customer orders).
    Please Help!!

    hi
    check the following link
    http://www.erpgenie.com/abap/tables_sd.htm
    hope it will help you
    regards,
    sreelatha gullapalli

  • SAP Tables for FI Accounts Payable

    Hello gurus,
    Does anyone know what are the SAP Tables for FI Accounts Payable and what TCodes to display these A/P tables?
    Thanks in advance.
    Best regards,
    Gab

    And use transaction code SE16 to view the tables mentioned by Jan.  And to add check BSAK for cleared items.
    Elias
    Edited by: Elias Akorli on Dec 11, 2009 4:01 PM
    Edited by: Elias Akorli on Dec 11, 2009 4:02 PM

  • SAP Report Painter - SAP tables for report items and hierarchy

    Hello,
    can you pls. help me with an information about the list of SAP tables for Report Painter, particularly the tables where the report items/positions and report hierarchy are stored?
    for example, for the Report Writer report items and report hierarchy can be found in T8* tables.
    What are these tables for Report Painter?
    thank you in advance for any info.
    Regards,
    Jasminka
    Edited by: Jasminka Vlahovic on Dec 29, 2010 8:53 PM

    Hi  Jasminika ,
    Could you please share with me those tables names where report items  and hierarchy are saved
    Regards
    Neeraj

  • SAP table for material document/inventory document number range.

    Hi Gurus.
    Good day.
    Please help. What is the SAP table for number range? Thanks in advance.

    Hi Acel,
    The table NRIV should fetch you the data you are looking for.
    Regards,

  • SAP table for customer account balances by document currency

    Hi experts,
    We have a requirement to produce a monthly customer statement by customer currency or customer's document currency. Example is that the company code local currency is USD and the customer currency is EUR. The customer will be allowed to carry over a balance to next period under a certain threshold so there will be a carry over beginning balance from the previous period which needs to appear on the statement. Transaction FD10N only displays customers balances in the local or company code currency which is USD in this example.
    Question: Does anyone know if there is an SAP table that stores period beginning balances by customer account currency or customer's document currency?   
    We have not been able to find one and want to get additional input prior to building our own custom table.
    Many thanks in advance for your assistance.
    Regards,
    NormaF

    Hi:
        Make use of BAPI_AR_ACC_GETKEYDATEBALANCE to calculate customer opening balance. You need to develop Z report using table BSID and BSAD other SD related tables . There is not SAP standard report that shows the customer opening balance as carried forward from previous month.. You can make alteration for for showing balances in document currency.
    Regards

  • SAP table for finding Quant from the Handling unit

    Hi All,
    I would like to know the SAP table name - from the handling unit (where the stock received in the Warehouse), i would like to corresponding Quant ?
    PSS

    Hi,
    To know the QUANT for handling unit, use the table LQUA.

  • SAP Tables for AR Information

    Hi All,
    I wanted the following information for Accounts Receivable:
    1) AR Invoice Payments Infomation:
    - Company Code 
    - Customer code
    - Invoice No 
    - Posting  Date ( Receipt Date )
    - Payment  Amount (local currency )
    2) AR Invoice Information:
    - Company Code 
    - Customer code
    - Invoice No 
    - Due date
    - Invoice date
    - Posting  Date
    - Invoice Amount (local currency )
    - Sales Amount (only Sales Revenue)
    - Vat Amount (only Sales Tax amount)
    Please let me know in which SAP tables I can get the information for 1 & 2 above.
    Your early reply will be a big help.
    Regards,
    Rajaram

    Hi,
    Thanks for your reply. My problem is for the AR payments received from Customers, I am getting all the information I require from BSAD, except the actual payment received, which is not available in BSAD. I only get the Invoice amount which has been cleared and not the actual payment received from Customer.
    Any thoughts on how to get this information.
    Regards,

  • Standard SAP Table for PO Header Text and PO Item Text

    Hi,
    I want to know the Standard SAP Table where the PO Header Text and the PO Item Text are stored.
    Thanks,
    RK

    PO texts are stored in tables STXH and STXL.
    TDOBJECT is EKKO for header texts and EKPO for item texts.
    Just for future reference with regards to getting text id's etc.
    eg: PO texts.
    --> Go into the PO.
    --> Go to the text tab (item or header - depends what u want).
    --> Double click into the required text.
    --> Click the "GO TO" menu option.
    --> click Header.
    and all the info you need is there.
    You need to use function module READ_TEXT. Since lenght of text is variable it is stored in binary format and cannot be read via a table viewer.

  • Is it possible to Delete all Records of Std. SAP tables for Quality Server

    Hi,
    We want to delete some sensetive information from Test(Quality) Server.
    For Std. SAP tables, is it possible to delete all Records?

    Hi, Through an ABAP program it is possible. You can develop the custom program on Development server than transfer it to QS and run the program.
    Regards,
    Aalok
    Edited by: aalokg on May 13, 2010 12:19 PM

  • SAP Tables for Bex Jump Queries

    Hello Everyone,
    Need to know, is there any SAP table which stores the list of jump queries in the system.
    Can you share your inputs.
    Regards,
    John

    Thanks all for the reply. I can able to get the query name using two table rsbbsquery and rszeltdir table...but i just able to get the query tech name which i dont know whether it is a summary query name or the detail query name... so how can identify ???
    I have one more follow up question with reference to the SAP table...
    Lets say we are creating a jump query from summary query " Query 1 " did the jumpto config on the plant characterstic and jumping to detail query " query 2".
    I would like to see the query 1 to quer 2 relationship in the table.
    Do we any table which stores this information, after creating the config in RSBBS.

  • SAP tables for stock and batch

    hi MM guys
    I have a requirement to check stock of the material before issuing to Process order. Can anybody pl.tell me the exact table for the stock and batch for that material.
    Regards
    Laxmikanth

    Hi,
    Thanks to all.I am getting the stock and batch but my requirement is to check total stock which is available on the day of posting.
    Actually in COR6N in PP when they do goods movement even stock is not avilable still system is allowing to post the materials .And in MMBE it is showing negative stocks.
    So pl.send the table which can give me total stock on a given date.
    Regards
    Laxmikanth

  • SAP tables for stocks at warehouse level

    Hi
    Can anyone let me know which are tables for the stocks which are maintained at the warehouse level.
    sunil

    LQUA

  • SAP Table for Custom variable and values?

    Hi folks.
    I am looking for a SAP standard table which I recall existing. This table was designed by SAP to store a variable name and value(s), so that no programmer would ever hard-code values into their reports. Instead, the programmer would create a new record in this SAP standard table with a unique variable name, and assign the constant value to this variable.
    In the report this variable would be read from the table and the value used. I think this table starts with T, but not sure.
    Does anyone have any idea what the name of this table is?
    Regards,
    Eugene

    Hi Shameem,
    This is a profitability analysis reporting table, which is not what I was looking for. The table I remember was a cross-application table that was specifically created for the purpose.
    Regards,
    Eugene

  • Sap tables for material, plant & vendor combination

    Hi Experts,
    Can you pls help to get the sap application common tables to join material, plant & vendor in infoset ?
    Please answer any related to this. I want to create one info set using above 3 objects looking for tables
    Irfan.

    Hi,
    Please check the below tables
    EINA - General Data
    EINE - Purchasing data.
    EINP - Price History.
    KONP - Condition Item
    KONH - Condition Header
    EIPA - Order Price History: Info Record
    Regards,
    Divya

  • SAP tables for time mgt

    hi experts
    how do i access the various tables on SAP? I'm using ECC 6.0. Eg, someone gave me a doc that has table V_554S_G (absence payment data). how do i access these tables please?
    Thanx for your assistance

    Hi,
    You could use T- Code
    SM30/SM31 for Table View
    and
    SE16 could be used as a Data Browser.
    Thanks,
    Aastha.

Maybe you are looking for

  • Why doesn't FF make the latest Update compatible with a Power PC G4?

    I've got a Power PC G4 Mac, which apparently doesn't meet the System Requirements for the latest Update of Firefox: why not? In this Economy, I'm sure there are a lot of people like me still running Power PC's, yet now I can't even "suggest" to FF th

  • Problem with timer

    hi every body, i made a program that allow every client to send a message to another client, and to that i was created a table to make a client to write he's meesage to another client by using a form made for this purpose and then i was created a tim

  • How to have the library updated between two computers?

    I have two computers. One is running Windows XP(always on) with iTunes and the whole library in it. I share this iTune library wirelessly so that my MacBook Pro can access it. The problem is - whenever I update my library from one of this computers,

  • Third party time device

    Hi to all, Can any one share the configuration of how to connect the SAP HR with the Third party time device of swipe in and swipe out of an employee. You can mail the document to my id of shreyasen1980 at the rate of gmail dot com Thanks, Shreyasen

  • Lagging experience at all interface animations in OS X Mavericks

    Hi, I am having the same problem described in the topic https://discussions.apple.com/thread/5479303?tstart=0 So I have completed the steps suggested to reset the SMC and later made a ETRE check. I have pasted the check report in here. Please suggest