Show TOC
Cumulations in Incentive Wages
Description
The way that cumulations are managed within Incentive Wages has been
redesigned for release 3.0E. Cumulations are now controlled according to:
The differences between the new concept and the old are as follows:
1. Until now, cumulations have been managed
using the views
- Convert wage types to result types and
- Convert activity types to result types.
As of release 3.0E, the cumulation customizing
options are no longer included in the first of the views listed above, and the
second and third views are not supported at all. The following views are
supported instead:
- Set cumulation rules for employees
- Set cumulation rules for groups
2. Until now, cumulation rules could be
specified for activity types on time tickets. This is no longer possible as of
release 3.0E. The actual value and/or target value of the respective activity
type can be written to a result type without cumulation rules having to be
specified on time tickets.
3. As of release 3.0E, cumulations are
time-dependent.
4. This new design also allows teardown
times to be cumulated.
5. Until now, it was possible to perform a
mixed cumulation of different activity types (e.g. an actual time could be
cumulated in a target time). As of release 3.0E, cumulations are restricted as
follows:
- Actual labor time in actual labor time
- Actual setup time in actual setup time
- Actual teardown time in actual teardown time
- Target labor time in target labor time
- Target setup time in target setup time
- Target teardown time in target teardown time
If you want to continue using old functionality
in release 3.0E, please use the result types.
Report RPU30021 enables you to convert the
contents of the old views
- Time ticket types V_T703L and
- Convert wage types to result types V_T703O
and to create the new views
- Set cumulation rules for employees and
- Set cumulation rules for groups.
You can use the IMG to call up these views from the section
Cumulations.
The contents of the view
- Convert activity types to result types
V_T703E
cannot be converted automatically.
Further notes
If you want to continue using the old design, proceed as follows:
- Call up transaction SM31.
- Find the macro RP-DEF-CUMULATION.
- Change the macro's code from
DATA SW_OLD_CUMULATION(1) VALUE ' '
to
DATA SW_OLD_CUMULATION(1) VALUE 'X'
- Generate program SAPMP53L.
- Generate program SAPL0PL2.