Invoice Receipt issue

We create a Purchase order for quanity of 6 .While doing the MIGO received only 1 and same for invoice MIRO for the qty of 1 .Now the problem is that on MIRO the quanity is showing as 0.999 instead of 1 .And  it  is posting 6 invoices for one  quanity .Please tel me where to look inot the config or any things missing here.
Thanks In advance

Metroid01 wrote:
We create a Purchase order for quanity of 6 .While doing the MIGO received only 1 and same for invoice MIRO for the qty of 1 .Now the problem is that on MIRO the quanity is showing as 0.999 instead of 1 .And  it  is posting 6 invoices for one  quanity .Please tel me where to look inot the config or any things missing here.
> Thanks In advance
you are saying you had posted an invoice for 1 in MIRO
and now you are seeing 0.999 in MIRO
What are you doing actually a second time in MIRO? because  MIRO is not a display transaction, it is to enter an invoice
and if it shows 0.999 as open, then I assume that you posted the first invoice with 0.001 instead of 1
Have a look in PO history in ME23N, does the invoice quantity match with the GR quantity?

Similar Messages

  • 2LIS_02_SCL / Getting both Posting dates of goods receipt & invoice receipt at the same time

    Hi,
    I have created a DSO based on the schedule lines standard extractor 2LIS_02_SCL.
    The keys of this DSO are PO Number, PO Item and Schedule Line number.
    I have succeed to get some key figures like PO Quantity, GR Quantity and Invoice Receipt Quantity according to the Process Key value.
    Furthermore, I'd like to get too the goods receipt date (Process Key = 02,12,22).
    In order to do that I wrote a small routine in the transformation rule for my target field which fill it only if the process key is 02, 12 or 22.
    The problem is that it doesn't work well because of the invoice records in my source package...
    Indeed when there is an invoice in my PSA for a schedule line, my target field (GR date char) is empty (for these schedule lines, last record is Invoice Receipt type). So it means my transformation rule works but is overwritten by an blank value when there is a process key 03,13 or 23 (invoice Receipt type).
    Do you have a idea to solve my issue ?
    Thank you very much

    Hi.
    You have to write start or end routines for this scenario, not the field level routine since it gets overwrite with last record values....
    overall logic is:
    Collect GR date per PO Num, PO Item and PO SCH. Lin num..like you have internal table with PO number, PO Item and PO Sch line number and GR date. First you have to go through source_package or result_package and fill up that temporary internal table
    And than again go through source_package or result_package and READ that temporary table and fill GR date for all records of same PO sch. lines ..hope this resolves the issue.
    I would prefer end routine if you have posting date in DSO or target structure
    this is little bit complex, so you need ABAP skills....

  • Free Of Cost Material Receipt & Issue

    Dear Expert
    We have received some materials free of cost from govt. , and also we have issued same material to our project/cost centre free of cost. Pl. guide us how to receipt & issue free of cost material to the cost centre/Project.
    Thanks & Regards
    Piyush Dave

    If you receive a delivery free of charge from the vendor, you must first determine whether a purchase order was created for it or not.
    A delivery free of charge increases both total valuated and unrestricted-use stock of the material.
    Activities
    Entering a Delivery Free of Charge with Reference to a Purchase Order
    If the Purchasing component ordered a material with a price of zero and specified in the purchase order that no invoice is expected for the delivery, you post the goods receipt with reference to the purchase order.
    Entering a Delivery Free of Charge Without Reference to a Purchase Order
    If you receive a delivery from a vendor free of charge for which no purchase order was placed, you post the receipt of the goods as a miscellaneous (other) goods receipt.
    Choose Goods movement ® Goods receipt ® Other. Enter the data as required and choose movement type 511. When you process the items, the system prompts you, for every item, to maintain a text for the delivery free of charge on the detail screen. This entry is mandatory, since without a purchase order there is no other way of entering information about the delivery

  • Invoice Receipt Indicator in PO  allowing multiple Invoices for the same PO

    Hello Experts,
    For one Purchase Document type, we have ensured the check mark for " invoice receipt "  indicator  in Invoice TAB at item description level as per client requirement .
    The issue is that when ever we do invoicing for the same PO , it  is accepting and posting invoices for any number of times.
    It is  not desirable and  please point out  how to control it for stoping invoicing from the second time onwards for the same PO.
    Please suggest
    Regards,
    Tulasi

    Hi.........
    Please Tick GR based invoice verification tick for the document type or it may be as per vendor as well in vendor master purchasing field.
    Then system can do only invoice of material with reference of GR Qty.
    Neha

  • Hi- Invoice receipt

    Hi Experts,
      My requirement is whenever we create invoice number using vf01 it automatically post to invoice receipt for that particular invoice number.
    First, we found the BAPI: BAPI_ACC_INVOICE_RECEIPT_POST.which is called in userexits or badis, These are not satisfied my requirement. I found the userexit : SDVFX007 which will triggered at the time of SAVE but I am not able to all the parameters Like Partner values and Condition values to pass as a parameters to the BAPI FM: BAPI_ACC_INVOICE_RECEIPT_POST.
    We configure the output type and use the medium as 8 and application v3. I took the copy of the standard program of output type :CMSF and program: CMSR_OUTPUT_ENTRY and call the our code. When is issued the output type it gives a dump saying that:
       Statement "CALL SCREEN" is not allowed in this form.
    Bild dunkel prozessieren -
            evtl. veraenderte Steuern merken                             *
              IF xusvr = 'X'.
                 PERFORM ustaxes_detail USING i_bkpf.
             ELSE.
           IF sy-tcode(1) = 'M'
           or bkpf-tcode(1) = 'M'.
                OR bkpf-tcode(1) = 'M' OR NOT dynpro_501 IS INITIAL.
        --   CALL SCREEN 301.
          ELSE.
             CALL SCREEN 300.
                 ENDIF.
              ENDIF.
                    ok-code = space.
    In that Standard BAPI they called the this CALL SCREEN Statement.
    we tried the another way I called the BDC Program for FB60 and create one FM and call this FM. This FM is called in standard program.When I issue output type again I got dump saying that “CALL Transaction is not allowed” because in BDC we call the
    -   CALL TRANSACTION  FB60
    Thanks and regards
    Pratap.M

    Check EKBE table.
    If BEWTP='E' means Goods Receipt and 'Q' means Invoice Receipt.
    DMBTR and WRBTR fields gives you the value of that item.
    ALso check this thread.
    Goods Receipt and Invoice Amount
    Check this thread for goods receipt notice sample program.
    grn report(goods receipt notice)

  • Invoice Receipt Ouput

    In the case when an invoice receipt is posted via MIRO against purchase order for a particular vendor (i.e. ABC Inc.) I need the system to generate an I-Doc of that IR for EDI transmission. How must I setup the Output Determination / Message Conditions to achieve the creation of this I-Doc?
    Thanks - points will be rewarded.

    While EDI is a component of the problem, it is not the key issue. I need help understanding how to setup Output Determination / Message Control (thru NACE and such) so that upon posting of an invoice receipt against a purchase order of a particular vendor (and for that vendor only) an I-Doc (in any format) will be generated for subsequent transmission.
    Thanks - points will be rewarded.

  • Invoice Receipt Date BKPF-REINDAT missing

    Hi,
    I want Invoice Receipt Date field( BKPF-REINDAT )in MIRO.
    Now, i could not see this field anymore in MIRO transaction screen.
    Could anyone please tell me how can I get this field on Miro screen?
    Regards
    Rifaie.M

    Hi,
    Are currently on the latest versions
    Previously available field "Invoice Receipt Date", on the Detail tab of transaction MIRO (Logistics Invoice Verification), is no longer avail-able.
    This is new and you can find some pilot notes in this area...
    FYI:The invoice receipt date was designed only for those customers using
    the US Federal Government functionality, the Prompt Payment Act (PPA).
    When properly customized, this field appears on on both FI and MM
    invoices. The invoice receipt date field that you see on the 'details'
    tab in transaction MIRO is meant to be a display only field and displays
    the date in the 'basic' tab of the invoice.
    For this reason SAP created the note number  593729 for Public Sector to
    avoid the field to be displayed without the PPA activation.
    Please also review the attached notes:
    639483     Invoice receipt date issues
    593729     Invoice Receipt Date field unecessarily displayed

  • Cancelling Vendor Invoice Receipt

    Dear All,
            We have a issue in Vendor Invoice document.
    We created a purchase order (Subcon -B/O), for that a vendor supplied the material. Those materials failed
    in quality check and returned back to vendor. The vendor processed the returned material again and sent to
    us. We just made 101 with that, and we have to process QC for Insp.Lot. In this case, the vendor invoice
    has been processed and made payment mistakenly ((that supposed to be not processed).
    Now the material seems to be defective and obviously fails in QC. There was an error when we process the
    Insp.lot stating "40 EA Incorrect posting bact to vendor, Deficit of PU IR qty 40.00 EA", (Since the status of
    the vendor invoice document is 'RE-L' ).
    When we tried to cancel the invoice in MR8M, (either in Current period or previous period), there is error,
    "Perform the planned price change for material XXXX XXX".
    How to post the stock in QA or Cancel the Invoice Receipt ?
    Regards,
    S.Sridhar

    Reverse payment thru FB08,perform costing run for material in current period,
    cancel invoice using MR8M with reversal reason 01 or 02,
    Cancel inspection lot to bring stock to quality(pl refer sap note 175842 & implement it),cancel matl. document.
    Now maintain required inspection type in QM view of material master.
    Perfrom GR material to block stock or quality stock.
    Edited by: Jeyakanthan A on Oct 26, 2010 4:14 PM

  • Invoice Receipt and GR Reversal

    Hi
    I've a intercompany STO for which we created a Delivery, PGI & GR. After this, we realised that we have an issue and want to cancel the STO - I'm trying to do a GR reversal (102 mvt ) but the error message is "Deficit of PU IR quantity XXXX.000 EA" - but the stock does exist and there is no issue with that stock. In the PO history tab, I see the 'Tr./Ev. Goods Receipt' mat doc.,  'Tr./Ev. Invoice Receipt' mat doc., 'Tr./Ev. Goods Issue' mat doc. and 'Tr./Ev. Delivery Note' doc. in that order. All these documents are dated 11 Mar 08.What I'm I doing wrong? Any suggestions or ideas? Pl help.
    thanks
    BE

    Hi Brian,
    After reversing the Invoice, also make sure to reverse/cancel the Outbound Delivery doc in VL09. Also, cancel any Bills created by the Supplying CoCd in VF11.
    Let me know if this helped.
    Regards,
    Mewan

  • Re: other charges in po to invoice receipt

    hi experts,
    i have a doubt i gave material and other charges rupees 1000 in purchase order and received the goods receipt also now the issue is in invoice receipt i got the other charges as rupees 1250 so the balance rupees rupees 250 my user posting manually in invoice receipt by mentioning the gl account number beside the po reference but now the user is requesting the balance rupees 250 should come automatically not manually either excess or lower expenses it should automatically post in invoice receipt to eliminate manual postings.
    so experts give me your feedbacks.
    thanks in advance,
    gr

    Hi Gomathy Roy,
       The other miscellaneous expenses known at the time of MIRO, can be entered in the MIRO header in the Unplanned delivery costs field. Then the total invoice can be posted.
      Thanks & Regards,
    Amjad

  • Which table field I can confirm if the PO has done invoice receipt

    Hi,
    From which table field, I can confirm the PO has done invoice receipt. and in case of that with reference a PO, I have done the IR, but it was reversed, which means PO has not done invoice receipt.
    For this case, I don't want to read table EKBE to retrieve the invoice number, the read table RBKP to judge if there is a reverse IR for it.
    If there any status table field which indicate if the PO has done invoice receipt.
    Many thanks,
    Aries

    Hi Raj,
    For invoice receipt and credit memo, EKBE-BEWTP is all set with 'Q', so if there is reversed invoice. Also you can retrieve data from EKBE. But actually the PO also needs a invoice receipt. So it can not meets the requirement.
    Regards,
    Aries

  • Period Wise Inventory Opening balance,Receipts ,Issues and Closing Balance

    Hi Guys I need Period Wise Details,but the above query is giving date wise can any one give me a solution plz.
    the Below is the table structure and the select statement that i am working on.
    CREATE TABLE INV_TRACK( TRANS_ID NUMBER,
    ITEM_ID VARCHAR2(10), QTY NUMBER,
    COST NUMBER, TRANS_TYPE VARCHAR2(2 ),
    TRANS_DATE DATE )
    INSERT INTO INV_TRACK ( TRANS_ID, ITEM_ID, QTY, COST, TRANS_TYPE,
    TRANS_DATE ) VALUES ( 1, 'a1', 100, 50, 'r', TO_DATE( '10/01/2005 12:00:00 AM', 'MM/DD/YYYY HH:MI:SS AM'))
    INSERT INTO INV_TRACK ( TRANS_ID, ITEM_ID, QTY, COST, TRANS_TYPE,
    TRANS_DATE ) VALUES ( 2, 'a1', 105, 50, 'r', TO_DATE( '10/01/2005 12:00:00 AM', 'MM/DD/YYYY HH:MI:SS AM'))
    INSERT INTO INV_TRACK ( TRANS_ID, ITEM_ID, QTY, COST, TRANS_TYPE,
    TRANS_DATE ) VALUES ( 3, 'a2', 100, 100, 'r', TO_DATE( '10/01/2005 12:00:00 AM', 'MM/DD/YYYY HH:MI:SS AM'))
    INSERT INTO INV_TRACK ( TRANS_ID, ITEM_ID, QTY, COST, TRANS_TYPE,
    TRANS_DATE ) VALUES ( 4, 'a1', 90, 50, 'i', TO_DATE( '10/02/2005 12:00:00 AM', 'MM/DD/YYYY HH:MI:SS AM'))
    INSERT INTO INV_TRACK ( TRANS_ID, ITEM_ID, QTY, COST, TRANS_TYPE,
    TRANS_DATE ) VALUES ( 5, 'a2', 90, 100, 'i', TO_DATE( '10/02/2005 12:00:00 AM', 'MM/DD/YYYY HH:MI:SS AM'))
    INSERT INTO INV_TRACK ( TRANS_ID, ITEM_ID, QTY, COST, TRANS_TYPE,
    TRANS_DATE ) VALUES ( 6, 'a2', 200, 100, 'r', TO_DATE( '10/02/2005 12:00:00 AM', 'MM/DD/YYYY HH:MI:SS AM'))
    INSERT INTO INV_TRACK ( TRANS_ID, ITEM_ID, QTY, COST, TRANS_TYPE,
    TRANS_DATE ) VALUES ( 7, 'a3', 2500, 10, 'r', TO_DATE( '10/03/2005 12:00:00 AM', 'MM/DD/YYYY HH:MI:SS AM'))
    INSERT INTO INV_TRACK ( TRANS_ID, ITEM_ID, QTY, COST, TRANS_TYPE,
    TRANS_DATE ) VALUES ( 8, 'a3', 100, 10, 'r', TO_DATE( '10/03/2005 12:00:00 AM', 'MM/DD/YYYY HH:MI:SS AM'))
    INSERT INTO INV_TRACK ( TRANS_ID, ITEM_ID, QTY, COST, TRANS_TYPE,
    TRANS_DATE ) VALUES ( 9, 'a3', 1500, 10, 'i', TO_DATE( '10/03/2005 12:00:00 AM', 'MM/DD/YYYY HH:MI:SS AM'))
    SELECT *
    FROM(SELECT TRANS_ID,item_id,trans_type,trans_date,
    lag(qty)
    over(PARTITION BY item_id ORDER BY trans_id ASC) "Opening Balance",
         DECODE(SIGN(qty-lag(qty)over(PARTITION BY item_id ORDER BY trans_id ASC)),1,(qty-lag(qty)over(PARTITION BY item_id ORDER BY trans_id ASC))) "Receipts",
         ABS(DECODE(SIGN(qty-lag(qty)over(PARTITION BY item_id ORDER BY trans_id ASC)),-1,(qty-lag(qty)over(PARTITION BY item_id ORDER BY trans_id ASC)))) "issues",
         qty "Closing Balance"
    FROM inv_track)     
    WHERE trans_date BETWEEN :date1 AND :date2

    You have the right idea for the issues/receipts, but the KEEP function will get you your opening/closing quantities.
    SQL> SELECT item_id,
      2         period,
      3         MIN(qty) KEEP (DENSE_RANK FIRST ORDER BY trans_id) AS opening_qty,
      4         SUM(CASE WHEN qty_delta>0 THEN qty_delta END) AS receipts,
      5         SUM(CASE WHEN qty_delta<0 THEN qty_delta END) AS issues,
      6         MAX(qty) KEEP (DENSE_RANK LAST ORDER BY trans_id) AS closing_qty
      7    FROM (
      8  SELECT trans_id,
      9         item_id,
    10         trunc(trans_date,'mm') AS period,
    11         qty,
    12         qty-LAG(qty) OVER (PARTITION BY item_id ORDER BY trans_id) AS qty_delta
    13    FROM inv_track
    14         )
    15   GROUP BY
    16         item_id,
    17         period
    18  /
    ITEM_ID    PERIOD    OPENING_QTY   RECEIPTS     ISSUES CLOSING_QTY
    a1         01-OCT-05         100          5        -15          90
    a2         01-OCT-05         100        110        -10         200
    a3         01-OCT-05        2500       1400      -2400        1500
    SQL>

  • Configuration change from MM invoice receipt to MM goods receipt

    Dear sapient
    At present i have configured
    Spro-
    Public Sector Management-Funds Management Government-Actual and Commitment Update/Integration-General Settings-Make Other Settings
    MM invoice receipt
    Now as per our client requirement i have to change the configuration from MM invoice receipt to MM goods receipt.
    will it create any problem if i will configure  and move it to production client.
    Presently budget control available during the time of PR,PO & MIRO now as per client budget control should be on PR,PO & MIGO not in MIRO.
    ECC EHP6 version
    Using BCS & Payment budget.
    Thanks & regards
    Soraj

    Hi,
    My question was whether you follow your budget up to payment itself, i.e. is it important for you to know budgetary-wise if the invoice was paid. In FM these values will be registered with '57' value type. If the answer is positive, then you cannot base your FM update only on GR: it has to be IR or IR/GR. Otherwise, you can base your FM update on GR.
    Your second point is not clear: what do you mean by making 'payment to commitment budget'?
    Regards,
    Eli

  • Define Number Assignment for Goods Receipt/Issue Slips

    Hi Experts,
    please can you help in the creation of manual creation of transport request for the customizing activity "Define Number Assignment for Goods Receipt/Issue Slips": settings for assigning goods receipt/issue slip numbers upon goods movements (MM) or deliveries (LE-SHP)?
    Customizing for this functionality is composed by the following points:
    1. functionality activation at plant level
    2. number range group/interval code assignment
    3. Groups and intervals creation
    4. Plant / Storage Location / Movement type combination assignment to number range group.
    Customizing request is automatically created for points 1, 2, 4, but NOT for point 3 where you have to create Groups, Intervas and assing each others.
    You receive a message from SAP that you have to insert the relevant object manually into transport request.
    Please can you tell me exactly what I have to put into transport request as object:
    - Program ID     (I think R3TR)
    - Object Type
    - Object name
    and any other relevant information with all the details.
    Thank you very much
    Kind Regards
    Andrea.

    Hi
    You need to create the transport request by selecting the required number & clicking on the trnsaport icon, then a prompt for transport request will be displayed, there you can create the request & move it to production.
    Reward points if usefu;
    Thanks & Rgards
    Kishore

  • Problem with the Posting Date of Goods Receipt or Invoice Receipt for PO

    Hi All,
    I am working on 2LIS_02_SCL - Purchasing Data (Schedule Line Level),
    For our report, we should get the scheduled PO quantity,actual PO qty, Scheduled date and actual date in the report.
    we are getting all these fields from the above extractor...
    For a PO which is opened (Delivery Completion indicator not set) - we where getting all field as in ECC(ME23N)
    But for a PO which is finished(Delivery completion indicator is set) - we where are getting actual GR qty,planned qty,planned or scheduled date at schedule line level.But we are not getting the Posting Date of Goods Receipt or Invoice Receipt for PO from history EKBE for all the schedule line.
    ex:
    for open PO
    PO num         item num   schedule line    Planned date   actual date  difference  actual qty  planned qty  difference
    450002432   10                        1              01/10/2011    02/10/2011       1 day          100             100             0
                                                     2              02/10/2011    04/10/2011       2 days        200             400            200
                                                     3              03/10/2011    07/10/2011       4 days         300            300              0
    For the same PO when it is Finished or completed(Delivery completion indicator is set)
    PO num         item num   schedule line    Planned date   actual date  difference  actual qty  planned qty  difference
    450002432   10                        1              01/10/2011    07/10/2011       6 day          100             100             0
                                                     2              02/10/2011    07/10/2011       5 days        200             400            200
                                                                    03/10/2011    07/10/2011       4 days         300            300              0
    for all the schedule line its displaying the last posting date(i think its taking from EKKO table)
    Is there any possibility to get that posting date history ....

    You can have multiple receipts against a PO schedule line, but this extractor is not meant to go to that level of granularity.  Please try to use 2lis_02_sgr instead which provides goods receipts per PO schedule line.

Maybe you are looking for

  • Lost over 20% battery health in Two Days!

    Help! My battery health was at about 88% just two Days ago. I've had my MacBook for over a year now, so that sounded normal-ish. Am I right about that? Then Yesterday my Battery shot down to 76% health. Today I just checked, and it's at 66% health. I

  • When will iCal and Mail on the Mac work as well with exchange as their IOS counterparts do on the iPad?

    To get mail to access my exchange email I have to use a private smtp server  as the passing in the settings for our actual exchnage server have never worked.  But that does at least work.  With iCal I have never been able to access my exchange calend

  • Network Connection could not be made

    Help! I have been subscribing to a spanish lesson podcast for a long time, slowly working through the older lessons. I accidentally hit "Get All" in my iTunes and then made the mistake of trying to stop it. I clicked cancel on each on to stop the ons

  • How to create stepper motor signal (myRIO)?

    Hi there, I'm fairly new to LabVIEW, and I'm trying to run a small stepper motor with ULN2003 based driver board (one of these) with a myRIO. I have gone through a few examples in the project guide to get a feel for things, but I can't figure out how

  • How do you recommend apps...

    How do I recommend apps to be placed in the U.S. app store. I had owned a copy of the app on one of my older iPod device and now I want to use it again but I cant purchase it.