Collection of Fully Paid Invoices from AR to Incentive Compensation

Hello.
We have a requirement to calculate commission on fully paid invoices only. In Compensation we are able to collect invoices but there is no restriction on submitting an invoice to calculation when it is not fully paid.
For example: I have an AR invoice for $1000 entered on 15-Mar-2003. A receipt is entered on 20-Mar-2003 for $600 against this invoice. On 31-Mar-2003 I collect this invoice and submit it for calculation. The system will not check whether this invoice is partially or fully paid before Calculation. It will calculate commission on the invoice anyway.
Is there a way through Mapping Actions Filters, User Code Block, Formulas, or any other means
that we can achieve this?
Can anyone help?
Regards,
Karim

Hi Raj,
You can get details of open item on customer from table - BSID, cleared item from - BSAD etc. For your BI reporting purpose you may use standard FI queries provided by SAP if possible. SQ01 will give you the details of standard queries.
I suggest you to post messages on FI related in ERP-Financials for getting a prompt reply as this area belongs to Treasury Applications.
Regards
Prasad AV

Similar Messages

  • Fully paid invoice without residual item

    Hi,
      I'm new to FI area, so I have some basic questions.
    1. How should I view an invoice? What is the transaction?
    2. How to check whether the invoice is fully paid or not?
    3. I have check whether an invoice is fully paid without any residual item. I heard if we clear an invoice with residual item, it will clear the invoice and create another invoice for the residue amount. How to check whether an invoice is cleared without any residue?
    Any help will be great...
    Srilatha.

    1- VF03 ( Display ) , VF02 ( change )
    2- When you click VF03 OR Vf02 and double click any line Item "0010" or '0020" .
    You’ll find a flag there , which talks about the partially paid , fully paid etc ...
    3- Same as step # 2 ..  From FI stands point you can also see the clear line items. As well as You can see the FI document in Tr.FB03 and on line item you’ll see the Invoice reference .  You can also see that in table Bseg against FI document . you can also see in table "BSAD"
    Hope this’ll give you idea!!
    <b>P.S award the points.</b>
    Good luck
    Thanks
    Saquib Khan
    "Some are wise and some are otherwise"

  • Report for Paid Invoices from AP Point of view.

    Hello Gurus,
    I am looking for a Report from SAP which will give me the Paid Invoices Information from Accounts Payable Point of view for a Particular Period which should cover the below information...
    Entity
    Invoice #
    Invoice  Date
    Vendor Name
    Invoice Amount
    Currency
    NET terms - NT30, NT 00 like wise
    Net due date -
    Paid Date
    Document Types
    Document Number
    Please let me know the Standard Report Transaction Code ASAP.Quick response will be appreciated.
    Thanks,
    B

    Hi:
    Refer to FBL1N - Display/Change Line Items in accounts payable.
    Select vendor accout,co.code,cleared items on a particular date and execute.
    From change layout (Ctrl+F8), you can select payment terms,Net due date,account type,account document
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • Fully Paid invoice is  appearing in "Accounts payable  trial balance"

    Hi all,
    i have proble with AP trial balance report..
    there is one invoice which is fully paid and accounted.
    but still that invoice is appearing in trial balance report.
    invoice amount is 0000000
    rmaing amount is (9856568) note: negatinve amoun..
    any one pls suggest as soon as possible
    thanx

    hi Octopus Rex ,
    rite.
    But i have one doubt tht.i have invoice which is paid.but it is still in "AP_LIABILITY_BALNCE" as you mentined **"The Accounts Payable Trial Balance report uses this information to report on outstanding invoice liability"**.But i have only single line for that paid invoice.
    the table "AP_LIABILITY_BALANCE" sholud have the oustanding amount only rite.why i am getting this paid invoice.
    can u give some point to releated paid invoce that will appear in this table

  • Migrating Not fully paid  and Onhold invoices

    Hi All,
    we are reimplementing R12 from 11i and the requirement like need to migrate the "NOT FULLY PAID INVOICES" and "INVOICES ON HOLD". Can any one suggest me the process to do it. Please provide me the process or any PL/SQL packages available to do it or any reusable scripts to acheive this. The requirement is these type of invoices should migrated to new instance as it is.
    Edited by: 901928 on Dec 28, 2011 4:30 AM

    Hi,
    In case of a re-implementation, the process to be followed for any data migration is similar to that of a Go Live Cut-over from legacy system. However, in this case legacy is the R11 instance. The general process that is followed for migration of partly paid invoices is to migrate the unpaid amount only. The original invoice amount may be put in either description or any other narration/DFF. We had followed this approach for a customer and it was well accepted.
    We analyzed the option of bringing original invoice amount and found out that it would require bringing the associated payments and associated credit/debit notes. this meant bringing in a whole lot of data that was closed before.
    Regards,
    Udit

  • Invoice 29869 is appearing in the aging report though it been fully paid up

    hi ,
    I have problem that posting below
    Invoice 29869 is appearing in the aging report though it been fully paid up
    can any one tell me what is the reason
    Regards
    Srinivas
    Edited by: Darius Heydarian on May 9, 2008 2:33 PM

    Please check if you are running the Aging Report from the By Journal Posting tab and also checked Display Reconciled Transactions
    Suda

  • Part Paid Invoice Missing From Payment Wizard / Outgoing Payments

    Hi,
    Having a bit of an issue with a purchase invoice on SAP B1. In brief:
    The invoice was posted fine, then they paid 3 invoices but the total was short. The user allocated payment manually using outgoing payments to the 3 invoices, but partially paid the 3rd. This left an outstanding balance of 4,500 EUR
    The user ran a payment wizard this morning and the invoice was picked up, along with any recent invoices for supplier, and showed the outstanding balance. The payment wizard was saved, not executed.
    Upon review, the payment run was canceled so it could be re run with specific suppliers / invoices selected. However, the part paid invoice is now not showing on the payment run. Likewise, if you try to manually allocated payment for the supplier, it does not give the option to pay anything on the invoice, just all other open documents.
    The invoice is still open, and the amount due on the BP balance is the amount o/s not the full amount which is correct.
    I have tried recreating the issue on a test system of our own and a backup of their database and cannot get the same problem.
    Any ideas would be of great help becuase I have searched the service portal and forums and can;t find anyone with a similair problem and running out of ideas myself.
    Thank you in advance
    Martin

    Hi Martin,
    Sometimes when cancelling payment and reconciliations there are values in the tables opch and pch6 that are not reset correctly and then appearing as fully paid.
    Check if the Invoice is returned from this query:
    select 'AP Invoice' as 'Document Type', docentry, docnum, cardcode, t0.transid, doctotal, paidtodate, balduedeb - balduecred as 'JDT1 Balance Due'
    from opch t0 inner join jdt1 t1 on t0.transid = t1.transid
    where doctotal - paidtodate = 0 and balduedeb - balduecred != 0
    and shortname != account
    Let us know how this works out. The query only checks opch you can check the paidtodate field in pch6 as well.
    Jesper

  • Downpayment is not clearing even after invoice has been fully paid

    Good day to everyone,
    I am currently having an issue with a down payment not clearing even though the invoice has been fully paid. to my understanding, once the order is fully invoiced- down payments should be cleared as well, am i correct?
    The order  related billing's status containing the down payment is set to "fully invoiced", yet when i view the document flow containing the down payment, it states "not cleared". What could be the problem? Could i just manually release the down payment? thanks in advance!

    hi
    if you are doing vendor manual payment program then you clear down payment as below.
    T-Code-F-44 Clear down payment
    Select special gl indicator
    then press enter and clear down payment against invoice.

  • Invoice from Vendor AA, paid check to Vendor BB

    HI,
    I've a question.
    we issued Purchase Order to vendor AA
    we received invoice from vendor AA
    we paid cheque to vendor BB (because Vendor AA ask us to do so)
    How to print cheque to vendor BB?  Is it possible to issue cheque to different vendor name, instead of invoicing party?
    Thanks.

    HI,
    Thanks for guidance.
    I've done:
    Vendor master
    1. General data, add alternative payee, and tick individual payee
    2. company code, add alternative payee
    MIRO
    1. payment tab, tick individual payee, enter the alternative payee name, city, etc
    F-58 Payment with printout
    1.F-58  Do I need to enter the alternative payee number under payee field?
    If I enter, I hit this error:
    Payee 6100000 is not defined for account 6100003 0001
    Message no. FR003
    Diagnosis
    Account number 6100000 specified for the payee is not defined in vendor 6100003's master record either in the company code-independent data nor in the paying company code 0001's data.
    System Response
    Error message
    Procedure
    Correct or delete your entry
    My cheque still cannot print alternative payee name. What is step I miss out?
    Appreciate your guidance. Thanks

  • HT4993 How do I get my iPhone 5 unlocked..... I fully paid for it from sprint...Outright paid for!

    How do I unlock my iPhone 5 that I fully paid for....

    "Here in UAE we can pay like $15 and get it unlocked from a local shop"
    This is not a legit or legal unlock.  They are hacking your iphone.
    "You could even google how to unlock your self"
    Not legal/egit either.
    ONLY the carrier to whcih it is locked can legally/legitimately unlock it.

  • 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.

  • Customer Down Payment invoice (from delivery) not automatically assigned

    If I create a Down payment invoice from Sales Order (and I paied it) on the final invoice the sistem automatically assigne the down payment invoice on the final invoice for the order.
    If I do the same think but crerating the Down payment invoice from the delivery (and I paid it) when I create the final invoice I need to assigned it manually.
    SBO 8.81 PL 06
    I haven't found any set up for this, so I think is an error the sistem must work on the same way if the document is copied from the Sales order or delivey.
    Someone know if there is some set up? or I need to open an error message to SAP?
    Thanks

    My question is:
    If I make a sales order.
    I create a down payment invoice using copy from SO.
    I make the incomuing payment for the down payment invoice.
    I create the delivery from the SO
    I create the invoice from the delivery
    The system apply automaticaly the down payment invoice to the invoice (because I select a delivery that is linked to the so that I used to create the down payment invoice).
    If I make a sales order.
    I create the delivery from the SO
    I create a down payment invoice using copy from delivey.
    I make the incomuing payment for the down payment invoice.
    I create the invoice from the delivery
    The system DO NOT apply automaticaly the down payment invoice to the invoice (even if also this document is linked to the delivery that I use to create the down payment invoice).
    I know that I can select it manually. But I can select it manually also if I use the SO to create the down payment instead of the
    delivery. Why if the situation is the same in the firs case the system do it automatil^cally and in the second case I need to do it manually?
    Of course if I create a Down Payment invoice without selecting any document (SO, delivery..) the system don't know if you want to apply the payment to the final invoice.
    But If I select the delivey to create the down payment (the same if I select the SO): I want to apply the down payment to the final invoice of this delivery and not to another delivery.

  • SQL Query for full paid invoices and payed out credit notes

    Hi alltogether,
    I have some problems with a sql query.
    I want to export all closed (full paid) invoices and credit notes in a table with the paid date.
    The problem is that I have several internal reconciliations for one invoice or credit note.
    So with my current query I get all these dates in the result but only for invoices, not for credit notes.
    I only need the last internal reconciliation date as payment date for all invoices and credit notes where the open amount is 0.
    In SAP B1 the finance team has service invoices and credit notes imported out of an ERP system.
    These documents are marked with an 'Y" in the coloumn "U_I_Imported" in the table "OINV" or "ORIN".
    SELECT
    OINV.DocTotal - OINV.PaidToDate as Offen, OINV.NumAtCard, OINV.U_I_Imported, ORCT.DocDate as 'Zahlungsdatum'
    SELECT
    OINV.DocTotal - OINV.PaidToDate as Offen, OINV.NumAtCard, OINV.U_I_Imported, ORCT.DocDate as 'Zahlungsdatum'
    FROM
    OJDT inner join
    ORCT on OJDT.BaseRef = ORCT.DocNum inner join
    RCT2 on ORCT.DocNum = RCT2.DocNum inner join
    OINV on RCT2.BaseAbs = OINV.DocEntry
    where
    OINV.DocTotal - OINV.PaidToDate = 0 and  OINV.U_I_Imported = 'Y'
    group by
    OINV.NumatCard, OINV.DocTotal - OINV.PaidToDate, OINV.U_I_Imported, ORCT.DocDate
    order by
    ORCT.DocDate
    I hope you can help me.
    Kind regards,
    Max

    The solution for my problem:
    select
    OINV.DocTotal - OINV.PaidToDate as 'Offen', OINV.CardCode as 'Kundennummer', OINV.NumAtCard as 'DIAMOD Rechnungsnummer', OINV.DocNum as 'Dokumentennummer',  max(ORCT.DocDate) as 'Zahlungsdatum', case when ORCT.DocCurr = (select MainCurncy from OADM) then RCT2.DcntSum else RCT2.DcntSumFC end as 'SkontoRechnungswährung',
        RCT2.DcntSum as 'SkontoFirmenwährung'
    from
        JDT1 inner join
        OJDT on JDT1.TransId = OJDT.TransId inner join
        ORCT on OJDT.BaseRef = ORCT.DocNum inner join
        RCT2 on ORCT.DocNum = RCT2.DocNum inner join
        OINV on RCT2.BaseAbs = OINV.DocEntry
    where
    JDT1.TransType in ('24') and
    OINV.U_I_Imported = 'Y' and
    OINV.DocTotal - OINV.PaidToDate = 0
    group by
    OINV.NumAtCard, OINV.DocNum, OINV.CardCode, OINV.DocTotal - OINV.PaidToDate, ORCT.DocCurr, RCT2.DcntSum, RCT2.DcntSumFC
    union all
    select
    OINV.DocTotal - OINV.PaidToDate as Offen, OINV.CardCode as 'Kundennummer', OINV.NumAtCard as 'DIAMOD Rechnungsnummer', OINV.DocNum as 'Dokumentennummer',  max(OITR.ReconDate) as 'Zahlungsdatum',
        0.0 as 'SkontoRechnungswährung',
        0.0 as 'SkontoFirmenwährung'
    from
    OITR inner join
    ITR1 on OITR.ReconNum = ITR1.ReconNum inner join
    OINV on ITR1.SrcObjAbs = OINV.DocEntry
    where
    OINV.DocTotal - OINV.PaidToDate = 0 and ITR1.SrcObjTyp = 13 and OINV.U_I_Imported = 'Y'
    group by
    OINV.NumatCard, OINV.DocNum, OINV.CardCode, OINV.DocTotal - OINV.PaidToDate
    union all
    select
    ORIN.DocTotal - ORIN.PaidToDate as Offen, ORIN.CardCode as 'Kundennummer', ORIN.NumAtCard as 'DIAMOD Rechnungsnummer', ORIN.DocNum as 'Dokumentennummer',  max(OITR.ReconDate) as 'Zahlungsdatum',
        0.0 as 'SkontoRechnungswährung',
        0.0 as 'SkontoFirmenwährung'
    from
    OITR inner join
    ITR1 on OITR.ReconNum = ITR1.ReconNum inner join
    ORIN on ITR1.SrcObjAbs = ORIN.DocEntry
    where
    ORIN.DocTotal - ORIN.PaidToDate = 0 and ITR1.SrcObjTyp = 14 and ORIN.U_I_Imported = 'Y'
    group by
    ORIN.NumatCard, ORIN.DocNum, ORIN.CardCode, ORIN.DocTotal - ORIN.PaidToDate

  • (11) TRIAL BALANCE REPORT에 PAID 된 INVOICE가 보이는 CASE

    제품 : FIN_AP
    작성날짜 : 2003-05-13
    TRIAL BALANCE REPORT에 PAID 된 INVOICE가 보이는 CASE
    ==============================================
    PURPOSE
    Applications 11.0.3 환경에서 AP의 Trial Balance Report 실행시 잘못 생성된 data가 보여지는 경우의 문제를 해결한다.
    Problem Description
    Paid 가 완전히 이루어져서 gl 로 까지 transfer 된 invoice가 trial balance report에 여전히 remaining 금액과 함께 나타나고 있다.
    이 때 Payament가 한번 void 되었다가 다시 reissue 된 경우이다.
    Workaround
    1. Aplist11.sql 이나 아래의 select 문으로 invoice 상태를 check한다.
    SELECT invoice_id, invoice_amount
    FROM ap_invoices_all
    WHERE invoice_num = <'problem invoice'>;
    2. Trial balance에 data가 어떻게 entry 되었는지 확인한다.
    SELECT *
    FROM ap_trial_balance
    WHERE invoice_id = <results from query #1>;
    3. Invoice 에 대한 payment 정보를 확인한다.
    SELECT invoice_id, invoice_payment_id, accounting_date, accrual_posted_flag,
    cash_posted_flag, posted_flag
    FROM ap_invoice_payments_all
    WHERE invoice_id = <results from query #1>;
    4. Payment에 대한 distribution line 정보를 확인한다.
    SELECT invoice_payment_id, payment_line_number, line_type_lookup_code,
    amount, base_amount
    FROM ap_payment_distributions_all
    WHERE invoice_payment_id = <invoice_payment_id returned in query #3>;
    일반적으로 void 되었다가 reissue 된 payment의 trial balance가 잘못된 경우는 ap_payment_distributions_all table에 data가 잘못 생성되었기 때문이다.
    위의 테이블에서 잘못 생성된 data를 correct 하거나 delete 한다음에
    patch 375496 을 이용하여 trial balance 를 rebuil 하는것이 workaround 이다.
    Solution Description
    $AP_TOP/patch/110/sql/apautopb.pls 의 버젼이 110.6 보다 낮은경우 이런 문제 예방을 위해 AP D patchset 이상을 적용한다.
    Reference Documents
    NOTE 106744.1

    maybe OP want to extract all numbers from his inbox using regular expressions?

  • Cannot create A/R Invoice from Delivery

    Hi everyone.
    I have a Delivery based on a Sales Order and want to make an A/R Invoice from the Delivery using the "Copy to" button on the Delivery form. When I do that I get the following message:
    "One or more down payment that are linked to the base document(s) have not been paid. Continue?"
    When I press "Yes" the following error occurs:
    "Business partner of copied down payment document must be the same as business partner of target document."
    But I didn't create any down payments.
    Do you have any suggestions as to what may be the cause of the problem?
    Vladimir.

    Hi Vladimir,
    What is your B1 version and PL? Is there any relation between your question and SDK?
    Thanks,
    Gordon

Maybe you are looking for