SAP ABAP IMG Activity OHARURP_PY_4FSS_004 (Set Up DAQ Subapplication FSS2)
Hierarchy
SAP_HRCRU (Software Component) Sub component SAP_HRCRU of SAP_HR
   PY-RU (Application Component) Russia
     P33C (Package) HR Customizing: Russia
IMG Activity
ID OHARURP_PY_4FSS_004 Set Up DAQ Subapplication FSS2  
Transaction Code S_L7D_24001390   (empty) 
Created on 20071122    
Customizing Attributes OHARURP_PY_4FSS_004   Set Up DAQ Subapplication FSS2 
Customizing Activity    
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name OHARURP_PY_4FSS_004    

Use

In this Customizing activity, you can find information about the DAQ subapplication FSS2. The report for preparing form 4-FSS, HRUL4FSS, uses the subapplication to fill the fields in the form.

The subapplication FSS2 contains a wider range of functions for entering data in the output form and splitting payroll results among the months in a quarter.

Note: The structure of the DAQ subapplication and nested structures must correspond exactly to the ABAP dictionary structure for the subapplication FSS2, HRPAYRU_4FSS_FORM_T_V2, defined in the RU Attributes of Form section of the IMG activity Define Fields and Conditions in Forms.

The subapplication FSS2 comprises the following sections:

  • FORM - Form identification
    This technical section contains four fields that represent a key for each organization (legal person and all detached subdivisions). All four fields are marked as key fields for splitting the results and entering the results on a separate form.
    The FORM section is a predecessor of the nested sections HEAD, ER00, PRT1, PRT2, PRT3, T7, and T8.
  • HEAD - Form header
    This section contains the header and footer of the form layout. The section contains the fields on the selection screen of the report.
    The function module HR_RU_DAQ_SEL_PARAMS reads data from the selection screen and places it in the DAQ form.
  • ER00 - Data for each employer
    Section ER00 groups fields whose data s stored in the IMG activity Enter Data About Organization. The function module HR_RU_DAQ_ORG collects the data for this section.
  • PRT1 - Groups data for part one of the layout
    Section PRT1 is filled when the condition ORGM is true. The condition is based on the regime for social insurance contributions in the Customizing activity Enter Data About Organization. The condition applies if the organization does not have a special tax regime.
    Section PRT1 is a predecessor of the nested sections T1, T2FI, T3, and T3SL. The condition OGRM is also a prerequisite for filling the nested sections.
  • PRT2 - Groups data for part two of the layout
    Section PRT2 is filled when the condition SUBD is true. The condition is based on the regime for social insurance contributions in the Customizing activity Enter Data About Organization. The condition is true if the organization has a special tax regime.
    Section PRT2 is a predecessor of the nested sections T4, T5FI, T6, and T6SL. The condition SUBD is also a prerequisite for filling the nested sections.
  • PRT3 - Groups data for part three of the layout
    Section PRT3 is a predecessor for the nested sections T9, T10I, T11, T12.
  • T1 - Groups fields for table one in the layout
    Section T1 collects data from the following sources:
    • Wage type codes by means of the function module HR_RU_DAQ_PLTAXRUN
    • Based on the average number of employees in your organization by means of function module HR_RU_DAQ_4FSS_EE_AVE_STAT in the subapplication STAT
  • T2FI - Groups fields for table three in the layout
    Section T2FI collects data from an intermediate data source, the Customizing activity Enter Groups and Parameters for Organization. You use this Customizing activity as an alternative to store data about your organization. To fill section T2FI, you can store Financial Accounting (FI) data in the Customizing activity and read the data using the following function modules:
    • Function module HR_RU_DAQ_ORG_PARAM reads the data in the Customizing activity and returns a single value for the period
    • Function module HR_RU_DAQ_4FSS_FIPERIOD reads the data from the Customizing activity and returns one value per month
    • Function module HR_RU_DAQ_PLTAXRUN reads payroll data from the wage type codes and returns one amount for the period
    • Function module HR_RU_DAQ_4FSS_T9WI reads payroll data from the wage type codes and returns one amount per month
  • T3 - Groups fields for table three in the layout
    Section T3 collects data from the following sources:
  • T3SL - Groups fields for the salary grades subtable for table three in the layout
    Section T3SL collects data from wage type codes.
  • T4 - See section T1 for the data-filling logic.
  • T5F1 - See section T3FI for the data-filling logic.
  • T6 - See section T3 for the data-filling logic.
  • T6SL - See section T3SL for the data-filling logic.
  • T7 - Groups fields for table seven in the layout
    Section T7 gets data from the Customizing activity Enter Groups and Parameters for Organization.
  • T8 - Groups fields for table seven in the layout
    Section T8 gets data from wage type codes. Furthermore, the system processes the following points when it prepares data for section T8:
    1. Takes into account the fact that part of the wage type codes is prepared as a prediction in case employees do not have the social insurance group for 'victims of radiation' in the Additional Social Insurance Data infotype (0292).
      At the payroll level, the system calculates the wage types for both cases: calculate the real amount and take into account the social insurance group from infotype 0292, and predict the amount if the employee does not have a record in infotype 0292. To process the situation, the payroll function RUSI0 processes the wage type differently depending on the wage type groups:
      SCKR - real wage types for sickness calculation
      SCKN - wage types containing the prediction. The wage types are based only on seniority, without data from infotype 0292.
      To fill section T8, the payroll run processes and stores both sets of wage types.
    2. Several columns contain data in case employees have the social insurance group 'victim of radiation. You can assign the groups for victims of radiation to employees using infotype 0292. The following groups are shipped as standard:

