Sales report for the month.

Hi all,
I am looking for some help with a query that I am trying to write for a customer. They have asked me for a report that shows them a date range of sales not including: Discount, Tax, and Shipping/Freight. They are wanting to be able to populate this using a date range and by business partner. The last thing they are wanting is to have this only include items that are in 2 specific item groups. If anyone has any suggestions it would be greatly appreciated. Thanks!
Kind Regards,
Jeff Haldeman
Support One

Hi Jeff ,
lets make this simpler
1. How do you identify as sales -- Is it Ar invoice or Sales order
2. How is your user entering data for discount at row level or footer (header) level
3. Since they need Item * sales Cost  ,looks like you have to calculate your own total so you cannot  use  system total unless you reverse (doctotal -tax -discount )
4.  Date range means (you have to use parameter )
5. Business partner range (parameter )
6. Item with two group ( put a condition )
Did you take a look at Sales Analysis report by Item with secondary selection customer and use filter function to take out some unnecessry field .May be that satisfied their need .
Please update us more .then we can help you more
Thank you
Bishal

Similar Messages

  • Sales report for current month and year a go month

    i could you please guide me builting report for current monthwise for current month and year a ago month
    report parameter month_year='06-2010'
    tables = sales and below are the table fields
    customer_id
    invoice_dt
    invoice_am
    thanks
    nhm

    Okay, Still you did not mention how you will pass value in report while generating.
    Anyway the query with UNION ALL will work. For Example.
    I am assuming that the parameter for date/month you will pass in range like 01-JUN-2010 to 30-JUN-2010
    SELECT customer_id, SUM(curr_value) curr_value, SUM(past_value) past_value
    FROM
    SELECT customer_id, NVL(SUM(invoice_amount),0) curr_value, 0 past_value
    FROM sales
    WHERE invoice_dt BETWEEN :P_FROM_DATE AND :P_TO_DATE  -- here P_FROM_DATE and P_TO_DATE will be the date range for current year as i showed above.
    AND  -- Any Condition goes here...
    GROUP BY customer_id
    UNION ALL
    SELECT customer_id, 0, NVL(SUM(invoice_amount),0)
    FROM sales
    WHERE invoice_dt BETWEEN ADD_MONTHS(:P_FROM_DATE,-12) AND ADD_MONTHS(:P_TO_DATE,-12) -- This add_months function for the previous year same month.
    AND -- Any condition goes here...
    GROUP BY customer_id
    GROUP BY customer_idNow using the above query you can design the tabular report as you showed the format.
    -Ammad
    Edited by: Ammad Ahmed on Jul 3, 2010 7:55 PM
    added GROUP BY

  • J1INQEFILE is not generating for the month of March 2011

    Hi,
    J1INQEFILE is not generating for the month of March 2011, we have executed Qefile from 01/01/2011 to 31/03/2011 then file is generating but March 2011 data is not available.
    Problem is challans were updated in the month of April 2011 for March 2011 documents, When we executed J1INMIS report with Bank Challan status, documents are coming in the report.
    As per our understanding Challan numbers and Bank Challan update should be done in the month of March 2011 but challans and Bank challans were updated in the April 2011.
    Please suggest.
    Thanks,
    Ratnam

    Hi Vara,
    Please check following thing in the system.
    1) When the Challan is created ( March month or April 2011)
    2) When the Bank challn updated for the challans
    3) If the Challan created in the April and generating returns for the month of March 2011.
    4) Check in J1INMIS report for the month posting date 01.03.2011 to 31.03.2011, if the external Challan number is appearing or not for the documents.
    5) If the Challan created in the April ask user to revere through J1INREV, and make Challan in the month of march 2011.
    Problem will solve.
    Thanks,
    Ratnam.

  • Statement of CST Sales for the Month.....

    Hi All,
    I have to make a report named "Statement of CST Sales for the Month....." for one of my client. This report contains the fields CST Payable and CST Paid (invoice wise). Please help me by telling where can I get CST Paid per invoice (Table Name, Field Name).

    hi,
    You can get it from TaxSum from Table PCH4 with staType for CST.
    Try this query
    SELECT T0.DocNum as 'Ap INV. No.', T0.DocDate, T0.CardName as 'Vendor Name',
    T1.TaxSum AS 'CST on Purchase'
    FROM [dbo].[Opch]  T0 INNER JOIN pch4 T1 ON T0.DocEntry = T1.DocEntry WHERE T1.staType = 4
    Jeyakanthan

  • I have a new Samsung phone and I live in CT. Last month they charged me $38 on my bill for the sales tax for the new phone which was $600. I'm paying for the phone itself over 20 installments of $30 each.  Now again I'm getting that same $38 charge. I can

    I have a new Samsung phone and I live in CT. Last month they charged me $38 on my bill for the sales tax for the new phone which was $600. I'm paying for the phone itself over 20 installments of $30 each.  Now again I'm getting that same $38 charge. I can't  believe that the monthly CT tax is higher than the payment for the phone itself. Does this make sense. Last time I spoke with them on the phone it was for 1 1/4 hours for something simple. I don't want to call unless I need to. The salesman told me nothing about any of this. Thank you for any help you can offer.

    The bill from last month states:
    CT state sales tax**     $38.10
    ** In some states sales tax or surcharges are calculated on the full cost of the full retail price or VZW cost of the device you purchased and not on the discounted price you pay. The sales tax or surcharges charged on your device was based on $599.99 and appears on this first bill.
    The current bill says the same.
    Actually, now I'm realizing that last month's bill stated I was making the first payment toward the phone. Now this month also says it's the first payment toward the phone when it's really the second.

  • I have a 4630e and I want to print out the report of my paper useage for the month.

    I have a 4630, 3-in-one. I'm in the automatic refill program.  I want to get to and print the report of useage for the month to see if I can reduce the among of pap I have allotted myself.
    This question was solved.
    View Solution.

    Hi Georgiapat465, welcome to the HP Forums. If you want the Month To Date statistics of your Instant Ink usage, you can log into your account on hpconnected.com and go to the services tab, and then find Instant Ink there. That page will show you on screen your usage.
    I hope this helps. Let me know if you have any other concerns.
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • How to Keep the spool created of a report for one month

    Hi ,
    How do we program to keep the spool created of a report for 1 month?
    I used SUBMIT TO SAP-SPOOL but it seems that its maximum retention is only 9 days...
    Please advice.
    Thanks!

    This would be a question for your basis administrator.
    Rob

  • Custom Report for the Stock and Stock value for a specific date

    Hi SAP Gurus,
    Is there any SAP standard t-code or any logic to get the transcations (additions (for example: Purchases) and subtractions (Sales) to the inventory) for a particular materials in a plant and with Total Stock and also Total Stock value when that particular transaction happened?
    Our system is R/3 4.7
    I looked at the MB5B, MBCE, MBCA, MC44, MB51 and some other standard T-codes but could not find the total stock value at the time of Transaction happened.
    The history tables MBEWH and MARDH  are updated after the month end closing procedures, right, which means I will have the inventory value changing every month if material has Price "S".
    Thank you,
    -Harter

    Hi Harter,
    Unfortunately, you cannot see in a single tcode the value of stock and stock quantity on a specific date. As you yourself have pointed out, we only have to make use of the history table MBEWH, MARDH for the month wise stock quantity and value. Along with that you should also make use of the table MBEW to take teh stock quantity and value. So the total value of stock on a particular date will be
    Stock qnty = MBEWH value until the previous month (for teh specific valuation class, period etc) + MBEW value for the present date.
    But this will nto work out if you want to find out teh stock quantity and stock value on a past date basis. For past data, only  m onthwise data is available. For this anyway you can refer to MC.1 and so on reports.

  • Report for the cost for replacing the defective goods free of cost

    hi guru's,
      iam having the qury that iwant to create a report for the free of cost .For the senario that company wants the report for replacing the defective goods free of cost .pls help me out .IN SD module
    Edited by: joe mm on May 13, 2008 3:35 PM

    Dear joe
    I am sure, for giving free of cost, you should be having different document types like sale order for free goods, billing with no value.  So thru VF05, by selecting the billing document type, you can generate a report.
    thanks
    G. Lakshmipathi

  • Sales report for plant wise

    Dear All,
    I would like to know the sales report for plant wise, my client is having 1 sales org &  3 plants , will this do or can I go for more sales orgs? If so how will I get the plant wise report?
    Thmx&Regards,
    Ramu

    Hi
    You can view the list of sales orders in VA05 with plant as the selection criteria. Though Plant is not included in the Further Selection Criteria, you can add this by following the below steps.,
    Goto IMG - Sales & Distribution - Sales - Lists - Define Selection Criteria - execute
    In the screen - goto New Entries and add the following details..
    1. Program Name - SAPMV75A
    2. TRG (Transaction Group) - 0
    3. Display Group - K
    4. Event - SELK
    5. It - 8
    6. Field Name - WERKS
    Enter the details and save the changes. Goto VA05 and you can see the field PLANT in the Fur Sel Criteria.
    Thanks,
    Ravi

  • Plant and Profit center wise Turnover and  gross profit for the Month for s

    Hi
    We need a report Plant and Profit center wise Turnover and
    gross profit for the Month for selected month and GL's
    We are using new GL. but our bi system old version.
    SAP_BW -- 7                      Patch:SAPKW70015
    BI_CONT - 703                    Patch:SAPKIBIIP7
    Do you have any idea or experiences which data source and data target required to full fill this requirement?
    Thanks
    Ramana P

    Hi
    You need to check if you really the report Plant wise and if yes, then check if the Accounting Transactions are maintained at Plant Level in your source system i.e. in R3.
    Ideally it should be Business area or Functional Area or Controlling area which are maintained in Accounting Transactions. You will also the relevant details for these Characterisitics + Profit Center in the NEW GL Accounting data sources.
    Cheers
    Umesh

  • STAD Report for last month

    Hi,
       Iam getting stad report for last one week,iam not getting the stad report for last month.i want to get stad report for particular day in last month.how to rectify the same.
    Thanku

    Hi,
    rsau/local/file /usr/sap/LID/DVEBMGS00/log/
    you will have to set DIR_AUDIT parameter instead of it.
    Set the following parameter with reference value:
    Parameter                                  Description                                   Reference Value
    DIR_AUDIT                  Directory for security audit files          S:\ECP-AUDIT\ECP\DVEBMGS00\ECP_security_audit_log
    FN_AUDIT                  Name of security audit file                   ECP_AUDIT_++++++++.AUD
    rsau/enable                  Enable the Security Audit Log                       1
    rsau/max_diskspace/local       Maximum space for security audit file                 2147483647
    rsau/max_diskspace/per_day  Maximum size of all security audit files per day            (If you wish, otherwise let it be default '0')
    rsau/max_diskspace/per_file      Maximum size of one single security audit file             (If you wish, otherwise let it be default '0')
    rsau/selection_slots              Number of filters to allow for the Security Audit Log            (If you wish, otherwise let it be default '2')
    rsau/user_selection              Defines the user selection method used inside kernel functions         (If you wish, otherwise let it be default '0')
    activated profile in sm19,still iam not getting audit log for last week in sm20.
    After Proper setting of Security Audit log parameters, the Application Server needs to be restarted to make the changes effective. You will only get the Audit Data since the activation of valid Security Audit parameter.
    Regards,
    Bhavik G. Shroff

  • WIP Closing entries not posted in FA for the month of March

    Dear Team,
    WIP Closing entries not posted in FA for the month of March -2010.  Please check and revert immediately.  Print screen and KKAO -WIP Report given below for your reference. Same issue is there for FISHER also.
    Regards,
    Suma Nalluri.

    thks

  • Report for 18 months------ really urgent

    Hi All,
    we are using FR 11.1.2V here I have a different requirement from my client
    He want to see the report for 18 months and that also to be automated, here the problem starts
    we are allowing user to selelct only one start periode and one start year in Grid POV. and for periode we are periode+1, periode+2... till periode+18 this is fine,
    but how the Year Dim will change accordingly
    for exp:- 2010     2010     2010     2010     2011     2011
    Sep     Oct     Nov     Dec     Jan     Feb
    Here how the Year will change to 2010 to 2011 and 2012 automatically. User will select only one star periode and one start year.
    your quick responce will be more helpfull
    Regards
    Kumar
    Edited by: Kumar on Jul 26, 2010 8:11 PM

    Kelly,
    I tried to do the same which you told me, but it dose'nt work
    we are using Essbase as database for FR.. I did not find any option called Periode Offset function at the time of member selection, what I did is...
    in Col A I selected Current POV of periode and Current POV of Year... so that user can change current year and perioed..... and in col B I selected Same as Col A for Year and RelativeMamber +1 for Perioed and so on... perioed chnaged next one but not year... let me know if I selelcted any workg selection.
    SVK

  • TDS BANK CHALLAN for the month of march 2009 not able to update on 7.04.09

    dear gurus
    we have made the tds payment for the month of march (01.03.2009-30.03.2009) as on 07/04/2009 and 31.03.2009 as on 01.05.2009 the tds payment voucher and internal challan number has been updated ..but while i am doing the NEXT step THROUGH J1INMIS  where we have to give the bank challan number manually and update but after this step the bank challan number which i have given manually not able to update in J1INMIS REPORT OR J1INQEFILE - Quarterly E-returns (India) REPORT OR IN TDS CERTIFICATE ,
    sugesst what to do....

    HI,
    Update through J1INBANK and in selection give FY 2009 and select internal challan through drop down list. If you passed internal challan in 2008 then give FY as 2008.
    Ramesh

