SAP ABAP Data Element PSG_EXITK (Exit key)
Hierarchy
SAP_HRCSG (Software Component) Sub component SAP_HRCSG of SAP_HR
   PY-SG-PS (Application Component) Public Sector
     P25P4 (Package) HR-PS-SG: Public Sector Singapore (Pensions Scheme)
Basic Data
Data Element PSG_EXITK
Short Description Exit key  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type PSG_EXITK    
Data Type CHAR   Character String 
Length 2    
Decimal Places 0    
Output Length 2    
Value Table T5RPBS8P    
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 Exit key 
Medium 15 Exit key 
Long 20 Exit key 
Heading Exit key 
Documentation

Definition

This is the key which identifies the place where the customer-defined function module exits are called.

Possible values are:

  1. 'PS' (Past Salary) - This is called from the CPF refund computation. The internal table PAST_SAL is passed for customer to do any specific proration. The salary components can also be altered.
  2. 'IN' (Interest Rates) - After the system computes the interest amounts for CPF refund, this exit is called. The internal table REFUND_DTLS is passed for customer to make any changes. The content of this table is summarised based on the frequency of interest computation and passed back to the main program.
  3. 'AC' (APE Computation) - After the system computes all the APE amounts, this exit is called and customer can alter any APE amounts.
  4. 'CL' (Payment Component Level) - This exit is called when the system computes various payment components.
  5. 'OL' (Option Level & Printing) - This exit is called at the end of the main program for each employee. The internal table RESULTS_TAB is passed for customer to make any changes.
  6. 'RD' (Read Infotype's Database) - This exit is called at the beginning of the main program. Customer can alter the data of all relevant infotypes.
  7. 'AU' (Authorization checks in APE Computation) - This exit is used for customer-specific authorization checks in APE Computation. The checks refer to the access right to different subtypes of the infotypes 0008, 0014 or 0015.

History
Last changed by/on SAP  20031111 
SAP Release Created in 46C