Code    Description

CH    Chernobyl

MK    Mayak

SE    Semipalatinsk testing area

OR    Subdivision with higher risk

OT    Other situations defined by Russian legislation

The above values are conditions for filling the corresponding columns. For more information, see the Customizing activity Define Fields and Conditions in Forms.

  • T9 - Groups fields for table nine in the layout
    Section T9 collects data from the following sources:
    • Based on the average number of employees in your organization by means of function module HR_RU_DAQ_4FSS_EE_AVE_STAT in the subapplication STAT
    • Wage type codes by means of function module HR_RU_DAQ_PLTAXRUN and function module HR_RU_DAQ_4FSS_T9WI
    • Based on the data in the Customizing activity Enter Groups and Parameters for Organization
  • T10I - Groups fields for table 10 in the layout
    Section T10I collects data from the Customizing activity Enter Groups and Parameters for Organization
    To fill section T10I, you can store Financial Accounting (FI) data in the Customizing activity and read the data using the following function modules:
    • Function module HR_RU_DAQ_ORG_PARAM reads the data in the Customizing activity and returns a single value for the period
    • Function module HR_RU_DAQ_4FSS_FIPERIOD reads the data from the Customizing activity and returns one value per month
    • Function module HR_RU_DAQ_PLTAXRUN reads payroll data from the wage type codes and returns one amount for the period
    • Function module HR_RU_DAQ_4FSS_T9WI reads payroll data from the wage type codes and returns one amount per month
  • T11 - Group fields for table 11 in the layout
    Section T11 gets data from wage type codes
  • T12 - Groups fields for table 12 in the layout
    Section T11 gets data from wage type codes

Note: Each field and section has the attribute Type. The report for form 4-FSS calls sections and fields as follows:

Type Value    Meaning    Effect

1 or blank    Single employee    Processes section during event 'get pernr'

N or blank    Multiple employees    Processes section at end of selection level, once per organization

Requirements

Standard settings

Activities

Example

Business Attributes
ASAP Roadmap ID 207   Establish Reporting 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency I   Valid for countries specified 
Customizing Attributes Country Key Country Name
OHARURP_PY_4FSS_004 RU Russian Fed.
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG OHARURP_PY_4FSS_004 0 AC00000021 Personalwesesen Stammdaten: Russland 
Maintenance Objects
Maintenance object type    
History
Last changed by/on SAP  20071122 
SAP Release Created in 600