Maybe you are looking for

  • How does the gps on my iPhone 4S know we're I am if I have no service, it's in airplane mode, and wifi is turned off ?

    Let me just say that I didn't get the answer I wanted from contacting apple care and the customer service rep was very rude and gave me what seemed like a short answer just to get me off the line. So here I am hoping that someone can give me a straig

  • Error while Initial load

    Hi Forum, Iam doing Middleware setup for downloading customer master from R/3 to CRM.Iam trying to do initial load of customizing objects viz.,DNL_CUST_ACGRPB,DNL_CUST_ADDR, DNL_CUST_KTOKD,DNL_CUST_TVKN,DNL_CUST_TVLS,DNL_CUST_TVPV... which are to be

  • SAP IS-Media: Mass write-off leads to reversal of already paid billing document

    Hi All, We have business issue in IS-Media as below While doing mass write-off using transaction code FP04M, already existed payment document for that particular cycle is getting reversed. we can see payment reversal document under liability account

  • BT time to pull your socks up

    Open Post for any BT 'moderators' ... The UK is now populating with a huge number of SMART TV's .. On my Samsung since release the number viewing Apps has grown considerably ... ITVplayer, BBCiplayer, Chn5 player   etc. You have adverts on TV every d

  • Subcontracting - Provision of components

    Hi The requirement is like this: 1. A PO is given to vendor A for the procurement of raw materials ( X and Y ) required for subcontracting and to be delivered to vendor B(Subcontarctor). 2. Another Subcontarcting PO is raised to vendor B to provide t