Infotype 0050 - Display Time Recording Info.

Hello experts,
I need to know if I unblock the "Time rec.ID no.". In order to chage the number if it's wrong.
If I change the number ID, the history data (Time recording info) could be change? How could I change the number ID without changing the history data?
Thanks in advanced!
Edited by: carolina godoy on Dec 9, 2009 6:55 PM

In your case, what you should not do is to go PA30 and click on the 'Change' button. If you did this, you are changing the Time Recording ID for the whole duration of the record validity.
What you should do is to go PA30 on the infotype 50, click on 'Overview' button, select which record you want to maintained and click on 'Copy' button. In the detail screen, specify new effective date of the record. This way, you are not changing the Time Recording Info of the historical record.
Alternatively, you can go PA30 on the infotype 50, and right away click on 'Copy' button. This way, the system will pick up the most recent record and you can specify new effective date.
In short, using copy, you will retain historical record. Whereas using Change, no historical record is kept.

Similar Messages

  • Custom Infotype not displaying locked records in the list screen (3000)

    I have a custom infotype (9xxx) that will not display the locked records (locked indicator (sprps) is set to X) in the list screen (3000) in PA20 and PA30.
    Any ideas on what may be causing the records to not display in the list screen?
    Thanks,
    Ted

    Hi,
    for creating both employee and appliciant infotype you must check 'Both'  in PM01  IT tab.
    Regards.

  • Display one record at a time

    i am trying to display one record from my database on my jsp page per time using next and previous buttons to navigate. I have tried to implement this by putting the resultset in a vector and then tried to tried to dispaly data with no success.Please somebody help ,i been at this for two days with no success.Could someone give a concreate example to guide me

    Please post all code, i dont know how to put my resultset in a vector or arraylist.
    I need a First Previous next and Last link in asp it is called recordset paging or recordset navigation.
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <%@ include file="Connections/connEvents.jsp" %>
    <%
    int index = 0; //or wherever you wish to start
    if((String s = request.getParameter("index")) != null)
    index = Integer.parseInt(s);
    %>
    <%
    Driver DriverrsEvents = (Driver)Class.forName(connEvents_DRIVER).newInstance();
    Connection ConnrsEvents = DriverManager.getConnection(connEvents_STRING,connEvents_USERNAME,connEvents_PASSWORD);
    //PreparedStatement StatementrsEvents = ConnrsEvents.prepareStatement("SELECT * FROM hog_evenementen", ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE);
    //StatementrsEvents.setFetchSize(10);
    //ResultSet rsEvents = StatementrsEvents.executeQuery();
    PreparedStatement StatementrsEvents = ConnrsEvents.prepareStatement("SELECT * FROM hog_evenementen");
    ResultSet rsEvents = StatementrsEvents.executeQuery();
    %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>HD - Evenementen-beheer</title>
    <style type="text/css">
    <!--
    body {
         background-color: #333333;
    -->
    </style></head>
    <script>
    function post(actValue)
    document.MyForm.action.value = actValue ;
    document.MyForm.submit() ;
    </script>
    <body>
    <table width="60%" border="0" align="center" cellpadding="0" cellspacing="0" class="">
    <tr>
    <td><table width="100%" class="" border="0" cellpadding="6" cellspacing="0">
    <tr>
    <td width="175" align="center" valign="bottom" bgcolor="#FF6600" class="">Evenementen-beheer</td>
    <td bgcolor="#333333" class=""><span class=""><span class="formField">
    </span></span></td>
    </tr>
    </table></td>
    </tr>
    <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="6">
    <tr bgcolor="#61ABD0" class="verdana10zwart">
    <td width="4"> </td>
    <td width="512" height="29"> <span class="">Evenementenoverzicht</span></td>
    </tr>
    <tr bgcolor="#61ABD0" class="">
    <td> </td>
    <td><table width="100%" border="0" align="center" cellpadding="6" cellspacing="0">
    <tr class="">
    <td width="252" class="smallText">record 1 van 1 etc moet hier komen <br></td>
    <td width="231" align="left" class="smallText"><table width="50%" border="0" align="center">
    <tr>
    <td width="23%" align="center"> Firs </td>
    <td width="23%" align="center"> <a href="index.jsp?index=<%= (index-10)%>">Previous</a></td>
    <td width="23%" align="center"><a href="index.jsp?index=<%= (index+10)%>">Next</a></td>
    <td width="23%" align="center">Last</td>
    </tr>
    </table>
    <br>
    </td>
    </tr>
    <tr bgcolor="#CCCCCC">
    <td>Thema</td>
    <td>Datum</td>
    </tr>
                   <%
                   int rowCount = 0;
                   while(rsEvents.next() && rowCount < 10) {
              rowCount++;
                   %>
    <tr>
    <td><a href="event_crud.jsp?ID=<%= rsEvents.getObject(ID")%">"><%= rsEvents.getObject("thema")%></a></td>
    <td width="231"><%= rsEvents.getObject("datum")%></td>
    </tr>
                   <% } %>
    </table></td>
    </tr>
    </table></td>
    </tr>
    <tr>
    <td bgcolor="#CCCCCC"><form action="event_frm_process.jsp" METHOD="POST" name="MyForm" id="MyForm">
    <table width="100%" border="0" cellpadding="6" cellspacing="0" class="verdana10zwart">
    <tr bgcolor="#CCCCCC">
    <td width="9"> </td>
    <td colspan="2"><span class="kop1"><br>
    Evenement toevoegen </span><span class="formField"><br>
    </span><br>
    <span class="formField"> </span></td>
    </tr>
    <tr bgcolor="#CCCCCC">
    <td width="9"> </td>
    <td width="107" class="downBorder">Thema:</td>
    <td width="383" class="downBorder"><input name="thema" type="text" id="thema"></td>
    </tr>
    <tr bgcolor="#CCCCCC">
    <td width="9"> </td>
    <td class="downBorder">Omschrijving:</td>
    <td class="downBorder"><textarea name="omschrijving" cols="40" rows="10" id="omschrijving"></textarea>
                   </td>
    </tr>
    <tr bgcolor="#CCCCCC">
    <td width="9"> </td>
    <td class="downBorder">Datum:</td>
    <td class="downBorder"><input name="datum" type="text" id="datum"></td>
    </tr>
    <tr bgcolor="#CCCCCC">
    <td width="9"> </td>
    <td class="downBorder">Tijd:</td>
    <td class="downBorder"><input name="tijd" type="text" id="tijd"></td>
    </tr>
    <tr bgcolor="#CCCCCC">
    <td width="9"> </td>
    <td class="downBorder">Lokatie:</td>
    <td class="downBorder"><input name="lokatie" type="text" id="lokatie"></td>
    </tr>
    <tr bgcolor="#CCCCCC">
    <td width="9"> </td>
    <td class="downBorder">Plaatje:</td>
    <td class="downBorder"><input name="plaatje" type="text" id="plaatje"></td>
    </tr>
    <tr bgcolor="#CCCCCC">
    <td width="9"> </td>
    <td class="downBorder"> </td>
    <td class="downBorder"><input name="insert" type="button" id="insert" onClick="post('insert');return false;" value="Evenement toevoegen"></td>
    </tr>
    <tr bgcolor="#CCCCCC">
    <td width="9"> </td>
    <td>
                   <input name="action" type="hidden" class="" id="action" value="">
    <% while(rsEvents.next()){ %>
                   <input name="ID" type="hidden" class="" id="ID" value="<%=rsEvents.getString("ID")%>">
                   <%
                   %>
                   </td>
    <td> </td>
    </tr>
    </table>
    </form></td>
    </tr>
    </table>
    </body>
    </html>
    <%
    rsEvents.close();
    StatementrsEvents.close();
    ConnrsEvents.close();
    %></a>

  • How can Maximum Display Time in Chart Recorder be increased to hours/days?

    Error message displayed when Recorder Display Time (X-Axis) is increased beyond ~0.25 hours, saying maximum display time has been reached.  MUST be able to display time in range of days - although since data display rate (not Dasylab sampling rate, display rate separately controlled through pulse generator) is very slow (i.e. 1 sample/5 minutes, 0.0033Hz) total data quantity is not large.
    Please help..there must be a way around this!! Thanks

    The maximum display time in the Chart Recorder is based on a computation of how much memory is available to be allocated. The computation includes the block size, sample rate, as well as the amount of memory on the computer.
    To display more time, you must reduce the amount of data to reduce the effective sampling rate being charted. You can use the Average Module or the Separate module to accomplish this.
    There are some conditions where the actual sampling rate and the channel sampling rate are not the same - triggered data is an example of this, and data from the RS232 Input and ICOMS Input may be labeled in a way that leads the Chart Recorder to believe that the data channel has more data than it does.
    Please provide more information about your application - what is the data source of the data that you are displaying, what is the sampling rate and block size? How much memory does your computer have?
    --cj
    - cj
    Measurement Computing (MCC) has free technical support. Visit www.mccdaq.com and click on the "Support" tab for all support options, including DASYLab.

  • Channel Info Banner Display Time

    How or where can I set the display time for the channel info banner time?  My info banner remains on the screen for about 10 seconds unless I press the exit button. 

    There is an option under settings => television =>channel bar timeout (sequence is after pressing the MENU button on your remote).
    You can set the duration to 2, 4, 8, 10 or 15 seconds.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • Info banner display time reduced?

    Is it me, or did the display time of the info bar get significantly reduced? It used to be around five seconds, but now it seems to be more like 2 seconds.
    Dunno when the change happened. I only noticed it just now.

    Actually it was reduced to around 1 second for when coming out of "trick play" (pause, ff, rew, etc. on DVR) but AFAIK is unchanged for other times that the IMG invokes it.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • Response time low to display 2700 records

    In my program , i have tried to display 2700 records from Database using JSP.
    But the response time is very slow. How do i overcome this problem.
    My architecture is
    JSP - EJB - HelperClass - DB.

    Find out where the performance bottleneck is
    1) Database -> use PreparedStatements,
    reuse an open database connection
    2) JSP -> Check your string handling, use StringBuffer() for appending
    lots of strings together
    3) Network response -> Maybe try defining a static IP address for your
    server
    regards,
    Owen

  • Displaying one record at a time

    Is any body able to help me? I need to display one record at a time from a Select statement.
    Could I copy the results of the Select query from a table into an array for later display or is there a better alternative.
    Please, any part knowledge with regard to the above would be usefull.
    Regards
    Eddie

    What application do you want to use to display the data?
    You can use "rownum" in your SQL statement to ensure that you only get record N of a query. Asktom has a good article on this sort of windowing
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:127412348064
    More commonly, however, you'll write a SQL query that returns all the rows, fetch a small number, display those to the user, and then fetch more records.
    Justin

  • Display specified record in run time

    I am using report wizard in report builder to develop a report and display it through the web browser.
    The Query that I entered is :
    Select * from empMaster
    Question: If I want to display some specified record in RUNTIME(like, Select * from empMaster where Name='Peter'), what should I need to do? I am using web report tester to generate the web report. Do I need to add something in HTML in order to display specified record.
    I have tried to use xml file which customize the report to control the output.
    xml show as following:
    <report name="testrpt" author="Generated" DTDVersion="2.0">
    <data>
    <dataSource name="testrpt">
    <select>
    Select * from empMaster where empMaster.email='Peter'
    </select>
    </dataSource>
    </data>
    </report>
    I have checked the trace file. it contain no error but it still display all the record in the table.
    null

    hello,
    the easiest way is to
    1) create a parameter e.g. called my_where
    2) rephrase the query to
    select * from empMaster &my_where
    if you then run the report you can pass the where-clause to your report as a parameter. you can also enforce the parameter-form by passing the additional parameter PARAMFORM=HTML
    regards,
    the oracle reports team

  • Configuration Time Recording subsystem to Person time event

    Hi All,
    I need to configuration for Time Recorded data which is exported in an excel sheet now i need to update it in the system...and possibly made a system by that the end user can do it occationally after som trainnig...
    Thanks in advance...
    Amol

    Hi Amol,
    The Time Events that are recorded from an External System will be downloaded into an Excel and this falt file has to be in the correct format so that the Standard program can upload the values in IT2011.
    Use this standard program to upload the Excel from a the desktop or on the application server.
    RPTEUP10 (Upload time events).Sit with ur ABAP'r who will give u the flat file format.
    Structure of field string EXTREC:
    PERNR(8)  Personnel number
    ZAUSW(8)  ID number (infotype 0050)
    LDATE(8)  Date of clock-in/out
    LTIME(6)  Time of clock-in/out
    ERDAT(8)  Date of entry
    ERTIM(6)  Time of entry
    SATZA(3)  Time event type
    TERID(4)  Terminal ID
    ABWGR(4)  Att./absence reason
    Please let me know if u require any further info.
    Thanks and Regards
    Swati

  • Display a record IF

    Hello all!
    I am trying to display one record at a time from my query of
    multiple tables if the username/password entries match the entries
    in the DB but am unsuccessful. The sequence starts from a list of
    names, where names is hyperlink to the page where the result of the
    query is displayed, but before getting to the results page, the
    user has to login.
    My question is how can I tell the hyperlink to go to this
    specific record (ie. contactID = 34 or whatever the user's ID is)
    only after entering a valid username/password. I tried
    1. from the login.cfm page: if successful, go to
    mypage.cfm?#contactID# (OR mypage.cfm?contactID)
    2. mypage.cfm?#contactID# and mypage.cfm?contactID as the
    link and both don't display the specific record. Any suggestions on
    what I am missing?
    TIA,
    Karla

    Hello All,
    Here is a more detailed explanation. Sorry it took too long.
    Anyway,
    not sure if I need cfparam because I only want to display one
    record at a time and not the entire query:
    <cfparam name="MaxRows" default="1"> <cfparam name
    ="StartRow" default="1">
    I actually have about 7 tables that I need to get information
    from, displaying several columns from each of them. Is INNER JOIN a
    good choice to use to display all of the info I need (all tables
    except the contact list contain dates)? Anyway, here's the code
    I've started:
    <cfquery name="qryIndividual" datasource="dshmat">
    SELECT ContactList.ContactID, ContactList.FirstName,
    ContactList.LastName, BIO.InitialRef2006, BIO.Bsfty2005,
    HWG.hwg2006, HWG.hwg2005
    FROM (ContactList INNER JOIN BIO on
    ContactList.ContactID=BIO.BioID) INNER JOIN HWG on
    ContactList.ContactID=HWG.hwgID
    ORDER BY ContactList.LastName
    </cfquery>
    This is the output that I am trying to display. But I'm stuck
    as to how to tell the DB to display a specific record if username
    and password are valid entries. If username is jdoe, then display
    jane doe's record only.
    FirstName LastName | InitialRef2006 | Bsfty2005 | hwg2006 |
    hwg2005
    jane doe 4/1/2006 6/5/2005 2/5/2006 8/6/2005
    I have login page, and this is where I want to initiate the
    query to display the right record of that individual.
    Any suggestions on where to start?
    TIA,
    Karla

  • RPUAUD00 Reports is not displaying previous records details just new records

    Hi Guru,
    Need some input, I am trying to get infotype log. I maintain V_T585A/B/C for Infotype 2.
    Can you check screen shot of the same and confirm why its not displaying old records .
    Regards,
    Vijay Agarwal

    did you select long term documents? - Long-term documents are used for revision purposes, in other words to find out who changed, deleted or created what and when. check changes of note no. 44206 means, table PCL4 can get pretty large and as a follow up the report RPUAUD00 might take a long time to evaluate the logged changes in the infotype data. Please note that when an archive is selected, then the found archive is read until the record is found. This can take a lot of time (taken into account the access to the file itself), especially with large files. That is currently standard design behavior. But you can run regulary report RPUAUDDL to delete old entries in PCL4. PCL4 contains change documents for Master Data and applicant admin. In PCL4 there are four clusters: LA, LB, SA, and SB.  It contains the data created by using the 'write infotype document' function.  LX are long-term documents, SX are short-time documents. 'A' stands for employee, 'B' for applicant.  The 'write infotype document' function is maintained in tables T585A, T585B, and T585C.

  • How can I display all records as a end user?

    I am applying for jobs with the state and every week they publish a list of new positions that have just been posted on the following link: https://forms.spb.ca.gov/bulletins/weekly.cfm
    and also at http://jobs.spb.ca.gov/wvpos/search_p_ejv.cfm?classcode=5393&criteria=associate%20governme ntal
    It is a .cfm but only displays 15 records at a time, I was wondering if there is a tag or way to have it display all 300 something records at once?  My ultimate goal is to get just the full table into a excel spreadsheet while retaining the HTML formatting so the links still work.
    My thought is that the state has set it up this way to only display a set number of records at a time, the data is not private or protected, I am simply seeking a easier way to access it in aggregate.
    Thank you in advance for your suggestions and help!

    I think your best hope is to ask the author of the CFM whether they provide any web service that can get you that data when you call it.  like.
    https://forms.spb.ca.gov/webservice.cfc?method=getJobsPostings&key={key_goes_here}
    There's a chance they may be regulating performance on the resultset, and don't want to return that many records at a time, pagination or not.

  • After upgrading to 10.2.2.12  on windows XP SP3 , itunes does not display any summary info or buttons/options. The buttons work but it does not display the text on the button or the options available.

    I recently upgraded the iTunes software to 10.2.2.12 on my Windows XP laptop. Since then, iTunes stopped displaying the Summary info
    , the text on the buttons, the various drop down options. The buttons seem to be working but I can't tell what that button is supposed to do
    or the option I am selecting. This is preventing me from syncing my photos to the laptop.
    this was not a problem with the previous version of iTunes.
    Actions taken :
    - I tried downloading iTunes again and repairing the install. That did not fix it.
    - Don't want to uninstall it as I am worried that I would lose all the songs and the purchases etc.
    1. Has anyone encountered this ?
    2. Is there a solution for this ?
    Many thanks in advance for your time and help
    Nitin

    bmalones44 wrote:
    b noir, my Windows 7 machine is having the exact same issue as nsadal, and I have already confirmed that all six of the Segoe UI fonts are installed on my computer.  Are any other Windows users having this problem with the 10.2.2.12 iTunes release?
    Yeah it does, although the problem predates version 10.2.2.12. It's been around since earlier-on in the version 10s (at least).
    It's usually Segoe UI font trouble on the Windows 7 systems too. Unfortunately, the Vortical troubleshooting technique only works on XP and Vista systems, so dealing with the issue on a Windows 7 system is trickier. (There's a bunch of different possible issues relating to the fonts that could be in play, and so the treatment tends to depend on which issue in particular you've got with the Segoe_UI fonts.)
    For discussions of various Windows 7 variations of the "Missing text" thing, and possible treatments, see the following (unfortunately, rather long) topic:
    iTunes 10.1 Missing Text

  • To transfer time events from external time recording system to sap r/3

    hi all,
          I have a task to make an interface program between external time recording and sap r/3, and then to transfer the time events from that external system to sap system with the help of an rfc, i have got some information like the data first has to be transferred to the table CC1TEV and then from this table the data will be uploaded to 2011 infotype with the help of a standard program, but i am unable to find a solution for making the interface program and the RFC or BAPI which will transfer the records from external system.
        if anybody has any information on this plz help me out to solve this problem.

    Which recorgding terminals using to capture time events? They should have give some guidelines about this?
    Regards
    niranjan

Maybe you are looking for

  • How do you assign program changes to external controllers in mainstage 1

    i would like to use 6 specific buttons on my controller to toggle between patches i know how to scroll through patches using my controller by assinging the next and previous patch functions to 2 buttons on my controller however what i want is to just

  • What is the best way to increase my macbook pro's memory, it is 4g now.

    What is the best way to increase my Macbook's memory? it is a 4g now.

  • No duplicate in iPhoto

    I want to use iPhoto as a picture or image organize viewer only. Is there anyway to stop it from duplicating pictures. and view images from another folder? just simply using it to display pictures?

  • Using mail with Gmail

    Just wondering how you import your gmail account so that you can use it with the mail on the bottom task bar. Thanks, Mel

  • Some interview questions help

    Hi friends i have some interview questions please give me good answers.thanks for advance. 1.what is info provider?what is advantages and disadvantages? 2.when your working process chains you set up 2 jobs ,one is 12 pm and anothet 3 am.when you come