SAP ABAP IMG Activity PAY_DE_FS_050 (Distribution of Wage Types After End of All Fictitious Payroll Runs)
Hierarchy
SAP_HRCDE (Software Component) Sub component SAP_HRCDE of SAP_HR
   PY-DE (Application Component) Germany
     P01C (Package) HR Customizing: Germany
IMG Activity
ID PAY_DE_FS_050 Distribution of Wage Types After End of All Fictitious Payroll Runs  
Transaction Code S_PH9_46000773   (empty) 
Created on 19990708    
Customizing Attributes PAY_DE_FS_050   Distribution of Wage Types 
Customizing Activity PAY_DE_FS_050   Distribution of Wage Types 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name PAY_DE_FS_050    

In the previous step you stored your results wage types in target wage types. These target wage types can be found in the internal table AIT. In this step you divide your target wage types among the internal 3tables IT and RT.
Target wage types that are needed for further processing in the payroll run, must be stored in the internal table IT.
Target wage types that no longer need to be changed, must, on the other hand, be stored in table RT.

This distribution of target wage types among tables RT and IT takes place using function DFLST with the parameter DIST.

Wage types that you subsequently include in view V_T5D0L (Creation of Wage Types with Derived Characteristics) are taken from table AIT and stored in table IT and are further processed.
Wage types, for which there is no entry in the view, are transferred to the internal table RT.

Example

The target wage type /613 includes the employee's fictitious standard full-time gross amount. The target wage type /613 is still needed for further processing, and therefore has to be stored in the internal table IT.
The target wage type /61C includes the fictitious legal full-time gross amount. Whereas wage type /613 is still needed for the payroll run, this is not the case for wage type /61C. Wage type /61C should remain unchanged and should be stored in the results table RT.

In this case enter wage type /613 in view V_T5D0L. This causes the wage type to be stored in the internal table IT.
You do not enter wage type /61C. This causes this wage type to be stored in the internal table RT.

Requirements

You have stored your result wage types in target wage types.

Standard settings

The distribution of target wage types takes place using sub-applications and routines.

  • Routines:
    The routine corresponds to parameter 4 of function DFLST DIST. In the standard SAP system the model routine DIST is delivered.
  • Sub-applications:
    The sub-application corresponds to parameter 3 of function DFLST DIST. The sub-application FLST is created for wage type distribution in semiretirement.

In schema DF01 the semiretirement request
takes place in lines
DFLST DIST FLST DIST

Recommendation

Look at the model entries for the sub-application FLST and the routine DIST.

Activities

  1. Create routines for distribution
    1. Firstly, create a routine for the distribution of wage types. You can use the model routine DIST as a template.
    2. Lastly, make the assignment of the wage types for storage in the IT table. In general the inflow wage type is identical to the outflow wage type, however the possibility exists of choosing another outflow wage type. All the wage types that you do not put in the assignment table, but which you are still in the AIT, are stored in table RT instead of in table IT.

Further notes

The renaming of wage types is normally not necessary in the case of distribution from the AIT to the IT. This is because you already have the possibility of assigning the wage types correctly in the fictitious run. (see Determine Assignment of Results-/Target Wage Type for Fictitious Run).

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
PAY_DE_FS_050 DE Germany
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG PAY_DE_FS_050 0 HLA0009621 Bases 
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
V_T5D0M V - View OH00 Create Routine for Distribution 
V_T5D0L V - View OH00 Assign Wage Types for Distribution 
PSCC L - Logical transport object PE00 Enter Customer-Specific Subapplication and Routine in Schema 
History
Last changed by/on SAP  19990709 
SAP Release Created in