SAP ABAP Data Element P01P_SEZFLT (Filter for Special Payments and Non-Recurring Payments)
Hierarchy
SAP_HRCDE (Software Component) Sub component SAP_HRCDE of SAP_HR
   PY-DE-PS (Application Component) Public Sector
     P01O (Package) HR Germany: Public Sector
Basic Data
Data Element P01P_SEZFLT
Short Description Filter for Special Payments and Non-Recurring Payments  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR4    
Data Type CHAR   Character String 
Length 4    
Decimal Places 0    
Output Length 4    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Filter 
Medium 15 Filter 
Long 20 Model Filter 
Heading 38 Filter for Special and Non-Rec. Pymnts 
Documentation

Definition

This filter enables models to be processed based on the calling point in the payroll schema.

Use

If you call the function DOSEZ more than once in the payroll schema, you should specify a filter value as parameter 1. Models are processed only if the filter value is valid. The following principle applies:

  • If a model is entered in the filter table (T5DPBS0D), it is processed only if a valid filter value was specified for function DOSEZ when it was called. If the model is also to be processed when parameters are not specified, the filter table must contain an explicit entry with an empty filter.
  • Models that are not entered in the filter table are processed only when called without parameters.

The standard schema contains two calls: one without a parameter for general non-recurring payments and one with parameter SOZA for special payments for civil servants and pension recipients.

Example

To calculate the reduction according to § 4a BSZG for pension recipients, the DOSEZ PVVE call is to be used since the results from the pension imputation II are required as a basis for the calculation.

For this purpose, create a model that performs the calculation. Enter this model in table T5DPBS0D with filter PVVE. Since no entry exists with an empty filter value, the model is processed only when called with parameter PVVE.

History
Last changed by/on SAP  20050109 
SAP Release Created in 600