SAP ABAP IMG Activity OHTY027 (Perform Time Wage Type Selection)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PT (Application Component) Personnel Time Management
     PTIC (Package) HR Time Data: Customizing
IMG Activity
ID OHTY027 Perform Time Wage Type Selection  
Transaction Code S_AHR_61009129   IMG Activity: OHTY027 
Created on 19981221    
Customizing Attributes OHTY027   Perform time wage type selection 
Customizing Activity OHTY027   Perform Time Wage Type Selection 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name OHTY027    

In this step, you determine according to the processing type the time pairs for which wage types are generated and how these are internally buffered.

Example

You wish to generate time wage types for all time pairs with processing type "M" (overtime) and buffer them in the internal table for overtime wage types.

Requirements

You must have defined the generation rules, the day grouping, and the selection rule group for time wage types which are used to access
the generation rules.

Standard settings

In the standard SAP system, function GWT is called twice. Firstly, time wage types are generated for the planned working time pairs (time pairs with processing type "S" - planned work) and buffered internally in the time wage type table.
In the second step, time wage types are formed for the overtime time pairs (time pairs with processing type "M" - overtime) and buffered internally in the overtime wage type table.

The archiving mechanism of the buffer handler is switched on when online, and off when in the background.

Recommendation

Only make changes here if you want to generate wage types for time pairs with other processing types. Do not change the existing call for function GWT but insert function GWT with the appropriate parameterization.

Activities

  1. You can generate wage types for time pairs which have a specific processing type.
    Determine the processing types for which you want to generate wage types, and for each of these processing types, insert function GWT in the schema with the processing type as the first parameter.
  2. Decide where the time wage types are to be buffered. There are two options:
    • in the table of daily time wage types (DZL)
    • in the table of time wage types generated from time pairs for overtime (ZML)
      Enter DZL or ZML as the second parameter of function GWT.
  3. If you want to change the archiving mechanism of the buffer handler, the following options are available:
    • "BTH" - archiving occurs both online and in the background
    • " " - archiving occurs online but not in the background
    • "NTR" - archiving occurs neither online nor in the background
      If you wish to use one of these values, enter it as the fourth parameter.

Further notes

  • You should only buffer wage types generated from overtime pairs in table ZML.
  • The wage types are assigned an information type for evaluation; this information type indicates the type of time as follows:
    • "S" - planned work
    • "M" - overtime
    • "A" - absence

Business Attributes
ASAP Roadmap ID 204   Establish Functions and Processes 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG OHTY027 0 HLA0003736 Time Evaluation Without Clock Times 
Maintenance Objects
Maintenance object type C   Customizing Object 
Assigned objects
Customizing Object Object Type Transaction Code Sub-object Do not Summarize Skip Subset Dialog Box Description for multiple selections
PSCC L - Logical transport object PE00 TM04 12 Modify Schema: Function GWT 
History
Last changed by/on SAP  19981221 
SAP Release Created in