Total Items sold

Forum,
I am looking for advise and hoping someone could help.
I would like to know the best way to get from SAP the following information:
1) A list of stock items
2) What was sold for each year dating back to 2008.
3) Quantity sold for each year dating back to 2008.
4)  Revenue per item for each year.
Is this possible through the standard reports. I cannot see such information but may have overlooked.
Regards,
Juan

Hi Juan,
Yes. You can find (1) under Inventory Report - Inventory List. That is the first report under the category.
(2)-(4) are all available under Sales Report - Sales Analysis. That is also the first report under the category.
However, to meet your specific need if you find the system report not satisfactory, you have to create your own report.
Thanks,
Gordon

Similar Messages

  • Please Help! I need a report: Total Items sold from each Supplier.

    Dear experts
    I would like to build a Query\Report that will show the TOTAL amount of items sold (in invoices) from each supplier.
    This is not possible in the reports section, because it is not your regular Salles per cards\items report.
    I want the report to show a sum per line. meaning:
    I have totally sold from Supplier:'XYZ'  5,123 items (no matter which ones) at a total of 75,540$
    I would like the report to show ALL suppliers , thus the reason i want it to show 1 supplier-per line.
    I couldnt figure out how to write this Query and if its even possible to make a 'sum per line' report. (like the ones that you output with default report section).
    Personally , I found it really odd that it is not in the default reports option, It is higly common for organization to check Who is its Top supplier (in sales) in order to decied how to continue doing buisness with him.
    Could any of you experts assist me in writing this Supplier-Sales-Report?
    Thank you in advanced,
    D.Medalion

    Hi Medalion,
    Have you tried using sales analysis reports. Yyou can view items sold to particular customer in that report too. You need to click on items-->tick individual display and tick group by customers. This would give your desired format. Is there anyrhing else that you are looking for ??
    You may also check these to get an idea;
    Re: Query for top 5 items/customers
    Query for top 5 items
    This would require s user id and pass word
    https://websmp205.sap-ag.de/~sapidb/011000358700001172792006E
    Thanks,
    Joseph
    Edited by: Joseph Antony on Aug 6, 2010 11:19 AM

  • Query for Total Items

    Hi Experts..
    I need a query to find the total  items  sold in a particular period for an particular item.
    Pls help me in finding the query.
    Regards,
    Vamsi.
    Edited by: Parimis on Jan 20, 2010 5:10 AM

    Hi Vamsi,
    Check the thread,
    Help With Monthly Sales Query
    Regards,
    Madhan.

  • Items Sold Report

    We would like to create a report that shows how many items we have sold and percentage of each size sold in a specific color combination.
    We are a clothing company so ideally this report can be in a matrix format for a particular style -- showing the colors on vertical axis and sizes on the horizontal axis. 
    Within each color / size cross section (cell) would be the # of pieces sold and % sold in that size for that color. 
    I'm not sure if SAP will allow a report like this to be built.  If not, is there any way we can generate a query that has this type of information but just not in the matrix format?
    So, we would see the following:
    Item Code...Units Sold...% Of That Size Sold For Each Style/Color Combination
    For example --
    0737BKSMALL....20....15% (this is the percent of size small that has been sold in Black)
    Any ideas?
    Thanks,
    Mike

    Hi,
    What I mean by "% Of That Size Sold For Each Style/Color Combination" is this.  Let's say we have a style of shirt available in 3 colors: Navy, White, Black.  There are a total of 100 Navy pieces sold.  However, only 10 of those sold are in size Small and sizes for each color range from S-L.  So, 10% would be the "% Of That Size Sold For That Style In The Color Navy. 
    Our item codes are all defined in the following way -- they are 9 characters in length.
    The first 4 characters define the style.  The next 2 charcters define the color.  The last 3 characters define the size.
    So, in writing this Query, I was wondering if there was any way that for the last column of info (% Of That Size Sold For Each Style/Color Combination), it could somehow add up the total pieces sold for the first 6 characters in the Item Code that match.  That would give the total sold in the Style/Color combination.  This number would then be used as the denominator for all Item Codes with the same first 6 characters.   
    Make sense?
    Thanks,
    Mike

  • Is It possible for a Non Shippable Inventory Item sold in OM update INVENTORY Levels

    Is It possible for a Non Shippable Inventory Item sold in OM update INVENTORY Levels?
    I have created an Item which is inventory tracked but not shippable. Customer & Internally Ordered. But upon booking the Sales Order, the INVENTORY level of the said item does not get updated with the sale.
    How can i make it update INVENTORY without going thru shipping module?
    thanks.

    Hi Jay
    How are you.
    Yes, in process sampling only.
    Is it not neccessary to have a wip validity rule for wip products in the specs. I am able to create samples for wip products with inventory validity rule.
    Regards
    Prem.

  • How to display total "items" and "amount " in header.jsp in CRM ISA B2B

    Hi,
    I am modifying “header.jsp” in standard CRM ISA B2B application.  Here we have summary of total number of items and total amount but it is coming in to button and for that below code is there in “header.jsp” and it display it as button text.
    if (!ui.homActivated) { %>
    !!" alt="" border="0" height="16" width="20">
    </td>
    <td class="vertical-align-middle" name="miniBasket" value="<isa:translate key="b2b.header.minibasket.default"/>" >
            <form name="basketForm" action="javascript:show_basket();">
         <input class="green" name="miniBasket" type="button" value="<isa:translate key="b2b.header.minibasket.default"/>"/>   
        </form>
    </td>   
    <% } else { %>
    <!-- HOM scenario - minibasket displays collective order -->
    <td  class="vertical-align-middle" align="right">
    !!" alt="" border="0" height="16" width="20">
    </td>
    <td  class="vertical-align-middle" name="miniBasket" value="<isa:translate key="b2b.header.collorder.default"/>">
    <form name="basketForm" action="javascript:show_collective_order();">
        <input class="green" name="miniBasket" type="button" value="<isa:translate key="b2b.header.collorder.default"/>"/>   
    </form>
    </td>
    <% } %>
    Now I want to display total number of items and total amount separately in two different <td> element.
    How I can get total number of items and total amount in “header.jsp” I tried below code but did not get any success.
    Insert below line in “header.jsp” with respective page import statement for class or let me know which class I have to import.
    <%
         HeaderSalesDocument  hdr =
                (HeaderSalesDocument) request.getAttribute(MaintainBasketBaseAction.RK_HEADER);
        ItemList items =
                (ItemList) request.getAttribute(MaintainBasketBaseAction.RK_ITEMS);
    %>
    And then I use
    <td><%= hdr.getNetValue() %></td>
    <td><%= items.size() %></td>
    But it is not printing any thing and header page not display at all.
    Pl. tell me how to get total amount and number of items in header area. Which class or object I have to use here.
    I really appreciated any help from any one.
    Thanks and regards.
    Ashish Patel.

    Hi, I tried another logic. I took value from  Standard button, in which B2B application display total items and amount and I hide this field, to another text element.
    Now I Am breaking that value in words and stored them in array  and then trying to display that array with particular number which contains total item and amount through Java Script on Focus.
    But problem here is, It is not getting updated automatically I have to click on new text files to trigger Onfocus event. How I can achieve effect like as soon as Standard button changes it's value which is now hidden filed my new text box should update automatically.
    Thanks.
    Ashish

  • Root/Totals item in FS Item hierarchy - not flipping properly

    Hi all,
    can you point me towards a solution?  I think I am missing something:
    in the hierarchy, but default the <b>Root/Totals Item</b> appears above the rest of the nodes.  I need to display it on the bottom.
    I've gone to the DW Workbench and looked at the appropriate hierarchy.  I changed the attributes to to have the Root/Totals item appear Below in the query.  Here is what I am getting, and what I am not:
    1. In BEx Analyzer, the query works properly, showing the Root at the bottom.
    2. In WEB Analyzer, the query still shows the Root on top
    3. If I use the characteristic (0CS_ITEM) as a navigational attribute for another characteristic in another cube, the root node also will not show on top.
    Any suggestion?  Should I open up an OSS message?
    Thank you for your help

    Hi Inge,
    Just ideas:
    1. Try to use the check of CoI settings - help in error messages may give you some clue.
    2. Many settings in SEM-BCS are time-dependent. Check if you use different version and/or different periods - missing settings may sit somewhere there.

  • Crystal Report: Items sold by customer

    Experts,
    I am creating a crystal report to return items sold by customer.
    1) The report should allows me to choose date range, and if there is no date range selected, it should return all items sold, customer ID and name
    2) The report should also let me pick customer ID, and if there is no customer ID selected, it should return all items sold to customer.
    Please help me out.
    Thanks so much.

    Hi Phong,
    Please check below links.
    Optional Parameters in Crystal Reports
    Optional parameter, no values
    Crystal Reports Parameter display &amp;quot;All&amp;quot; when no value is passed in parameter? - Stack Overflow
    Any you can also create Option Parameter while creating Parameter in Crystal Report by Selecting Option option to TRUE in Parameter.
    Hope this helps
    Regards::::
    Atul Chakraborty

  • How to know the total items inside the rowSetInfo.

    How can i know the total items inside the rowsetInfo. I have only 1 column of table for the rowSetInfo. It's called "BankrowSetInfo". How to know how many items are there inside the rowSetInfo.

    Need more information.
    How do you want to display the info? Are you creating an applet/application/jsp/file output or what? Are you using DACF?
    Also, You said you only have 1 column. If you actually have more than 1 column ( more than 1 AttributeInfos for your RowSetInfo ) and are using DACF, use the InfoSwing GridControl or set up multiple TextFieldControls, one for each column.
    Hope I answered the right question.
    Cheers

  • Displaying Last Items Sold

    Is there a way of displaying the most recent items sold on a site?

    0 1 2 3 4 5 6 7 8 9 10
    dp.length == 11
    maxHorizontalScrollPosition = 6
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Is the non-apple item sold in the apple store 100% original?

    i was wondering if the non apple items sold in the apple online store are a hundred percent original like the monster beats by dre.
    just curious because of the huge price difference of about 200 sgd..

    Do you pay 6.99 for insurance because that includes extended warranty? I would get the 16gig 4s personally but I understand where ur coming from. Now they have them and there not in the iconic list so u could bill to account if u can pay it by the end of the next bill. U could use the $99 towards the phone or when u get the charge on the bill pay it then. Just another idea.

  • Sales price - Purchase price =profit for item sold

    Dear Expert,
    Suppose 'X' is an item is  
    1)purchase 5 qty on 01-01-2010 at 100 INR
    2)purchase 2 qty on 31-01-2010 at 80 INR
    3) and Sold 5 qty at 105 INR...it means 5 INR is my profit.
    I want a query that list me entire profit of "Sales Order"
    we are on implement FIFO method.
    please give me SQL query.
    Thanks
    Kevin

    Suppose on same day I have two  different price i.e for X
    01-01-2020 X -> 50 INR 100qty
    01-01-2020 X -> 55 INR 90qty
    Now how to cal. smple profit on my sales of 190 QTY ???
    Thanks
    Kevin
    Edited by: Kevin Shah on Jun 17, 2010 5:25 PM

  • Total Item Value Field in PR

    Dear Experts ,
    I need to know in which table where  the Total Value Item field is in  ... because i want to use it in SQVI
    Note : I searched for it in EBAN and EBKN but i didn't find it .. i think it is not stored in the table and just being calculated (Price * Quantity) in the run time .
    Thanks

    Hi ,
    I think you can find the logical table for that structure table. And you can use that logical table in query.
    Regards,
    Zubin
    Edited by: zubin on Feb 25, 2009 8:36 AM

  • How to handle pricing for items sold in prepacks

    The requirement:  Sell individual items together as a prepack and offer a discounted price.  These individual items in the preapck are also sold individually at full price.
    The Issue: Returns.  If a customer returns the individual item, how do we know if it was sold as the prepack or individuallyu2026so we end up crediting the customer the higher value.
    Your suggestions will be appreciated.
    Regards,
    Hemanth

    Hi,
    you have to use authorizations in this case for approval process in CATS IT 0316 and It 0328 are used for authorizations. These are two dummy infotypes.
    it is verymuch possible to enter data in CATS for a single PERNER via two or more profiles.
    Regards,
    Kapil Kaushal

  • Restrict Ordered Items Sold to an Account

    Hi,
    Is there a way to restrict item/s that can be ordered for a particular account ? Also can the restriction be placed on the no of items that can be sold to an account on an order ?
    Consider 11i and R12 versions.
    If not available out of box then any recommendations on the best approach for satisfying this requirement would be appreciated.
    Thanks

    That's an unusual requirement - more often you want to restrict the maximum order value which you can do via credit management.
    I'll be interested to see if anyone has a better suggestion but one possibility would be to do this via pricing setup as a workaround - if you want to restrict the customer to 100 max qty of items A, B and C, set up price breaks for those item/customer combinations with a range of 1 to 100.
    That will mean that if you try to sell 101 of one of those items to your customer, you'll get a pricelist failure. The downside of this is obviously that your CSRs won't get a more helpful message along the lines of 'max ord qty to this customer exceeded'. If you can't live with that, one other option would be to do the same setup on an inactive modifier list and write a forms personalization to check this customer/item matrix ... reporting an error/warning message if the max pricebreak qty on the inactive list is exceeded.
    Regards,
    Jon

