Total Purchasing dollars per Vendor

I would like to get a query where only for the Vendors which have "ERS" -Evaluated Receipt Settlement type slected , I want to get the total dollars purchased from that vendor.
Which table gives the total Purchasing dollars per Vendor?

Here is a quick approach using Excel:
First extract vendors marked for ERS by using SE16 - table lookup for table LFM1. Add field XERSY (flagged for ERS) to the selection fields and use the AVL list as output option. Once you have the list, download it into Excel.
Now run transaction MC$4, which will access information structure S012 (Purchasing Information System) and run the report by selecting a range of periods. There are a bunch of key figures available, from the original PO $ to invoiced $. Once you have selected the key figure/key figures you need, download the report into Excel.
Now use the vblookup function in Excel, using the downloaded ERS vendors as reference to find the desired key figures from the second downloaded table.

Similar Messages

  • Total PO value per vendor

    Hi,
    We want to option that for certian vendors in a financial year we don't want issue PO if the total issued PO's order value crosses 1,00,000GBP.
    Is it possible to control and how?
    Thank you

    Hi,
    Chk PO/GR/Invoice amount in MC$4 for a vendor
    BR,
    Krishna

  • Tcode to list open POs like me2l (Purchasing Documents per Vendor)

    Hello,
    Is there any transaction code to list Open PO by vendor with the following columns ? me2l looks good, but I don't know how to show the column Schedule Line.
        - Purchasing Document,
        - Item
        - Schedule Line
        - Schedule Quantity
        - Good Received Quantity
        - Open Quantity
    In me2l, is still to be delivered column is the same as Open Quantity ?
    Thanks,
    Andre

    in which release are you?
    Are you having ALV layout in ME2L or just the old fashioned SAP report layout ?
    In ALV layout, you have to click the calendar icon to get to the schedule line, and in my system the scheduline line id is just visible in the first column

  • ME21 Mandatory purchase contract per vendor

    Hi SAP experts,
    I have the next purchasing scenario:
    Some of my vendors are ocasional and rarelly sell me material, so I don't have to create a purchase contract since I could take its purchasing price from the condition records set up in MEK3, however, I need to create the purchase orders of the rest of my vendors directly from a contract since they have special prices. The question is, how can I set this up? I mean, how can I indicate that certain vendors require a purchase contract as mandatory?
    I hope you can help me, best regards.
    Eloy Venegas

    Hi,
    One vendor might contains more than one contract, maintain outline aggrement field as required field in the PO screen layout so that while creating PO for that vendor system will ask for aggrement no then enter the valid contract or aggrement no to create the PO.
    Regards
    Ravi Shankar.

  • Report program for  purchasing doucment per vendor

    hi gurus
    am using ME2L tcode in which i need to include a new field called last delivery date in my report how to give a start to that program. i have tried own way in that i dont no how to give link to the table .I tried with views but some tables does not have any link. How to continue.
    Regards
    vijay

    hi frds ...
    study the purchasing table(Ekko) correctly ....
    find the fields name from -
    if u didnt get ask BOSS and do da....
    reward 8 points to me da.....
    pari
    Message was edited by:
            pari vedhan rajasekaran

  • Purchases per Vendor

    Hi,
    We need to generate a report listing out the purchases per vendor and giving the details of articles purchased, quantaties, and values. Could you please advise as to how can this be generated ? We tried to ran the report ME80FN, and after checking for the "Invoice Receipt" under the Dynamic Selections, we observed that the values picked up are same as those mentioned in the PO. However, while doing the Invoice Verification the values were changed and it is desired to generate a report for purchases with the final vlues and not purely the PO values.
    Thanks in advance.

    Dear Raj,
    Run tcode SAP1, this will give you all SAP standard reports available. You can find here various reports according to your choice. Menu Path is: SAP1 - MM- Purchasing/Inventory/LIV....
    Rewards me if it helps you.
    Thanks.
    Vineet Dhawan

  • Stock overview per vendor

    Hi Experts,
    I have an question.
    Made an query but need 2 extra coloms with the total amount sales and puchase per item.
    SELECT T2.[CardName], T0.[ItemCode], T0.[ItemName], T0.[OnHand], T0.[IsCommited] AS 'Bevestigd', T0.[OnOrder] AS 'In Bestelling', T0.[SuppCatNum] AS 'Leveranciersnummer' FROM [dbo].[OITM]  T0 INNER JOIN OITW T1 ON T0.ItemCode = T1.ItemCode INNER JOIN OCRD T2 ON T0.CardCode = T2.CardCode WHERE T2.[CardCode] =[%0]
    Can somebody help me with this??
    Gr, Mark

    Hi Mark,
    You may try this one first:
    SELECT T2.CardName, T0.ItemCode, T0.ItemName, T0.OnHand, T0.IsCommited  AS 'Bevestigd', T0.OnOrder AS 'In Bestelling', T0.SuppCatNum AS 'Leveranciersnummer',
    SUM(T3.LineTotal) 'Total Sales', SUM(T5.LineTotal) 'Total Purchase'
    FROM dbo.OITM T0
    INNER JOIN OCRD T2 ON T0.CardCode = T2.CardCode
    LEFT JOIN INV1 T3 ON T3.ItemCode = T0.ItemCode
    LEFT JOIN OINV T4 ON T4.DocEntry = T3.DcoEntry AND T4.CardCode = T0.CardCode
    LEFT JOIN PCH1 T5 ON T3.ItemCode = T0.ItemCode
    LEFT JOIN OPCH T6 ON T6.DocEntry = T5.DcoEntry AND T6.CardCode = T0.CardCode
    WHERE T2.CardCode =[%0\]
    GROUP BY T2.CardName, T0.ItemCode, T0.ItemName, T0.OnHand, T0.IsCommited, T0.OnOrder, T0.SuppCatNum
    However, it should not work since the CardCode in the item master will only define Preferred Vendor.  You may remove the sales part and get purchasing total works first.
    Gordon

  • Report in SAP that shows me the fixed assets per vendor

    Hi,
    I have been asked to produce the following;
    Can I run a report in SAP that shows me the fixed assets per vendor?
    I need the detail of the depreciations (start and end date, purchase price, depreciation rate, methodu2026) and the fixed assets register (purchase amount, purchase date, vendor nameu2026)
    Could you kindly explain to me in simple steps what report I should run?
    Many thanks in advance.
    Alex

    Hi, there is no such report in SAP. You can develop your own, The main issue is that to get vendor for asset to which were issued material from storage. You can do it via batch(write down while purchasing to some field, or to find it via batch). Fir material for which batch management is not active it's not possible to, because you can buy one material from different vendors.

  • Report to display open purchase order by vendors

    Hi all,
    Please let me know the report that displays the open purchase orders by vendors
    Thanks in advance
    sunil

    Dear Sunil,
    Added to erlier reply, you can get by ME2L/ME2M...., inselection parameters select WE101. Which gives all the POS that are open. You can restrict y giving the vendor number.
    If your proble is resolved, please close the issue
    With Regards,
    krishna

  • Report for Number of invoice per vendor with amount

    Hi All,
    is there any standard SAP report we have which provide us number of invoices and amounts invoiced per vendor for a given time period.
    Amit.

    Hi amit
    I have the same requirement
    "The requirement is to view POs related to invoices per vendor""
    Can you suggest me a solution
    Please help
    Regards
    Shanker

  • Sales Order Report Showing Cost on the Sales Order & total invoice dollars

    I am looking for a report in SAP that shows you the Sales Order number, the cost on the sales order (NOT the average cost) the actual cost on the sales order detail line and then the total invoice dollars in month to date and year to date?
    Thanks,
    Linda

    You can use <b>T.code: COOIS </b> if Product Costing has been configured for MTO scenario whcih gives the costing details.
    You can also use To.code: <b>KE30</b> if CO-PA implemented.
    but if you want to link with billing, Please search for any reports in Sales information system.
    One more you can create a ABAP Query Report using T.code: <b>SQVI</b>
    Regards,
    Anbu

  • Overview of payment term per vendor?

    Dear all,
    My customer is using report s_alr_87012093 as an overview for vendors. Now they want to see an overview over what payment term is used per vendor, to see if all payment terms are correct or not. Is it possible to get that overview in that report? or in another report?
    Very thankful for any help!
    Best regards, Åsa

    Hi,
    If you want to see the payment method assigned to the vendor master, then use report S_ALR_87012086 with the payment data check box selected on selection screen.
    If you want to see the payment method assigned to the vendor line items, then you can use the report FBL1N, and then can subtotal the output based on vendor number and payment method.
    Hope this will assist.
    Regards,
    Gaurav

  • Vendor schema group not appearing in purchasing data of Vendor sub range

    Hi Experts,
    I have created a vendor sub range and when maintaining the purchasing data, the vendor schema group field is not visible.
    Is there any specific settings reqd. after maintaining the sub-range.
    Please provide pointers!!!

    HI Sandeep,
    As i said this is not possible in stanadard SAP.
    Even when you try opening VSR specific Purchasing data, there you will NOT get vendor schema group.
    Reason is, Vendor Schema group will be maintained at Main vendor level. So irrespective of VSR, it will pick pricing procedure in the purchasiong Document.
    VSR:  In the vendor master, you can maintain different data for particular vendor sub-ranges, such as ordering addresses or terms of payment, for example.
    When creating a purchase order with a known vendor, different data is only determined if the vendor sub-range is entered in the initial screen.
    Hope this clears.
    Rgds
    Utsav

  • Requirement Standard SAP Report on Total Purchase Order Value

    Dear Friends,
    Could u please suggest is there any standard SAP report. Requirement has given belwo.
    I required if we have account assignment  Category A as one of inputs, we will get the reqd output  " Total Purcchase order value."
    Note 1) Total Purchase Order Value means - Basic price + taxes + Charges (Freight + Other charges - Discounts etc)
    Note 2) My requirement standard SAP report only.
    Thanks and regrds,
    Vijay Kumar TVN

    Hi,
    T code : ME80FN
    Select :Edit->Dynamic selections>Purchasing document item> Acct. assignment cat.>select A(f4)->execute
    select Material no., PO Number in program selections
    Hope it shall resolve your query....
    regards
    rahul

  • F110/ FBZP - maximum amount paid per Vendor in Payment run

    Hi
    How do i create payment run where i want to restrict the maximum paid to a vendor per transaction.
    If amount exceeds this, i still wish to pay, but to split over more than one payment order
    Our BACS payments are now being processed via FASTER PAYMENTS, and there seems to be a limit of £100,000 per transaction per vendor - anything over is being rejected by danske bank
    So far example above, if vendor is due 156,000 - i wish to make this payment still to them, but over 2 or 2 payment orders, none of them to be more than 100,000
    I have tried several methods via FBZP by using the maximum amount, but none of my settings seem to work so far,
    Please advise
    Many thanks for your help
    Tony

    Hi Tony,
    Not exactly the solution, but going forward you can try split the invoices and process it separately at the time of invoicing itself. Otherwise you can try the option installment payment terms, but there may be at least one day difference in payment.
    Warm regards,
    Murukan Arunachalam

