Cumulitive Purchase details

Dear all,
Is there any cumulitive purchase report which shows the report for all the months in one screen (Now i am getting report from MC$G which is month wise only)
Regards,
Manish Jain

Dear,
Check Tcode MC.9
*Check this it will give you cumulitive purchase report which shows the report for all the months in one screen ...*
Regards
Utsav

Similar Messages

  • In-App Purchase Details Access

    Is there a way to access In-App purchase Details of an IOS app in an Objective Program

    To Contact iTunes Support and request assistance Click  Here

  • Purchase DETAILS QUERY

    Dear All
    I had written a Document Level query for one of my client for Purchase Details. I am getting expected output for all except Freight details. If if run the query and if there is Multiple Freight Line in the document, then the query throw multiple lines in the output.
    For example in a document if i have 2 lines in the freight screen (Freight & Cutting & loading charges) then the query throws the output in 2 lines (one for freight and one for cutting exp). But remaining all fields such as Basic amt,Doctotal & all tax amounts including bed,cess & hecess comes correct.
    Can anybody help me in solving this query since it's very urgent.
    Following is the query (including some UDF's)
    SELECT  T0.[U_PRNo],  T0.[DocNum] AS 'PO Number', T0.[DocDate] as 'Date of PO', T0.[CardName] as 'Vendor Name', T0.[DocDueDate] as 'Date of Delivery as per PO',sum(t1.linetotal) as 'Basic',
    T15.linetotal as 'Freight  & P&F Amt', t0.DiscSum as 'Discount',
    Sum(T2.TaxSum) as 'BEDAmt',
    Sum(T3.TaxSum) as 'ECeSSAmt',
    Sum(T4.TaxSum) as 'HECess Amt',
    Sum(T5.TaxSum) as 'AED Amt',
    Sum(T6.TaxSum) as 'CST along with Excise Amt',
    Sum(T7.TaxSum) as 'CST Amt',
    Sum(T8.TaxSum) as 'VAT Amt',
    Sum(T9.TaxSum) as 'VAT along with Excise Amt',
    SUM(T10.TaxSum) as 'CST on Freight Amt',
    Sum(T11.TaxSum) as 'VAT on Freight Amt',
    Sum(T12.TaxSum) as 'BED on Freight',
    Sum(T13.TaxSum) as 'CESS on Freight',
    Sum(T14.TaxSum) as 'HECESS on Freight',
    t0.[DocTotal] as 'Total of PO',
    t16.PymntGroup
    FROM OPOR T0  INNER JOIN POR1 T1 ON T0.DocEntry = T1.DocEntry
    left outer join por3 t15 on t15.docentry = t1.docentry
    left outer join octg t16 on t16.groupnum = t0.groupnum
    LEFT OUTER JOIN POR4 T2 ON T2.DocEntry=T0.DocEntry and T0.DocEntry=T2.DocEntry AND T2.staType=-90 AND T1.LineNum=T2.LineNum
                      LEFT OUTER JOIN POR4 T3 ON T3.DocEntry=T0.DocEntry and T0.DocEntry=T3.DocEntry AND T3.staType=-60 AND T1.LineNum=T3.LineNum
                      LEFT OUTER JOIN POR4 T4 ON T4.DocEntry=T0.DocEntry and T0.DocEntry=T4.DocEntry AND T4.staType=7 AND T1.LineNum=T4.LineNum
                      LEFT OUTER JOIN POR4 T5 ON T5.DocEntry=T0.DocEntry and T0.DocEntry=T5.DocEntry AND T5.staType=-80 AND T1.LineNum=T5.LineNum
                      LEFT OUTER JOIN POR4 T6 ON T6.DocEntry=T0.DocEntry and T0.DocEntry=T6.DocEntry AND T6.staType=13 AND T1.LineNum=T6.LineNum
                      LEFT OUTER JOIN POR4 T7 ON T7.DocEntry=T0.DocEntry and T0.DocEntry=T7.DocEntry AND T7.staType=4 AND T1.LineNum=T7.LineNum
                      LEFT OUTER JOIN POR4 T8 ON T8.DocEntry=T0.DocEntry and T0.DocEntry=T8.DocEntry AND T8.staType=1 AND T1.LineNum=T8.LineNum
    LEFT OUTER JOIN POR4 T9 ON T9.DocEntry=T0.DocEntry and T0.DocEntry=T9.DocEntry AND T9.staType=14 AND T1.LineNum=T9.LineNum
    LEFT OUTER JOIN POR4 T10 ON T10.DocEntry=T0.DocEntry and T0.DocEntry=T10.DocEntry AND T10.staType=26 AND T1.LineNum=T10.LineNum
    LEFT OUTER JOIN POR4 T11 ON T11.DocEntry=T0.DocEntry and T0.DocEntry=T11.DocEntry AND T11.staType=25 AND T1.LineNum=T11.LineNum
    LEFT OUTER JOIN POR4 T12 ON T12.DocEntry=T0.DocEntry and T0.DocEntry=T12.DocEntry AND T12.staType=22 AND T1.LineNum=T12.LineNum
    LEFT OUTER JOIN POR4 T13 ON T13.DocEntry=T0.DocEntry and T0.DocEntry=T13.DocEntry AND T13.staType=23 AND T1.LineNum=T13.LineNum
    LEFT OUTER JOIN POR4 T14 ON T14.DocEntry=T0.DocEntry and T0.DocEntry=T14.DocEntry AND T14.staType=24 AND T1.LineNum=T14.LineNum
    WHERE T0.[DocDate] between '[%1]' and '[%2]'
    group by T0.[U_PRNo],  T0.[DocNum], T0.[DocDate], T0.[CardName], T0.[DocDueDate],t0.[DocTotal],t0.DiscSum,t16.PymntGroup,T15.linetotaL
    regards
    KARTHIK

    Hello Karthik,
    Try this
    SELECT Distinct T0.U_PRNo, T0.DocNum AS 'PO Number', T0.DocDate as 'Date of PO', T0.CardName as 'Vendor Name', T0.DocDueDate as 'Date of Delivery as per PO',sum(t1.linetotal) as 'Basic',
    sum(T15.linetotal) as 'Freight & P&F Amt', t0.DiscSum as 'Discount',
    Sum(T2.TaxSum) as 'BEDAmt',
    Sum(T3.TaxSum) as 'ECeSSAmt',
    Sum(T4.TaxSum) as 'HECess Amt',
    Sum(T5.TaxSum) as 'AED Amt',
    Sum(T6.TaxSum) as 'CST along with Excise Amt',
    Sum(T7.TaxSum) as 'CST Amt',
    Sum(T8.TaxSum) as 'VAT Amt',
    Sum(T9.TaxSum) as 'VAT along with Excise Amt',
    SUM(T10.TaxSum) as 'CST on Freight Amt',
    Sum(T11.TaxSum) as 'VAT on Freight Amt',
    Sum(T12.TaxSum) as 'BED on Freight',
    Sum(T13.TaxSum) as 'CESS on Freight',
    Sum(T14.TaxSum) as 'HECESS on Freight',
    t0.DocTotal as 'Total of PO',
    t16.PymntGroup
    FROM OPOR T0 INNER JOIN POR1 T1 ON T0.DocEntry = T1.DocEntry
    left outer join por3 t15 on t15.docentry = t1.docentry
    left outer join octg t16 on t16.groupnum = t0.groupnum
    LEFT OUTER JOIN POR4 T2 ON T2.DocEntry=T0.DocEntry and T0.DocEntry=T2.DocEntry AND T2.staType=-90 AND T1.LineNum=T2.LineNum
    LEFT OUTER JOIN POR4 T3 ON T3.DocEntry=T0.DocEntry and T0.DocEntry=T3.DocEntry AND T3.staType=-60 AND T1.LineNum=T3.LineNum
    LEFT OUTER JOIN POR4 T4 ON T4.DocEntry=T0.DocEntry and T0.DocEntry=T4.DocEntry AND T4.staType=7 AND T1.LineNum=T4.LineNum
    LEFT OUTER JOIN POR4 T5 ON T5.DocEntry=T0.DocEntry and T0.DocEntry=T5.DocEntry AND T5.staType=-80 AND T1.LineNum=T5.LineNum
    LEFT OUTER JOIN POR4 T6 ON T6.DocEntry=T0.DocEntry and T0.DocEntry=T6.DocEntry AND T6.staType=13 AND T1.LineNum=T6.LineNum
    LEFT OUTER JOIN POR4 T7 ON T7.DocEntry=T0.DocEntry and T0.DocEntry=T7.DocEntry AND T7.staType=4 AND T1.LineNum=T7.LineNum
    LEFT OUTER JOIN POR4 T8 ON T8.DocEntry=T0.DocEntry and T0.DocEntry=T8.DocEntry AND T8.staType=1 AND T1.LineNum=T8.LineNum
    LEFT OUTER JOIN POR4 T9 ON T9.DocEntry=T0.DocEntry and T0.DocEntry=T9.DocEntry AND T9.staType=14 AND T1.LineNum=T9.LineNum
    LEFT OUTER JOIN POR4 T10 ON T10.DocEntry=T0.DocEntry and T0.DocEntry=T10.DocEntry AND T10.staType=26 AND T1.LineNum=T10.LineNum
    LEFT OUTER JOIN POR4 T11 ON T11.DocEntry=T0.DocEntry and T0.DocEntry=T11.DocEntry AND T11.staType=25 AND T1.LineNum=T11.LineNum
    LEFT OUTER JOIN POR4 T12 ON T12.DocEntry=T0.DocEntry and T0.DocEntry=T12.DocEntry AND T12.staType=22 AND T1.LineNum=T12.LineNum
    LEFT OUTER JOIN POR4 T13 ON T13.DocEntry=T0.DocEntry and T0.DocEntry=T13.DocEntry AND T13.staType=23 AND T1.LineNum=T13.LineNum
    LEFT OUTER JOIN POR4 T14 ON T14.DocEntry=T0.DocEntry and T0.DocEntry=T14.DocEntry AND T14.staType=24 AND T1.LineNum=T14.LineNum
    WHERE T0.DocDate between '%1' and '%2'
    group by T0.U_PRNo, T0.DocNum, T0.DocDate, T0.CardName, T0.DocDueDate,t0.DocTotal,t0.DiscSum,t16.PymntGroup

  • My purchase details

    Dear sir,
    The given below my subscription purchase details, but still i can not get that subscrition
    First payment was taken on: Aug 4, 2013
    Next payment will be taken on: Sep 14, 2013
    Order reference: [removed for privacy]
    Total amount: $8.99

    Please visit the link below for possible answers;
    https://support.skype.com/en/faq/FA10416/why-isn-t-my-subscription-working
    Yet, if still needed, you can also contact customer support for further assistance or instructions. Just open the link pasted below to see the instructions on how to get in touch with customer service -
    https://support.skype.com/en/faq/FA1170/how-can-i-contact-skype-customer-service
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES

  • Have uninstalled LR4 to start again. I have not retained original purchase details. How do I re download?

    Have uninstalled LR4 to start again. I have not retained original purchase details. How do I re download?

    Lightroom - all versions
    Windows
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Windows
    Mac
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Macintosh

  • I want to download free apps for iphone 4s but when downloading it is asking for payment info. the application are free but why it is asking for purchase details...please help me...

    I want to download free apps for iphone 4s but when downloading it is asking for payment info. the application are free but why it is asking for purchase details...please help me...

    In iTunes, click "Store", sign in with your Apple I.D. After singing in, click "Store" again, select "View my Account", re-enter your password and your account info will be displayed.
    Click "Edit" in front of "payment information" and select "None"

  • I'm trying to download a free game but it's says purchase details

    Hi can someone help me please I'm trying to download free games which I've done many times before now it's sayin purchase details wen its a free game

    Hey Jessy_vicky,
    Thanks for the question. Try changing your payment information to “None”. If you are unable to select “None” as a payment option, see the following resource:
    Why can’t I select None when I edit my payment information?
    http://support.apple.com/kb/TS5366
    Using an existing iTunes Store or App Store account
    If you have an unpaid balance or payment due, you can't select None as your payment type. To see which order you need to pay for, view your purchase history. When you sign in to the store, you may see a message that there was a billing issue with your last order. Click the Billing Info button to see the order.
    After you pay for the order, you can change your payment information to None.
    Additional Information:
    iTunes Store: My credit card's security code or zip code does not match my bank's records
    http://support.apple.com/kb/TS1646
    iTunes Store & Mac App Store: About payment card authorization holds
    http://support.apple.com/kb/HT3702
    Thanks,
    Matt M.

  • Educational discount purchase details pls.

    Hi,
    A friend of mine is wanting to purchase a MAc Book pro.He is an online student studying at grand canyon university.How does he go about making the purchase online or over the phone? What does he need to have to proove he is a student? Since he is an online student he does not have a physical id but has a student number.
    Please furnish details as the chat support was not of use.
    Thanks.

    Apple may or may not ask him for his student ID or anything to prove that he is a student. The student number should be enough, but he should check this with Apple. I recommend him to call to the Apple Online Store (1-800-MY-APPLE)

  • HT1918 Purchase Details?

    How do I find the details of purchases?  I keep clicking on "purchases" in the account area but it always says it is unavailable.  Any suggestions?

    Make sure you are signed into the iTunes Store and the computer is authorized.
    http://support.apple.com/kb/ht1420

  • Line itemwise Purchase details

    Please help me get the logic to make a z report of purchased items (line itemwise) indicating
    the basic qty, basic value, excise duty, cess, Add. Excise Duty, freight, etc. Please tell me the tables and fields to pickup.
    Thanks in advance
    Shuvir

    Thanks for prompt  response, but from where do I get  details of Excise Amt, Addi. Excise, Freight, CST, etc. I have already got item code, description, qty, basic value. from *table --> EKBE*
    Shuvir

  • Issue in getting the purchase details

    SELECT Tbl_ProductGroupMaster.ProdName, Tbl_ProductGroupMaster.UnitNam, Tbl_Inventory.CrDate, Tbl_Inventory.QtyOpStk, Tbl_Inventory.QtyClStk, Tbl_Inventory.ExcShortage, purchase.SumOfNUnit, sales.SumOfQty
    FROM Tbl_ProductGroupMaster, Tbl_Inventory, [SELECT Tbl_PurchaseMain.idate as p_idate, Tbl_PurchaseSub.Proid as proid,
    sum(Tbl_PurchaseSub.NUnit) AS SumOfNUnit
    FROM Tbl_PurchaseMain, Tbl_PurchaseSub WHERE Tbl_PurchaseMain.GID=Tbl_PurchaseSub.gid
    and format(cdate(Tbl_PurchaseMain.idate),'mm-dd-yyyy') between format(cdate('13-Sep-2009'),'mm-dd-yyyy') and
    format(cdate('02-Oct-2009'),'mm-dd-yyyy') GROUP BY
    Tbl_PurchaseMain.idate, Tbl_PurchaseSub.Proid]. AS purchase, [SELECT Tbl_SalesMain.idate AS s_idate, Tbl_SalesSub.Proid, sum(Tbl_SalesSub.Qty) AS SumOfQty
    FROM Tbl_SalesMain, Tbl_SalesSub
    WHERE Tbl_SalesMain.SAID=Tbl_SalesSub.SAID And
    format(cdate(Tbl_SalesMain.idate),'mm-dd-yyyy') Between format(cdate('13-Sep-2009'),'mm-dd-yyyy') And
    format(cdate('02-Oct-2009'),'mm-dd-yyyy')
    GROUP BY Tbl_SalesMain.idate, Tbl_SalesSub.Proid]. AS sales
    WHERE Tbl_Inventory.CrDate = purchase.p_idate and
    Tbl_Inventory.CrDate = sales.s_idate and
    Tbl_ProductGroupMaster.PROID=Tbl_Inventory.proid AND
    Tbl_Inventory.PROID=purchase.proid and
    Tbl_Inventory.PROID=sales.proid and
    Tbl_Inventory.CrDate = '13-Sep-2009';
    I am getting the out put as below:
    I have one more product 'bbb' for which their is no record in purchase on '13-sep-2009'.But exist in
    inventory and sales. I need that to be printed . Please let me know the correction in the query.
    ProdName     UnitNam     CrDate     QtyOpStk     QtyClStk     ExcShortage     SumOfNUnit     SumOfQty
    aaa     Kgs     13-Sep-2009     10010     10000     0     55     22
    thanks,
    Vinodh

    [Duplicate post|http://forums.oracle.com/forums/thread.jspa?threadID=966322&tstart=0]

  • Purchase Details

    Hi
    I  want to build a Report for following details :
    PO Number
    Contract
    RFQ Number
    Is there any table which will display the values for this,or anybody has logic in a way we can relate 2/3 tables and fetch the data.
    Regards

    Hi dear,
    Note the below
    PO Number u2013 EKKO , EKPO
    Contract - EKKO header table with BSTYP = 'K' , EKPO is the item table
    Based on the EKKO-KNUMV value you can get the condition record value from KONV table.
    RFQ Number - EKKO
    Take help from your ABAP er and create your own Z report.
    Edited by: Deepak Kulkarni on Feb 8, 2011 10:11 AM

  • Purchase details using serial number

    How can I find details about the vendor from which I bought my IMAC 2 years back using serial number?

    You cannot.

  • HT201272 I have a purchase detail of an app but I am not able to download the same

    Order ID: MH0VJ1Q396
    Receipt Date: 31/01/13
    Order Total: Rs 170
    Billed To: Visa .... 1421

    If you would like help from these user-to-user forums then you will need to provide info as to what happens when you try to download it. Is the app compatible with your phone ? Is the download button greyed out ? Are you getting an error message ?

  • Interactive ALV report for vendorwise purchase order details

    Hi Experts,
    I am trying to create vendor wise purchase order interactive report, if i click any of vendor detail it has to display vendor details in a popup window or if i click any of purchase details it has to display purchase order details ina popup..
    can any body explain by using function modules REUSE_ALV_POPUP_TO_SELECT and REUSE_ALV_FIELDCATALOG_MERGE...

    Check the link below will be of some use to you.
    http://www.geocities.com/mpioud/Z_REUSE_ALV_POPUP_TO_SELECT.html
    Regards,
    Murthy

Maybe you are looking for

  • Quality Notifications - Items / tasks / activities / overview / causes / ..

    Hi PLM specialists, I do have a question concerning quality notification, type F2 - vendor error. I do get the following tabs: reference objects, subject, processing: that's clear. But there are also these tabs: items, tasks, activities. The tab item

  • TDMS central/control system, should I have to install it in a solution manager? Is it a prerequisite?

    Hello, I have a doubt about the installation of the central/control system of TDMS, the documentation say that TDMS should be installed in a Netweaver 7.0 and it also say that the solution manager can be used for the central/control system, but I als

  • 3rd Party Application Vulnerability Patching-Automating and Best Practices-HELP!

    Using Kaspersky Security Center Version 10.1.249I have been tasked to come up with a process to manage our Microsoft workstations and Servers to patch 3rd party Vulnerabilities (WSUS is managing the Microsoft side).New to the KSC interface since i ha

  • Profile parameter for BTC ignored.

    This weekend, we ended up restoring some production systems.  Becuase we did not want any background to run once the systems came up we changed the btc parm to  "rdisp/wp_no_btc = 0 ".  As we know, this should bring up the system without any backgrou

  • Will my iPod still work?

    Okay, typical scenario occurred when I got home today. I was going to the bathroom to do my business, but upon entering, my iPod (4th gen) flies out of my hand and into the toilet. Thankfully, said toilet was filled with clean water only when my iPod