Credit memo using MIRO

Hi
My organization is doing credit memo using MIRO for both stock and non stock materials.But P&L G/L account is not getting credited with this entry.
<b>Following are the flow of entries as per my knowledge-------</b>
<b>1.When we receive materials(MIGO)</b>
<b>Debit</b> -Stock(in case of stock materials) OR consumption account in case of non stock material
<b>Credit-</b>  GR/IR Account
<b>2.When inv verification done(MIRO)</b>
<b>Debit</b> GR/IR Account
<b>Credi</b>t Vendor
<b>3.If I want to give normal credit memo I can use FV60 or MIRO</b>.
MIRO is used in case of quantity reduction .
If I used MIRO following is the entry happening.
<b>Debit</b>-Vendor
<b>Credit</b>-GR/IR Account
During the third step G/L consumption account or stock account is not getting credited.This is resulting with unnecessary credit in GR/IR account and G/L account is not getting reversed.
Can any one please advise whether this is the right procedure?If so why G/L account is not getting reversed?
OR
Do we need to post additional entry again debiting GR/IR account and crediting Stock or consumption account????
Please advise ASAP.
thanks
Henfi<b></b>

Hi,
During credit memo, the G/L or consumption accont will not credited.
The concerned material doc has to be reversed through migo also in MM.
the steps is as under.
1.  MIRO - Credit Memo
Entries
Dr. Vendor
Cr. GR/IR Clearing account
2.  MIGO - Select return delivery.
Entries
Dr. GR/IR Clearing account
Cr. Inventory / consumption account.
The GR/IR account gets nullified and the inventory or consumption account will get reduced.
For any further queries, contact me on 9963233322
Regards,
Vinod S

