Invoice booking (MIRO) without Goods Receipt Entry (MIGO)

Hi,
We have a requirement where we will create Purchase order, thereafter we will be booking invoice directly without doing goods receipt. We will not be doing goods receipt at later stage also. So accounting entry at the time of Invoice (MIRO) should be :
Expense Dr
Vendor  Cr
whereas if we do not do Goods Receipt and directly book invoice, following entry is getting generated:-
GR/IR clearing Dr
Vendor Cr.
How can we map the above scenario??
Thanks & Regards,
Jyoti

Hi,
When you want to do your invoice without doing a GRN, its always advisable to post your invoice thru FB60..
Thats the best way of doing..
Cheers..
Redoxcube

Similar Messages

  • Postings for Invoice Reversal Without Goods Receipt

    Dear all,
    I have 2 invoices ( material with moving price) without goods receipt.
    Invoice 1
    The invoice is posted before the goods receipt, therefore the posting to the GR/IR clearing account is based on the invoice price.
    Invoice quantity * invoice price = 10 pieces * $10/pc = $100
    The offsetting entry is posted to the vendor account.
    Accounting document is below:
    Credit vendor account: 100
    Debit GRIR          : 100
    Invoice 2
    The GR/IR clearing account is cleared on the basis of the invoice price.
    Invoice quantity * invoice price = 10 pieces * $20/pc = $200
    The offsetting entry is posted to the vendor account.
    Accounting document is below:
    Credit vendor account: 200
    Debit GRIR          : 200
    Reversal of Invoice 2
    The invoice quantity is greater than the goods receipt quantity. The credit memo quantity is covered by the quantity of the invoice surplus. The GR/IR clearing account is posted as follows:
    GRIR= quantity of invoice 2  * [((Clearing value u2013 goods receipt value) : (invoice quantity of invoice 2 u2013 goods receipt quantity))] = 10 * [( (300-0) : (20-0))] = 150
    The credit memo amount is posted to the vendor account. The credit memo amount is different to the posting on the GR/IR clearing account, so the difference is posted to the price difference account.
    Accounting document is below:
    Debit vendor account: 200
    Credit GRIR          : 150
    Credit price difference: 50
    Those are sap standard BUT my customer want that when I revert the invoice 2 the GR/IR clearing account will not be recalculated. So accounting document should be below:
    Debit vendor account: 200
    Credit GRIR          : 200
    How Can I do that?????? Please help me, thanks!!!!!!!!!!!!!!!!!!!!!!
    Edited by: Kieu Thi Luong on Jul 19, 2011 12:45 PM
    Edited by: Kieu Thi Luong on Jul 19, 2011 12:46 PM
    Edited by: Kieu Thi Luong on Jul 19, 2011 12:47 PM

    Since the material is valuated at moving average price, the invoice reversal will happen at the moving average price only which $15/pc in your case. Inform your customer his/her requirement can be achieved only if we move to material valuation at Standard price and that too if the invoice posting & reversal happen when the standard price of the material remains same.

  • Report on Invoices without Good Receipts

    Hi,
    Are there any standard SAP reports that I can extract logistics invoices without good receipts done?
    Thanks,
    CW

    Hi,
    Logistics / Materials Management / Purchase Order / List Displays / ********
    or use FBL3N - Display/Change Line Items, select GR/IR account and exclude the GR document type.
    Paul

  • User Exit for Enter / post invoice against the order without goods receipt

    Hi,
    My requirement is to enter or  post the  invoice against the Purchase order without goods receipt.
    Need to an User Exit  for this.
    Thanks in Advance!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    User exits available are:
    V02V0001 Sales area determination for stock transport order
    V02V0002 User exit for storage location determination
    V02V0003 User exit for gate + matl staging area determination (headr)
    V02V0004 User Exit for Staging Area Determination (Item)
    V50PSTAT Delivery: Item Status Calculation
    V50Q0001 Delivery Monitor: User Exits for Filling Display Fields
    V50R0001 Collective processing for delivery creation
    V50R0002 Collective processing for delivery creation
    V50R0004 Calculation of Stock for POs for Shipping Due Date List
    V50S0001 User Exits for Delivery Processing
    V53C0001 Rough workload calculation in time per item
    V53C0002 W&S: RWE enhancement - shipping material type/time slot
    V53W0001 User exits for creating picking waves
    VMDE0001 Shipping Interface: Error Handling - Inbound IDoc
    VMDE0002 Shipping Interface: Message PICKSD (Picking, Outbound)
    VMDE0003 Shipping Interface: Message SDPICK (Picking, Inbound)
    VMDE0004 Shipping Interface: Message SDPACK (Packing, Inbound)
    user exit when PGI is done
    Reward if useful.

  • Changing the G/L Account while Posting the Goods Receipts in MIGO

    Hi All,
    I have requirement in which G/L Account needs to be changed based on some validation while Posting the Goods Receipt in MIGO.
    I have created exit in OBBH by copying the standard SAP Program RGGBS800 in view V_T80D.
    I changed following entry in view V_T80D:
    GBLS     ZGGBS800     Val/sub:Exits for substitution
    Now Inside program ZGGBS800, I have written the logic to change the BSEG-HKONT value with the new G/L Account which gets called inside the standard function module G_VSR_SUBSTITUTION_CALL.
    FORM U999.
       DATA : V_HKONT TYPE BSEG-HKONT.
       clear : V_HKONT.
       SELECT SINGLE SAKNR FROM ZMASH1 INTO V_HKONT WHERE MATNR = BSEG-MATNR AND WERKS = BSEG-WERKS.
         IF SY-SUBRC EQ 0.
           BSEG-HKONT = V_HKONT.
         ENDIF.
    ENDFORM.
    After the execution of the above code the value of BSEG-HKONT changes with new value of V_HKONT but after this when I go further in Standard SAP code of function module G_VSR_SUBSTITUTION_CALL, there is one subroutine FORM EXP_TAB_009_BSEG  being called which changes the value of BSEG-HKONT to initial value of HKONT also while moving the data from BSEG to TEMP_STRUCT it doesn't passes the HKONT value, which I want it be passed as I want the changed value to be passed finally to OUT_RESULT. Please look at the code below.
    Following is the SAP standard code of subroutione FORM EXP_TAB_009_BSEG :
    FORM EXP_TAB_009_BSEG
             USING
               IN_ORIG STRUCTURE        BSEG
            CHANGING
               OUT_RESULT STRUCTURE     BSEG
               B_RESULT.
      DATA:  ORIG LIKE BSEG.
      DATA:  BEGIN OF TEMP_STRUCT,
             ABPER                          LIKE   BSEG-ABPER,
             AUGGJ                          LIKE   BSEG-AUGGJ,
             DOCLN                          LIKE   BSEG-DOCLN,
             FIPOS                          LIKE   BSEG-FIPOS,
             FISTL                          LIKE   BSEG-FISTL,
             FKBER                          LIKE   BSEG-FKBER,
             FKBER_LONG                     LIKE   BSEG-FKBER_LONG,
             GEBER                          LIKE   BSEG-GEBER,
             GMVKZ                          LIKE   BSEG-GMVKZ,
             GRANT_NBR                      LIKE   BSEG-GRANT_NBR,
             HKTID                          LIKE   BSEG-HKTID,
             HZUON                          LIKE   BSEG-HZUON,
             INTRENO                        LIKE   BSEG-INTRENO,
             MEASURE                        LIKE   BSEG-MEASURE,
             PARGB                          LIKE   BSEG-PARGB,
             PPA_EX_IND                     LIKE   BSEG-PPA_EX_IND,
             PPRCT                          LIKE   BSEG-PPRCT,
             PRCTR                          LIKE   BSEG-PRCTR,
             PRODPER                        LIKE   BSEG-PRODPER,
             PRZNR                          LIKE   BSEG-PRZNR,
             PSEGMENT                       LIKE   BSEG-PSEGMENT,
             SAMNR                          LIKE   BSEG-SAMNR,
             SCTAX                          LIKE   BSEG-SCTAX,
             SEGMENT                        LIKE   BSEG-SEGMENT,
             SGTXT                          LIKE   BSEG-SGTXT,
             SRTYPE                         LIKE   BSEG-SRTYPE,
             UZAWE                          LIKE   BSEG-UZAWE,
             XREF1                          LIKE   BSEG-XREF1,
             XREF2                          LIKE   BSEG-XREF2,
             XREF3                          LIKE   BSEG-XREF3,
             ZUONR                          LIKE   BSEG-ZUONR,
             ZZBUSPARTN                     LIKE   BSEG-ZZBUSPARTN,
             ZZCHAN                         LIKE   BSEG-ZZCHAN,
             ZZLOB                          LIKE   BSEG-ZZLOB,
             ZZLOCA                         LIKE   BSEG-ZZLOCA,
             ZZPRODUCT                      LIKE   BSEG-ZZPRODUCT,
             ZZREGION                       LIKE   BSEG-ZZREGION,
             ZZSPREG                        LIKE   BSEG-ZZSPREG,
             ZZSTATE                        LIKE   BSEG-ZZSTATE,
             ZZUSERFLD1                     LIKE   BSEG-ZZUSERFLD1,
             ZZUSERFLD2                     LIKE   BSEG-ZZUSERFLD2,
             ZZUSERFLD3                     LIKE   BSEG-ZZUSERFLD3,
             END OF TEMP_STRUCT.
      IF IN_ORIG = BSEG .
        B_RESULT = B_FALSE.
        OUT_RESULT = IN_ORIG.
        EXIT.
      ENDIF.
      MOVE-CORRESPONDING BSEG TO TEMP_STRUCT.
      OUT_RESULT = IN_ORIG.
      MOVE-CORRESPONDING TEMP_STRUCT TO OUT_RESULT.
      IF IN_ORIG = OUT_RESULT .
        B_RESULT = B_FALSE.
      ELSE.
        B_RESULT = B_TRUE.
      ENDIF.
      BSEG = OUT_RESULT.
    ENDFORM.                               " EXP_TAB_009_BSEG
    I need the value of BSEG-HKONT should be passed to OUT_RESULT-HKONT.
    I am not able to find any userexit or BADI for this.
    Please guide me on this.
    Thanks,
    Chandravadan
    Edited by: Chandravadan Jaiswal on May 8, 2009 2:18 PM
    Edited by: Chandravadan Jaiswal on May 8, 2009 3:45 PM

    Hi
    I also need to change hkont while posting MIGO and MIRO transaction..
    Any suggestion for this?
    Here's my problem.. Substitution of account(HKONT) when posting in MIGO/MIRO

  • Single Excise Invoice Posting against multiple Goods Receipt.

    Hi,
    We made a Purchase Order, say 4500000753, of 100 Qty,
    The Vendor sent us the Material in two different Challans but in same date and two created two Material Documents,say 5000000772 & 5000000773 for Goods Receipt.
    The Vendor sent us single Excise Invoice for both the Challans (goods receipt). Please advise how to post the Excise Invoice.
    We tried to capture Invoice against Purchase Order, but the system is giving the following message:
    Document 4500000753   does not contain any selectable items
    My Queries / doublts
    1. Is it possible to post excise document against multiple goods receipt documents.
    2. In what case we excise posting against Purchase Order and what is configuration required.
    3. Can we post excise invoice with two different Invoice Numbers like 123-A & 123-B
    Please guide.
    Regards,

    Hi Jeyakanthan,
    Thanks for the reply.
    I have gone thru the "Multiple Goods Receipts for a Single Excise Invoice " in Sap Help Documentation, what I have understood is that we can do multiple Goods Receipt against a Single Invoice. Here in this case we do the Goods Receipt against Purchase Order , do the Invoice Capture for first goods receipt againts Purchase Order and we enter the Invoice Number (say 745, sent by the Vendor) while capturing excise invoice. When the second shipment (against the same PO) comes, we do goods receipt and we refer the "Only Refer Excise Invoice" while doing the goods receipt. Finally after when we have entered all the shipments for the PO, we do the Excise Posting.
    Here in our case we have already posted the Goods Receipt (without entering the Invoice Number in first goods receipt) and now we want to capture & post excise invoice for a Single Excise Invoice (Invoice No. say 745,).
    Please correct me if my understanding is wrong.
    Here we have got two options:
    a. Reverse all the goods receipt & re-enter the goods receipt .
    b. post two separate excise invoice against each goods receipt mentioning dummy excise invoice number like 745-A & 745-B.
    Option a seems difficulty as we will have to reverse all the subsequent goods receipt & transfer posting documents.
    Option b seems legally wrong, as per understanding.
    Request you to please advise.
    Regards
    PK

  • Goods Receipt entry for items with serial number

    Hi All,
    When I try to create a Goods receipt entry, for items with serial number, i'm always getting the following error message.
    [OSRI] , 'The selected quantity of serial/batch numbers is greater than the quantity in row Id'
    The following is the code that I'm using
    Dim oInvetoryGenEntry As SAPbobsCOM.Documents
    Dim oSerialNumber As SAPbobsCOM.SerialNumbers
    Dim ErrCode As Long
    Dim ErrMsg As String
    Dim ret As Long
    Set oInvetoryGenEntry = oCmp.GetBusinessObject(oInventoryGenEntry)
    Set oSerialNumber = oInvetoryGenEntry.Lines.SerialNumbers
    oInvetoryGenEntry.DocDate = Now
    oInvetoryGenEntry.DocRate = 1
    oInvetoryGenEntry.TaxDate = Now
    oInvetoryGenEntry.PaymentGroupCode = "3"
    oInvetoryGenEntry.Comments = "GRN Entry11"
    oInvetoryGenEntry.Lines.ItemCode = "A00004"
    oInvetoryGenEntry.Lines.Price = 100
    oInvetoryGenEntry.Lines.Quantity = 1
    oSerialNumber.SystemSerialNumber = 55555
    oSerialNumber.InternalSerialNumber = "2354"
    oSerialNumber.BatchID = "bt1"
    oSerialNumber.Add
    ret = oInvetoryGenEntry.Add
    If ret <> 0 Then
            oCmp.GetLastError ErrCode, ErrMsg
            MsgBox ErrCode & " " & ErrMsg
        Else
            MsgBox "GRN Entry made."
        End If
    It would be wonderful if anyone help me out to trace the exact reason for this issue.
    Thanks
    John

    Hi John I'm almost sure that your working with SDK 6.5 with SP1 or lower, visit this address
    https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://DI: Add more than one serial numbers in Invoice
    Maybe you can find your answer if you can fix it let me Know my email address is [email protected] because i had the same problem.
    Regards

  • Hitting error when post goods receipt in MIGO

    Dear SAP Gurus and Expert
    Kindly advice what config or setting need to be done when the post good receipt in MIGO hit the error of "Acct. 81110140 for trans. /ev. key ANL, is not a control account".
    Thank you
    Regards
    Leonard Tan

    Hi
    http://wiki.sdn.sap.com/wiki/display/B1/SAPBusinessOne...ToGo-3.TheBasicsofFinancial+Accounting
    http://help.sap.com/saphelp_sbo88/helpdata/en/45/06b9997d720487e10000000a155369/content.htm
    kiran

  • Attach document while Goods receipt in MIGO

    Hi,
    Can I attach a word or a pdf document while posting Goods receipt via MIGO.
    In 'Service for Object' the option  store document is not possible. It is grey out.
    Do I need to do some settings to get this option so as to upload a file while posting the GR.
    I am able to get the option while create/change PO but not in MIGO.
    Regards

    Hi!
    To attach business documents in MIGO you have to do a little bit customizing first...
    In OAC0 check if a content repository is available.
    In OAC2 enter the document type you want to attach
    In OAC3 enter object type BUS2017 with your document type, content repository etc.
    You can attach documents only after the posting because until then SAP has no fix document number which is the key/link to the document. So display the posted material document again and then you can attach the business document.
    Greeting

  • Short Dump While Printing Good Receipt Using MIGO

    I have copied standard program /SMB40/M07DR for printing Goods Receipt from MIGO for a purchase order.
    I am getting a dump: ST22  (POSTING_ILLEGAL_STATEMENT)
    Error analysis
        There is probably an error in the program
        "SAPLKKBL".
        This program is triggered in the update task . there, the
        following ABAP/4 statements are not allowed.
        -  CALL SCREEN
        -  CALL DIALOG
        -  CALL TRANSACTI
        -  SUBMIT
    Looked for many SAP NOTES but no luck.

    When i check the short DUMP in ST22 , it gave me this information ..!!!!
    error analysis
    There is probably an error in the program
    "SAPLKKBL".
    This program is triggered in the update task. There, the
    following ABAP/4 statements are not allowed:
    -  CALL SCREEN
    -  CALL DIALOG
    -  CALL TRANSACTION
    -  SUBMIT
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "POSTING_ILLEGAL_STATEMENT" " "
        "SAPLKKBL" or "LKKBLU01"
        "K_KKB_LIST_DISPLAY"

  • Change account upon reversing Goods receipt document (MIGO)

    Hello,
    I have the following situation at hand:
    A goods receipt document (MIGO- 101) is posted in the month of June. Everything OK, account determination correctly.
    Now in the month of July we want  to cancel this goods receipt (MIGO - 102). My client does not allow postings in months already closed!
    The complexity is that upon reversing the goods receipt the request is that a different account is posted.
    In the standard SAP funcionality upon reversing a material document, the same accounts get debited and credited.
    How can I acomplish this request?  Is there a BADI or user-exit available to manipulaste in this particular situation the accounts posted?
    Thanks for any answer.
    Aart

    The complexity is that upon reversing the goods receipt the request is that a different account is posted.
    Here  company  required  in  different  account  or  when  you  done  reversal  it posted  in  to  different  account .
    Whenever  we  done  reversal  same  accounting  will  be   debited  and  credited  (Standard  Behavior )

  • Goods Receipt  entry  going to dummy profit centre

    hello experts,
    Goods Receipt  entry  is going to dummy profit centre, dont know how and why ?
    I have checked the PO, Material Master, WBS etc. where the desired profit centres are mentioned.
    We have a relation ship of plant=profit centre = business area in our structure.
    Goods Receipt  entry should go desired profit centres only  AND NOT TO DUMMY PROFIT CENT..
    Pl advise.
    Thnks
    Pravin / Vinod

    Hope you have checked substituion at OKC9.
    Make sure that the account assignment is WBS element only in PO. If not then, please chek whether profit center is assigned to that cost object.
    Easily you can monitor profit center assignments at 1KE4.
    Regards,
    Ravi

  • Need a Badi to look the good issue status for prod order before good receipt in MIGO

    Hi ,
    Need a Badi to look the good issue status for compoents for prod order before good receipt in MIGO.
    Example : There are 10 comps need to be issued to production order to make any assy but 6 comps were issued
    and remaining 4 comps are not yet issued.,in this situation if I try to do goods receipt for prod order through MIGO.,system should populate the warning
    message saying still goods issue are pending for prod order.
    Please advise .
    Thanks
    Prasad

    Hi Prasad,
    Before trying with a BAdI, have you tried to control this behaviour thru the Order confirmation parameters (OPK4)?
    Note that you can have a termination in case of having problems in the goods movements..
    Take a look of this and the SAP help:
    Termination of Confirmation if Incorrect Goods Movements
    Controls if the confirmation is terminated in the event of incorrect goods
    movements.
    Use
    This enables you to terminate the confirmation in the event of incorrect
    items, for example, to prevent postprocessing records.
    Dependencies
    The indicator is only evaluated if either no process control key or one
    process control key has been stored that enbles the goods movements to be posted
    in dialog AND for which the "provide error handling for goods movements"
    indicator is active. If there are incorrect goods movements, the system behaves
    as follows:
    A log is issued that gives information on the incorrect goods movements
    If these incorrect goods movements are determined by inventory management,
    then the option of correcting these errors is offered in the error handling
    If the correction is not successful, the confirmation is terminated
    Kind Regards,
    Mariano

  • Invoices posted without good receipt initial posting - please help

    Hi Gurus,
    I would like to ask you if you have and answer / solution for this situation.
    I have a release order with 6 invoices + goods receipt. The problem here is that all the invoices were posted, but not the initial goods receipt. a Financial account had already been posted as well, so i dont know how i will solve this situation !!
    Can u please help me ?
    If u need more information please ask me.
    Thanks in advance,
    Mário.

    Hi
    If you see these invoices in the vendor line items, all would have got payment block in it. Unless GR is done for these PO's, it will not get released automatically. If GR is not required for these invoices, then you will be able to make payment. But if GR based IV is ticked in PO, unless you do GR, you will not be able to make payment to the vendor.
    You can still post GR through MIGO for the same PO. System will allow you to post GR for these invoices.
    Award points if found useful.
    Regards,
    K Lakshmanan

  • Blocking A/P Invoice  without Good Receipt PO

    Dear Sir/Madam,
    Are there any ways to block AP Invoice without creation of Good Receipt PO? The Purchase user whom I want to control need to create PO and AP Invoice. Good Receipt PO is done by warehouse.
    My version is 8.81 PL 06.
    Thankyou.

    hi,
    yes it is possible by using the Store Procedure SP_TranactionNotification.
    pls. use the ff. code
    if @object_type = '18' and @transaction_type ='A'
    begin
         if exists (select T0.itemcode from PCH1 T0 where T0.basetype = '-1' and T0.docentry = @list_of_cols_val_tab_del)
    begin
              set @error = 1
              Set @error_message = 'A/P Invoice Cannot be raised without GRPO Reference'
         end
    end
    open your SQL Management Studio Select your database -->> Programmability -->> StoredProcedure -->> SP_TranactionNotification right click and modify. then you can find
    --     ADD     YOUR     CODE     HERE
    below this one you put the code i provide above and check it.
    regards,
    Fidel

