Ansicht
Dokumentation

PAY_BG_TI_364 - Perform Time Wage Type Selection

PAY_BG_TI_364 - Perform Time Wage Type Selection

rdisp/max_wprun_time - Maximum work process run time   CL_GUI_FRONTEND_SERVICES - Frontend Services  
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 BGTC.

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 defined groupings and generation rules in the previous steps.

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 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 BGTC.
  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






General Data in Customer Master   General Material Data  
This documentation is copyright by SAP AG.

Length: 2781 Date: 20240523 Time: 220302     sap01-206 ( 55 ms )