Time evaluation logging and history (RPTIME00)

Folks,
<b>Does anyone know any way that I can display a history of time evaluation executions?</b>
I understand that it would be possible to find this sort of information on internal table VERSION. However this does not give me a history but only info on the last run.
Another option would be through STAT and request info on RPTIME00. However, this does not work in my case either since we only keep 7 days of log.
Again, do you have any ideias of a history log for RPTIME00???
Thank you in advanced!
Eric

Hi Eric,
you could use enhancement (transaction SMOD) S38MREP1.There you write every start of RPTIME00 in an own table with for example
reportname, sy-userid,sa-datum,sy-uzeit etc.
Documentaion of exit:
Function exits are reserved for customer developments that perform      
additional checks or similar functions prior to the online start of an  
ABAP report. They are called every time an ABAP report is started,      
independent of how the report is started (reporting tree, SA38, SUBMIT  
REPORT (...)).                                                                               
Immediately after a function exit is called, standard tests are         
performed (authorization, start using variant only, and so on (...)).                                                                               
Parameters:                                                                               
Importing parameter:                                                                               
PROGNAME (TRDIR-NAME)  Name of the ABAP report                                                                               
SECU     (TRDIR_SECU)  Authorization group (  >  Program attributes)                                                                               
SSET     (TRDIR-SSET)  = X: Your report may only be started using a     
variant (  > Program attributes)                                                                               
VARIANT  Name of the variant, if the report has been started using a    
variant; SPACE, if the report has been started without the use of a
variant.                                                                               
Exceptions:                                                                               
CUSTOMER_EXCEPTION exceptions that a customer has developed can be     
triggered here, Caution: This exception is displayed with an A message 
(transaction terminated) in the calling program.
Hope that helps.
Regards
Bernd

