Using Credit Note in A/P Invoice

Hello Experts,
My Client Scenario is
1. Purchase person Create  a Purchase Order 100 Quantity.
2. Store Person Create Goods Received PO for a 100 Quantity
    And after quality check.
3. Goods Return 20 Quantity against Goods Received PO.
    Account Person want to create A/P Invoice for 100 Quantity.(But SAP show  error ,Quantity           exceeds from Base document Quantity)
It is Possible Or Not .
4. After Create A/PInvoice for 100 Quantity,Create for A/P Credit Note for a vendor(For 20 Quantity) copy from Goods Return Documents( But Goods Return Documents becoms Close (Status) Based on Goods Receive PO)
Suggest me how can i implements this Scenario..
Thanks & Regards
Mr.Krishna

hi krishna,
You can do it any one of following ways.
B1 Process for your scenario :
1. Create a PO for 100 qty , GRPO for 100 qty from PO , AP Invoice from GRPO for 100 qty ,
   Create individual goods return for 20 qty , Create AP Credit Memo from goods return for 20 qty.
2. Create a PO for 100 qty, GRPO for 100 qty , Goods return frm GRPO for 20 qty ,
    Create AP invoice from GRPO for 80 qty.
Hope it solves the problem.
Jeyakanthan

Similar Messages

  • Issue in creating Credit Note for road carrier invoice from SAP TM system

    Dear All,
    I am facing issue in creating Credit Note for road carrier invoice from SAP TM system.
    The following steps I have performed:
    1)  
    1)    1) Create Freight order with Amount 20,100
    2)     2) Create Freight Settlement Doc and send it to ECC. Hence PO and SES will be created in ECC with Amount 20,100
    3)     3) Invoice verification (MIRO) done w.r.t. FO in ECC with Amount 20,100 and following entries posted :
    Carrier A/c - 20,100Cr
    GR/IR A/c – 20,100 Dr
    4)    4) Created Credit Note in SAP TM against freight order with Amount 1,010 and transfer it to SAP ECC.
    5)    5)  By this a new PO and SES was created with negative values (with amount 1,010) in SAP ECC
    6)    6)  In transaction MIRO, Credit Memo was created against the freight order.
    7)    7)  By this it is showing value 21,110 by adding the line items of Original Purchase Order and Credit Note Purchase Order as 20,100 and 1,010 respectively.
    8)    8)  By posting this following are the accounting entries which is not correct:
    Carrier A/c – 21,110 Dr
    GR/IR – 20,100 Cr
    GR/IR – 1,010 Cr
    9)    9)  In report FBL1N which is showing the remaining liability of value 1,010(21,100 – 20,100) instead of 19,090 (20,100-1,010=19,090) for the carrier.
    Please suggest how to resolve the issue and get the correct accounting for credit memo?
    Regards,
    Vibhu Gupta

    Hello,
    Like my reply in Linkedin group, I got the same issue and solved with BADI in TM side(REQREQ...).
    Regards, Marcelo Lauria

  • Adding Credit Notes with reference to Invoice

    Hi Experts,
    B1 Version: 2007
    PL: 41
    Im having a difficulty posting a CreditNote with reference to an Invoice. For example I have an Invoice with 3 line items, and this customer returned 1 material. How do I post this Credit Note with only 1 material with reference to this Invoice thru DI API?
    Thanks

    Hi
    Try this
                    Dim oCreditNotes As SAPbobsCOM.Documents
                    Dim RetVal As Integer
                    Dim ErrCode As Long
                    Dim ErrMsg As String = String.Empty
                    Try
                        oInvoices = B1Connections.diCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices)
                        oCreditNotes = B1Connections.diCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oCreditNotes)
                        'Set the document header fields properties
                        oCreditNotes.HandWritten = BoYesNoEnum.tNO
                        oCreditNotes.CardCode = "cardcode"
                        oCreditNotes.CardName = "cardname"
                        oCreditNotes.DocDate = "date"
                        oCreditNotes.Lines.BaseEntry = "oInvoice DocEntry"
                        oCreditNotes.Lines.BaseType = SAPbobsCOM.BoObjectTypes.oInvoices
                        oCreditNotes.Lines.BaseLine = 0 'first line
                        oCreditNotes.Lines.Add()
                        oCreditNotes.Lines.BaseEntry = "oInvoice DocEntry"
                        oCreditNotes.Lines.BaseType = SAPbobsCOM.BoObjectTypes.oInvoices
                        oCreditNotes.Lines.BaseLine = 1 'Second line
                        RetVal = oCreditNotes.Add()
                        If RetVal = 0 Then
                            MsgBox("Credit memo created")
                        Else
                            B1Connections.diCompany.GetLastError(ErrCode, ErrMsg)
                            MsgBox(ErrCode.ToString + ErrMsg)
                        End If
    Hope this helps
    Regards
    Arun

  • Credit note based on AR invoice but base unit changed to Yes

    Is there anyway to improve the current design which allow the users to change the base unit column to Yes if the credit note is copied from AR invoice?

    What is your reason to change unit?  It may not be logical to change it even if you wrongly created your invoice.  When you create Credit Memo, it has to be consistent with AR invoice even if it is wrong!
    Thansk,
    Gordon

  • Using BAPI_ACC_INVOICE_RECEIPT_POST  not able to post invoices

    Hi all,
    I am trying to create invoices using BAPI_ACC_INVOICE_RECEIPT_POST this BAPI. when i executed this BAPI it says the Document successfully created and it is giving the document number also. when check the document number in data base it is not exists in the database
    after calling this BAPI, I am calling BAPI_TRANSACTION_COMMIT also. it is not showing any documents in the database.
    if any body knows the solution, please reply to  this thread..
    Regards,
    Venkata

    Hi,
    Please find my code below. Let me know if you need more information.
    headerdata-comp_code = '1025'.
    headerdata-FISC_YEAR = '2008'.
    headerdata-doc_date  = '20080602'.
    headerdata-PSTNG_DATE = '20080602'.
    headerdata-FIS_PERIOD = '06'.
    headerdata-doc_type   = 'KR'.
    headerdata-USERNAME   = 'VE7'.
    wa_ACCOUNTPAYABLE-ITEMNO_ACC = '0000000010'.
    wa_ACCOUNTPAYABLE-VENDOR_NO  = 'IVP5360'.
    wa_ACCOUNTPAYABLE-GL_ACCOUNT = '0000211060'.
    wa_ACCOUNTPAYABLE-PMNTTRMS   = 'Z062'.
    append wa_ACCOUNTPAYABLE to ACCOUNTPAYABLE.
    wa_ACCOUNTGL-ITEMNO_ACC  = '0000000020'.
    wa_ACCOUNTGL-GL_ACCOUNT  = '0000114240'.
    wa_ACCOUNTGL-COMP_CODE   = '1025'.
    wa_ACCOUNTGL-PSTNG_DATE  = '20080602'.
    wa_ACCOUNTGL-doc_type    = 'KR'.
    wa_ACCOUNTGL-FISC_YEAR   = '2008'.
    append wa_ACCOUNTGL to ACCOUNTGL.
    wa_CURRENCYAMOUNT-ITEMNO_ACC = '0000000010'.
    wa_CURRENCYAMOUNT-amt_base = '1031'.
    wa_CURRENCYAMOUNT-CURRENCY = 'USD'.
    append wa_CURRENCYAMOUNT to CURRENCYAMOUNT.
    clear wa_CURRENCYAMOUNT.
    wa_CURRENCYAMOUNT-ITEMNO_ACC = '0000000020'.
    wa_CURRENCYAMOUNT-amt_base = '1031'.
    wa_CURRENCYAMOUNT-CURRENCY = 'USD'.
    append wa_CURRENCYAMOUNT to CURRENCYAMOUNT.
    CALL FUNCTION 'BAPI_ACC_INVOICE_RECEIPT_POST'
      EXPORTING
        DOCUMENTHEADER       = headerdata
      CUSTOMERCPD          =
    IMPORTING
      OBJ_TYPE             =
      OBJ_KEY              =
      OBJ_SYS              =
      TABLES
        ACCOUNTPAYABLE       = ACCOUNTPAYABLE
        ACCOUNTGL            = ACCOUNTGL
        ACCOUNTTAX           = ACCOUNTTAX
        CURRENCYAMOUNT       = CURRENCYAMOUNT
      PURCHASEORDER        =
      PURCHASEAMOUNT       =
        RETURN               =   RETURN
      CRITERIA             =
      VALUEFIELD           =
      EXTENSION1           =
             commit work.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
       WAIT          = 'X'.

  • DRQ:Credit Note not based on invoice should transfer reference number to JE

    according to SAP business one system behavior, only those credit notes that based on invoices are able to transfer customer/vendor reference no. field value to reference 2 field in journal entry. I would like to propose to enable AP credit note that is not based on invoice to transfer reference number field to JE as well.

    Even if it is possible, you would be better split the amount to individual credit note.  I have no idea why you need to split line in one credit note.
    Thanks,
    Gordon

  • Credit note for invoice with item with negative value

    Hi,
    is it possible to create credit note for invoice, where in one line is negative value (its non stock item).
    There exists 2 possibilities:
    negative qty and positive price (its possible create only through SDK, not SBO)
    positive price and negative qty
    for example
    itemcode 123
    qty -1
    price 1000
    How to create credit note from this invoice?
    Thanks a lot for hints.
    Petr

    Hello Petr Verner,
    It's a standard functionality of Business one, that it is impossible to enter a negative amount in an independant credit note or in a credit note based on a invoice with negative amount.
    To solve this issue:
    1.  For the rows with the positive Row Total, create an "independent" Credit Memo (not based on an Invoice).
    2.  For the rows with the negative Row Total, create another Invoice with a positive Row Total opposite to the original negative Row, and reconcile between the two rows manually via Banking => Bank Statements and Reconciliations => Reconciliation.
    Hope the above helps.
    Wilma Wang
    SAP Business One Forums Team

  • Credit Note Request with reference to an invoice

    Hi All,
    We are creating a Credit Note Request referring an invoice. A Credit Note is then created referring to the Credit Note Request. However both the invoice and credit note shows as open items FBL5N.
    Please help how do we get the invoice amount to be cleared once the credit note is created referring to the same? Please find below the document flow:
    Sales Order => Invoice => Credit Note Request => Credit Note.
    Regards,
    Rajesh Singh

    Hello,
    there is not any functionality to make billing document and credit memo automatically cleared in accounting.
    Only in case of cancellation (by VF11) it is possible that cancelled invoice and cancellation invoice are automatically cleared in accounting.
    Sorry for the negative answer.
    Best regards,
    Ivano.

  • Can anyone from SAP comment on this? Credit Note from AP Invoice

    Hi all!
    I'm creating a partial credit note from a Service AP invoice via DI.
    My invoice has 2 lines, the first for 10.000, the second from 5.000 (no VAT to keep things simple) Tot = 15.000.
    In the credit note I have the first line for 2.000 and the second for 1.000, Total = 3.000.
    I set for the first line
    CreditNote.Lines.BaseType = "18"
    CreditNote.Lines.BaseEntry = 28
    CreditNote.Lines.BaseLine = 0
    CreditNote.Lines.Line Total = 2.000
    and for the second
    CreditNote.Lines.BaseType = "18"
    CreditNote.Lines.BaseEntry = 28
    CreditNote.Lines.BaseLine = 1
    CreditNote.Lines.Line Total = 1.000
    and for the CreditNote
    CreditNote.DOcTotal = 3.000
    Saving, I obtain a CreditNote with the first line for 10.000, the second for 5.000 and a total discount of 12.000, Total = 3.000. (same invoice amounts on the lines
    and a discount to get the correct invoice total).
    My question is: isn't there a way to obtain a credit note linked to the invoice but with line amounts different from the ones of the invoice (in my example: first line 2.000, second 1.000) and without discount?
    in B1 you can do it!!!
    I know that from a fiscal point of view the result is the same, but seeing credit notes in B1 different from the vendor documents is pretty upsetting for some customers ...
    Thanks in advance,
    francesca

    Nevermind!
    I solved the problem: even with DI you can create a partial Credit Note.

  • How to post a discount from supplier in AP Credit Note

    Dear Experts,
    I have posted an AP Invoice that buys an item for $10, then my supplier gave me a discount of $2 and Im supposed to open a Credit Note for him for this discount.
    How can I key this scenario on a Credit Note so that my cost can be captured as $8 accurately. Any workarounds? so long the end result is correct.
    Much Thanks!
    Warmest Regards,
    Chinho

    Hi
    If vendor Gives Discount for the Item after The AP Invocie posted then u should not use Credit note against this bcoz it will reduce the stock as well... U may know this....
    To Have the discount u can use the discount field in outgoing payment against that invoice....
    r if u want to affect ur item cost then u have to use inventory revaluation to Revaluate the Item .
    Giri

  • Unable to post credit note on Assets

    Hello All,
    At the end of FY 2008, we posted an invoice on PO 4800XXXXXX.
    But, at the beginning of 2009, the supplier created a credit note to cancel this invoice , and sent us a new invoice to a total amount lower than the invoice 2008.
    On the PO, i can post the new invoice, but i can't post the credit note :
    I have the following message :
    "Balance for transaction type group 10 negative for the area 01"
    Please let us know why credit memo is not getting posted.
    Our analysis:
    1. We observed that the Acqusition postings are done in 2008, and no Acqusition postings are done in 2009. We observed that we are trying to post credit memo in 2009 where no acqusition postings exists. As per the configuration done for the Depreciation Area 01,no negitive postings (i.e credit memos) can be posted if there is no acqusition (Stand alone)
    Hence we beleive that we have to post a credit memo in 2008, then post an acqusition postings in 2009 and post a credit memo in 2009.
    Could you please let us know if our assumption is correct OR is there any alternative to post credit memo in 2009 (Fiscal year 2008 closed)
    Thanks in advance
    Best regards
    Lavanya

    Try to post the credit invoice with ABGF - ... in Next Year  is using transaction type 160. I think this one is not used with the posting from you credit invoice?

  • Credit Note Without Stock Update

    Hi Experts,
    Here I have come across a scenario where it is required to generate credit notes after A/R Invoices for customers if we furthur wish to allow them some Price Discount/Exemptions . Here a new Form For this purpose is required to be created using SDK as the B1's A/R Credit Memo also updates the stock which is not required .
    So The Credit Note Form would refer to the Base Document ( A/R Invoice ) and would allow the users to update the Unit Price,Discount,Tax Code ....
    Furthur For Payments, The List should not pick the entry from A/R Invoice rather from this credit Note as it is just an update of that A/R Invoice only.
    Im not able to close that A/R Invoice and introduce that Credit Note into payments grid.
    Plz suggest me how to resolve this problem.
    Awaiting for response.

    HI,
    this is not possible.
    Tips:
    1. Create a reserve invoice with negative amount with items copying the original invoice rows inside with custom code. (this will not thouch the stock).
    or
    2. Create a non inventory managed item (service type)  - code: DE (Discount/Exemptions)
    then you can use it:
    2.1. Create the credit memo
    2.2. Copy lines via custom code, but the itemcode will be always your itemcode, and every other can be copied from Invoice.
    each cases there will no connection between your Original Invoice and Created Credit Memo/Reserve Invoice. You should have to use custom code to copy lines from original items.
    In payment you can use the numatcard field for matching the documents together (numatcard: Vendor/Customer reference number)
    Regards,
    J:

  • Bapi for VF01 of internal credit note IG

    Hi,
    i'm looking for a bapi/function module that does the same thing as transaction VF01 with :
    billing type : IG (internal credit note)
    document from : an invoice.
    I know the the bapi's for creating an billing doc from a sales order, but can ik use this one also for the creation of a credit note from an invoice.
    regards,
    Hans

    Check this sample code of creating the billing document using the bapi BAPI_BILLINGDOC_CREATEMULTIPLE.
    DATA: t_success TYPE STANDARD TABLE OF bapivbrksuccess WITH HEADER LINE.
    DATA: t_billing TYPE STANDARD TABLE OF bapivbrk WITH HEADER LINE.
    DATA: t_return TYPE STANDARD TABLE OF bapireturn1 WITH HEADER LINE.
    t_billing-salesorg = vbak-vkorg.
    t_billing-DISTR_CHAN = vbak-vtweg.
    t_billing-DIVISION = vbak-spart.
    t_billing-DOC_TYPE = vbak-auart.
    t_billing-ref_doc = vbak-vbeln.
    t_billing-ref_item = vbap-posnr.
    t_billing-doc_number = vbak-vbeln.
    t_billing-ITM_NUMBER = vbap-posnr.
    t_billing-ordbilltyp = 'BILLING TYPE'.
    t_billing-price_date = sy-datum.
    t_billing-ref_doc_ca = vbak-vbtyp.
    t_billing-sold_to = vbak-kunnr.
    t_billing-material = vbap-matnr.
    t_billing-plant = vbap-werks.
    APPEND t_billing.
    CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'
    TABLES
    billingdatain = t_billing
    return = t_return
    success = t_success.
    commit work.

  • WRONG COGS IN CREDIT NOTE FOR SERIALISED ITEM

    Hi all
    Please feedback to Developer for improvement.
    1.       set Item A u2018 as FIFO,
    2.       place 2 PO. Serial# 1001 is at cost $1 and serial # 1002 at cost $2.
    3.       sell these 2 serial item. COGS would be $3
    4.       when I do a credit note of serial# 1002, the system should take the COGS at $2. System currently taking as $1 (using the FIFO method).
    Kedalene Chong

    Hello Petr Verner,
    It's a standard functionality of Business one, that it is impossible to enter a negative amount in an independant credit note or in a credit note based on a invoice with negative amount.
    To solve this issue:
    1.  For the rows with the positive Row Total, create an "independent" Credit Memo (not based on an Invoice).
    2.  For the rows with the negative Row Total, create another Invoice with a positive Row Total opposite to the original negative Row, and reconcile between the two rows manually via Banking => Bank Statements and Reconciliations => Reconciliation.
    Hope the above helps.
    Wilma Wang
    SAP Business One Forums Team

  • Credit Note in Fixed Assets add-on

    Hi experts,
    I really do not understand how Credit Note is working in this add-on.
    Depreciation(accounting impact):
    Dr                                                                                Cr
    510000 - Depreciation (Personal Computers)        110000 - Personal Computers
    So, for my Credit Note is a little bit differen(I am using Credit Note without Vendort:
    I want the Credit Note to perform as following:
    Dr                                                                         Cr
    110000 - Personal Computers             510000 - Depreciation (Personal Computers)
    My G/L setting in Fixed Assers add-on:
    Balance Sheet of Asset Acc. Cost - 110000
    Clearing - (for this account,  I have tried placing 110000 and 510000)
    Ordinary Depreciation Acc. - 510000
    But, it does not work.
    Please advice on that.

    Hi Gordon,
    I thought this account was for Credit Note purposes but it wasn't.
    So, for 1st scenario I tried putting 110000 and then I made a Credit Note without Vendor thought of debiting back depreciated amount into my fixed asset account and crediting the depreciated amount in my depreciation account. The result was unfavorable, it worked out the same way as I did for depreciating my assets:
    Dr                                                                    Cr
    510000 - Depreciation Account                     110000 - Fixed Assets Account
    In fact, for 2nd scenario I tried replacing 110000 in Clearing Account with 510000 thought of achieving my goal below:
    Dr                                                                    Cr
    110000 - Fixed Assets Account                     510000 - Depreciation Account
    But the outcome was same exactly as 1st scenario.
    How can I produce the goal in 2nd scenario, please advice.
    Thank you.

Maybe you are looking for

  • My iphone 4 wont get out of recovery mode even after getting restored over and over again?

    .

  • Does TM backup files pointed to from a symbolic link?

    I was just wondering if TM would backup files that are pointed to by a symbolic link or some such alias? It would be a way to make TM backup files it would ordinarily skip, such as files on another drive or even computer. Just a though and a question

  • Nokia 5310...Nothing works basically

    I had received a Nokia 5310 about 2 weeks ago, and I'm noticing a plethora of problems that are making it hard to enjoy this phone. I have tried contacting T-Mobile, and they actually told me to go to Nokia for help... So I'm being led in circles. My

  • Backup failed after upgrade

    I just upgrade the database from 9i to 10.2.0.4. After the upgrade, the backup failed with the following error. What's wrong and how to fix? Thanks! CBRP:/opt/app/oracle:>rman target / catalog xx/xx@cdbp Recovery Manager: Release 10.2.0.4.0 - Product

  • 11.5.10 Self Service error enter

    I have this error. oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND-INVALID APPLICATION. Tokens: APPL = fnd; (Could not lookup message because there is no database connection)      at oracle.apps.fnd.framework.webui.OAPageEr