MIRO behaviour on qty and price

Hi Consultant,
Need advice and confirmation on below scenario during MIRO if my understanding is correct.
1) scenario 1
PO 100 unit at $1
GR 100 unit at $1
IR    40 unit at $1'
during GR
dr inventory 100
cr gr/ir 100
during IR, system will post despite different from GR. System will treat it like partial
cr vendor 40
dr gr/ir 40
correct?
2) scenario 2
PO 100 unit at $1
GR 100 unit at $1
IR    40 unit at $2 (in vendor invoice stated $2)
during GR
dr inventory 100
cr gr/ir 100
during IR, due to price difference, the difference will go to prd
cr vendor 80
dr gr/ir 40
dr prd 40
3) scenario 3
PO 100 unit at $1
GR 100 unit at $1
IR   120 unit at $1 (in vendor invoice stated 120 unit)
during GR
dr inventory 100
cr gr/ir 100
during IR, if quantity more than GR, i cannot change quantity as need to set off completely with GR. The balance i need to book where?
cr vendor 120
dr gr/ir 100
cr to where ? 20
Thanks

Hi consultant,
meaning if GR 50 unit but IR vendor invoice is 60 unit, we still need to post 60.
in this case :
migo
dr inventory 50
cr gr/ir 50
miro
dr gr/ir 60
cr vendor 60
1) system will post despite gr/ir different by 10? system will still create 57# document despite gr/ir mismatch?
2) mr11 is to clear the dicrepancy on gr/ir account?
thanks
rgds