Similar Messages

  • Need help in Time Evaluation  schema and rules

    Hi Gurus,
      1)Can anyone help me with Time Evaluation schemas and rules with some example?
      2)Where can I find good documentation on Time Schemas and rules?
      3)what are the practical Interview questions I can expect on Time management?
    I would really appreciate If you could guide me on this..
    Thanks
    Avy

    https://forums.sdn.sap.com/click.jspa?searchID=15025266&messageID=5372783
    https://forums.sdn.sap.com/click.jspa?searchID=15025266&messageID=5903057

  • Time evaluation log after background processing

    Hi
    I have problem to find a way to read the log when running time evaluation as background job. Does anyone know how to do this?
    KR Sven

    Even though you can turn log mod on when running time eval in background, and view the log in SM37, I don't think you want to do this as it will take a lot of system resource, and your spool file will be humengous (if if ever finishes).
    You may want to run time eval in background with log mod off, and still can view any messages generated from the run using SAP transaction PT_ERR00 instead.
    Rgds.

  • FCP 7 Crashes Every Time On Log And Capture

    Hi,
    I have a Sony TRV950E connected to my new i5 iMac (10.6.4) via Firewire. I've selected Firewire PAL profile. Every time I hit 'Log and capture' FCP 7.0.3 crashes (I've included edited crash log highlights below). If I had any hair I'd have pulled it out long ago over this!
    Here's what I've tried so far:
    Trashed FCP Prefs
    Reinstalled FCP (using FCP remover tool) and patched up to latest version (7.0.3)
    Reinstalled Quicktime X from system disc
    Ran Disk Utility Repair Permissions several times
    Reset PRAM
    System profiler lists camera correctly under firewire settings
    Tried Firewire PAL Basic profile in FCP
    New firewire cable
    Noticed Quicktime 7 wasn't installed, so installed from Snow Leopard system disc.
    Captures perfectly in iMovie using DV VCR (which proves camera/firewire/cable are working).
    As I understand it, quicktime handles the capturing in FCP and I assumed reinstalling Quicktime X would fix it - no dice.
    If anybody could shed any light on what else I can try I'd be eternally grateful.
    Thanks.
    Partial Crash Log
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000027
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: release
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x998f5ed7 objc_msgSend + 23
    1 ...dio.SoundManager.Components 0x0fd02215 HALInputComponentDispatch + 341
    2 ...ple.CoreServices.CarbonCore 0x9886bd19 CallComponentDispatch + 29
    3 ...ple.CoreServices.CarbonCore 0x9886c0a2 CallComponentClose + 43
    4 ...ple.CoreServices.CarbonCore 0x9886bfcb CloseComponentInternal(ComponentInstanceRecord*) + 101
    5 ...ple.CoreServices.CarbonCore 0x9886bf4c CloseComponent + 46
    6 com.apple.audio.SoundManager 0x92fbe7a6 SPBCloseDevice + 53
    7 ...ickTimeComponents.component 0x925f1b30 _SGSoundClose + 237
    8 ...ple.CoreServices.CarbonCore 0x988735a4 CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    9 ...ickTimeComponents.component 0x925f0cba _SGSoundComponentDispatch + 129

    I removed the USB soundcard and it's fixed! All capturing perfectly. Thanks very much Jon.
    I have a supplementary question if I may. Ideally when I'm editing I'd like to run the sound through my Mackie MR5's connected via my Numark USB soundcard (the setup I use the rest of the time on this Mac) rather than use the internal iMac speaker.
    If I choose 'Numark USB Audio Device' or 'Default' under 'View-Audio Playbak' I only get audio on the viewer window not the canvas? If I change audio output to 'Built In' all audio plays fine on both viewer/canvas. I've tried rendering everything to no avail.
    Just seems odd the audio works in the viewer with the soundcard but not the canvas?

  • SIT Real-time data logging and passing data

    Hello all,
    I am pretty new to LabView real-time, so I just want to confirm a few things. I am also using the Simulation Interface Toolkit.
    Let's take the Sinewave.vi from the SIT examples. I have modified it to use sinewave.dll, and run on PXI-8101. If my understanding is correct, when I click "Play", the entire Sinewave.vi is deloyed into PXI-8101, and therefore the entire VI is running at the same pace. The front panel I see on my desktop is slower snapshots of what is actually happening?
    1) Let's pretend now that the sinewave model is time critical and must run every 10ms. How do I do that? I have noticed that within the "SIT_Indicator_Indices" loop, there is a Wait 50ms block. Is that accurate?
    2) I have also added a time elapsed block that will change the Frequency and Amplitude inputs as a function of time. I made them update every 2ms. What clock are we running on? If my sinewave.mdl suddenly calculate integration (time dependent), can I use that elapsed time block as my timer to pass into the model?
    3) How fast is the sinewave.vi running anyways?
    4) Let's say I want a log of the sinewave output (a data point every 10ms). I don't need the log in real-time, I just want to do some analysis on it later. How do I do it?
    Thanks.
    Attachments:
    Sine Wave.vi ‏104 KB

    Hi Bladhart,
    When running the in the Development Environment (pressing the run button on the Real-Time vi) there will be an extra thread to handle the front panel you see. This thread will be handled just like any other thread in Real-Time and will take processor time, thus slowing down your entire application to a certain extent.  
    1. You would need to make sure everthing inside the loop can execute within 10ms and change the wait time to 10ms. Or you can use a timed loop set to run every 10ms and get rid of the wait time but again you would need to ensure everything in the loop can execute in under 10ms.
    2. The elapsed time should be running off the Real-Time system clock. 
    3. The time that the Sinewave.vi is running is system dependent, there is no set speed.
    4. You can log the data by saving to a *.tdms file. You can then use the data from the *.tdms file to do processing later. 
    <Brian A | Applications Engineering | National Instruments> 

  • Time Capsule Logging and Details

    Hi,
    Im new to Discussion and this my first post.
    I would like to know if is possible to logging actions details of the Time Capsule and to know what he is being copied as backup. it is possible?
    Thank's

    I've been using this app. It shows details about what files were backed up and when.
    http://www.charlessoft.com/TimeTracker.zip

  • Forgot password on collegeboard and trying to reset it, it put me into a redirect loop multiple times. clearing cookies and history doesnt work...

    i was trying to check my apscores. the details i fit into the question

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. 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 Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in 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.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Error in time evaluation

    Dear All,
    time evaluation is throwing an error msg "No entry in table T001P for key" for only one employee in the time evaluation display log.
    Its happening in the initialization part in time evaluation. for example,
    If i run the time evaluation for the month of 01.01.2009 to 24.02.2009. error message throwing on the initialization of 01.02.2009.
    I have checked all the groupings in table V_001P_all.  All are correct.
    Where should i do the correction. Pls
    Br.
    Manjula

    Hi Sikindar,
    I have checked all grouping in V_T001P_All  every think is correct,
    And how can i check with grouping with dates??
    This employee getting error message only in the initilation part in time evaluation log.
    example if i run the time evaluation from 01.01.2009 to 01.03.2009 . time evaluation running only from 01.01.2009 to 31.01.2009 . its not moving to next month.
    if i run time evaluation from 01.02.2009 to 01.03.2009 then its running only 01.02.2009 to 28.02.2009 its not moving to next month.
    In the initialization in the next month im getting error message (no entry in table T001P for key)
    Thnaks.
    Manju

  • Issue with DZL table in time evaluation

    Hi Gurus,
    Overtime is calculated as an attendance in my scenario and for 2 employees OT is showing double entries in DZL table but in TIP and master data its only 1 entry for  that period.
    Can any boby help me to solve this issue ?
    Regards,
    Evani

    Hi Remi,
    I have checked in Time evaluation log i dint fine any clue as log shows no processing information once data is transferred from TIP to DZL?can you please let me know is there any way other than this ?
    Regards,
    Evani

  • Time Evaluation : Operation/Function to update quota entitlement

    Hi,
    within time evaluation quato entitlements are determined.
    Due to changes legislation, under particluar circumstancens the entitlement of the quota need to be updated.
    I've build all 'circumstances' in a time evaluation rule and now all what needs to be done, is to perform a deduction an a specific quuta type. The number of hours to be deducted is already stored in a time wage type (as part of the new calculation rules).
    Which operation or function can be used to update the quota entitlement with the number of hours stored in the time wage type.
    Thanks,
    Wilfred.

    Hi,
    if was looking at this operation but couldn't manage to get things working as I would like.
    Is there a link available with more detailed information on this operation besides the information available in SAP (PDSY)?
    Thanks,
    Wilfred.

  • Log and Transfer AVCHD footage

    Hello,
    got a bizarre situation here with trying to log and transfer AVCHD footage: It's worked perfectly fine before, the volume automatically showing up in the Log and Transfer window. I shot additional footage on the same card (without erasing the older footage) and now nothing shows up in the Log and Transfer window. File structure on the card is intact, FCP seetings (ProRes LT) are the same and I can see the footage is there on the camera. Whatever I try, I can't get FCP to 'see' the card's content, not even the older footage which it transferred alright before.
    I'm running FCP 6.0.6 and the only difference I can think of to the previous time when log and transfer worked is that I may have updated FCP (not sure what my previus version was, but it was only an incremental update).
    I'm totally at aloss with this one – anyone out there with a clue what might be causing this?
    Thanks in advance!
    Des

    Try using the add volume button and pointing to the card, which I assume is mounted on the desktop. If you select the volume do the clips load?

  • What is Time evaluation functions.(HR Time management)

    Hi Experts
    What is Time evaluation functions.and what purpose can v use the functions.
    Thanks,
    HCM

    Functions will help to process the schema in the time evaluation
    say in pay roll we use PIT PRT and PTIP like that in time managemnt we have actio etc
    so certain functions performs some task
    say if u want to process a rule in pay roll RT we shd use PIT but not any other function
    for more info on functions and operations check PE04  Tcode and check functions related to Pay roll and time
    and documentation read thru the tcode PDSY

  • HDV log and transfer

    Working in FCP 7.0.3 with an AJA IO/HD (which I hope is not an issue here).
    Easy Set-Up: HDV 1080i. Timeline is standard HDV 1080i – 1440 X 1080 frame size and pixel aspect ratio. HDV 1920 X 1080i compressor.
    I am using a card and a reader to import footage via Log and Transfer.
    The footage is being converted to ProRes but I'd like to keep it in HDV (client request). How do I change the import settings to keep the media in HDV?
    Many thanks in advance.
    OS 10.6.7
    Quicktime Pro 7.6.6

    The camera, not sure of the model, also captures to SD cards and I've successfully transferred from the cards to FCP many times using Log and Transfer. For my own purposes, the files have been transcoded to ProRes, this by default. The client is interested in HDV, however, I'm looking for a way to import the files as HDV.
    Thanks for helping to clarify, Christina.

  • Log and Transfer Very slow

    I am just curious if it always takes a VERY long time to log and transfer clips? I moved the files off of my SDHC cards and onto my hard drive. It's about 55GB of 1920x1080/60i footage. From a Sony HXR-NX5U/NX5N. And on average it will take a 5 minute clip about a half-hour to 45 minutes to transfer into FCP. Is this a normal thing?

    Not normally, no. But the NXCam cameras employ yet ANOTHER flavor...non-standard flavor...of AVCHD. This makes importing slow and difficult. I had good luck with clips 5 min or less, but longer...and it would take from 2-5 hours!
    The solution is to use a third party application...ClipWrap2. www.clipwrap.com
    The good thing about that solution is that ClipWrap will import the timecode from the camera...because it does have timecode that it records. But FCP...AVID...they can't find it (Sony likes to hide things apparently). But ClipWrap found it.
    Shane

  • Latest Time Evaluation Date & Timestamp

    Hi All,
    I have a requirement where I need to get latest Time Evaluation Date and Timestamp. Are there any FMs / tables to get the same?
    Regards,
    Omkar
    Moderator message: very vague, please search for available information/documentation before asking.
    [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]
    locked by: Thomas Zloch on Oct 1, 2010 1:49 PM

    Hi Venkat,
    Hi,
    Thank you so much for your reply.
    In my case my sub schema is using PTIP. It is like this
    PTIP   ZHO2 GEN
           D OUTTPVTYPE
          COLOP*
      X   D HRS=YSAO HRS?30
      X*     COLOP*
      X<
    It is telling to move data from TIP to TOP if it is greater than 30 days or else do nothing (dump).
    I am assuming from your reply to edit the rule as
    PTIP   ZHO2 GEN
            D OUTTPVTYPE
          COLOP*
      X    D HRS=YSAO HRS?30
      XX  D HRS=YSAO ADDZL XXXX
      X*     COLOP*
      X<
    What would XXXX mean in ADDZL XXXX.
    and HRS=PNUM GENTPB X what would X mean.
    I am sorry could you elaborate this with an example and give me little explanation.
    appreciate your help.
    Points rewarded for your help.
    Thank you,
    Mamatha

Maybe you are looking for

  • How to update value in internal table from cdpos taking fname n value_new?

    hello everyone,           i want to insert  value in internal table from cdpos table taking field name  from fname and value from value_new.but the problem is i am not getting how to map the corresponding field of internal table with fname value  whi

  • Apple pro speakers specs?

    can anyone tell me the specifications of the apple pro speakers (the clear round things)? im having to upgrade from them and wanted to get something with at least the same output as these great little speakers so would love to know the specs to match

  • About Fault messages?

    Hi experts, i have a senario where i have to create fault message,What is the use off fault message........To create the fault message sholud i create complete source structrue in data type of fault messsage.....can any one please send doc's and info

  • Where can I buy a USB-Phone cable? C6-01

    Lost my USB to Laptop cable and need to upload music quickly, where will I be able to buy one? Is Online the only option, need it quickly!

  • How to create an own subject by sending an pdf report via outlook

    Hi all! Is it possible to create an own subject row with mircosoft outlook? Actually is "Report send from Report Builder". However I want to pass more interesting information like an ID to the subject row. How can I do this???? Many Regards, Oliver