Maybe you are looking for

  • Vintela SSO with BOE Edge 3.1 -  Document

    Hi All, Can anybody help me to find the Document in SAP Notes. SAP Notes "1328135: How to configure vintela Single Sign-On with BusinessObjects Edge 3.1" When I searched the 'SAP Notes search' with 1328135 it says 'Document Not release' Thanks Ranjit

  • Ipod Touch Wifi Intermittent Connectivity

    I have seen the questions already on the Forum but I cannot find a solution. I have 1st gen Ipod Touch 32GB, latest version 3.0 software, Belkin N+ Wirelss set up. Sony Laptop connects 100% time, Ipod Touch connects OK but after between 2-5 minutes i

  • Flash CS3 help URGENT

    Im working on a flash project and im trying to copy the frames of one file to another but it has motion tweens and motion guides....and the frames are specifically place at certain times. how do i copy the frames to another file with out getting the

  • Love Vashikaran Online Molvi Ji +91-8441977406

    BABA JI +91-8441977406 LOVE PROBLEM 24 HOURS SOLUTION CALL ME BABA JI 91-8441977406 91-8441977406 WORLD NO.1 POWERFUL BEST INDIAN +91-8441977406 ASTROLOGER MOLVI JI..08441977406 INDIAS FAMOUS 11 TIMES GOLD MEDALIST, +91-8441977406 FROM AROUND THE WOR

  • Sync an Azure AD account down to on premise AD

    Here is the scenario: We are using Okta as our main authoritative directory.  Users are created in Azure AD automatically through an Okta provisioning process when a user is assigned the Office 365 app in Okta.  This is the current production state.