Report to Compare Sales

Hi Guys,
I need a report to compare the total sales by item wise.
Like i need ITEM CODE, DESCRIPTION, TOTAL QUANTITY INVOICED, PRICE  for the given period.
i used the below query but am unable to achieve the exact result.
pls update the query.
SELECT distinct T1.ItemCode, T1.[Dscription], T1.[Quantity], T1.[Price], (T1.[Price] * T1.[Quantity] ) as
' Total Price '
FROM OINV T0 
INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry WHERE T0.[DocDate] >=[%0] AND  T0.[DocDate] <=[%1] and targettype != '14'
Thanks in Advance,
Regards,
Vamsi

Hi ,
I need  to know total sales - item wise  in given period.
MY REPORT  SHOULD BE LIKE THIS
ITEM CODE === ITEM NAME === QUANTITY === PRICE  == (QUANTITY * PRICE)
ITEM1         == ITEM1           == Q1                   == PRICE1  == VALUE1
ITEM2         == ITEM2           == Q2                   == PRICE2  == VALUE2
ITEM N         == ITEM N            == Q N                   == PRICE N   == VALUE N
EACH   ITEM NEEDS TO BE APPEAR ONCE AND TOTAL CUMMULATIVE SALES QUANTITY FOR THE ITEMS
Thanks in advance,
Regards,
Parimis

