T-code to show the work done by a user on time basis

Dear Gurus,
I am looking for the T-code which will show me the customizing work done by a team member on time basis, say for example daily. How can I do this? Presently we are in realization phase of SAP implementation, so doing the customizing work.
Wishes,
Abhishek

Check it using t.code AUT10.
Are you using which implementation tool ?
http://wiki.sdn.sap.com/wiki/display/BPX/SAPSolutionManager
Edited by: Jeyakanthan A on Apr 15, 2010 10:46 AM

Similar Messages

  • Firefox freezes the computer for about 20-30 seconds (not even Alt+Tab works), the screen blinks black and then it shows the desired page. Does that several times at the beginning, then sort of stabilizes.

    Firefox freezes the computer for about 20-30 seconds (not even Alt+Tab works), the screen blinks black and then it shows the desired page. Does that several times at the beginning, then sort of stabilizes.
    This happens even if I simply hover the mouse over bookmarks, not even opening a page.
    And waiting for this to happen some times or closing and re-opening seems to make it work ok again.
    I've already disabled almost all add-ons (I'm using only one for Flash and NoScript right now), reinstalled Firefox (8.0.1), restoring only the bookmarks from an older version.

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • Code to derive the Work Week (ISO IW doesn't fit the requirement)

    I could use some assistance with my pl/sql code to derive the work week from the current date.
    If January 1st lands on Thursday, Friday, or Saturday, the work week for January 1st is '53'. If January 1st lands on Sunday, Monday, Tuesday, or Wednesday, the work week for January 1st is '1'.
    I think I have the logic down, but my pl/sql is admittedly weak.
    This is what I have thus far:
    create or replace procedure work_week_fn (work_week DATE) IS
    first_year_day INTEGER;
    my_work_week INTEGER;
    BEGIN
    SELECT '01-JAN-'||to_char(to_date(sysdate, 'DD-MON-RR'), 'YY') into first_year_day from dual;
    SELECT to_char(to_date(sysdate, 'DD-MON-RR'), 'WW') into my_work_week from dual;
    IF first_year_day IN ('SUNDAY','MONDAY','TUESDAY','WEDNESDAY') THEN
    dbms_output.put_line(my_work_week);
    ELSE dbms_output.put_line(my_work_week + 1);
    END IF;
    END;
    It's compiling, but I'm not getting the result I need. Any suggestions?

    Hi tk,
    I'm not able to reproduce.
    SQL> set serveroutput on
    SQL> with t as (
    select trunc(sysdate, 'Y') + level - 1 dte from dual
    connect by level <= 20
    select dte, to_char(dte, 'DAY') dte_day, to_char(dte, 'D') dte_d, to_char(dte, 'IW'),
           case
             when to_char(dte, 'IW') IN ('01','53') or
                 to_char(dte, 'IW MM') = '52 01' then
               case
                 when to_char(trunc(dte, 'Y'), 'D') > 4
                   or to_char(dte, 'IW MM') = '01 12'
                 then 53
                 else 1 end
             when to_char(trunc(dte, 'Y'), 'D') > 4 then
               to_char(dte, 'IW')-1
             else
               to_char(dte, 'IW')+0
           end work_week
    from t
    DTE      DTE_DAY D TO  WORK_WEEK
    09-01-01 TORSDAG 4 01          1
    09-01-02 FREDAG  5 01          1
    09-01-03 LØRDAG  6 01          1
    09-01-04 SØNDAG  7 01          1
    09-01-05 MANDAG  1 02          2
    09-01-06 TIRSDAG 2 02          2
    09-01-07 ONSDAG  3 02          2
    09-01-08 TORSDAG 4 02          2
    09-01-09 FREDAG  5 02          2
    09-01-10 LØRDAG  6 02          2
    09-01-11 SØNDAG  7 02          2
    09-01-12 MANDAG  1 03          3
    09-01-13 TIRSDAG 2 03          3
    09-01-14 ONSDAG  3 03          3
    09-01-15 TORSDAG 4 03          3
    09-01-16 FREDAG  5 03          3
    09-01-17 LØRDAG  6 03          3
    09-01-18 SØNDAG  7 03          3
    09-01-19 MANDAG  1 04          4
    09-01-20 TIRSDAG 2 04          4
    20 rows selected.Must depend on some NLS setting?
    SQL> set serveroutput on
    SQL> select * from nls_session_parameters
    PARAMETER                      VALUE                                  
    NLS_LANGUAGE                   DANISH                                 
    NLS_TERRITORY                  DENMARK                                
    NLS_CURRENCY                   kr                                     
    NLS_ISO_CURRENCY               DENMARK                                
    NLS_NUMERIC_CHARACTERS         ,.                                     
    NLS_CALENDAR                   GREGORIAN                              
    NLS_DATE_FORMAT                RR-MM-DD                               
    NLS_DATE_LANGUAGE              DANISH                                 
    NLS_SORT                       DANISH                                 
    NLS_TIME_FORMAT                HH24:MI:SSXFF                          
    NLS_TIMESTAMP_FORMAT           RR-MM-DD HH24:MI:SSXFF                 
    NLS_TIME_TZ_FORMAT             HH24:MI:SSXFF TZR                      
    NLS_TIMESTAMP_TZ_FORMAT        RR-MM-DD HH24:MI:SSXFF TZR             
    NLS_DUAL_CURRENCY              €                                      
    NLS_COMP                       BINARY                                 
    NLS_LENGTH_SEMANTICS           BYTE                                   
    NLS_NCHAR_CONV_EXCP            FALSE                                  
    17 rows selected.Regards
    Peter

  • When I download an excel spread sheet from a Ford web site I seem to be getting code and not the work sheet. Example- MIME-Version: 1.0 X-Document-Type: Workbook Content-Type: multipart/related; boundary="====Boundary===="

    I have a Macbook Air. I have MS office installed and work in Excel often with no issues. But When I download an excel spread sheet from a Ford web site I seem to be getting code and not the work sheet.
    Example-
    MIME-Version: 1.0
    X-Document-Type: Workbook
    Content-Type: multipart/related; boundary="====Boundary===="
    --====Boundary====
    Content-Location: file:///C:/HOLD.XHT
    Content-Transfer-Encoding: 8bit
    Content-Type: text/html; charset="utf-8"
    <html xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns="http://www.w3.org/TR/REC-html40">
    <HEAD>
    <meta name="Excel Workbook Frameset">
    <xml>
    <x:ExcelWorkbook>
      <x:ExcelWorksheets>
       <x:ExcelWorksheet>
        <x:Name>BTB</x:Name>
        <x:WorksheetSource HRef="./IBIT0001.xht"/>
       </x:ExcelWorksheet>
       <x:ExcelWorksheet>
        <x:Name>GSM</x:Name>
        <x:WorksheetSource HRef="./IBIT0002.xht"/>
       </x:ExcelWorksheet>
       <x:ExcelWorksheet>
        <x:Name>RODetail</x:Name>
        <x:WorksheetSource HRef="./IBIT0003.xht"/>
       </x:ExcelWorksheet>
      </x:ExcelWorksheets>
    </x:ExcelWorkbook>
    </xml>
    </HEAD>
    </HTML>
    --====Boundary====
    Content-Location: file:///C:/IBIT0001.xht
    Content-Transfer-Encoding: 8bit
    Content-Type: text/html; charset="utf-8"
    <html xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns="http://www.w3.org/TR/REC-html40">
    <HEAD>
    <meta http-equiv=Content-Type content="text/html; charset=utf-8">
    <style>
    <!--table
            {mso-displayed-decimal-separator:"\.";
            mso-displayed-thousand-separator:"\,";}
    @page
            {margin:1.0in .75in 1.0in .75in;
            mso-header-margin:.5in;
            mso-footer-margin:.5in;
            mso-page-orientation:landscape;}
    tr
            {mso-height-source:auto;}
    col
            {mso-width-source:auto;}
    br
            {mso-data-placement:same-cell;}
    .style21
            {color:blue;
            font-size:10.0pt;
            font-weight:400;
            font-style:normal;
            text-decoration:underline;
            text-underline-style:single;
            font-family:Arial;

    Try search/ask in the forum devoted entirely to Excel issues:
    http://answers.microsoft.com/en-us/mac/forum/macexcel

  • HT2729 after downloading a tv show the words don't match the lips any fix for that?

    After downloading a tv show the words don't match the lips, is there any fix for that? 

    Do you live in a country where you can redownload tv shows?
    Learn more about which content types are supported for iTunes in the Cloud by country, as well as where iTunes Match is available.

  • HT4993 When I send Outlook invites to my iPhone (via email) the appointments appear 3 hours earlier? The time setting appears to be EST which is accurate so I can't figure out why the appointments don't appear in real time.  Thanks for your help, Ellen

    When I send Outlook invites to my iPhone (via email) the appointments appear 3 hours earlier? The time setting appears to be EST which is accurate so I can't figure out why the appointments don't appear in real time.  Thanks for your help, Ellen

    1) The best way to relocate the iTunes library folder is to move the entire iTunes folder with all subfolders to the new path, then press and hold down shift as start iTunes and keep holding until prompted to choose a library, then browse to the relocated folder and open the file iTunes Library.itl inside it.
    If you've done something different then provide some more details about what is where and I should be able to help.
    2) Purchases on the device should automatically transfer to a Purchased on <DeviceName> playlist, but it my depend a bit on whether automatic iCloud downloads are enabled. If there is a cloudy link then the transfer might not happen. You can use File > Devices > Transfer Purchases. In iTunes you should also check out iTunes Store > Quick Links > Purchased > Music > Not on this computer.
    3) Backup the device, then immediately restore it. In some cases you need to add a restore as new device into that equation. Obbviously not to be attempted until you're sure all your media is in your library. See Recover your iTunes library from your iPod or iOS device should it be needed.
    4) I believe there is complimentary 1 incident 90-day support with hardware purchases, but no free software support for iTunes itself. AppleCare gets you a different level of support.
    tt2

  • Execute_query not showing the  -WORKING ...-  Message on Forms 10g

    Hello,
    There is a strange thing happening with our Forms that were migrated to 10g.
    1) Our keys were remapped to the ones used in the 6i Version. For example: CTL+L is F9
    2) When a user presses F7 and then F8, on Forms 6i, we have the sequence of message:
    Enter a query; press F8, CTRL+q to cancel
    then
    Working ...
    and finally we get the records.
    However on Forms 10g, we have when a user presses F7 and then F8 :
    Enter a query; press F8, CTRL+q to cancel
    and the message -WORKING...- is not shown and after a while we get the records.
    There are no message_level before the enter_query or execute_query and there is no :system.suppress_working in the form.
    What could be the problem ?

    1) Our keys were remapped to the ones used in the 6i Version. For example: CTL+L is F9 Key mapping is controlled by the file fmrweb.res in path <DevSuiteHome_1 path>/forms/
    Forms 10g is released with a unix style file where Ctrl+L is mapped to List of Values. There is an alternate file named fmrpcweb.res that maps F9 to List of Values. By renaming fmrweb.res to something else, and copying fmrpcweb.res to fmrweb.res, you will get the PC platform functionality.
    You can edit the Web Forms fmrweb.res file using a text editor to tailor the function keys any way you need.
    and the message -WORKING...- is not shown and after a while we get the records.Hmmm.... I tried that with a simple "default" test form, and indeed, the working... message does NOT appear, even when I set the Query Array size and Records Buffered properties to 1000 and queried a very large table. Why don't you open a Service Request with Oracle, and report back if you find a solution.

  • Web Template is not showing the changes done

    Dear Experts,
    I have done few changes in my web template like navigation pane has been added and the filter pane is removed from the template but still its showing the same filter pane, no error is being reported and for this i have closed the web application designer and again opened it but still no change what could be the issue.
    thanks and regards
    Neel

    Hi Neel,
    Is there any error message(s) while closing / re-opening the template?
    I am not sure about the configurations on your systems. In our environment, calling a template requires a connection to EP. While BI is having a communication problem with EP server, changes we made on template is not reflected.
    Hope this help!
    Heng Meng

  • I am receiving an "Unknown Error code (-3) for the song (Don't Fear) The Reaper when I try to convert to AAC format when I purchased it from itunes so if someone wants to help me out please feel free

    I am receiving this error code on a song I purchased a few days ago and all i want is to listen to the song and itunes has been giving me more problems than i would wish to talk about lately so if someone could help me fix it that would be great if not i hope itunes and apple decide to fix it because it is ******** that a song i purchased from THEM doesn't work on THEIR service.

    Q1-
    3. Will the data on my iPod be preserved?
    No. You will receive a replacement iPod that will not contain any of your data, songs, or after-market personalizations. Before you submit your iPod for service, it is your responsibility to keep a separate backup copy of the data stored on your iPod and reinstall that data.
    From:
    http://www.apple.com/support/ipod/service/faq/#warranty7
    Q2- Updating iTunes should not change/delete your library.  However, thisngs sometimes happen.  You should have the computer files backed up
    Q3- When you update an iOS, the first step is making a backup of the iPod.  However, the backup does not include the apps themselves or music since those are always synced to the iPod from your iTunes library.  You need to use a third-party program to copy the non-iTunes purchased music to your computer.  That is the way it is.

  • How do I get the work done in Pages onto my new iPad 2?

    I've restored the new iPad 2 from the old "1". All my photos, notes etc are there but when I open Pages on the ipad2, initially it shows all my old docs (with no thumbnail) but they instantly disappear and I'm left with only the "getting started" doc. Any help would be greatly appreciated. Dani

    See link below.
    https://discussions.apple.com/message/17294916#17294916
    Stedman

  • Why does my HP6310 not show the "Work Online" option anymore. It only displays work offline.

    I have an HP6310 that is wired to a wireless router and now I cannot print.  It says the printer is offline and I cannot change it back to online......I do not have that option.  Can anyone help!!!  THANKS!

    Print a Wireless Network Test from the front of the printer (Network menu).  Is it connected to your router with a valid IP address (not 0.0.0.0 or 169.254.x.x)?
    What operating system?
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • What is the work done by the authentication application residing in the iPlanet Portal Server?

    Pls explain about the authentication application

    I would recommend you to take a look at the administration guide for portal. It will give you a basic idea about authentication and the different authentication modules shipped with portal.
    http://docs.iplanet.com/docs/manuals/portal/30/ag/authctn.htm#741907
    You might also wanna take a look at the programmers reference guide that explains about the authentication api's available.

  • How do i retrieve work done on guest user which has been saved then lost when lap top has been shut down

    How do i retrieve documents a friend wrote on guest user on my laptop, it was saved then shut down.it has now gone, Please help?

    Hey lulucountry22,
    Thanks for the question. Based on what you stated, it seems like you want to find a document on a guest user. I would recommend that you read this article, it may be able to help you isolate or resolve the issue.
    OS X Mavericks: About users, administrators, groups, and guests
    Files created by a guest are stored in a temporary folder, but this folder and its contents are deleted when the guest logs out.
    Thanks for using Apple Support Communities.
    Cheers,
    Mario

  • Unable to download application. It stop at the half way then show the message retry or done.

    It keep show the mssg cant download right in this time thn gt two option retry or done. Usually retry won't fix it.if press done the app stay in grey . Unable to play.

    How did you manage to update to 5.0.1?  The current iOS is 6.1.3, and there is no supported method to update to a lower version.
    Jailbroken iPhones are not supported here.

  • Html-code for showing cover of current issue?

    Has anyone an example of a simple html-code for showing the latest issue?
    All I need is the adress to the image-file.

    There was a problem like that in the WYSIWYG before 7.0.2 as
    described in Using RH7 on my site. However, that was local and the
    patch fixed it.
    I had a completely different problem a while back but wonder
    if the solution might work. Speak to your web guys and suggest
    this.
    Add the AddDefaultCharset utf-8 directive to either the
    Apache config or the site .htaccess file
    It's a long shot. I don't know what other effects it might
    have on your server but the web guys should.

Maybe you are looking for

  • Adobe Bridge

    I have newly adobe indesign CS2 in my computer installed. I have Photoshop CS4. As a result iI have adobe bridge twice! i wouldlike to get rid at least of one of them.

  • Multi-Room DVR Working Perfectly?

    I wanted to start a new thread here to try and narrow down the reason for the "Unable To Locate Hub" nag that I and many others are getting frome the MR DVR when watching a program. The Unable to Locate Hub nag happens only to people who are streamin

  • User file in trash

    I was recently doing some house cleaning and getting rid of user accounts that have spotty activity. In the process I trashed one of my user accounts that had all my photos and lotsa stuff I STILL NEED. The account folders are still in the trash. How

  • PR not Appearing in "Assign & Process"

    Hi All, I am using PR document type RV "Outline Agmt. Req." as a request to create a contract. When running ME57 "Assign & Process PR" these PRs are not picked up. Are there any reasons why any PRs would not be picked up by ME57. Thanks, Hisham

  • WAAS Authentication using TACACS+

    Hi, I am trying to use TACACS as the primary method of authentication. The thing is that I configured in WAAS the values required (security word, primary server and secondary server). Also, in Authentication Method I chose TACACS as primary and local