Most recently sold date

Hi Friends,
I have a requirement where my client wants to have a report that displays "most recently sold date ".
The report should have " sales org", " material num" and " most recently sold date"
upon execution, he should be able to find a recent date sold for a requested material.
Please let me know, do any standard reports have this " most recent sold date"? if not how and from where get into report.
Thanks
Pavan

Hi Pavan,
Create an ODS which is having info objects like
Sales org (Key field )
Material(Key field )
Invioce Date(Key field )
Invoice Amount (KF) (Data field )
Invoice amount should be an exception aggregate with excpetion on Last value and ref. characteristics should be invoice date . This way if there is material sold on 10 diff. invoice date , system will have only one record of last invoice date.
Create update rule from 0SD* cube to custom made ods . And the required report could be achieved through this ODS.
Hope that helps.
Regards
Mr Kapadia
Assigning points is the way to say thanks in SDN.

Similar Messages

  • For unknown reasons iTunes will no longer open.  I have an HP laptop running windows 7 with Kaspersky protection.  It worked fine before but now won't open.  I tried downloading the most recent up-date and it will still not open.  Any suggestions?

    For unknown reasons iTunes will no longer open.  I have an HP laptop running windows 7 with Kaspersky protection.  It worked fine before but now won't open.  I tried downloading the most recent up-date and it will still not open.  Any suggestions?

    thrillhousecody
    Thanks for the reply with additional information.
    Recent history for Premiere Elements points to the program having problems when more than 1 video card/graphics card is
    being used by the computer on which Premiere Elements is running. This observation may seem contra indicated by the fact
    that you say that the program did work well about 2 years ago in the same setup. But other factors may have set in with regard
    to drivers, drivers versions, and driver conflicts. But this factor, does need to be ruled in or out.
    Can you disable one or the other card to determine the impact of this on your problem?
    But, of prime concern with regard to video card/graphics card is the use of a NVIDIA GeForce card with Premiere Elements 10.
    Even if your NVIDIA GeForce were the only card, Premiere Elements 10 will not work properly unless the NVIDIA GeForce driver
    version is rolled back to about May 2013. This may be one of the major factors here.
    a. Device Manager/Display Adapters and find out Driver Version and Driver Date
    b. Read the background information for the Premiere Elements 10/NVIDIA GeForce issue
    ATR Premiere Elements Troubleshooting: PE10: NVIDIA Video Card Driver Roll Back
    Also see the Announcement at the top of this forum regarding the matter - also with full details of the situation and how to fix with the
    driver version roll back.
    Please review and consider and then we can decide what next.
    Thanks.
    ATR
    Add On...This NVIDIA GeForce situation is specific for Premiere Elements 10. You should not expect to see the problem for
    later versions of Premiere Elements.

  • Most Recent Document data of the query

    Hi all,
    We have document data attached to a infoprovider,So in the query level, it should display the most recent updated document.But it is showing the previous document data.
    can anyone tell me if any setting is avaialble for this or how to achieve this.
    Please help.
    Thanks in advance!

    Hi rajesh,
    I dint try this solution. but im just guessing. so forgive me if it doesn't work.
    in your report did you try adding the time column and in the forumla give max(time by customer_site)
    thanks,
    Karthick

  • Report on most recent posting date

    Hi experts,
    My report needs to show the fields profit center and its posting date.posting date should have a selection variable for the user to enter a key date.The report should show only the last posting date for every profit center before the key date.
    my doubt is that the data in the infoprovider should be compared to get the last posting date. is it possible to read the data and get the recent posting date in the customer exit for the variable on posting date.
    Please suggest the possible ways of doing this.

    Hi Krishna,
    The recent posting date for the profit centre can not be stored as a transaction data in the cube and it can not be derived in the customer exit.
    You have to add a date field as the master data attribute of profit centre and populate that from the transaction cube data to get last posting date for each profit centre.
    You can then show is as the nav attaribute of profit centre in the report.
    Thanks,
    Krishnan

  • Most recent Maps data update wastes disk space

    I noticed that used disk space on my N9 increased by 2GB and found that I now had these folders under cities: diskcache, diskcache_, MapLoader, and MapLoader_.  I recently updated my maps and evidently the old diskcache and MapLoader folders were renamed with underscores and new ones were created, so I now have 2GB worth of the old Maps data and 2GB worth of the newest Maps data.  This didn't happen after previous updates.  I assume it should be safe to delete the diskcache_ and MapLoader_ folders.  Has anyone else noticed this?

    As far as I know, there is even a section
    HERE! Location-based services from Nokia: Maps, Navigation and GPS
    There's not much effort needed to find tones of threads for WP and almost none for Symbian.
    There are even official video stickers of HERE Maps working on Lumia phones.
    So I presume that yes, everybody is discussing HERE services round here. Why not do that for Symbian?
    Besides, Nokia has made a commitment to provide lifetime voice-guided nav for Symbian devices. Without updates, the navigation is useless. If Lumia based phones are getting updates, I see no reason for us not getting them. I don't care who owns HERE (which is still Nokia, BTW). I purchased a Nokia phone.
    I should definitely claim for it HERE.

  • Most recent date from a colum, group by numbers.

    I want to get the most recent 3 dates from a colum group by account numbers.
    for a account number what are my 3 recent dates. i only need to see the 3 recent dates. for e.g
    Account_number DATE
    1011001002117010     010607
    1011001002117010     010507
    1011001002117010     300307
    1011001002117010     010307
    1011001009077015     010607
    1011001009077015     010507
    1011001009077015     300307
    1011001009077015     010307
    i want to pick up the 3 recent date from the date column
    ( 01/06/07,01/05/07,30/03/07 ) for both the account number.
    Please help me with how do i get that using a select statement.
    Thanks in advance
    ahmed

    Hi,
    Use the following query. This may probably help.
    select account_number, date
    from
    (select account_number, date, row_number() over (partition by account_number order by date desc) rn
    from <your_table_name>)
    where rn <= 3;
    Regards,
    MAK
    Message was edited by:
    user545088

  • Abap Query on most Latest Posting Date in G/L Account

    Dear All
    This is the new request that has come from the client. What they want to see is the G/L account and the most recent Posting Date. For eg Lets say that 220000 has 3 line items
    1000 in march 06
    2000 in april 06
    3000 in may 06
    End user wants to see Balance as 6000 and the most recent Posting date as may 06. If i Pull Accounting Doc # and Posting Date it will give me all the details and date which i dont really want. How do i do it ?
    Please help me
    Thanks
    Sameer

    Hi,
    what we can do is that get all the line items for a G/L account in an internal table. Sort it descending by date. Pick the first row's date and then simply sum up the quantities.
    Hope this helps.
    Regards,
    Himanshu.

  • ABAP Query on Recent Posting Date in G/L Account

    Dear All
    This is the new request that has come from the client. What they want to see is the G/L account and the most recent Posting Date. For eg Lets say that 220000 has 3 line items
    1000 in march 06
    2000 in april 06
    3000 in may 06
    End user wants to see Balance as 6000 and the most recent Posting date as may 06. If i Pull Accounting Doc # and Posting Date it will give me all the details and date which i dont really want. How do i do it ?
    Please help me
    Thanks
    Sameer

    Hi,
    try table GLT0 (for Rel. 4.6C)
    A.

  • Return most recent matching record on Sub Report

    I am hoping there is an easier way to go about this.
    REPORT 'A': I have already made a report (which will inevitably be a subreport) that only reports the first record of each Group2 (I used a counter formula and conditional suppress.)  This enabled me to have a report full of only the most recent records.
    As an example, let's say this first report contains Account#, Price, and Invoice Date (again, it only reports the most recent Invoice Date and corresponding price and account # - the other records for each account are supressed).
    REPORT 'B': I have another report with Account Numbers and Category Numbers.
    I want to Match the Account Numbers, lookup the numbers on the original report ('A'), and return the recent Prices and Invoice Dates to the 2nd report ('B').  So that Report B has Account#, Category#, Most Recent Price, & Most Recent Invoice Date.
    A subreport has been my only idea because again, I only want the most recent prices from 'A' to report on 'B'.  Any help is appreciated.
    Edited by: Mara Nowak on Sep 4, 2008 9:39 AM

    Mara,
    If Report B is the main report then I would suggest grouping on the same field as you used in Report A for Group 1. Place the subreport, Report A, in the GH1 and link it based on the Group 1 field. The subreport will then only display data for the same group instance.
    If you need to use the most recent data or price in Report B then assign those values to shared variables in the subreport and reference them in formulas in the main report in a section below where the subreport resides, GH1.

  • How to get most recent consecutive records with the same value

    Hi,
    Can someone please help me to solve my problem?
    Below is my table
    Prod_Code-----Purchase_date---Inv_number-------Inv_amt
    MS_AV16850------18/01/2005-----------6575947----------------7.93
    MS_AV16850------22/07/2005-----------7034012----------------51.82
    MS_AV16850------04/01/2006-----------8719618----------------51.82
    MS_AV16850------20/06/2006-----------9515864----------------104.69
    MS_AV16850------16/04/2007-----------10353759----------------189.29
    MS_AV16850------30/05/2007-----------10689899----------------189.29
    MS_AV16850------06/01/2008-----------1653821----------------65.49
    MS_AV16850------22/02/2009-----------10866311----------------189.29
    I want my query to show the rows that has most recent purchase dates with same amount in consecutive purchase date.
    So from the table above, the query should display:
    Prod_Code-----Purchase_date---Inv_number-------Inv_amt
    MS_AV16850------16/04/2007-----------10353759----------------189.29
    MS_AV16850------30/05/2007-----------10689899----------------189.29
    It should not get
    MS_AV16850------16/04/2007-----------10353759----------------189.29
    MS_AV16850------30/05/2007-----------10689899----------------189.29
    MS_AV16850------22/02/2009-----------10866311----------------189.29
    because inv_number 10866311 has a prvevious inv_amount of 65.49.
    and not get this
    MS_AV16850------22/07/2005-----------7034012----------------51.82
    MS_AV16850------04/01/2006-----------8719618----------------51.82
    because they are not the most recent purchase date even if they have the same inv_amount.
    Thanks in advance.

    Hi,
    You're right; thanks for catching my mistake.
    I changed the WHERE clause of the main query (including subquery there) to deal with that situation:
    WITH     got_grp          AS
         SELECT      x.*
         ,      ROW_NUMBER () OVER ( ORDER BY      purchase_date )
                - ROW_NUMBER () OVER ( PARTITION BY  inv_amt
                                             ORDER BY         purchase_date )     AS grp
    --     ,      ROW_NUMBER () OVER ( ORDER BY      purchase_date )     AS r1
    --     ,        ROW_NUMBER () OVER ( PARTITION BY  inv_amt
    --                                         ORDER BY         purchase_date )     AS r2
         FROM     table_x     x
    SELECT     *     -- Or list all columns except grp
    FROM     got_grp
    WHERE     (inv_amt, grp)  IN  (
                               SELECT    MAX (inv_amt) KEEP (DENSE_RANK LAST ORDER BY MAX (purchase_date))
                        ,       MAX (MAX (grp))
                                FROM      got_grp
                                GROUP BY  grp
                                ,       inv_amt
                                HAVING    COUNT (*)     > 1
    ;Thanks, too, for posting the sample data. Apparantly, you're more interested in solving this problem than OP is.
    Edited by: Frank Kulash on Nov 22, 2010 1:36 PM
    The r1 and r2 columns are not needed for the solution. You may want to display them, just to help see how the query works.

  • Ten most recent

    I'm trying to find the ten (or any number) most recent receipts for items.  TOP works fine for one item at a time but I need all items with their ten most recent receipt dates.
    Sample Data
    ItemNmbr
    DateRecd
    UnitCost
    70000
    2/1/2003
    24.2784
    70000
    2/25/2003
    30.85
    70000
    2/25/2003
    30.77
    70000
    3/27/2003
    30.85
    70000
    3/27/2003
    30.81
    70000
    3/27/2003
    30.85
    70000
    3/27/2003
    30.77
    70000
    5/13/2003
    30.85
    70000
    5/13/2003
    30.75
    70000
    5/27/2003
    30.85
    70000
    5/27/2003
    30.83
    70000
    7/14/2003
    30.84
    70000
    7/14/2003
    30.85
    70000
    8/13/2003
    30.85
    70000
    8/13/2003
    30.82
    70000
    10/31/2003
    30.85
    70000
    10/31/2003
    30.81
    70000
    11/14/2003
    30.85
    70035
    1/2/2007
    289.21
    70035
    1/2/2007
    289.22
    70035
    1/23/2007
    291.52
    70035
    1/23/2007
    291.54
    70035
    5/16/2007
    277.66
    70035
    5/16/2007
    277.66
    70035
    7/5/2007
    267.68
    70035
    7/5/2007
    267.69
    70035
    8/30/2007
    264.45
    70035
    9/11/2007
    264.45
    70035
    9/11/2007
    264.44
    70035
    10/29/2007
    240.8
    70035
    10/29/2007
    240.8
    70035
    2/27/2008
    249.67
    70053
    3/15/2006
    323.44
    70053
    3/15/2006
    323.53
    70053
    3/22/2006
    323.59
    70053
    3/22/2006
    323.44
    70053
    7/8/2006
    312.9
    70053
    7/8/2006
    312.78
    70053
    12/7/2006
    332.3
    70053
    12/7/2006
    332.18
    70053
    1/10/2007
    342.71
    70053
    1/10/2007
    342.77
    70053
    2/16/2007
    348.54
    70053
    2/16/2007
    348.43
    70053
    4/30/2007
    355.29
    70053
    4/30/2007
    355.26
    70053
    5/17/2007
    355.46
    70053
    5/17/2007
    355.52
    70053
    6/7/2007
    341.28
    70053
    6/7/2007
    341.19
    70053
    6/11/2007
    345.54
    70053
    6/11/2007
    345.28
    70053
    7/4/2007
    341.27
    70053
    7/4/2007
    341.56
    70053
    10/11/2007
    329.51
    I've been trying to use RANK to do this but can't quite get it. 
    Thanks

    Select ItemNmbr, DateRecd,UnitCost from
    (select *, row_number() Over(Partition by ItemNmbr Order by DateRecd desc) rn from test) t
    where rn<=10

  • Aggregating with most recent contribution

    Hello there. NGO director and SQL beginner here. We have a contributions table in our database which contains the date, amount, etc. of every financial contribution. Obviously, single donors may have multiple contributions in this table. I'm
    trying to create a query which groups the table by the donor_id and pulls up their most recent contribution (according to the date of the contribution). I've figured out how to GROUP BY the donor_id and do a SUM of their contributions,
    but I can't figure out how to bring up the most recent by date.
    Your kind assistance is greatly appreciated!

    try below
    Create table #contributions
    (donorid int,
    crdate datetime,
    amount int)
    GO
    insert into #contributions
    select 1, GETDATE()-1,300 union all
    select 1, GETDATE()-2,200 union all
    select 1, GETDATE()-3,100 union all
    select 2, GETDATE()-1,300 union all
    select 2, GETDATE()-2,200 union all
    select 3, GETDATE()-3,100
    --Method1
    select a.* from #contributions a inner join
    (select donorid ,max(crdate) max_date from #contributions
    group by donorid) b on a.donorid=b.donorid and a.crdate=b.max_date
    --Method2
    WITH CTE1 as
    (select * ,max(crdate) over(partition by donorid)max_date,SUM(amount) over(partition by donorid)sumanount from #contributions)
    select * from CTE1 where crdate = max_date
    --Method3
    WITH CTE1 as
    (select * ,row_number() over(partition by donorid order by crdate desc) rno from #contributions)
    select * from CTE1 where rno = 1
    Thanks
    Saravana Kumar C

  • Is there a way of displaying  the various item in my Downloads folder as icons arranged in order of Date Created, such that the most recent items appear at the bottom, rather than the top?

    Is there a way of displaying  the various item in my Downloads folder as icons arranged in order of Date Created, such that the most recent items appear at the bottom, rather than the top? I know this can be done when they are displayed as a list, but I want icons!

    Hi geezer,
    when you open your 'Downloads' folder choose 'View'  in the Menu bar and choose:
    'as List'
    'Show View Options'
    In 'View options' window you tick:
    'Always open in list view'
    'Date Modified', or
    'Date created'
    Now inside the 'Downloads' folder click on 'Date Created' (or 'Date Modified')
    column to get items alined from oldest to newest date (or reverse)…

  • When I sort by date added in Column View in Finder, how can I make the most recent files appear at the top of the list?(Mavericks)

    In 10.8, when I sorted Finder by date added or date created in column view, the most recent files would appear at the top of the list. Currently, this happens as it should in every single view mode EXCEPT column view (which is pretty much the only view I ever use). Currently, I have a folder with over 2000 files in it that date back to 2011, so now I have to scroll for like ten minutes just te get to files that were most recently added. Who in their right mind would want to sort by last modified with the oldest result listed FIRST? Ridiculous. I can't figure this out. Any help?

    Thanks for the reply leroydouglas! Unfurtunately this doesn't cause the column to be ordered correctly either. After selecting this option, the files seem to be ordered by label, and the most recently added file is somewhere in the middle of the list. I'd like it to be at the top, and have other files/folders descend in retrochronological order by their add date.
    Any other input from the community would be greatly appreciated, even if it's just confirming that this is/is not expected behavior. I'd be super bummed to find out that this IS expected behavior, as it's really counterintuitive and extremely inconvenient.
    Thanks again!

  • After the most recent update, I can no longer access stand alone GPS services. What's up with that? I am now forced to use google location services which use up some of my data allotment.

    After the most recent update, I can no longer access stand alone GPS services. What's up with that? I am now forced to use google location services which use up some of my data allotment.

        ddmathias, I want to make sure all services are working correctly on your phone. What GPS services were you using before the update happened? What kind of issues are you having with the services? Do you get any kind of errors? Please keep us posted.
    KevinR_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for