Report to List Incoming Payments and related Invoices

Hi Experts,
I would like a query which lists Incoming Payments and also the related Invoices which were paid.
Is there a table which links together the ORCT and OINV tables?
Thanks
Greig

Hi Greig,
Link to ORCT - OINV( SELECT * FROM ORCT T0  INNER JOIN OINV T1 ON T0.DocEntry = T1.ReceiptNum )
Link to ORCT -RCT1 - OINV( SELECT * FROM ORCT T0  INNER JOIN RCT1 T1 ON T0.DocNum = T1.DocNum
NNER JOIN OINV T2 ON T0.DocEntry = T2.ReceiptNum)
Try this,
Lists of Incoming Payments and related Invoices.
SELECT T0.DocNum,
COUNT(T0.DocEntry) 'No of Invoice'
FROM RCT2 T0
INNER JOIN OINV T1 ON T0.DocEntry = T1.DocEntry
GROUP BY T0.DocNum
Regards,
Madhan.
Edited by: Madhan Babu C on Aug 28, 2009 9:23 AM

Similar Messages

  • Incoming payment linked to invoices not reconciling

    1 incoming payment of $900 dated 1.8.08 has been linked to 3 AR invoices (dated in July), in the incoming payment window. 
    The 3 invoices have been pauid in full (NO part payment where made).
    When running the customer aging report dated 16.9.08, the incoming payment receipt of $900 appears, but the 3 invoices appear to have been reconciled.
    Why could this be occuring?  How can I reconcile the invoices against the payment correctly?

    Hi,
    Please check for the Business Partner, for whom the Invoice were raised, the following :
    1) Goto the Banking Module > Bank Reconciliation and Statements and Manage Previous Reconciliation
    2) Enter the Business Partner and check the reconciliations.
    When you highlight the row the details of the reconciliation are shown in bottom half of the window.
    If you find the Invoices and the Payments, the same are reconciled.
    However, there can be a chance that there is/are Credit Memo raised for the Invoices which are paid by that Incoming Payment and you need to Manually reconcile the transactions together,
    Please confirm about the Credit Memos for the Invoices linked in that Payment.
    Hope it helps.
    Regards,
    Jitin

  • Customer Statement showing Debits (Incoming Payments) and Credits (A/R Invo

    Hi All,
    I wish to generate  a Customer Statement showing Debits (Incoming Payments) and Credits (A/R Invoices) in separate columns.
    I also wish to include an ageing report as a footer. Has any one tried this before? And which tables can give me the data fields that I need??
    Warm Regards,
    Robinson.

    Hi Robinson,
    We can do it by using the formula fields. try this senario
    1. F_038 Is the default Amount field given by the SAP which we can't Change this value this one is hard coded.
    In general tab Link this field with F_004
    2. create one formula field (i.e. ex: F_001) in repetitive area and assign this Formula in it
    Amount(F_038)
    3. Create another Formula field (i.e. ex: F_002) in repetitive area and assign this formula in it
    F_001*(-1)   in general tab link this field to the F_003
    4. Create another Formula field (i.e. Ex: F_003) in he repetitive area and assign this formula in it
    F_001<0
    5. Create another Formula field (i.e. Ex: F_004) in he repetitive area and assign this formula in it
    F_001>0
    Now you can print the debit and credit amounts separately on the PLD

  • Table Relationship Between AP Down Payment And AP Invoice

    Hello Experts,
    I would like to know how an A/P Invoice table and A/P Down Payment table are linked each other.
    For example, when you click the button "Total Down Payment" in the A/P Invoice screen, the list of down payments is shown.
    How does SBO search appropriate AR Down Payments which is linked to the AP Invoice?
    I searched down payment tables (ODPO) which may be linked to purchase order (OPOR) and AP Invoice (OPCH), but I cannot find it.
    I'd like to know it to prepare a query.
    I really appreciate your help!
    --Toshi
    Edited by: Gordon Du on Feb 23, 2010 10:19 AM

    Hi Gordon,
    I'd like to know AP Down Payment and AP Invoices.
    I am checking the table DPO1 right now, and I think I got close to the answer...
    Thank you very much for your answer!
    --Toshi
    Edited by: Gordon Du on Feb 23, 2010 10:20 AM

  • When using program RFDM3000/Automatic creation of dispute cases what is the difference with the option of Automatic incoming payment and Open items?

    We currently have a batch jobs running for each, automatic incoming payment and open items.  This was set up in the past and we are trying to determine what the difference is for each of these functions?  Do you need to have the automatic incoming run prior to the open items for residuals and payments on accounts?

    Hi Chris,
    Program RFDM3000 creates dispute cases for residual items arising during automatic incoming payments (account statement, lockbox), during check presentation, or in postprocessing.
    Alternatively, you can use the program to create dispute cases for open receivables items. You can use the selection criteria to restrict the quantity of open items (for example, using the document type and posting key for residual items from incoming payment postings).
    You will find more information in the link below
    http://help.sap.com/saphelp_erp2004/helpdata/en/0b/e07340b0c6980ae10000000a155106/content.htm
    Regards,
    Jose

  • Report to list all computers and their collection membership

    Hi
    I am currently working on a site where direct membership is used for collections but a need has arisen to move to AD Queries.
    I have created a simple powershell script that creates groups based on the contents of a csv file and another script which populates this with the members listed in another csv file.
    To help speed up the process is there a way to generate a report that lists ALL Computers and their Collection membership?
    The only reports I seem to find that are built in require an inputted value of either computer name of collection ID. I simply need a report that lists Computer Name is column 1 and Collection Name in column 2 for all computers and all collections.
    Many Thanks,
    Matt Thorley

    select 
    FCM.Name,
    C.Name
    from 
    dbo.v_Collection C
    join dbo.v_FullCollectionMembership FCM on C.CollectionID = FCM.CollectionID
    Thanks to Garth for original query. I just modified it :)
    Anoop C Nair (My Blog www.AnoopCNair.com)
    - Twitter @anoopmannur -
    FaceBook Forum For SCCM

  • I made the purchase association for more than a week, but even having already received confirmation of payment and the invoice , I can not use the application . I am being told I do not have no purchase on my name

    I made the purchase association for more than a week, but even having already received confirmation of payment and the invoice , I can not use the application . I am being told I do not have no purchase on my name. What i must to do ?

    Does your Cloud subscription show on your account page?
    https://www.adobe.com/account.html for subscriptions on your Adobe page

  • Payment to Vendor, clearing document and relative invoice

    Hi experts.
    I have this doubt: if i have a payment in BSAK table that clear different invoices.
    So which field on BSAK table for a payment permit to derive uniquely each invoice?
    Thanks a lot.
    Regards.
    Andrea

    Sorry,
    perhaps i am not clear.
    So , i have an payment in BSAK
    blnr buzei AUGBL  
    50     1       50
    50     2       50
    So , if the field REBZG is blank, how can i link each payment uniquely to an invoices? So, in this scenario , the clearing document isn't sufficient because the relative invoice have the same clearing document.

  • How to get Incoming payment total in Invoice PLD

    HI ALL
    I designed a A/r Invoice PLD in which i insert the Incoming payment DocTotal field in the End of PLD
    when i priview the A/R Invoice  Document
    each Item  , qty and total in the repetitive area repeating  40 to 50 times
    when i remove the incoming payment doctotal field from the PLD  it is working fine
    My requirement is i should show the Incoming payment Doctotal along with the Invoice total in PLD
    can any one suggest the answer

    Hi,
    You cannot just add that Incoming payment DocTotal field directly to your Invoice PLD because there is no proper link for it.
    What you can do is to add a UDF in Invoice table and get the related Incoming payment DocTotal by FMS query.
    Thanks,
    Gordon

  • Posting Cash Payments and Clearing Invoices

    Hi everybody,
    Can anybody suggest a transaction to post payments (money) and clear FI invoices.
    I am looking for a transaction where the user can pull an invoice by doing a search by invoice number, or by PO number, and to post a payment against the invoice, do clear it down.
    I tried the transaction F-28 and, apparently, I can´t search the invoice by the PO number.
    Appreciate your help!
    Thank you very much!
    Kind regards
    Drimas

    Hello,
    If I understand correctly you are trying to make payment for vendor invoice. Whereas, the transaction code F-28 relating to Customers.
    You have two option in SAP to post invoice
    1. MIRO - If you have Purchase Order details and your MM module is in place, then you can post. However, before posting MIRO, you should have Purchase Order in place ME21N and goods receipt must have been made in MIGO.
    2. If it is pure FI Invoice, then you can post the invoice through F-43 or FB60
    Now for any of the invoices 1 or 2, you would like to make the payment,
    You can make the payment by using
    F-53 - Creates Payment Document (To assign check manually use FCH5, to assign automatically use FBZ5)
    F-58 - Creates the Payment document as well as assign the check automatically.
    F110 - For Automatic Payment Program
    If you want to void the check, then FCH9
    If you want to void the check as well reverse payment document FCH8
    If you have not assigned any check so far, but would like to reverse the payment document, then use FBRA.
    Once you have reversed the payment, if you still wanted reverse invoice document, then use FB08.
    If you want to see the check register, use FCHN.
    To update the check number on assignment or reference field, you can use FCHU.
    May be some of transaction codes are irrelevant for you, but just for your future reference, I have provided additional information.
    Please let me know if you need any further information.
    Regards,
    Ravi

  • Distribution rules in Incoming payment and Outgoing payment

    Hi,
    Did anyone know the purpose of having distribution rules in all the outstanding invoices in both Incoming and Outgoing payment.
    I try to attach the distribution rules to specific invoice and post incoming payment but it did not appear in the bank journal entry row.
    I also try to attach profit center in AR Invoice row but after posting and do Incoming payment, the distribution rules also never show for that particular invoice.
    Really wonder how the distribution rule works?
    Regards
    Thomas

    Hi Thomas,
    From the SAP help, you can know what is the use of this rule.
    Defining Distribution Rules
    Use
    For cost accounting, this setting is mandatory.
    Use this procedure to define distribution rules to distribute amounts between different profit centers.
    Prerequisites
    You have defined profit centers.
    Note: If you delete a distribution rule for one profit center (100%) this does not automatically delete the profit center.
    You can also look up this key word to find more info. For examle, you can find SAP note 1236348 to see if it fits you.
    Thanks,
    Gordon

  • Post an Incoming Payment starttng with Invoice Number.

    My client needs to create an Incoming Payment for a customer but wants to start with the Invoice number instead of the BP number.  They are using SAP B1 version 8.8.  Do you have a solution?

    Bill,
    This is quite common and I think this is what you will need...
    Save the below query and link it as a formatted search on the CardCode field on the Incoming Payment
    SELECT T0.CardCode FROM [dbo].[OINV] T0
    WHERE T0.DocNum = '[%0]'
    After you add this formatted search query to the CardCode field.  The user would press Shift+F2 on the CardCode field when processing an Incoming Payment. A window would pop-up asking to Enter DocNum which is the Invoice number.  This will do the reverse lookup.
    SUDA SAMPATH

  • AP down payments and final invoice

    Hi,
    I have a purchase order for 10,000
    I made a down payment to vendor wrt PO for 5000. Now I have received an invoice for 5000.
    When I do MIRO, there is a pop up message saying that 5000 down payment exists on vendor and PO XXX. But it will not adjust against the invoice.
    Is there a configuration to adjust down payment at the time of MIRO(Invoicing) as the clients wants to enter the final invoice only for 5000 and not for 10000.
    Pls suggest me a suitable solution.
    Thanks
    Srini

    Srini,
    since the payment to vendor is 5K only and it is already paid via downpayment, you book the invoice and clear the invoice & down payment together manually through F-54 and F-44.
    from EHP4 the downpayment clearing function is integrated in invoice verification, the BC set "LOG_MMFI_P2P" has to be activated.
    see the link:
    Down Payments in Logistics Invoice Verification - ERP SCM - SCN Wiki
    thanks, sharif

  • Report for list of POs for with Invoice has not been posted

    Hi All
    Can anybody tell me the report for list of PO' for which GR has already been done but Invoice is not posted
    Thnks
    Ranjith

    Hi
    Try Report ME2M,
    With input selection parameter  "WE101".
    Hope this helps.
    Harish

  • Peoplesoft student financials v9.0 corporate payment and void invoicing.

    Hi Guys,
    I am trying to put my head around 2 question on peoplesoft student financials v9.0
    1. Under the navigation Student Financials > Cashiering > Post Corporate Payments, I believe you can made payments again one invoice however, if the invoice have multiple scenario like the sposor have paid for one full payment of one student, however one student payment have been paid partially through one cheque (check) amount. How can this be handled.
    2. Is there a way to automatically set a rule that if the cheque (check) is bounced a standard amount will be changed against the student. How could this be set up using the void option, if this is the right way.
    Much appreciated.
    Does anyone have any solution to this or is it not possible.
    Edited by: 822655 on Dec 21, 2010 6:34 AM
    Edited by: 822655 on Dec 21, 2010 10:06 PM
    Edited by: 822655 on Dec 26, 2010 11:39 PM

