SAP ABAP IMG Activity PAY_DE_PS_PA_FM01 (Note: Screen Control)
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
IMG Activity
ID PAY_DE_PS_PA_FM01 Note: Screen Control  
Transaction Code S_PH0_48000392   (empty) 
Created on 20000127    
Customizing Attributes PAY_DE_PS_2_2_204   Attributes Public Sector DE: Optional Activity, Uncritical, ProcMod. No.204 
Customizing Activity    
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name PAY_DE_PS_PA_FM01    

The functions for the Public Sector Germany are displayed using different screens in the Family/Related Person infotype (0021). For example, navigation between the Family/Related Person (0021), Child Allowance (0118), and Family-Related Bonuses (0595) in only possible with these screens.

The subtypes 1 (Spouse), 2 (Child), 10 (Divorced spouse), and 15 (Registered Partner) are supported. They are all maintained using the same single screen (screen 2301). For all other subtypes, the standard international screen 2000 is accessed. The navigation pushbuttons and the pension recipient functions are not included in this screen.

Part of the screen control takes place in the process logic. Otherwise, the screen is controlled for each subtype using feature P0021 and table T588M (infotype Screen Control).

Example

The assignment of the new screen 2301 to the return value (variable key) 01OED of the feature P0021 is crucial for screen control:

Screen    Feature    Variable Key    Alternative Screen    Next Screen

2000     P0021         2000     0

2000         01     2001     0

2000         01DE01     2201     0

2000         01OED     2301     0

Likewise, the following assignment applies to screen 3000:

Screen    Feature    Variable Key    Alternative Screen    Next Screen

3000     P0021         3000     0

3000         01OED     3301     0

When you adjust feature P0021,the 01OED must be returned for the new screen to be called.

If all the employees (and therefore all employee subgroups) in your client are in the public sector, you can simplify the feature P0021 as follows:
For screen 2000:

Variable Argument    F    D    Operations

        D    DYNNR

2000         D    MOLGA

2000 01         D    SUBTY

2000 01 DE01             &P0021=01DE01, " HR-BAV

2000 01 ****             &P0021=01OED,

For screen 3000:

Variable Argument    F    D    Operations

3000         D    MOLGA

3000 01             &P0021=01OED,

Requirements

Standard settings

The standard screens for the Public Sector are 2301 for the single screen and 3301 for the list screen. These screens are automatically called if the employee belongs to an employee subgroup beginning with O, in other words an employee subgroup belonging to the public sector (as defined in the standard Customizing).

The screen control for the single screen is different for subtypes 1 (Spouse) or 15 (Registered Partner), 2 (Child), and 10 (Divorced spouse). The screen for the Child subtype also includes fields that are only relevant for children.

For all three subtypes, the system also differentiates according to the employee subgroup OV (Pension Recipient). Additional fields are displayed for the pension recipient so that the reference personnel number for surviving dependants entitled to receive the pension can also be stored.

Recommendation

Set up your screen control so that you only use screen 2301 for the single screen and screen 3301 for the list screen for all employee subgroups in the Public Sector.

Activities

Modify feature P0021 and table T588M (Infotype Screen Control) accordingly.

Further notes

For information on modifying the screen control to suit your requirements, see the Customizing activity Change Screen Modifications.

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 
Maintenance Objects
Maintenance object type    
History
Last changed by/on SAP  20000204 
SAP Release Created in 46C