Report to see PO and invoice price diff

Hello All,
Which t-code/report can I use to see any difference between PO price and info record price diff?
We have a customized tcode ZMMR003, but it is giving runtime error even if I run for one date and corrsponding data exists..
Regards,

Dude, as far as Z is concerned you want get much help from any source.
Firstly goto ST22 and see the cause of dump -> get it rectfied from your technical guy.
Next you can check RM07MMFI report. if you dont see this goto se38 -> type *MMFI -> press F4.
Try FBL3N also

Similar Messages

  • Difference i purchase order price and invoice price

    Ladies & Gents,
    are there any SAP standard reports that will list the PO price, Invoice price, and difference between the two?
    At item level and/or PO level.
    Regards,
    kenneth

    Hi
    Try MB5S which is at PO Level and item level also..

  • Purchase order price and Invoice price is different

    Hi Experts,
    We have scenario like
                                                    EUR    Exchange rage           Soudhi currency
    PO  on     25.05.2008            -- 342000 * 5.91620            =  2023340.4
    GR  on     26.10.2008            -- 342000 * 4.82560            =  1650355.2
    Invoice    on     27.10.2008     -- 342000 * 4.82560            =  1650355.2
    PO raised in May with that exchange rate
    GR raised in October with above exchange rate
    Invoice is showing with soudhi currency 1909180.80.  Actually it has to pick up the 4.82 rate as per exchange rate table.  I think there is no problem with table.  Are there any other ways to affect invoice amount. 
    In the invoice amount there is no tax or unplanned deliver cost.  Please reply.
    Thanks and Regards
    Balu

    Hi,
    Please check whether any Costing run has occured in between the PO date and Invoice date for the Material.
    Regards,
    Narayana.

  • Report on Material / Stock and Invoicing Status

    Hi Friends,
    Is there any report by which we can find out for particular material , there is no Stock available but Invoicing ( MIRO ) is pending ( material for which GR is open for invoicing but Stock is NIL)
    Pls help urgently.
    PS

    hi
    go to me2n
    here u can choose scope as ALV
    and execute
    u will get the report for pending gr quantity ,value, pending invoice quantity and value
    regards
    kunal

  • ALV report which displays Delivery and Invoice details..by linking vbfa.

    Hi...
    I wants to develop an ALV Report, which displays Delivery details as well as Invoice details for a range of given sale orders.
    For this report I am using Tables : VBAK,VBAP,LIKP,LIPS,VBFA tables .
    Here VBFA is a table for Document flow how to link this with report ??
    Please reply.
    Regards ,
    ASHOK
    Moderator message : Not enough re-search before posting, spec dumping not allowed. Thread locked.
    Edited by: Vinod Kumar on Aug 1, 2011 9:58 AM

    VBFA has VBELV and POSNV can be used to map VBAP (sales order item) i.e.
    VBFA-VBELV = VBAP-VBELN AND
    VBFA-POSNV = VBAP-POSNV
    with VBTYP_N = J Values available in VBFA-VBELN and VBFA-POSNN will be LIPS -VBELN and LIPS-POSNR
    VBTYP_N/ VBTYP_V = J stands for delivery and C stands for order
    Nitesh

  • Report for displaying materials and their prices.

    Hi All
    I am developing a report, which gives details of all material and thir rates ,of division 01, where reorder point >0 sorted by product hierarchy.
    I am using table mara, marc, makt. any anybody suggest which table shows the material rates.??
    I am using SQVI , but its not displaying duplicate records.
    can any body help me with this.
    regards
    AJ

    Dear AJ
    Apart from the tables what you had indicated, for pricing conditions, please refer KONV.  But for information, in SQVI, if you table join Tables MARA, MARC with KONV, you will not get the required details.  So what you have to do is you have to table join VBAK with the above tables and generate a report.  From the table VBAK, make a note of "Doc.condition" references and once again run KONV in which you give the Doc.condition references.
    thanks
    G. Lakshmipathi

  • A report to see the consolidated invoices

    Hi,
    Are there any standard reports which would display the consolidated invoices for a customer who can carry out consolidated billing?
    Appreciate your help.
    Thank you.

    Hi,
    List of standard report available related to billing/customer balance:-
    VF05 - List Billing Documents .
    VF25 - List of Invoice Lists
    VF04 - Process Billing Due List
    S_ALR_87012197 - List of Customer Line Items
    S_ALR_87012178 - Customer Open Item Analysis by Balance of Overdue Items
    S_ALR_87012168 - Due Date Analysis for Open Items
    S_ALR_87012186 - Customer Sales
    S_ALR_87012172 - Customer Balances in Local Currency
    S_ALR_87012169 - Transaction Figures: Account Balance
    S_ALR_87012171 - Transaction Figures: Sales
    would this help?
    regards
    Vivek.

  • Standard reporting for comparing PR and PO prices

    Hi,
    is there a stand reporting, where I can get a list of all net values from Purchase Requisitions and their corresponding Purchase Orders. I found MC$G, which does everything except the PR value.
    Thanks for your help
    regards
    Torsten

    Hi Khasim,
    1. There´s no maximum size for attachment,
        Refer OSS NOte - 837300
    2. If you have archive server then you can store all that attachment in archive server rather than saving it on SAP database.
       refer
    3. To best of my knowledge there are no limitations on Type of attachment provided that vendor has a compatible software,
       refer
    4. Yes, it would have a performance issue if you store all of your attachments on SAP database, (depends on the sizes of attachments).  Archiving these attachments would be a solution to this. 
    Regards,
    Pravin

  • Purchase requisition and invoice verification report

    Hi,
    pls. I need to display a report with purchase requisition and invoice verification pending, what I mean is an standard trx. to display purchase requisition with or without invoice verification.
    Thanks for cooperation.
    Regards.

    hi
    I guess thereis no standard report which combines both. You have to go for a Z-report. use the details FROM Txns ME5A &  MB5S for your requirement.
    Regards

  • Query for Invoice price

    What's query to check amount/invoice price for a particular transaction ?say for ex :I'ce created order and with a line item with unit price of $300 and tax :$11 so total amount is $311.once invoice is created I want to check invoice quantity and invoice price for the same order(1 each,$311).What's the query to get that?
    Thanks,
    Mahender.

    I have not tested this code but from my knowledge this should work right
    IF @transaction_type = 'A' AND @Object_type = '18'
    BEGIN
    IF EXISTS(SELECT T1.ItemCode FROM [dbo\].[POR1\] T0 INNER JOIN [dbo\].[PCH1\] T1 ON T1.BaseEntry = T0.DocEntry AND T1.BaseLine = T0.LineNum AND T1.ItemCode = T0.ItemCode
    WHERE T1.Price > (T0.Price*1.05) AND T1.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    SELECT @Error = 1, @error_message = 'Item Invoice Price exceeds 5% of PO Price'
    END
    END
    NOTE: You can change the @error_message text to want to want.  I have just shown an example. This will be displayed at the bottom
    Suda

  • Invoice Currency differ from Accounting doc Currency...

    Dear all,
    Can any body tell me how the order and invoice currency differ from accounting doc currency.
    Ex:  in Order and billing value in 450 USD 
          But after invoice, in accounting doc currency will be  
          converted into 18900 INR how ?
    Cheers,
    San Rao..

    Dear san
    Yes whatever currency you maintain at Company Code Level, that currency is going to be your local currency.
    For more information, go through the link
    [Defining Currencies|http://help.sap.com/saphelp_46c/helpdata/en/08/51410a43b511d182b30000e829fbfe/content.htm]
    Thanks
    G. Lakshmipathi

  • Reg Price diff for latest invoice and last invoice without user exit or bac

    Hi gurus,
    This is regarding the price difference of the latest invoice document price with respect to the price of last time the document was invoiced.Without using the customer exit or back-end developement. need info if this can be done on the front-end using the front-end tool bex designer using the CKF, RKF , Variables or conditions etc
    say for instance the user wants to get the price differences with respect to the invoices for a certain period that is from 01/01/2008 to 06/30/2008( dynamic entry can be any range).
    Once the user enters the range for the billing document date as 01/01/2008 to 06/30/2008 the query should return the report as
    Sold-to(customer) Material, Bill doc date and the price difference. these are the four columns the users needs in the report.
    now the bill-doc date will the latest invoice date for the sold-to & material, but the price difference will be the price of the last invoice date(for the sold-to , material) - the latest invoice date price.
    Example. between 01/101/2008 - 06/30/2008
    customer : 2765 , material : XAWE33636FD this particular customer-product had 3 invoices on 02/15/2008 , 04/18/2008 and 06/03/2008.
    price on 02/15/2008 : $1.09
    price on 04/18/2008: $1.87
    price on 06/03/2008: $3.84
    so the report should look like
    customer material bill doc date price diff
    2765 XAWE33636FD 06/03/2008 3.84- 1.87( latest invoice price - last invoice price)
    Thanks
    appreciate responses

    HI,
    Try this:
    EXIT_SAPMM06E_013
    *"      XEINA STRUCTURE  EINAU OPTIONAL
    *"      YEINA STRUCTURE  EINA OPTIONAL
    In debug find out what values are stored in XEINA and YEINA. One is the old value and the other is the new value.
    Regards,
    Subramanian

  • Report where i can see the invoice price for every material

    Dear.
    In purchase order history of me22n I can see the invoice price for every purchase order material.
    Do you know a massive report where i can see the invoice price for every material ?
    Thanks.

    hi,
    Check few below options:
    1. MIR6 / MIR5 - For the invoice overview and list of invoice documents...
    2. If access to SE16, then check table EKBE
    3. ME1P : Purchase order price history...
    Regards
    Priyanka.P

  • Do we have the report to show PO Price and invoice actual price

    Dear Guru,
    I'm finding the report to show PO Price and Actual Price after invoice.
    The actual price is mean that we may have other debit/credit price as subsequent posting in MIRO.
    So we would like to compare PO price and actual Price.
    Please kindly advice.
    Thank you very much.
    Best Regards,
    Saiya

    Hi,
    Please check ME81N --> Order value analysis.
    SAM
    Edited by: Saminathan Gopalan on Jul 22, 2010 6:05 PM

  • Report for MM for seeing the material old price and new price

    Hello friends,
    For the ROH material we are maintained the Moving average price. So that material is calculated the average price of that material,
    Know My clint wants old price of that  material i.e. one year before And
    he wants comparison report for old price and new price of the all raw materials
    is there any reports are there  such kind.
    Regards
    Pramod

    Hi Pramod,
    If you want to view the old and new prices on a frequent basis, u can go for an
    ABAP query (SQVI) with the base table as MBEW.
    Cheers
    Arun.

Maybe you are looking for

  • Returning multiple instances of the same object?

    I have a fairly straight forward swing test class that contains a combobox. The problem is that an object is not selected in the combobox because I get different objects when building the list and when setting the selected item. To test this, I've ad

  • How to convert date in the dashboard prompt

    can anybody tell me how can i conver the date into month year format in the dashboard prompt originally i am getting data as a date in the dashboard prompt.i want to change that to MON YYYY format. can anybody tell me how can i change the original da

  • IBook keeps going blank or doesn't turn on

    I have an iBook G4 and it the screen has been going blank but the computer is still on. Sometimes it just won't turn on at all. I have been having to pull out the battery and reset it. I have repaired the permissions and emptied the Cache. Would my b

  • Need to update the attribute

    Hi., I am using jdev 11.1.1.5., I had created following EO's with corresponding VO's Finyr GlHD GlLN I had created a read only Querry named PostGlJrnlVO I had also created a Viewlink with following relationship Finyr.bu = PostGlJrnl.bu FinYr.Year = P

  • Blank-ish Spam Mail

    Strangely enough I am getting a lot of spam which has no message content. It just has some silly spam message in the subject header but no actual content. I've been trying to write a Mail.app rule which will filter any mail that I receive which has n