Ansicht
Dokumentation

PAY_UAE_OHAXTI364 - Perform Time Wage Type Selection

PAY_UAE_OHAXTI364 - Perform Time Wage Type Selection

RFUMSV00 - Advance Return for Tax on Sales/Purchases   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

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.

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.

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

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.

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.

  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.

  • 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






CPI1466 during Backup   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 2940 Date: 20240523 Time: 203555     sap01-206 ( 44 ms )