Maybe you are looking for

  • Satellite A505 Doesn't Recognize HP Printer

    My Satellite A505 laptop doesn't recognize my HP Color LaserJet 2550L printer, when I connect them with a USB line.  I tried going to the HP site to download the drive for the 2550L, but that site said Windows 7 already had it! Suggestions? Solved! G

  • Can someone help me troubleshoot my Edge Animate project? nothing works!

    https://dl.dropbox.com/u/3744225/Ruesterprod%20Edge%20Test.zip I have my whole project in there... plus my portfolio_page div is using a jQuery plugin called Quicksand to filter some thumbnails/videos that I want to have work as well... (Here's a lin

  • Huh? I've never seen it do that.

    Please check out this code that I'm working on.  I am taking some J1708 data and splitting it up amongst multiple messages if the data is greater than 20 bytes.  The first split should be 14 bytes of data, subsequent splits occur in 15 byte or less c

  • Pricing Difference between Sales Order and Invoice

    HI everybody, The issue is about creating an accouting document from an invoice. When I try to process the invoice to accounting, a message error runs saying that there is gab between thr sales document amount and the invoice amount. How such a gap c

  • Navigation bar disabled

    My firefox updated itself (to firefox 16) this morning and since then my session restore doesn't work and my navigation bar is disabled. I can't type in it, it doesn't show the current URL - all it shows is: *go to a website*.