Want to know the difference among the sap standard schemas TM00/TM01/TM04

hi, experts
i have read the standard courses HR310 and HR311,but i am still confused about the difference among the three standard TM schemas TM00,TM01 and TM04.
  i only learn from the book about it as follows:
  TM00: Time evaluation with time events
  TM01: Time evaluation for work schedule deviations
  TM04: Time evaluation for times entered as hours.
i want to know the details about different forms of time data and different strategies in evaluating the time data in the three standard schemas.
   thanks in advance

Hi,
TM01: read the actual data, Automatically calculate the overtime with the help of events.
TM04: Negative time evaluation, Get the data from the Work schedules
TM01: Positive/Negative time evaluation: Read the exception of workschedules, get the data from the time events form the 2011IT.
TM01:
Schema TM01 can be used for time evaluation if you only record
exceptions to the work schedule, and not all times that count as working
time (actual times).
You can use schema TM01 to import and process time data that has been
recorded online.
The schema forms time balances, time wage types, and time quotas, and is
processed using the time evaluation driver, RPTIME00.
The valuation basis for time evaluation forms a planned pair, which is
generated according to the planned specifications in the employee's
personal work schedule.
The planned pairs generally correspond to the time worked. Only
attendances from infotype 2002 and absences from infotype 2001 result in
a difference between planned and actual.
Schema TM01 automatically generates overtime for all attendance times
recorded over and above the planned specifications in the personal work
schedule. If overtime is recorded in infotype 2005, it can be approved
systematically taking account of overtime breaks.
TM00:
Schema TM00 processes time events that have been recorded at a time
recording terminal, or the time pairs formed from the time events in
pair formation. Attendances and absences are also imported.
Schema TM00 is based on positive recording of time data, that is,
recording all times that count as working time (actual times).
Schema TM00 only evaluates time data with clock times (or full-day
records). The main task of schema TM00 is to classify the actual times
by comparing them to the planned specifications in the daily work
schedule (start and end of planned working time, core times, breaks, and
so on).
TM04:
The time worked by the employee is recorded in the Attendances infotype
(2002), and not as clock-in and clock-out times. When processing
clock-in/out times, the emphasis is on the length of time between the
postings and not on the times at which the postings were made.
You can use schema TM04 to process attendances and absences that specify
a number of hours only, rather than concrete start and end times.
The times stipulated in the daily work schedule are not relevant. Only
specifications such as planned hours and minimum daily working time are
evaluated from the daily work schedule.
TM04 caters both for negative time recording (recording of exceptions to
the work schedule) and positive time recording (recording all
attendances or actual times).
If negative recording is used, the planned hours are generated on the
basis of the daily work schedule. Recorded absences and some attendance
times are deducted (see schema TP01.)
The "Time Management status" indicator in the Planned Working Time
infotype (0007) shows whether all actual times are recorded for an
employee, or only exceptions to the planned specifications.
Regards:
Devi.