Similar Messages

  • Report to compare PCA to GL

    Hello
    does anyone know about a report to compare Profit Center Accounting to General Ledger for a given period?
    Thank you

    Hi ,
    I need  to know total sales - item wise  in given period.
    MY REPORT  SHOULD BE LIKE THIS
    ITEM CODE === ITEM NAME === QUANTITY === PRICE  == (QUANTITY * PRICE)
    ITEM1         == ITEM1           == Q1                   == PRICE1  == VALUE1
    ITEM2         == ITEM2           == Q2                   == PRICE2  == VALUE2
    ITEM N         == ITEM N            == Q N                   == PRICE N   == VALUE N
    EACH   ITEM NEEDS TO BE APPEAR ONCE AND TOTAL CUMMULATIVE SALES QUANTITY FOR THE ITEMS
    Thanks in advance,
    Regards,
    Parimis

  • How to compare Sale data with Previous data

    Hi Guys,
        Any one tell me how we will compare Sales data with Last year Sale data. Is there any T.Code or any kind of Report in the SAP. If available please suggest the same.
    Thanks & regards,
    Naveen Bhatia

    Hi Naveen,
    Did yo ucheck t-code SD01
    Regards
    Rohit.

  • Standard report to view Sales value with Cost price

    Dear All,
    Is there any standard report to view Sales value for a particular period for  customer's comparing with Cost value. For Example,
       Customer     Month           Sales Value     Cost value
        A                 April '10         10,000/-             ?
        A                 May '10            5,000/-             ?
        B                 April '10          15,000/-            ?
        C                 June '10           20,000/-           ?
        C                 July '10           10,000/-            ?  
    Regards
    KS

    Hi,
    There is no report which gives customer wise sales figures and their cost structure. Cost structure is something which has to be taken from material master or using MM material documents.
    However you can very easily create a report. You can use VBAK, VBAP, MBEWH, MBEW and MSEG tables to arrive at these figures

  • How you will see reports last year and till date reports and compare?

    How you will see reports last year and till date reports and how you will compare?
    sridhar

    Hi.
        This you can achieve at query level.
    I have few question.. First let me know how many KFs you have in the query and based on what characteristic you want to compare the KFs.
    Let me assume that you want to compare "SALES" KF for the last and current year.
    1) Add the "SALES" KF to the Query.
    2) Rename it as "SALES - Prior Year"
    3) Copy the above KF and rename the new KF as "SALES - Current Year"
    4) In the "SALES - Prior Year", add the date (say, Calendar Date, Fiscal Period, etc.) as per yr requirement. Keep offset as "-1"
    5) Do the same for "SALES - Current Year" . No offset.
    6) Now create a new formula to find the difference between "SALES - Prior Year"  and "SALES - Current Year" .
    Hope you got some idea!!
    Let me know if anything more is required.
    Regards,
    Balaji V

  • Self Updating Report of Open Sales Orders (Maybe Crystal )

    I want a self updating report of Open Sales Order. I want it to refresh constantly. I know that it could be an alarm but it would be executed every # minutes and dont want to. Any ideas ? I dont know Crystal Reports enough but is it posible ?

    Hi ,
    If I were you , I will not be crazy looking at my sales order in every 1 minutes ..I would train my users to check at least 15 minutes.
    I understand what u are trying to do;you  want that customer will see the latest open SO created ..but 15 minutes is good enough time .
    I think you have to check if database size grows up big time ..so far no report has come to me from my clients for this set up .
    make sure you  are not saving an alert into database
    If you are using multiple alerts , I will atleast monitor my database for a while to see i encounter performance issue ..
    So far for one alert at every 15 minutes ..i think u should be fine ..
    Hope this helps
    Bishal

  • Report for viewing Sales order no against delivery date & actual GI date

    Hi Experts,
    Is there any report for viewing Sales order no against delivery date & *actual GI date*
    Because in VL06F , i can only able to get planned GI.
    Please guide regarding the same where i can get 'ACTUAL GI DATE ' against above combination .
    Regards,
    Sujit S.

    dear Hrishi,
    i followed your suggestion, but couldn't get desired results,
    here i can get planned GI date, where i wanted to get Actual GI date for complted deliveries,
    thanks for your valuable reply.
    @ G. Lakshmipathi ;-
    i think i will need to develop z-report for fetching the data from the tables
    VBAK (to get sale order reference) and
    LIKP (to get delivery and actual GI date)
    thanks for your reply,
    Regards,
    Sujit

  • Sales Report for US Sales and Use tax

    Hi,
    I'm looking for t-code to extract detailed sales report having Gross sales, Exempt sales , Ship to state, Ship to County\ City,  Sales Tax collected. If I'm getting this report i can verify what my sales tax software is updating.
    When i extract  tcode - ZINVLIS i don't get much detail.
    Please help me in extracting complete sales detail which can be used for sales and use tax verification process and audit purpose.
    Thanks,
    Karthik

    Hi Karthik,
    There is no standard report available as per my knowledge.You may develop Z report to achive your requirment. Check some LIS report can give data (MC01 is transaction where you can check all type of key figure reports)
    Regards
    Mani Kumar

  • Std report to dispaly Sales Order and Profit center data

    Hi,
    I want to display list of Sales Order and profit center in one report  for that Sales organisation
    Is there any T-code where i can view Sales Order and its Profit center.
    **Plz if anyone knows abt this reply soon.
    Thanks
    AKASH
    Edited by: AKASH TAMBI on May 20, 2008 1:28 PM

    Dear Akash
    There is no standard report to see both the sale order reference and profit center.  However, if you go to SE16 and use table VBAP, you can see the required details
    thanks
    G. Lakshmipathi

  • Report for monthly sales(sales office wise,sales group wise,plant wise)

    Please send the Report for monthly sales(sales office wise,sales group wise,plant wise)  with T.CODE.,

    Hi
    As per my knowledge there is no Standard Report in SAP based on sales office, sales group. and plant.
    You may create your own report using MC18,MC21 and MC24.... Otherwise ask your ABAPer's help...
    Muthu

  • Do we have standard report to show sale order stock with amount?

    Do we have standard report to show sale order stock with amount?
    I try to use MB5B and MBBS but they don't show value.
    MB5B show only qty
    MBBS no any report.
    Please kindly help.
    Thank you very much.

    Okay Thank you very much for your suggestion.
    I think I have to create a new ZProgram. T_T

  • Report on daily sale,stock availability,pending order,Ageing report

    Report on
    daily sale for time period
    stock availability
    pending order
    Ageing report

    Dear Goutam
    Through VF05, you can see sales daily.
    For stock MMBE
    For Pending Order, VA05
    Thanks
    G. Lakshmipathi

  • Crystal Report Error - Mobile Sales - 4.0 SP 12

    Some of the users are getting the following error message while trying to open the Crystal Reports from Mobile Sales.
    "This program is used to host and to initialize the UF F has encountered a problem and needs to close. We are sorry for the inconvenience."
    Can you please let me know where can I find any update about these issues?
    Has anyone ever come across this type of error?
    Thanks in advance.
    Regards,
    Pijush

    Hi Pijush,
    Can you ensure that the following Dlls in the machine are registered:
    1. Register all the Dlls and ocx files available in
       <<Installation directory>>\Sap\Mobile\bin directory.
    2. Register the dlls and ocx files available in
       <<Installation directory>>\Sap\Mobile\3rd_party directory.
    3. Register the sfabol.dll and msa.dll. It will be available under
       <<Installation directory>>\Sap\Mobile (or in the sub-directories
       based on how settings are at your end.
       But before doing the same, please ensure that you unregister the other Dll first.
    As you are aware, the starting application is UFContainer.exe. The same
    requires the following Dlls/OCX to be registered:
    1. sfabof.dll
    2. scrrun.dll in C:\winnt\system32 directory
    3. ErrComp.dll
    4. UFCore.dll (based on the IE Version)
    5. ACTBAR.OCX
    6. MSCOMCT2.OCX
    7. comdlg32.ocx
    8. SSLSTBAR.ocx
    9. MSCOMCTL.ocx
    Can you please ensure that the above are indeed registered in your case
    Some of the above exists in C:\winnt\system32 directory.
    If the problem remains it may be because of the IE version you use. Do you use IE7? iIf so did you face the same problems with IE 6 also?
    Regards,
    Gervase

  • Report showing Contract, sales order and invoices created

    Hii All,
    Is there any standard report showing the sales contract, sales orders created with reference to contract and the invoices with some relevant details such as customer, material, invoice value etc.
    If i go to VF05 and then select the a line and see the document flow, i get the contract number, sales order number.

    Hi,
       You need to create a report of this requirement only through development.
    Rgds,
    Sivarajesh. J

  • How to devolped an Interactive ALV Report to display sales orders

    hi,
             how to devolped an Interactive ALV Report to display sales orders pertaining to the selected Customers and item details in the secondary list.For this report what are the tables and fields wehave to used give with example.
    thank you
    radhakrishna

    Hi,
    look via se38 for BCALV* and SALV*.
    Try ABAPDOCU.
    Regards, Dieter

Maybe you are looking for

  • How to Move a Video File from Movie Section to "TV Shows" Section

    I have an Ipod classic, and am trying to figure out how to move a video file from the "Movie" section to the "Tv Shows" section. I have Itunes version 1.3 which for my device is listed as the most current version.

  • How to play avi files on Mac?

    And where can I download the necessary softwares / programs, if needed? Thanks!

  • Adobe Reader could not open "file"

    Adobe Reader could not open "file" because it is either not a supported file or it has been damaged. All files and programs on the desktop are shown as Adobe Reader ikons. When I remove the Adobe Reader program, the desktop is ok but when I reinstall

  • Po Print ( ME9F )

    Dear Friends, In my IDES server when I want to print the po with t.code ME9F it is only display but no spool request is created and no print out come Could any explain the total setting of PO print. Regards, Pooja Panday

  • Mouse tracking speed, 3rd party help!

    I have a Kensignton Mouse and I am running Kensington Mouseworks. I have a 23 inch screen and the mouse tracking speed even at the slowest setting (in Mouseworks software) is MUCH too fast. I am doing 3D work which requires precision. I have contacte