How to select the latest date for a field in CR?

Dear all expert.
I need to develop a report where it only show the latest date. For example, I had a report, it contain a customer description and bussiness transaction posting date.
Customer description           BT posting Date
A                                          03/10/2010
A                                          15/10/2010
A                                          23/11/2010
A                                          24/12/2010
A                                          30/12/2010
A                                          15/02/2011
A                                           20/03/2011
B                                           20/03/2011
B                                           02/04/2011
B                                           08/04/2011
B                                           11/04/2011
But in CR, i Just wan it to show me:
Customer description          BT posting Date
A                                         20/03/2011
B                                         11/04/2011
I just want to show customer with the latest BT posting Date, How can I do that?
Thank You.

Hi Alex,
If you want to show the data only in Detail other than group then you may follow the following :
--Create a group on Curstomer Descripton
--Createa fromula : Maximum(,)
--Go in Section Expert -- suppress condition -- then give a condition like :
  <>  Maximum(,)  //  'not equal'
This will suppress other dates and give you the latest date on your detail.
Thanks,
Sastry

Similar Messages

  • How to find the creation date for a released requests..

    Hi friends ,
    In se09 tcode , we a date which represents the last changed date .. Now , for a particular Released request i want to find out the Creation date for it . How can i find it . I checked the tables like E070create there also we have requests that not released yet , i have also checked se03 and other tcode and a fn mo dules like TR_READ_GLOBAL_INFO_OF_REQUEST .
    So how to find the creation date for a released requests. Iam waiting for ur inputs..
    Thanks in advance..

    hi,
    Did u found the way to get the request creation date?
    I also need the same information.
    This needed for audit purpose........so it is must.
    Please help me in this.
    Best regards,
    vinod

  • How to get the latest update for the phone?

    hey does anyone know how to get the latest upgrade for my phone? 3230 nokia

    http://www.nokia.co.uk/nokia/0,,58162,00.html
    Gadget
    Remember to mark all correctly answered questions as Solved. A forum is only as great as the sum of its parts, together we will prevail.

  • HT1222 How large is the up date for Mountain Lion?

    How large is the up date for mountain lion for my mac in mega bites?

    Here are the system requirements:
    http://www.apple.com/osx/specs/
    You need 8 GB of available hard drive space (plus another 10 GB or so to have empty and available at any time for the OS to operate properly). The installer itself is just over 4 GB (all the numbers are in Gigabytes, not megabytes).
    And it is considered an upgrade (you need to pay for it) rather than an update (which would be free).

  • How to make the logs captured for Z fields in ME21N/ ME22N

    Hi
    I have  devloped new tab(Screen) and added Z field in the PO header (ME21N) as per my requirement. But whenever I do changes to the perticular Z field, logs are not captured (ME21N->ENVIRONMENT-->HEADERLOG). How to make the logs captured for Z fields like standard fields. Is there any way?
    Regards
    Raj.

    HI Ranjitha
    For the data element of Z fields go to further caracteristics of tab and make change document checkbox ticked.

  • How to change the Display Pattern for Decimal Fields dynamically

    hi all,
    Can any one help me how to change the display pattern for decimal fields dynamically???
    Currently I am using z,zzz,zzz,zz9.999 Display pattern for Quantity Field. If the value is blank it is displaying as 0.000 on the Screen. But I don't want this to be printed.
    Please help me how to solve this ASAP.
    Thanks,
    Prabhu

    Hi,
    Alternatively you can handle it in the context.
    In the context area, click on the quantity. In the bottom, click on the conditions tab, and put a condition
    <quan field> NE initial.
    So the field will not be printed if there is no value.
    Regards,
    Vidya Chowdhary A.

  • How to get the F4 help for a field in the selection screen

    Hi all,
    I am working on a report program. In the selection screen, I have the field 'Brand Node ID'(ZNODEID). The requirement is to have the F4 help for this field. This field is available in a 'Z' table ZNODETAB. There is no Value table maintained for the corresponding data element. So, without disturbing the table data element/domain, I should get the F4 help in the selection screen of the report. In the F4 help, data should be fetched from the table ZNODETAB and the field is ZNODEID. Is there any way to do this.
    By searching the function modules, I could find that, we can use the FM F4IF_INT_TABLE_VALUE_REQUEST. But, I am not Sure. Can someone tell me the parameters to be passed to this function module to get the F4 help and the procedure to follow. S_NODEID is the select option used in the program. Please help me in this regard. Thanks in advance.
    Thanks & Regards,
    Paddu.

    look at this code and try
    select-options : S_NODEID for ZNODETAB-ZNODEID.
    at selection-screen on value-request for s_nodeid-low
    perform f4_nodeid using 'S_NODEID-LOW'.
    at selection-screen on value-request for s_nodeid-low
    perform f4_nodeid using 'S_NODEID-HIGH'.
    end-of-selection.
    FORM f4_nodeid  USING    p_field.
      declare it_node.
    select znodeid from ZNODETAB into table it_node.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'ZNODEID'
          dynpprog        = sy-repid
          dynpnr          = sy-dynnr
          dynprofield     = p_field
          value           = space
          value_org       = 'S'
          display         = 'F'
        TABLES
          value_tab       = it_node
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
    endform

  • How to get the histoical data for newly added field in the cube?

    Hi Experts,
    I have small doubt on remodeling the infocube.
    After adding the characteristic or keyfigure  to a cube by using remodeling concept, how can I get the historical data for that particular field.
    I have searched in SDN also but I didn't get proper information.
    Please excuse me if I posted repeated question.
    helpful answer will be awarded with poitns.
    Thanks & regards,
    Venkat.

    hi
    depending on your customer need you could use the remodelling functionnality but sometimes you have no way to retrieve what you want so another option you should consider is the following:
    Advantages
    that will cost less effort and guarantee the result.
    Drawbacks
    data is redondant for a while
    space (depending on the volume of historical data)
    So here are the steps :
    step 1Adjust your extraction process according to the fields you need to add to populate the cube.
    step 2 Then create a dso next or even a cube, feed the dso with a full load with the enhanced extractor you adjusted with the new fields in step 1 only once in fact this should be one shot.
    step 3 Copy the query to the previous built  multi-provider on top of the new historical data from dso and the running live delta cube. Adjust the queries if necessary.
    optionnal Then if you want to get rid of the dso or new cube for historical data you could empty the actual one push the data from the new data provider and that's all.
    bye
    Boujema

  • How to set the Due Date for action in GP

    Hi Experts,
    I am trying to set date for each and every action in GP. Please help me out for that. I have tried it through setting the due date in the action and in process also. But its not working. So, kindly give me step by step process.
    Steps which i have followed :
    1. Created an action
    2. selected Due date tab
    3. Unable to find the callable object to attach with the action.
    Can you please tell me where i am wrong?
    Regards,
    Nutan
    Edited by: nutan champia on Apr 1, 2008 11:25 AM

    Hi Experts,
    Please help me out.  I am using the Defining and configuring notification in the below mentioned link.
    http://help.sap.com/saphelp_nw70/helpdata/en/93/a45542f156be30e10000000a155106/frameset.htm.
    I am following the steps mentioned in the document but unable to proceed after selecting the Due date tab under the action/ process properties. Callable objects are not visible here. Whether I have to do some changes in the callable objects. Please guide.
    Regards,
    Nutan

  • How to do the latest date?

    Hi,
    I have multiple lines of purchase history for 1 item, what i want to select is:
    if the purchased date is the latest one and the memo='Y',
    Invoice# cost purchased_date memo
    1234 $50 02/11/06 Y
    2222 $50 01/15/05 N
    3333 $60 09/05/04 N
    how do i do?

    Something like this:
    SQL> SELECT COUNT(*)
      2  FROM emp e
      3  WHERE e.empno = 7369 ;
      COUNT(*)
         32768
    1 row selected.
    SQL> set autotrace on explain
    SQL> SELECT *
      2  FROM
      3    (SELECT *
      4     FROM emp e
      5     WHERE e.empno = 7369
      6     ORDER BY hiredate DESC)
      7  WHERE rownum = 1;
         EMPNO ENAME      JOB              MGR HIREDATE           SAL       COMM     DEPTNO
          7369 SMITH      CLERK           7902 21-DEC-3236        800                    20
    1 row selected.
    Execution Plan
    Plan hash value: 3738945388
    | Id  | Operation                      | Name             | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT               |                  |     1 |    87 |     2   (0)| 00:00:01 |
    |*  1 |  COUNT STOPKEY                 |                  |       |       |            |          |
    |   2 |   VIEW                         |                  |     1 |    87 |     2   (0)| 00:00:01 |
    |   3 |    TABLE ACCESS BY INDEX ROWID | EMP              |     1 |    37 |     2   (0)| 00:00:01 |
    |*  4 |     INDEX RANGE SCAN DESCENDING| IDX_EMP_EMPNO_DT |  1835 |       |     8   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       1 - filter(ROWNUM=1)
       4 - access("E"."EMPNO"=7369)
    SQL>

  • How to Select the Latest file from Application Server?

    Dear All,
    I am working on object, which had requirement to Pick the file from application server.
    The Application server contain the files in ‘/temp/sms/’ directory. The files are having the name Like ‘smsqry_yyyymmddhhmmss.txt’ and I have to Pick the Latest file (Base on file name for eg. 'smsqry_20060713102333’) from that all and after getting the file I have to delete the file from application server.
    So How to do this.
    Regards

    hi,
    look function group EPSF-
    esp. fm EPS_GET_DIRECTORY_LISTING
    if you're looking fo OS-date and time
    look here:Re: How do I convert MTIME to date and time?
    A.
    Message was edited by: Andreas Mann

  • How to get the latest firmware for BT Home Hub-3 &...

    I have had this new BT Home Hub3 activated last night. 
    To get connected wireless to my Mac Book Air and iPod Touch, I had to refresh the Wireless Channel in my BT Home Hub settings. The Hub has selected the Channel 11 automatically that works well for my home wireless connection.
    This morning, my Home Hub has reverted back to Channel 6 and my wireless would not work. I had to go back to the settings in the Home Hub-3 to "Refresh" to select the best Channel and it has chosen Channel 11 again and all works well.
    My question is how could I get the Home Hub-3 to remember the selected channel without me in the morning to refresh the setting on a daily basis?[I have tried by selecting the "Apply" and a green circle with a tick to denote that the change had taken place]
    Home Hub-3 current firmware Version 4.7.5.1.83.8.45 [Type A] and I noticed a new one available and How could I update mine to the latest?
    Regards
    Solved!
    Go to Solution.

    if you select advance settings and go back to the wireless page, you will be able to see channel selection, likely to be on Automatic (smart wireless); here you can manually select channel 11 and it will stay there.
    Check your exchange or major service outagesIf someone has given a helpful answer, please click on their Ratings star on the left-hand side. ***

  • How to set the Expiration Date for a task which is been assigned explictly.

    Hi,
    When I assign a task to myself and not work on it for couple of weeks the task is getting released automatically into the original unassigned pool. The TaskActionHandler WSDL is causing that to happen. I don't want a task to be automatically released into the pool when I don't work on it for couple of weeks, how can I make that happen? TaskActionHandler is something which comes with the BPEL so I can't change the way how it behaves. Do I need to set the expiration date or duration explicitly when a task is created?then how do I do that?
    If anybody could let me know how to make TaskActionHandler not to release a dehydrated task, I would be glad.
    Thanks,
    Mythili.

    Hi,
    Make AUTO RELEASE a restricted action for the task by adding the following line:
    <restrictedAction>AUTO RELEASE</restrictedAction>
    to the <restrictedActions> tag in the task configuration file.
    Works effectively.
    Alternatively, you can specifiy the auto release durations on a per task priority basis. There is more on that in the BPEL Dev Guide.
    Hth, Sjoerd

  • How to find the latest BIOS for my T60P?

    Dear Experts,
    I own a T60P 2007FBG which I like very much cause it still works like a charm. I'm interested in uploading the latest BIOS but, unfortunately, "my" model type isn't listed on Lenovo's website:
    http://www.bilder-hochladen.net/files/12b4-c4-3c77.jpg
    It would be very appreciated if somebody showed me the way to the latest and correct BIOS for my T60P.
    Many thanks in advance
    pudu51
    Solved!
    Go to Solution.

    They all work for me.  Entering 2007FBG leads me to the following;
    My guess is that you need to clear your selection on the support site before trying the quick path or following my other link.  By the way, the drivers on the linked to page will be relevant to your system, 2007 is the important relevant part in the MTM as far as drivers and BIOS are concerned.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • How to select the production versions for MTO?

    Hi PP Experts,
    In our scenario we have two production versions and also we are in MTO strategy. While creating the sales order is there any option to select the production version (i.e.) before planning for that corresponding sales order I have to choose the production versions.
    Example:
    Material u2013 A  -
    sale order u2013 666001 u2013Prod version - 0001
    Material u2013 A --- sale order u2013 666002 u2013 prod version - 0002
    How to map the above scenario?
    Thanks in advance.
    Regards,
    Vimal

    In our scenario we have two production versions and also we are in MTO strategy. While creating the sales order is there any option to select the production version (i.e.) before planning for that corresponding sales order I have to choose the production versions.
    If the Production version selection is based on Lot size means No problem.
    If both the Production version is same lot size, system will select the first PV only in MRP
    In STD SAP, we can't Give Production Version  in sale order level,
    If you want after MRP run , U can assign Production version in plan order or in production order Manually

Maybe you are looking for

  • How can i install windows 7 on macbook pro lion  from usb?

    hello am sorry to disturb you i would like to know the above question since i have looked almost everywhere and i have received no answer i have a macbook pro i5 with lion i have been trying for month to install windows 7 as a secondary boot to my ma

  • Flash CS5 bug

    My new installation of Flash CS5 acts very buggy.  Keyboard shortcuts stop working, and I can pick fill colors but not text or line colors - just have a gray box with a few horizontal/vertical lines.  Is this a known bug?  Is there an easy fix?  Clos

  • Capturing Data of Multiple textbox with same name

    HI, I have a table composed on View Object. I am displaying two attributes (Description, name) of that VO. The VO returns 11 rows thus displaying 11 textboxes. On Controller side i need to update the values of these textboxes to database. Can anyone

  • Best Method in Dimension Building

    Hi All, Please advice me on the Best dimension Building Method( Parent child/Generation/ Level Methods) and also let me know when these dimension building methods can be used. I know this is a pretty simple question. But, I am still looking for bette

  • Java memory (RSS) keeps increasing and then hangs JVM

    Hi , I have a java process running on Solaris , I keep noticed that RSS keeps growing over the time and when it reached around 1.6g then JVM gets hang. It is 32 bit vm .. And when JVM hangs it dosent throw any OOM and CPU usage is also normal, but af