List of invoices amount paid

Hi,
How can I see the list of invoices paid by a paymenlist batch. How can I see all batches. Is there a t-code for this.
Thanks,
Maikel

Hi,
If you want to see the list of invoices cleared after making a payment (incoming/outgoing) then go to FB03 and enter the document credentials and press enter
In the Display Document Screen, choose menu item Environment -> Payment Usage.
Here you will the list of invoices cleared for an individual payment document.
But in case if you want to know the total for a payment run, in F110, choose your payment run date and identification, and select menu item Edit-> Payments-> Payment List
Regards,
Srinu

Similar Messages

  • My name is Sabahattin Bodur. I purchased Macbook Air (MBAIR 13.3/2.0/8/512Flash). The price is $ 2,199.00 (total invoice amount is $ 2,338.64). When I check on your website, the price of this merchandise looks as $ 1,199. I feel that I have paid more than

    My name is Sabahattin Bodur. I purchased Macbook Air (MBAIR 13.3/2.0/8/512Flash). The price is $ 2,199.00 (total invoice amount is $ 2,338.64). When I check on your website, the price of this merchandise looks as $ 1,199. I feel that I have paid more than it costs.
    Please kindly clarify the situation and inform me.
    Invoice date      : June 27, 2012  12:25 PM
    Invoice number : *************
    Part number       : MD846LL/A
    Serial number     : C0******F57J
    Kind Regards,
    Sabahattin Bodur
    <Edited by Host>

    Thank you for reply Ralph. When I check the system summary on my Mac, I find the following info. It looks like system has not been upgraded. I appreciate if you share your opinion with me.
    Regards,
    Model Name:          MacBook Air
      Model Identifier:          MacBookAir5,2
      Processor Name:          Intel Core i7
      Processor Speed:          2 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache (per Core):          256 KB
      L3 Cache:          4 MB
      Memory:          8 GB
      Boot ROM Version:          MBA51.00EF.B00
      SMC Version (system):          2.5f7
      Serial Number (system):          C0******57J
      Hardware UUID:        ****
    <Edited By Host>

  • Get the Total Amount Paid of an A/R Invoice

    Hi to All.,
    Im doing a Report where in i should show the total amount paid in an A/R Invoice
    But my Problem is i dont know what table to get it ..
    thx in advance ..

    Hi!
    Try my query here. I'm using this to get my AR Balance base on the date I enter.
    The table I use here were OITR and ITR1 (table of internal reconciliation).
    SELECT
    T0.DocNum,
    T0.DocDate,
    T0.DocTotal,
    isnull(T3.ReconSum,0) as 'Paid to Date',
    ((T0.[DocTotal]) -isnull(T3.reconsum,0)) Balance
    FROM OINV T0 
    LEFT OUTER JOIN (
    SELECT a1.[SrcObjTyp],sum(isnull(a1.[ReconSum],0)) as 'ReconSum',a1.[SrcObjAbs] from OITR a0 INNER JOIN ITR1 a1 ON a0.ReconNum = a1.ReconNum and (a0.ReconDate < [%0]) and a0.iscard='C'
    GROUP BY a1.[SrcObjTyp],a1.[SrcObjAbs]) T3 on T0.[ObjType]=T3.[SrcObjTyp] and  T0.Docentry=T3.[SrcObjAbs]
    where T0.DocDate < [%0] and T0.DocTotal >0
    Hope this helps!
    Regards,

  • How to find out, that sales invoice is paid

    Hi,
    does anybody some hint, how to easy find out, that sales invoice is paid already (2007). I need to do this check for list of invoices (thousands) - so Im looking for some query.
    I know, how to find it through oinvoice object, from bank payment, internal reconciliation, ..., but I think that there must be some internal view or SP which is in use for SAP for receiving this information (calculating variables). I dont need informations about payment dates, Im looking just for info, that invocie is paid already. Maybe some record in JE linked to invoice?
    thanks

    We need to get the Invoice Paid Amount. Our customer use Bill of exchange frequently , so we are looking into OBOE for payment info, because Invoice Paid Amount (OINV.PaidToDate) does not reflect current payment info when there are Bill of Exchanges.
    Are we wrong?
    Does anybody know an easy way gather this information?
    For more detailed info about the way we are doing this see Field BoeType - OBOE

  • Pulling open invoices, and paid invoices with details (Query Help).

    Hello All,
    I am sure I messed something up in my joins. I am looking to pull a report of all invoices OINV for a month, then list details of any payment (if it is paid) next to it from RCT2. It is giving me a list of all of the paid invoices, but even though I have a LEFT JOIN it is not listing any of the invoices without payments.
    This is where I am now from the report wizard in Crystal.
    SELECT "OINV"."DocNum", "OINV"."SlpCode", "OINV"."CardCode", "OINV"."DocTotal", "OINV"."U_Commission", "OSLP"."SlpName", "RCT2"."DcntSum", "ORCT"."TaxDate", "OINV"."DocEntry", "OINV"."TotalExpns", "OINV"."CANCELED", "ORCT"."Canceled", "ORCT"."DocNum", "RCT2"."InvType"
    FROM   ("DBName"."dbo"."OINV" "OINV" LEFT OUTER JOIN "DBName"."dbo"."OSLP" "OSLP" ON "OINV"."SlpCode"="OSLP"."SlpCode")
    INNER JOIN ("DBName"."dbo"."ORCT" "ORCT" INNER JOIN "DBName"."dbo"."RCT2" "RCT2" ON "ORCT"."DocNum"="RCT2"."DocNum")
    ON "OINV"."DocEntry"="RCT2"."DocEntry"
    WHERE  "OINV"."CANCELED"='N' AND "ORCT"."Canceled"='N' AND "RCT2"."InvType"<=N'14'
    ORDER BY "OINV"."SlpCode", "ORCT"."DocNum", "ORCT"."TaxDate"
    Thank you in advance for any help you can give me.

    Hello Kiran,
    I thought about that, but my purposes for running the report is to determine commission based on the date that the invoice was paid, I need the TaxDate in ORCT as it relates to the payment in RCT2.
    Removing the ORCT.cancelled condition and the RCT2.invtype conditions now pulls all of the invoices, paid and unpaid. I know now I cant have them in my query, when the record does not exist in ORCT it doesnt have a value for cancelled, and when there is no record in RCT2 there is no invtype, and is filtered.
    Maybe I can say where ORCT.Canelled = 'N' OR ORCT.Cancelled = NULL, but I dont know if that would work.

  • AP Trial Balance shows invoices already paid

    Hello Experts!
    I need your help on this please...
    There are invoices which were already paid in full that appears in our AP Trial Balance and the amount shown is equal to the invoice's withholding tax line.
    Example:
    Invoice Workbench---
    Invoice Number: 123
    Invoice Date: 06-FEB-2012
    Invoice Header Amount: 1,170.00
    Invoice Lines: Item amount of 1,170.00, Withholding tax of -10.45
    Amount Paid: 1,159.55
    Amount Remaining: 0
    Invoice Status: Paid
    AP Trial Balance Report (as of to date)
    Invoice Number: 123
    Date: 06-FEB-2012
    Payment Status: Fully Paid
    Remaining Amount: -10.45
    Thank you so much
    Regards

    Hi,
    This could be a data corruption for which we have a generic data fix. I recommend that you run the data fix master script from note 1360390.1. The resulting file will show any known generic data fixes that you should apply, such as the following:
    1370096.1: R12 Generic Data Fix (GDF) Patch for PAY HAS INCORRECT ACCTG IF RELATED INVOICE IS FULLY PAID AND HAVING PAY AWT
    1188825.1: R12 Generic Data Fix (GDF) Duplicate AWT Distributions Created During Payment
    Regards,
    Cheryl

  • Invoice and Invoice amount in FI/CO When enter check number

    Hi  All,
       I have a requirement like this. We have custom t-code ZF04 ( FAST CASH ) to post payments to customer accounts. In this t-code, we have one field for Check#.  When they enter Check# number and click on 'SEARCH' icon i need to display list of invoices and amounts with in a check.
    I have no idea about tables,. Where to look? What tables do i need to look when enter check number, which returns invoice details.
    Please let me know ASAP....
    I appreciate your help!
    Thanks,
    Suneetha

    Hi,
    One question - Are you getting customer payment trrough <b>LOCKBOX</b>? If yes, then following are the tables
    Check tables <b>FEBKO</b> and <b>FEBEP.</b> The field is <b>FEBEP-CHECT</b> for check number. For this check number take <b>FEBEP-KUKEY</b>. With this KUKEY read table FEBRE. <b>FEBRE-VWEZW is the invoice number</b>.
    So, sequence is
    1. Put Check# --> FEBEP-CHECT  and get FEBEP-KUKEY
    2. Put FEBEP-KUKEY into --> FEBRE-KUKEY
    3. FEBRE-VWEZW is invoice no.
    If you are not using LOCKBOX, How are you getting customer payment? Let me know so i can give you exact answer.
    Regards,
    RS

  • When reporting "Spend" do you use PO Value, Invoice Amount or Goods Receipt

    When reporting "Spend" do you use PO Value, Invoice Amount or Goods Receipt? I am trying to standardize reporting and would like feedback on what is the norm. The users cannot agree so I need to know what the standard is.

    PO Value is what is budgeted for ,
    Invoice is what is actually being paid for.
    GR would give you the value of goods received. My take on this is that it should be Invoice value since this is what is reflected in the books and is actually being paid for...

  • The amount of down payment must be less than the invoice amount

    Hi all,
    Our customers are using SAP 2007-PL15 and SAP 2007-PL41.
    When we want to create a down payment for a sales order, and we want to pay the entire amount of the sales order, including tax, we have to put an amount inthe TOTAL field of the Down Payment window since by default, the down payment amount is the total of the invoice before applying tax.  The DPM is
    higher than 100% (strange but I think it's normal since the down payment is not planned to take the tax in consideration).
    Then, we create an incoming payment for this down payment. It's ok.
    Then, we create an invoice based on the sales order we have paid with the down payment. It's impossible to use the down payment for the invoice... why that ? We receive the error 'The amount of down payment must be less than the invoice amount'. This causes big headaches to our customers !!
    Could you explain us what to do please ?
    thanks,
    Luce

    I'm very sorry, I have a similar question in dealing with AP Down Payment Request Linked to AP Invoice,  my case like this:
    1. I created 3 AP DPRs,their amount are each 100,000 RMB(for example, their document number are 10,11,12). then do the outgoing payment fully paided.
    2. I created a AP Invoice with the amount 150,000 RMB(for example, this AR Invoice document number is 5). I use the buttom"Total Down Payment",and selecet AP DRP No.10 and 11. When I click the buttom"Add",an error shows:
    The amount of down payment must be less than the invoice amount
    and I don't know how to continue.....
    Many Thanks
    Kam
    (PS:My English is poor,forgive me please. Shall I Speak in Chinese? then I can describe this question more clearly.)

  • Vendor Invoice amount

    Hello Experts,
    I am working on designing of check. We print check on the first half of A4 size page and in the second half of the page we print invoice amount and net amount of each invoice along with few other fields. Can someone tell me what table fields should I use for invoice amount, discount and net amount for printing.
    The amount that we print on the check is the sum of all the net amounts of all invoices of that vendor.
    Any help in this regard is rewarded and highly appreciated.
    Thanks,
    Sriram

    Hi Sriram,
    You get all the data relevant to the settled amount in a payment run in the table REGUH (Settlement data from payment program).  This table contains the document number of the payment document, no. of items paid and the cash discount details as well relatint to a particular payment run.  Most of the fields which you require are found in this table.
    If you want some other information which you dont find in REGUH table, I am sure that you will find the same in the table REGUP (Processed items from payment program).
    Hope this answer helps you.  Please reward points if helpful.
    Regards,
    Sreekanth....

  • F110 one invoice amount into diiferent cheques due to payment method limits

    hi experts,
    i had a problem while running app by using f110,we are using the cheque payment method, maximum amount limit authorisation for cheque Payment Method is 5,00,000/-, but at the time of app if invoice amount  exceeds  payment method it is showing exception list.
    kindly suggest me how to generate for one invoice mutiple chques
    eg: invoice amount:7,00,000/-
    Limit for  single cheque: 5,00,000/-
    how i can get two cheques i.e. 5 lakhs & 2 Lakhs while running app f110
    please give me  soluation
    rgds

    hi,
    thanks for your reply, actually the problem is while running appf110   invoice payment amount exceedes cheque payment method & it's showing as exception list
    in my case my invoice amount is 7,00,000/-
    we are using cheque payment method & Per cheque limit is 5,00,000/- if exceeds cheque limit amount more than 5,00,000/- banker will return the cheque, we have to issue the more cheques for single invoice. in my caseinvoice value isr 7,00,000/- so i have to issue the cheque like 5,00,000/- & 2,00,000/- through Appf110
    kindly suggest me how can i achive this process
    rgds
    gopal

  • Create a delivery note after an advance invoice is paid

    Suppose that the use of an advance invoice is that you deliver items to your client only after your client has paid the price for these items in advance.
    Now assume the following situation:
    1.
    You book an advance invoice.
    2.
    You wait until the amount of this advance invoice is paid by your client, i.e. until you are informed by your bank on the receipt of a payment.
    3.
    You book the receipt of payment in SAP.
    4.
    After this the status of the advance invoice is set to closed by SAP.
    5.
    This document status makes it unpossible to create a delivery note related to the advance invoice - the only way is to create a seperate delivery note without any relation to the original advance invoice.
    My question: Did I get the situation right? In this case I would say that the behaviour of SAP is erroneous - or are there any implicite reasons for this design decision?
    Any idea to come along with this?
    Thanks for your help!
    Frank.

    My question was too hasty.
    As I wrote in step 4 of my initial message after booking of payment in SAP the advance invoice is closed - this is correct.
    But my conclusion in step 5 is not correct in total:
    It is correct that you cannot create a delivery note as a sequel document to the advance invoice using "copy to" in the advance invoice form, since the advance invoice is already closed -
    but you can create a sequel delivery note document using "copy from" in a delivery note form related to the already closed advance invoice!
    Hence my question is obsolete!

  • To fetch amount paid and pending by curtomer

    Hi,
    In my report I want to fetch the total billed amount to a customer, and how much he has paid and how much pending from a specified period.
    as in my selection screen I have  customer number as parameter and date as select option.

    Dear Padmaja,
    Thanks a lot for your reply. However i need more details regarding this.
    1. I have a sales order. Now from this sales order, i can get invoice, delivery, quotation etc from VBFA table. However i want to know from a sales order how can i get data from bsid or bsad table.  I believe in between there might be other tables as a linkage. I want to know the tables involved to get the amount paid by customer from sales order.
    Suppose say sales order is 500111 and its value is 700 and customer paid 100 once and  paid 200 second time and needs to pay 400. So this kind of data from which tables i will be fetching. and logic between the tables.
    Thank you.
    Regards
    Sam

  • EMI/Receivalbe balance amount with respect to Invoice Amount

    Hi,
    I have requirement like Invoice total amount and Receipt amount. Every month it has to accumulate the receipt amount and need to tell Open Receivable amount for that particicular month.
    Eg: We have purchased a car and paying EMI every month and need to know the balance of the every month. Need to add the receipt amount of previous months paid and this month paid and tell the total balance against to Total Invoice amount.
    Below is the some rough numbers,I want to plot Line chart for this Open Receivable amount with respect to the Total Invoice Amount with respect to Receipt month. Can you please let me know, how can we achieve this requirement ?
    This is raw data Table:-
    Invoice Date      Receipt Date      Receipt Amount      Open Receivable      Invoice Total Amount
    November      12/31/2013           119                           2,328                     2,447 
    November      1/22/2014             120                           2,327                     2,447 
    November      1/31/2014             576                           1,871                     2,447 
    November                                     0                           2,447                     2,447
                                           Sum: 815                           
    I need in this way :-
    Invoice Date      Receipt Date      Receipt Amount      Open Receivable      Invoice Total Amount
    November      12/31/2013           119                           2,328                     2,447 
    November      1/22/2014             120                           2,208                     2,447 
    November      2/31/2014             576                           1,632                     2,447 
    November                                     0                           1,632                     2,447
                                           Sum: 815                           

    Hi Sathis,
    I have same other requirement for SHOP. I have same Objects as above meaning Invoice Date, Invoice Total amount, Receipt date and Receipt Amount and Group ID for the Account.
    I need to count the Group ID where it's not 100 % paid.
    Can you please let me know, how we can achive this requirement as well ?
    Thanks

  • 2 days ago i rented The Avengers, beside it took almost 7h to download, at the end it did not get fully downloaded... 20 last minutes were not there. I know is just 5 dollars, but, how can i make a claim for the amount paid?

    2 days ago i rented The Avengers, beside it took almost 7h to download, at the end it did not get fully downloaded... 20 last minutes were not there. I know is just 5 dollars, but, how can i make a claim for the amount paid?, what if I buy a movie later? i will get the same problem!!! still I do not know how the avengers ends!! please do not tell me haha, focus on the problem here!

    Welcome to the Apple Community.
    Apple's policy on sales of digital content is that all sales are final. If however you wish to appeal to Apple, select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History on your computer.
    Currently, if your purchase happens to be your most recent purchase you will not be redirected to the report form, in this case use the report a problem option from the invoice that was emailed to you.
    I believe your issues are probably a network issue, which unless you resolve are likely to be repeated again.

Maybe you are looking for

  • Wd runtime error

    Hi Experts, I am new to webdynpro , i am using ECC6 IN MY PERSONAL LAPTOP i dont have any domain it is WORKGROUP  , when i execute wd application  the error is Pls anybody help me how to solve my problem pls give me clear steps. Error when processing

  • Replace colors on multiply layer with predefined color

    Hello, This is my first time here and I've tried to find an answer to my question but haven't been able to. Maybe someone can help me whith this. My process: I scann my artwork (linedrawing) I color my artwork with multiply mode on different layers (

  • Install SAP BOE XI 3.1 on OPENEDGE Progress database 9.1E02

    To install SAP BOE XI 3.1 on OPENEDGE Progress database 9.1E02 on Windows server 2000, What are the drivers compatiable, are there any issues or limitations

  • Saving data into PDF

    I am new bee, I appreciate if some one can guide me how to save data from grid to PDF using FLEX. Thanks.

  • Printing in a Pre-printed Form

    Hi, One of my jsp page is suppose to generate another page to be printed in a pre-printed form....is it possible?? Could you give me any Idea how?? thank you very much ...spryt :D