Similar Messages

  • What are the differences among the follow types of database links?

    What are the differences among the follow types of database links?
    public database link
    fixed_user database link
    connected-user database link
    current-user database link

    Did you search the documentation ?
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96521/ds_concepts.htm#15997

  • Can anyone tell the difference among the DB tables ?

    the difference among PAnnnn,PBnnnn,PCLn
    can anyone tell me ?
    for example.  
    PA0002 and Pb0002, what the difference?
    thanks a lot.

    Hi,
    PAnnnn is a database tables to store the data records of infotype nnnn for <b>Personnel Administration</b>.
    PBnnnn is a database tables to store the data records of infotype nnnn for <b>Recruitment</b>.
    The PCLn database tables are used to store <b>data clusters</b> (such as results from Time Management, Travel Management, and Payroll).
    Just check these link:
    <a href="http://help.sap.com/saphelp_46c/helpdata/en/4f/d52822575e11d189270000e8322f96/frameset.htm">Reporting in HR</a>
    Regards,

  • System Replication(DR): procedure to monitor the difference among the 3 different log modes

    Is there any procedure to check the influence of the selected log replication mode (sync, syncmem or async) to the primary system?
    Details about the replication seem to be provided only in the  system view M_SERVICE_REPLICATION. Which kind of queries might be useful to track the difference?
    And taking about the view M_SERVICE_REPLICATION: what are the “Delta Replicas” and why are they triggered if logs are replicated after an initial full replication?

    Hi Sue,
    I am setting DB_LEGACY for all sites. I loop over the list of sites, create a dbsite object and do this:
    209 int eid;
    212 DbSite *dbsite;
    213 m_env.repmgr_site(e.host.c_str(), e.port, &dbsite, 0);
    214 dbsite->set_config(DB_BOOTSTRAP_HELPER, 1);
    215 dbsite->set_config(DB_LEGACY, 1);
    216 dbsite->get_eid(&eid);
    217 dbsite->close();
    221 m_replication_info.replica_map[eid] = e.host;
    Here is a full code listing https://github.com/hypertable/hypertable/blob/master/src/cc/Hyperspace/BerkeleyDbFilesystem.cc, the relevant code is in the constructor BerkeleyDbFilesystem::BerkeleyDbFilesystem(...) starting on line 74. The same code is run on all the replication sites simultaneously.
    Is there some other logging flag I should enable to get more debug info?

  • Difference among the Help view,Database view and Maintanance View

    hi,
    can Anyone pls let me know the Difference among the Help view,Database view and Maintanance View
    thanks&regards
    rama

    The followings are different types of views:
    Database View (SE11)
    Database views are implement an inner join, that is, only records of the primary table (selected via the join operation) for which the corresponding records of the secondary tables also exist are fetched. Inconsistencies between primary and secondary table could, therefore, lead to a reduced selection set.
    In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken from existing foreign keys. That is, tables can only be collected in a maintenance or help view if they are linked to one another via foreign keys.
    Help View ( SE54)
    Help views are used to output additional information when the online help system is called.
    When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view.
    Go thru this link plzz
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecf9446011d189700000e8322d00/frameset.htm
    Difference between "Help View" and "Search Help"
    Projection View
    Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed.
    A projection view can draw upon only one table. Selection conditions cannot be specified for projection views.
    Maintenance View ( SE54 )
    Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.
    Please have a look at below link. It will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm
    for more detailed info look on:
    http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&
    1.Go to se11
    2. select view radiobutton and give a name
    3. Create
    4. select type of view you want to create. Such as database view.
    5. give short description
    6. give a table name such as mara
    7. press the pushbutton relationship. here you will find all the tables which are allowed to create view with mara.
    8. select one or mane tables.
    8 copy
    9.save , check and activate.
    The followings are different types of views:
    Database View (SE11)
    Database views are implement an inner join, that is, only records of the primary table (selected via the join operation) for which the corresponding records of the secondary tables also exist are fetched. Inconsistencies between primary and secondary table could, therefore, lead to a reduced selection set.
    In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken from existing foreign keys. That is, tables can only be collected in a maintenance or help view if they are linked to one another via foreign keys.
    Help View ( SE54)
    Help views are used to output additional information when the online help system is called.
    When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view.
    Go thru this link plzz
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecf9446011d189700000e8322d00/frameset.htm
    Difference between "Help View" and "Search Help"
    Projection View
    Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed.
    A projection view can draw upon only one table. Selection conditions cannot be specified for projection views.
    Maintenance View ( SE54 )
    Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.
    Please have a look at below link. It will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm
    for more detailed info look on:
    http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&
    Go thru this link plzz
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecf9446011d189700000e8322d00/frameset.htm
    Difference between "Help View" and "Search Help"
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm
    Hope this is helpful, Do reward

  • What's the difference among RFC archive, HTTP archive & logical repository?

    When defining storage type on OAC0, we have above choices.
    What are the differences among them?
    Thanks!

    HI, Ashely,
    U need to do some settings in General data--> Define data carier type,
    Partial Work Step Execution
    You must only partially carry out this work step when you want to store the original application files that are accessed using the Knowledge Provider in a secure are . In this case you must only define the data carrier that can be used as a server or frontend computer.
    Complete Work Step Execution
    You must execute this step completely when you store original application files in a secure area using DMS and not using the Knowledge Provider
    Note:
    SAP recommend storage using only the Knowledge Provider. You decide whether original application files are stored via Knowledge Provider when defining the document type (indicator Storage using Knowledge Provider)
    In this step, you define the following settings for data carriers:
    1.Define data carrier type archive
                 Define archives
    2.Define data carrier type vault
                Define vaults
    3. Define data carrier type server, frontend
        This activity is done independently of the storage system that is run.
        Define servers
    here 3, i think u have to set Mount poit, which are represent third party server.
    Benakaraja

  • Want to know that wat is the impact of changing a field label in master

    Dear Experts,
    Want to know that what is the impact of changing a field label in masters ?

    hai sap gurus,
                          kindly clear my doubt..
    Swetha

  • Difference among the reporting tool

    Hi There,
    I am new on Hyperion, I am wondering what is the differences among these reporting tools:
    1. Interactive Reporting
    2. Financial Reporting
    3. SQR Production reporting

    I think you will find the following links helpful.
    Oracle Enterprise Performance Management & Business Intelligence Datasheets & Brochures
    http://www.oracle.com/us/solutions/ent-performance-bi/resource-library-ds-063988.html
    Data sheet: Hyperion Financial Reporting (PDF)
    http://www.oracle.com/us/products/middleware/bus-int/064326.pdf
    Data sheet: Hyperion SQR Production Reporting (PDF)
    http://www.oracle.com/us/products/middleware/bus-int/064328.pdf
    Data sheet: Hyperion Interactive Reporting-IR (PDF)
    http://www.oracle.com/us/products/middleware/bus-int/064327.pdf
    Keep in mind that of the 3 listed only Financial Reporting is considered a strategic reporting tool.
    Oracle's strategic replacements are as follows
    SQR -> BI Publisher
    IR -> OBIEE - Answers, Dashboards, and Delivers
    You may want to read up on OBIEE
    http://www.oracle.com/us/solutions/ent-performance-bi/business-intelligence/index.html
    http://www.oracle.com/us/solutions/ent-performance-bi/enterprise-edition-066546.html
    http://www.oracle.com/us/solutions/ent-performance-bi/business-intelligence/bi-tools-075497.html
    If you need more clarity after reading all the marketing speak drop another note here.
    -Wayne

  • What are the differences among xfa.resolveNode, xfa.resolveNodes, SOM

    I wish know the differences among xfa.resolveNode, xfa.resolveNodes, Relative SOM and absolute SOM.
    In which cases I have to use which one. Generally without xfa.resolveNode we can work with  Relative SOM or absolute SOM.
    Simple example we can get value by using "form1.page.TextField1.rawValue".
    So what is the limitaion of those?

    Hi,
    here's a good article describing the difference of resolveNode and resolveNodes methods.
    http://blogs.adobe.com/formfeed/2011/06/resolvenode-vs-resolvenodes.html

  • What's the difference between old SAP appraisal system and the new SAP appraisal system?

    Hi Experts,
    What's the difference between old SAP appraisal system and the new SAP appraisal system?
    Can anyone shed some light please.
    Thanks.

    emgr_update no longer sets or gets the thesaurus from workbench. In 11 all workbench configurations are saved in IFCR configuration directly.
    Hence the thesaurus entry should be added directly in version 11 Workbench as opposed to xml file in older versions.
    And if you want to migrate the changes across environments then import_site script in control directory can be used.

  • HT3696 How to know if your mac is using the latest Haswell architecture processor or not? and how to know the difference between the new imac and the 2012/13 imac?

    How to know if your mac is using the latest Haswell architecture processor or not? and how to know the difference between the new imac and the 2012/13 imac?

    Sorry to reopen an old post, but I've just purchased a 2nd hand late-2013 iMac (or so thats what the seller said).
    I'm always sceptical though, and just wanted to know if there is a way to check if my iMac is indeed the late-2013 model that included Haswell?
    I've attached screenshots of the About This Mac section hoping it may help shed some light.
    Thank you in advance for your help!
    PS - I can't compare to the iMac specs link you posted above because its now showing the late-2014 models.
    <Image Edited by Host to Remove Serial Number>

  • What's the difference between sapui5, sap fiori ...

    Hi everyone!
    I just want an overview explanation (please don't put links, I want personal opinions based on your knowledge) of the differences between SAPUI5 - SAP Fiori and what's their role within those technologies: SAP R/3 - SAP B1 - SAP HANA?
    And another thing, what are the different skills an ABAP SAP Developer in SAP R/3 could extend in those technologies (using SAPUI5) in order to be updated to the lasts features required to an ABAP SAP Developer (or SAP Consultant) ?
    Please, I want to understand how all those things are linked together, just an overview explanation please.
    Thank you very much,
    Denis

    Hi Chandan,
    i guess this could really be some important information for people new to SAP. However, why is it posted on a seperat platform with the need for an other login. It would be much better if the information was available here on SCN.
    Christian

  • Does anyone know the difference btn the following statements?

    Hello,
    Do you know the difference btn the folllowing two statements?
    ROUND(IFNULL("Fact - Project Budget"."Current Budget Cost",0), 2)
    ifnull("Fact - Purchase Order"."ABC VTX Estimated Tax",0)
    I am still new to the business: so if one statement is: ,0) and the other is: ,0) 2) what is major difference among them?
    will appreciate your help

    ROUND(IFNULL("Fact - Project Budget"."Current Budget Cost",0), 2)If "Fact - Project Budget"."Current Budget Cost" is null then setting to 0 value and then rounding for 2 positions
    Rounds a numerical expression to n digits of precision.
    Example
    This example returns 2.17 as the result.
    ROUND(2.166000, 2)
    http://www.cool-bi.com/
    Edited by: Srini VEERAVALLI on May 6, 2013 11:23 AM

  • Does anyone know the difference between the Applecare Warranty for the Macbook Pro and the Applecare Protection Plan Auto Enroll 607-8192-B APP FOR MacBook

    Does anyone know the difference between the Applecare Warranty for the Macbook Pro and the Applecare Protection Plan Auto Enroll 607-8192-B APP FOR MacBook

    AFAIK, the difference is that the auto-enroll occurs automatically when you purchase the device and you will have to disburse the cost right there and then. Whereas the other comes in a box, can be purchased separately later and you must manually enroll your device into the system to activate the additional protection. This must occur before the base one year warranty is over.
    So, if you don't want to pay up at the moment you buy the computer, you can wait up to say 11 months and buy the AppleCare warranty extension later. Just be sure to complete the enrollment BEFORE the base warranty is over, else Apple will not honor the extension (all in the fine print). This applies to all devices that offer an AppleCare option: notebooks, desktops, iStuff, etc.

  • I have three email accounts and want to know how to change the display order.

    I have three email accounts and want to know how to change the display order.

    Install this add on.
    https://addons.mozilla.org/en-US/thunderbird/addon/manually-sort-folders/?src=search

Maybe you are looking for

  • Is there a way to tell if the date on a picture in iPhoto is from actual metadata vs just the date it was imported to the program?

    I have many photos in iPhoto whose dates I know to be wrong and many appear to be the date I moved them all to a new Mac. I photos in question, I think, were originally on a PC and in Picassa. If it was taken before metadata was embedded, I suppose I

  • Burn Mavericks to DVD?

    I am on ML 10.8.4 for a while but am thinking of a back up and full reformat/reinstall I have just downloaded Mavericks to try this but haven't installed. Can I burn this file to a DVD so i have a hard copy? and am i right in thinking this is just 'o

  • Archive not linking ;(

    hiya -- all of sudden during my last publish the 'see older posts' which is still linked to my archive doesn't work. when it publishes and you click on 'see older posts' it's a dead link. in iWeb i can see the entire archive.. though it is not publis

  • How to copy a music CD using OS X

    I have been trying to figure out how to simply copy a music CD. My sister likes me to make copies of CDs and give them to her; if she likes it, then she buys the real thing. I am not looking to sell or pirate anything. It is just a way for her to sam

  • HT1689 my apps won't install on my new iPhone 4

    my apps won't install on my new iPhone 4 any advice?