Similar Messages

  • Credit memo in MIRO

    Hi,
    If we reverse the Invoice document using MR8M transaction, automatically credit memo will be created for the reversal with reference to the Invoice.(pls correct if i am wrong)
    If we use the MIRO transaction to create Credit memo using PO, how the reversed document has relation with the invoiced document.In which table we can see the relation.
    Regards

    The relation bet Invoice and credit memo you can see in PO history tab of the PO or you can use ME2M tcode with ALLES as scope of list adn you will see all the documents related to PO here.
    Relation ship you can find in table BSEG and make it selction based on the PO number then you will find all the document

  • BAPI for subsequent credit memo in MIRO transaction

    hi,
    i need to upload the data for subsequent credit memo in MIRO transaction using BAPI.
    Is there any BAPI for subsequent credit memo in MIRO transaction?
    Thanks & regards
    Prajwala

    Hi,
    I am not 100 percent sure but try this BAPI:
    BAPI_INCOMINGINVOICE_CREATE.
    Regards,
    Rahul

  • How to change the Quantity in the Credit Memo using BAPI

    Hi All,
    I have a requirement in which i need to change the Quantity Value field available in the Credit Memo using BAPI.
    Can anyone help me out to get any available BAPI to perform this action or any Solution to change the Quantity in the Credit Memo ?.
    Regards,
    Muruganand.K

    Hi,
    Try using BAPI_SALESORDER_CHANGE.
    DATA: s_order_header_in LIKE bapisdh1.
    DATA: s_order_header_inx LIKE bapisdh1x.
    DATA: BEGIN OF i_order_item_in OCCURS 0.
    INCLUDE STRUCTURE bapisditm.
    DATA: END OF i_order_item_in.
    DATA: BEGIN OF i_order_item_inx OCCURS 0.
    INCLUDE STRUCTURE bapisditmx.
    DATA: END OF i_order_item_inx.
    DATA: BEGIN OF it_return OCCURS 0.
    INCLUDE STRUCTURE bapiret2.
    DATA: END OF it_return.
    DATA: BEGIN OF i_sched OCCURS 10.
    INCLUDE STRUCTURE bapischdl.
    DATA: END OF i_sched.
    DATA: BEGIN OF i_schedx OCCURS 10.
    INCLUDE STRUCTURE bapischdlx.
    DATA: END OF i_schedx.
    s_order_header_inx-updateflag = 'U'.
    i_order_item_in-itm_number = vbap-posnr.
    i_order_item_in-TARGET_QTY = rv45a-zzqty.
    i_order_item_inx-updateflag = 'U'.
    i_order_item_inx-itm_number = vbap-posnr.
    i_order_item_inx-TARGET_QTY = 'X'.
    APPEND: i_order_item_in, i_order_item_inx.
    i_sched-itm_number = vbap-posnr.
    i_sched-sched_line = '0002'.
    i_sched-req_qty = rv45a-zzqty.
    APPEND i_sched.
    i_schedx-itm_number = vbap-posnr.
    i_schedx-sched_line = '0002'.
    i_schedx-updateflag = 'U'.
    i_schedx-req_qty = 'X'.
    APPEND i_schedx.
    IF sy-subrc = 0.
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
    EXPORTING
    salesdocument = xvbap-vbeln
    order_header_in = s_order_header_in
    order_header_inx = s_order_header_inx
    behave_when_error = 'P'
    TABLES
    return = it_return
    order_item_in = i_order_item_in
    order_item_inx = i_order_item_inx
    schedule_lines = i_sched
    schedule_linesx = i_schedx.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    ENDIF.
    Change the fields as per your logic before populating orders item and schedule line data.
    You have to pass the quantity in schedule line items as well in case you want to change quanity in order.
    KR Jaideep,
    Edited by: Jaideep Sharma on Jun 22, 2009 7:35 PM

  • Create Credit Memo using B1if

    Hello Experts,
    Have anyone tried to create service Credit Memo using B1if when an AP Invoice is posted by a user for a specific vendor? or Any similar scenario?
    I am new to B1if , looking into the recordings now. Can anyone advise steps or process to acheive this ?

    Hi,
    Please refer below link where PO2SO is generate, same manner you can use CM2AP.
    [https://sap.emea.pgiconnect.com/p26689556/]
    Thanks
    Kevin

  • Creating Vendor Credit Memo Using BAPI  BAPI_ACC_DOCUMENT_POST

    Hi,
    I want to create a vendor credit memo using the bapi BAPI_ACC_DOCUMENT_POST but with posting keys as 21 and 50.Is it possible to do so.I tested the bapi passing the data to the accountgl table.Do i have to pass data to another table ?

    hi Eric,
    I even tried passing the data to the accounts receivable and accounts payable tables passing the GL account no in these tables.Still teh document get posted with keys 40 and 50.Also the credit entries should be assigned to COPA segment of sales order/item.
    The vendor credit memo should look as follows look as follows:
    Dr Vendor (PK = 21) $ 35,000
    Cr Freight expense account (PK = 50) $ 10,000……….assigned to COPA segment of sales order/ item 20000397/10
    Cr Freight expense account (PK = 50) $ 5,000……….assigned to COPA segment of sales order/ item 20000397/20
    Cr Freight expense account (PK = 50) $ 20,000……….assigned to COPA segment of sales order/ item 20000398/10

  • Create Credit Memo using BAPI

    Dear All,
    I have to create credit memo using XL file.In XL file there are following fields:
    1.order type
    2.sales organization/division/distribution
    3.sold to party
    4.order refrence
    5.Material code
    6.Quantity
    7.Price.
    Is it possible to create Credit memo using BAPI?If yes then please reccomend any BAPI.
    Regards,
    AMAR

    Hi,
    { Changing the Object Status to Approve
        CALL FUNCTION 'I_CHANGE_STATUS'
          EXPORTING
            objnr          = is_vbakch-objnr
            estat_inactive = c_e0001
            estat_active   = c_e0002
          EXCEPTIONS
            cannot_update  = 1
            OTHERS         = 2.
        IF sy-subrc EQ 0.
          is_billing-salesorg = is_vbakch-vkorg.
          is_billing-distr_chan = is_vbakch-vtweg.
          is_billing-division = is_vbakch-spart.
          is_billing-doc_type = is_vbakch-auart.
          is_billing-ref_doc = is_vbakch-vbeln.
          is_billing-bill_date = sy-datum.
          is_billing-sold_to = is_vbakch-kunnr.
          is_billing-ref_doc_ca = c_x.
          APPEND is_billing TO it_billing.
        ENDIF.
      ENDLOOP.
    BAPI To create Billing for the Credit Memo.
      CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'
        TABLES
          billingdatain = it_billing
          return        = it_returncg
          success       = it_bilsuccess.
    Please use these for Credit memo creation using upload .. If u want i can send the coding also ..
    Regards,
    Srinivas.

  • AR Credit Memo using DTW

    Is there a way to import AR credit memos using DTW?  I can't find any templates in DTW for it.

    Hi,
    U will find the template in oCreditNotes>>Document and Document_Line template for importing AR credit note .
    swap

  • TO CREATE A CREDIT MEMO USING CREDIT MEMO REQUEST

    Hi,
          I have a credit memo request 60000150 and I need to create a credit memo using the above credit memo request.Can anyone suggest a BAPI or some other method to do this and also the parameters to be passed

    Hi,
          I have a credit memo request 60000150 and I need to create a credit memo using the above credit memo request.Can anyone suggest a BAPI or some other method to do this and also the parameters to be passed

  • Credit Memo using BAPI_SLSTRANSACT_CREATEMULTI

    Hi All,
    Is it possible to create a credit memo using FM BAPI_SLSTRANSACT_CREATEMULTI? If possible, please let me know which of the table parameters need to be populated.
    Regards,
    Vinny

    Hi Vinay,
    It is possible create a Credit memo using BAPI_SLSTRANSACT_CREATEMULTI.
    Pleae look at the FM CMS_1O_CREATE_SINGLE_GEN which as used the above bapi to create a Credit Memo and also you can see which all paramters are required.
    Best Regards,
    Kiran

  • Credit Memo via MIRO applying cash discounts.

    All,
    We have shared services applying credit memo's in A/P against a vendor/purchase order via MIRO.  If the personnel does not select that the payment terms be net 0, due immediately, then the vendor/po default is used which will ultimately apply the first discount term (in this case 1%) regardless of the baseline date.  We should not be applying discounts to credit memos.
    Any suggestions on dealing with this scenario?
    Thank you for your help in advance.
    Patrick

    Hi all,
    I have exactly the same problem. Can anyone help ?
    Thank you for your help.
    Christophe

  • Other document type for credit memos in MIRO

    Dear,
    i would like to use a seperate document type for credit memos posted with MIR0 compared to RE for invoices. I created a new Z transaction. And now I thought that I could enter this new transaction code in OMR4 (tablle V_169F), but I can not add a new customised transaction in this list. What can I do?
    Or is there an other way to have another document type for credit memos?
    Thank you.
    Leen

    Hi
    You can create a new document type for credit memo through t code OBA7. Once the T code is created with all necessary parameters you can assign this to MIRO transaction.
    You cannot create a customised transaction through OMR4. This is meant for assigning the Doc type to Invoice verification
    Regards
    Jaswanth

  • Credit memo using BAPI

    Hi,
    In transaction VA01 we are able to create credit memo request (ZRCR order type) with order category K (credit memo). Is this possible to create this order using "BAPI_SALESORDER_CREATEFROMDAT2" and BAPI_SALESORDER_CREATEFROMDAT1 function module.?
    If we try to excute using this function module, following return message is appearing. "Unpermitted combination of business object BUS2032 and sales doc. category K". Any one please give me solution.
    Thanks in advance,
    Murali

    Hi,
    Using below FM we can create SD.
    BAPI_SALESDOCU_CREATEFROMDATA
    BAPI_SALESORDER_CREATEFROMDAT1
    BAPI_SALESORDER_CREATEFROMDAT2
    BAPI_SALESORDER_CREATEFROMDATA
    Regards
    Md.MahaboobKhan

  • Partner bank field in Credit memo thru MIRO

    Hi
    I am trying to post credit memo related to MM invoice in transaction MIRO. I am getting error
    select partner bank out of multiple partner bank
    but the field is not available for selection. The same is avaialable for input in invoice though. Not coming for credits only.
    And if I put invoice reference, should not it take from the original invoice ?
    Help
    Pushkaraj
    I have checked field status, its not suppressed

    Hi
    I have checked field status for reco account of the concerned vendor. Its optional entry for bank partner. In posting key also its optional.
    And Document type for invoice and credit memo is the same one. So just wondering how it is available for input in invoice and not in credit memo.
    How did you get that in credit memo as well ? in MIRO transaction ?
    Raj
    will assign full points

  • Credit memo uses base document total and not balance due?

    Using SBO 2007 sp00 pl42 i have the problem that, having an AR invoice with a partial incoming payment, leaves an open balance of the invoice.
    Later i use the "copy to" function, to the credit memo, but it uses the whole original amount, and not only the balance due, leaving the credit memo with an open balance equal to that payment value, and closing only the invoice and payment.
    In SBO 2005 A sp01 the credit memo was copied with the original amount but it generated a discount matching the partial payment value, and this way automatically reconcile the 3 documents.
    you can see the details in this document:
    Thanks a lot for your help!
    http://rapidshare.com/files/189998866/credit_memo_dont_use_the_balance_due_as_total.doc.html

    Dear Carlos,
    Please check note no 1301233 to get more information on this issue.
    Regards
    Vikas Rastogi
    SAP Business One Forums Team

Maybe you are looking for

  • Locating a JAR file

    Has this happened to you? You search the internet for some concept in Java and find a nice piece of code that illustrates perfectly what you want to do. So you do a little cut-n-pasting and off you go. But then you're suddenly stopped in your tracks

  • Probleme of insert in adf 11g

    hi, i have a probleme whith my application,when i try to insert a new row it warks fine ,i complete all the form but when i clic the button to commit this message appear "ORA-02292: integrity constraint (FORMATION.FK_SESSION_FORMATEUR) violated - chi

  • Change the host name in Listener.ora to fixed IP address

    in Listener.ora i want change host name to IP : ==== OLD ==== LISTENER = (ADDRESS_LIST = (ADDRESS=(PROTOCOL= TCP)(Host=Server)(Port= 1521)) (ADDRESS=(PROTOCOL= IPC)(KEY = ORCL)) === WHAT I NEED === LISTENER = (ADDRESS_LIST = (ADDRESS=(PROTOCOL= TCP)(

  • Poker stars

    tried to load pokerstars and it wouldn't do it for itouch. Am i doing something wrong or won't it just load it. JEFF

  • Upgrading vCenter 5.0 to vCenter 5.5 and DRS/HA clusters

    I have been told that upgrading vCenter 5.0 to 5.5 will affect the clustering of VMs in vCenter and that we need to remove the VMs from the cluster first.   However, I have yet to find any information about this.   Is this true?