Hi all,
We need to do our billing of field service based on the wage group, which will be planned at operation level. ODP2 shows the configuration is consistent and all settings were done so that different wage groups should determine different materials, and we want to show the structure in DP90 first the Wage and then activity type as second, so this was also taken in account in the customzing.
With user-exit EXIT_SAPLAD12_004 we added the field ZZLORP to the customizing. Problem if we have for example 4 different wages although the user-exit goes trough four times only one value is retrieved (same activity type). Basically we would a different dinamic item per combination of wage group and activity type.
Since the wage group is not part of the CO tables, I 'm wondering if in addition to adding the characteristic in EXIT_SAPLAD12_004 we need to add our own sources EXIT_SAPLAD15_005.
BR