Similar Messages

  • How to forbid any further changes for PO (QTY and price ) after it has been

    Hi,
    How to forbid any further changes for PO (QTY and price ) after it has been done GR and LIV? Thanks.

    Hi,
    Price anyway cannot be changed once GR is posted on the PO item, it can be changed only by cancelling the GR, the same applies to IR too.
    But quantity can be changed at any time.
    So if you are looking at blocking qty too, then a customized message through save exit is the option, I am not aware of any standard SAP messages that can be configured to achieve this..
    Ramesh

  • How to forbid any further changes for PO (QTY and price )?

    Hi,
       How to forbid any further changes for PO (QTY and price ) after it has been done GR and LIV? Thanks.

    Better to post this in logistic forum.
    THere will be some config option to do so but normal FI perosn would need to dig deep, a MM perosn should answer quickly.
    Reg
    Hein

  • Qty and Price changes in GR(PO) Document

    Hi All,
               One of my client want to restrict the Qty and Unit Price of GR(PO) Document in such a way where a user should not be able to change the Qty and Unit price while posting a  GR(PO) Document.
               The System what is followed now is :
               Say User raised a Purchase Order Of Qty - 5 Tons & Unit Price - 100/-
               This Purchase Order will get approved by Manager and then it gets added. Once the Purchase order gets added we post GR(PO) Document copying the same Purchase Order to the GR(PO) Document.
               Say We received the material.........Qty - 5.2 Tons...........In this case system should allow to post this quantity and add the GR(PO) Document.
               Where as when We received Qty - 6 Tons, System should not allow to post with this Quantity, (Say there should be some variance in Quantity which has to be allowed)
               Is there any settings which can be made to achive this????????????
    Thanks and Regards,
    Sree.

    hi,
    u can achieve it thru SP_TransactionNotification
    try this code
    --      Block GRPO if in Excess in PO Qty
    IF @transaction_type IN (N'A', N'U') AND (@Object_type = N'20')
    begin
         if exists (SELECT T0.BaseEntry, SUM(T0.Quantity)
         FROM [dbo].[PDN1] T0 INNER JOIN [dbo].[POR1] T1 ON T1.DOCENTRY = T0.BASEENTRY
         WHERE T0.BaseType = 22 AND T0.ItemCode = T1.ItemCode AND T0.BaseLine = T1.LineNum and T0.DOCENTRY = @list_of_cols_val_tab_del
         GROUP BY T0.BaseEntry
         HAVING (SUM(T0.Quantity) > SUM(T1.Quantity)) or sum(t0.quantity) > sum(t0.BaseOpnQty))
         begin
              select @Error = 10, @error_message = 'GRPO quantity is greater PO quantity'
         end
    end
    fidel

  • Decimals in Qty and Price in Table control

    Hi All,
    I have having two issues with decimals in table control.
    1. I have a field defined as type KWMENG in the Internal table that is mapped to the table control. I also gave the REF FIELD in the
        field properties as it is a QTY field and FORMAT as QUAN.
        Issue: THe issue here is the data is displaying as 100.000. As this is a QTY field we want it to show just 100.
        I tried changing it to CHAR field and display but this will not work for me as i am using this data later in some calculations.
    2. The other issue is with the PRICE field. I have defined as type KWERT in the internal table mapping to the table control. I gave
        FORMAT as DEC in field properties.
        Issue: The issue here is when the calculated value is say 5.60 it is displaying as 5.00.
    Does anyone has any idea. I think i am missing something but not sure what it is.
    Thanks in advance,
    Karuna.

    hi,
    u can achieve it thru SP_TransactionNotification
    try this code
    --      Block GRPO if in Excess in PO Qty
    IF @transaction_type IN (N'A', N'U') AND (@Object_type = N'20')
    begin
         if exists (SELECT T0.BaseEntry, SUM(T0.Quantity)
         FROM [dbo].[PDN1] T0 INNER JOIN [dbo].[POR1] T1 ON T1.DOCENTRY = T0.BASEENTRY
         WHERE T0.BaseType = 22 AND T0.ItemCode = T1.ItemCode AND T0.BaseLine = T1.LineNum and T0.DOCENTRY = @list_of_cols_val_tab_del
         GROUP BY T0.BaseEntry
         HAVING (SUM(T0.Quantity) > SUM(T1.Quantity)) or sum(t0.quantity) > sum(t0.BaseOpnQty))
         begin
              select @Error = 10, @error_message = 'GRPO quantity is greater PO quantity'
         end
    end
    fidel

  • Accounting treatment when there is Qty and price diff in PO Vs GR & Invoice

    Hi Experts,
    just wanted to understand what is the accounting treatment when there is a difference in PO Vs GR & Invoice.
    with regards
    Ramesh Y

    Hi
    If there is Price difference between PO and Invoice following accounting takes place.Lets assume PO value is Rs 90 and Invoice send by the supplier is of Rs 100. and provided you have allowed sufficient tolerence  then
    1)If material stock exists
    then during MIRO
    Vendor account Cr 100
    GR/IR Clering Dr 90
    Stock account Dr 10
    2) If material stock doenot exist
    Vendor account Cr 100
    GR/IR Clering Dr 90
    RM Consumption Dr 10
    Regards
    Sandeep

  • How to de-activate Qty and Price fields for Service purchase requisition

    Dear all,
    We have a request to de-activate (leave it as "Display") the fields of quantity and gross price when changing a service purchase requisition of a specific document type.
    In example: We want that purchase requisition type NB, allows in change mode (ME52 or ME52N) to change the quantity and gross price of the services. On the other hand, these two fields must be only visible for order type ZNB. Besides this must be happening only for services.
    Changing PT9 or PT9B will affect also the creation, and if we only configure based on transacction and document type does not work.
    Any help will be highly appreciatted.
    Cheers

    Hi,
    You may have to write a output requirement routine and assign the same to the output type in NACE.
    But i don't think you will get the old and new data of Purchase order in requirement routine (program : SAPLV61B).  You may have to export the data into memory from either a BADI method or User exit and then import the same in requirement routine.
    Regards
    Vinod

  • PO Qty and Net Price Issue

    Hi All,
    My requirement is :
    Once PO is created on the basis PR,The Qty and Price is copied from PR,the requirement is that user cant change the QTY and Price in PO.If the user wants to change,they need to edit the Project and the change should happen in PO.
    Please advice how to do this .
    Thanks
    Muzamil

    Hi,
    If you want to modify / edit PO , then you can do it thru ME22N and please see to it that it should be under release not released fully.
    Regards,
    Dhruv Kumar Malhotra

  • Mrbr quantity and price block

    Dear Forum,
    I got the help from forum at which point it is get blocked and obviously during miro.
    Now I would like to know the below assuming over tolerance limit :
    1) quantity variance say PO-100unit GR-80unit IR-50unit
    the variance is IR against GR right? this will get blocked. correct?
    2) quantity variance say PO-100unit GR-80unit IR-80unit
    this will NOT get blocked as IR and GR the same. correct?
    3) price variance compare the unit price between PO and IR only. correct?
    Thanks

    1) quantity variance say PO-100unit GR-80unit IR-50unit
    the variance is IR against GR right? this will get blocked. correct?
    2) quantity variance say PO-100unit GR-80unit IR-80unit
    this will NOT get blocked as IR and GR the same. correct?
    3) price variance compare the unit price between PO and IR only. correct?
    1.Yes due to the difference in qty and price it will get blocked depending upon the configuration of Tolerance limit
    2.Yes, since GR and IR qty remains same and if the price is also same(PO and IR) this will not get blocked
    3.Yes

  • Miro hitting inventory and price difference

    Dear All,
    I would like to seek advice of the posting during MIRO on point 4 and 5 why there is a hitting on inventory account and price difference of the amount given? How system get the amount in inventory account and price difference account?
    Really need advice.
    1)
    GR - qty 20
    dr inventory $1500000
    cr GRC $1500000
    2) GI - qty 1 and now remained only 19 qty
    moving price = $75,000
    qty = 19
    price unit = 1
    value = $1425000
    3) MIRO
    dr GRC $1500000
    cr vendor $1500000
    4) MIRO say qty is 21 and amount no change
    dr GRC $1571429
    cr vendor $1500000
    cr inventory $64626
    cr price diff $6803
    5) MIRO say qty is 20 and amount i enter $1507500
    dr GRC $1500000
    cr vendor $1507500
    dr inventory $7125
    dr price diff $375
    thanks

    refer my remarks in BOLD
    4) MIRO say qty is 21 and amount no change
    This scenario is not possible as you have taken GR for Qty 20 only.
    *still you have added $ 71429 in GRC so this should be uploaded on Inventory ($71429 / 21 = 3401.38) hence Inventory account will get updated with $3401.38 * 19 (available stock)  ie $ 64626 & diff of 21 - 19 = 2 * 3401.38 ($6803) will be updated in  Price Diff account*
    dr GRC $1571429  
    cr vendor $1500000
    cr inventory $64626
    cr price diff $6803
    5) MIRO say qty is 20 and amount i enter $1507500
    * Goods receipt is posted with 1500000 but vendor has presented invoice of 1507500 hence the additional cost ie 7500 has to be loaded on inventory but available inventory is 19 as 1 qty is already issued from stock hence (7500/20 = 375) for 19 qty inventory account will updated with $7125 (375*19) & for material which is already issued prior to taking invoice receipt ie 1 Qty (375 * 1) = 375 will hit to Price Diff Ac.*
    dr GRC $1500000                                  
    cr vendor $1507500
    dr inventory $7125
    dr price diff $375

  • IN MIR4 one qty is showing in GR/IR and one qty in Price differnce

    Dear Sir,
                   We have made a PO for 10 QTy. frist 8 qty deliverd . we have made miro transaction.GR qty is equal to IR Qty.In Next sRest two quantity recived. AFter good receipt (MIGO) when we will do MIR4 & simulate it. One qty is showing in GR/IR & one is showing in Price differnce.
    Why it is so.
    Pls solve the prob.
    Regards
    Abhishek Tiwari

    If there is any additional frieght cost added with bill,then it will go to inventory account if stock is not consumed
    if stock is consumed then it will hit price difference account.

  • Outline Agreements - min order qty and regular vendor flag

    As a part of E Source Integration with ECC we are planning to leverageusing Outline Agreement(Contract Type MK) to store
    Price and other Business Terms for Material / Vendor combinations. Currently we are
    using Purchase Information Record with minimum order quantity and
    regular vendor flag functionalities, and these are maintained manually.
    We intend to use Minimum Order qty and Regular Vendor Flag
    indicator in Outline Agreement as well, however noticed that these fields are
    not available in the screens. Does anyone know if these fields can be enabled in an outline agreement?

    Guys
    thanks for reply..
    But I thnik my question was not fully clear as the aswers didn't make sense to me...
    As a logistics consultant .I know that I can maintain Min Order qty for a material + vendor at PIR level..
    My question ..if I buy 10 items in a PO from a sinle vendor..is there any option to restrict Min qrder qty for these combination of materials..
    or in other words vendor says he dont care about number of items ,but the lot lot should be min..10 cartons only..
    appropriate points will be rewarded.
    thanks in advance.

  • Qty and value in PO list are not updated (after a Service Entry)

    Hi Experts,
    Qty and value still to be delivered in the ME2L are not updated:
    I have performed a service entry (ML81N) but qty and value are not updated in the list of the PO in the ME2L.
    Could anyone explain?
    Many thanks in advance.
    Regards,
    Cesar

    Thanks for quick reply.
    I do not configure anything in SPRO (Define release strategy for SES) but I got a red light in the top of the screen near the field "No acceptance" so I presume that the SES should be accepted but as I do not configure anything regarding release startegy, I do not know how to accept the SES.
    Besides, I cannot perform MIRO: when I put the PO number, system indicates that there is no (suitable) item found for PO
    I should have miss something. Could you please guide me?
    Thanks,
    Cesar

  • Vendor Evaluation scores sub criteria price level and price history

    Dear all,
    I have configured vendor evaluation with subcriteria price history and price level as automatis.
    For test, I created a vendor and a material. Assigned market price for year 2009 and 2010.
    Also info record price maintained for the vendor material combination.
    Vendor XYZ
    Material ABC
    For 2009 Market price 8 and effective price 8.5
    For 2010 Maket price 8.2  Effective price 8.5
    Variance calculated 8.43% and score is 15. This was calculated correctly.
    Now I created another material and maintained master data for that mater
    Vendor XYZ
    Material DEF
    For 2009 Market price 18 and effective price 20
    For 2010 Maket price 20  Effective price 22
    Variance calculated 1% for which the score is 50.
    When I go for vendor evaluation through ME61 , system is not considering the average of 2 scores. But giving a score of 50. Score bands are as follows.
    5     Price behavior     5.0     10
    5     Price behavior     10.0     15
    5     Price behavior     20.0     20
    5     Price behavior     50.0     20
    5     Price behavior     99.0     10
    5     Price behavior     5.0-     50
    5     Price behavior     10.0-     100
    5     Price behavior     50.0-     20
    5     Price behavior     99.0-     10
    Pls help me resolve the issue
    Regards.
    Milind Dugade

    Hi Siva,
    [Vendor Evaluation|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8d/b97db3414511d188fc0000e8322f96/frameset.htm]
    [Price Level|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8d/b97db3414511d188fc0000e8322f96/frameset.htm]
    [Price History or Behaviour|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8d/b97db3414511d188fc0000e8322f96/frameset.htm]
    Reward if helpful.
    Thanks and Regards,
    Naveen Dasari
    Edited by: Naveen Dasari on May 16, 2008 1:10 PM

  • Vendor Evaluation - Price level and Price Behavior

    Dear All,
         In Vendor Evaluation - What's the Difference between Price level and Price Behavior.
          On what basis these two will be calculated.
    Thanks

    Hi Siva,
    [Vendor Evaluation|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8d/b97db3414511d188fc0000e8322f96/frameset.htm]
    [Price Level|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8d/b97db3414511d188fc0000e8322f96/frameset.htm]
    [Price History or Behaviour|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8d/b97db3414511d188fc0000e8322f96/frameset.htm]
    Reward if helpful.
    Thanks and Regards,
    Naveen Dasari
    Edited by: Naveen Dasari on May 16, 2008 1:10 PM

Maybe you are looking for

  • Game Center games reset after restore

    Okay, so after i have restored my iPhone 4 in iTunes(because my phone was lagging) everything was back to normal when i realized something was not right, my Game Center account was perfectly fine until i played Zombie Cafe and was shocked to see my c

  • What is the most Frames Per Second NI-CAN can do?

    My goal is to send 1000 Frames per Second on my CAN bus using the NI-CAN PCI 2 slot card I have.  However the closest I have been able to do is 666 frames per second.  This is sending 8 frames every 12 MS using an edited readmult example.  Is there a

  • Severe Safari graphical glitches MacBook Pro Retina 15"

    Hello. I have been having these annoying glitches since the day I bought my MacBook Pro Retina 15" on December 2012. These are not those almost invisible glitches present on the support topics currently. They are incredibly large, sometimes filling a

  • Use of Calender in forms 6i

    Hai, i call calender by ole in my form i want to pick date from calender to my text item but its not working can anyone help me..

  • Getting path names

    Hi I was developing an application where I had to get the path for a file, So I wrote: String s= file.getPath(); - this returned (for example): "C:\code\networking.txt". How can I get this path as "C:/code/networking.txt". The reason why I need to ge