Maybe you are looking for

  • Need XP drivers for Satellite A100-230 PSAA9

    Hey, I'm re-installing windows xp for the second time on my laptop now as the first time i did it without consulting help and it resulted in not everything working and i got a bit too much of things i didnt actually have. I would like to know what dr

  • Specifying the output order of elements in XML using Oracle Reports.

    Hi, I am developing an Oracle Reports report, using Report Builder 6.0.8.17.0 on WinNT. The requirement is that the report will only ever be used to generate XML output. However, due to a bug in the XML Parser at the other end, it's necessary to have

  • Calling SAP Webservice from JAVA ME bad response time

    Hello together, I'm calling a SAP RFC as a Webservice from JAVA ME (Netbeans 6.8). The stub classes I've generated with the Sun Wireless Toolkit. The RFC function stores entries in a SAP database table. The call of the websevice with transmitting the

  • IPad's mail program doesn't load full messages (e.g. 9,5Kb)

    Some of the messages are loaded partly. And there is a button "load remaining 15 Kb" (all message may be for example 27Kb). I can see full message only after clicking this button. Can't find the reason. Other messages with pictures, text (e.g. 500 Kb

  • How do I make my iPad ask to poem PDF documents in pages?

    I am trying to save PDF document into my pages app. Usually a grey tab will open up at the top of the screen when you open a PDF document asking if you would like to open thAt document In pages, but it is not asking me that. Can anyone help????