SAP ABAP IMG Activity OHAWTI364 (Generate Wage Types)
Hierarchy
SAP_HRCZA (Software Component) Sub component SAP_HRCZA of SAP_HR
   PY-ZA (Application Component) South Africa
     P16C (Package) Human resources department customizing: South Africa
IMG Activity
ID OHAWTI364 Generate Wage Types  
Transaction Code S_AHR_61002600   IMG-Aktivität: OHAWTI364 
Created on 19981221    
Customizing Attributes OHAWTI364   Generate wage types 
Customizing Activity OHAWTI364   Generate wage types 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name OHAWTI364    

In this IMG activity, you refer to the processing type to determine the time pairs for which wage types are generated, and how these are stored internally. Wage types are generated using function GWT in personnel calculation schema
TC00.

Example

You want to generate time wage types for all time pairs with the processing type overtime and store them in the overtime wage types internal table.

Requirements

To access the generation rules, you must have previously defined the generation rules, and the groupings.

Standard settings

In the standard system, function GWT is called twice. First, time wage types are generated for the planned working time pairs (time pairs with processing type "S") and are stored internally in the time wage type table.
Afterwards, time wage types are created for the overtime time pairs (time pairs with with processing type "M") and are stored internally in the table of overtime time wage types.

The storing mechanism of the buffer handler is switched on on-line, and off in the background.

Recommendation

Only make changes here if you want to generate wage types for time pairs with other processing types. To do this, do not modify the existing calls of function GWT, but create function GWT with appropriate parameters.

Activities

  1. Decide which processing types you want wage types to be generated for. For each of them insert function GWT and enter the processing type as the first parameter in personnel calculation schema TM00.
  2. Specify where you want time wage types to be stored in. There are two options:
    • in the daily time wage type table (DZL)
    • in the overtime time wage type table generated from time pairs (ZML)
      Enter DZL or ZML as the second parameter of function GWT.

Further notes

  • Temporary storage of wage types in table ZML only makes sense for wage types that were generated from time pairs for overtime.
  • An information type is assigned to the wage types for Payroll, which specifies the type of time. Possible specifications are:
    • '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 I   Valid for countries specified 
Customizing Attributes Country Key Country Name
OHAWTI364 ZA South Africa
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG OHAWTI364 0 HLA0008943 Integration with Time Management 
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 TC00 WI Wage type generation subschema TC00 
History
Last changed by/on SAP  19990817 
SAP Release Created in