Maybe you are looking for

  • Switch between transient and persistent objects?

    Hi Folks, I'm Re: transient object to persistent to ask this type of question, but couldn't find an answer. Using persistent classes, does anyone know an elegant way to convert a transient object to a persistent one and vice versa? There is no standa

  • Changes in iCal not saved.

    When I update appointments or To Dos, they are no longer recorded. Changes appear to be made, but when I leave and then return to iCal, it reverts to an earlier state. All software has been updated. Any ideas?

  • Use on a 1080i TV

    I'm considering buying an AppleTV. I've been using a Mac Mini on my TV, but the new AppleTV software looks slick. I've got a somewhat old Sony rear-projection 61" TV that does 1080i (though component input). I've used it off my HDV camcorder so I kno

  • Need to apply on the order based on customes

    Hi All I need to apply hold on orders which was created by particular customers.. For that I used "oe_holds_pub.apply_holds" API by passing parameter like v_hold_source_rec oe_holds_pvt.hold_source_rec_type DEFAULT oe_holds_pvt.g_miss_hold_source_rec

  • Video Thumbnail generator

    I am trying to find a way to create a playlist of videos uploaded to a website. What I am trying to find out is, does Flash Media Server have a component that when a video is uploaded it will generate on the fly a jpg thumbnail of that video? What I