SAP ABAP Class CL_HRPA_INFOTYPE_0196 (HR: Infotype 0196 - Employees Provident Fund, Malaysia)
Hierarchy
☛
EA-HRCMY (Software Component) Sub component EA-HRCMY of EA-HR
⤷
PA-PA-MY (Application Component) Malaysia
⤷
PAOC_PAD_MY (Package) PA-PA-MY: Infotype Decoupling for Malaysia
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_HRPA_INFOTYPE_NNNN | HR Master Data: Generic IT Logic | 20020916 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HRMY_CONSTANTS | Constants used for Malaysia Infotypes | 20020921 |
Properties
| Class | CL_HRPA_INFOTYPE_0196 | |
| Short Description | HR: Infotype 0196 - Employees Provident Fund, Malaysia | |
| Super Class | CL_HRPA_INFOTYPE_NNNN | HR Master Data: Generic IT Logic |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | PAOC_PAD_MY | PA-PA-MY: Infotype Decoupling for Malaysia |
| Created | 20020916 | SAP |
| Last change | 20021022 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRPA_INFOTYPE_0196 has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_HRMY_CONSTANTS | Constants used for Malaysia Infotypes | 20020921 |
Friends
Class CL_HRPA_INFOTYPE_0196 has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Add new message to message list | 20020921 | |
| 2 | Instance method | Private | Method | Determine seniority of the employee - MY | 20020917 | |
| 3 | Instance method | Private | Method | Validations for Amount & Operation fields | 20020920 | |
| 4 | Instance method | Private | Method | Validation for flag to be changed only in create mode | 20020920 | |
| 5 | Instance method | Private | Method | Validations for EPF number | 20020920 | |
| 6 | Instance method | Private | Method | Validations for personal rates | 20020920 | |
| 7 | Instance method | Private | Method | Clear rates field if Personal Rates is not chosen | 20021023 | |
| 8 | Instance method | Private | Method | Generic validations for Modify & Insert | 20020925 | |
| 9 | Instance method | Private | Method | Get Company & Statutory rates for the employee | 20020923 | |
| 10 | Instance method | Private | Method | Determine the end date for seniority | 20020919 | |
| 11 | Instance method | Private | Method | Get begin & end date of current pay period | 20020925 | |
| 12 | Instance method | Private | Method | Read Infotype Personal Data | 20120314 | |
| 13 | Instance method | Private | Method | Reads Infotype 0041 for defaults dates. | 20020917 |
Events
Class CL_HRPA_INFOTYPE_0196 has no event.
Types
Class CL_HRPA_INFOTYPE_0196 has no local type.
Method Signatures
Method ADD_NEW_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELD_NAME | Call by reference | Type reference (TYPE) | PROP_FNAME | Default values for fast entry: field name | 20020921 | |||
| 2 | IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020921 | |||
| 3 | MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRPA_MESSAGE_HANDLER | HR Master Data: Messages | 20020921 | |||
| 4 | MSGID | Call by reference | Type reference (TYPE) | SYMSG-MSGID | Messages, Message Class | 20020921 | |||
| 5 | MSGNO | Call by reference | Type reference (TYPE) | SYMSG-MSGNO | Messages, Message Number | 20020921 | |||
| 6 | MSGTY | Call by reference | Type reference (TYPE) | SYMSG-MSGTY | Messages, message type | 20020921 | |||
| 7 | MSGV1 | Call by reference | Type reference (TYPE) | ANY | Message Variable 1 | 20020921 | |||
| 8 | MSGV2 | Call by reference | Type reference (TYPE) | ANY | Message Variable 2 | 20020921 | |||
| 9 | MSGV3 | Call by reference | Type reference (TYPE) | ANY | Message Variable 3 | 20020921 | |||
| 10 | MSGV4 | Call by reference | Type reference (TYPE) | ANY | Message Variable 4 | 20020921 |
Method ADD_NEW_MESSAGE on class CL_HRPA_INFOTYPE_0196 has no exception.
Method CALCULATE_SENIORITY_MY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVAL_DATE | Call by reference | Type reference (TYPE) | BEGDA | Evaluation date | 20020921 | |||
| 2 | IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020920 | |||
| 3 | MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRPA_MESSAGE_HANDLER | HR Master Data: Messages | 20020920 | |||
| 4 | PERNR | Call by reference | Type reference (TYPE) | PERNR_D | Personnel Number | 20020917 | |||
| 5 | SENIORITY | Call by reference | Type reference (TYPE) | P14_SENIO | Seniority level number for Malaysia | 20020917 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HR Master Data: Invalid Feature | 20020917 | ||
| 2 | HR Master Data: Invalid Parameter | 20020917 |
Method CHECK_AMOUNT_AND_OPERATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IDENTIFIER | Call by reference | Type reference (TYPE) | CHAR2 | Identifier for Employee / Employer | 20020927 | |||
| 2 | IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020920 | |||
| 3 | MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRPA_MESSAGE_HANDLER | HR Master Data: Messages | 20020920 | |||
| 4 | P0196 | Call by reference | Type reference (TYPE) | P0196 | HR Master Record:Infotype 0196 (Employee Provident Fund MY) | 20020920 |
Method CHECK_AMOUNT_AND_OPERATION on class CL_HRPA_INFOTYPE_0196 has no exception.
Method CHECK_EPFOP_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020920 | |||
| 2 | MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRPA_MESSAGE_HANDLER | HR Master Data: Messages | 20020920 | |||
| 3 | OLD_P0196 | Call by reference | Type reference (TYPE) | P0196 | EPF Structure - Old | 20021001 | |||
| 4 | P0196 | Call by reference | Type reference (TYPE) | P0196 | EPF Structure - Current | 20020920 |
Method CHECK_EPFOP_CHANGE on class CL_HRPA_INFOTYPE_0196 has no exception.
Method CHECK_EPF_NUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020920 | |||
| 2 | MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRPA_MESSAGE_HANDLER | HR Master Data: Messages | 20020920 | |||
| 3 | P0196 | Call by reference | Type reference (TYPE) | P0196 | HR Master Record:Infotype 0196 (Employee Provident Fund MY) | 20020920 |
Method CHECK_EPF_NUMBER on class CL_HRPA_INFOTYPE_0196 has no exception.
Method CHECK_PERSONAL_RATES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IDENTIFIER | Call by reference | Type reference (TYPE) | CHAR2 | Identifier for Employee / Employer | 20020925 | |||
| 2 | IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020920 | |||
| 3 | MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRPA_MESSAGE_HANDLER | HR Master Data: Messages | 20020920 | |||
| 4 | P0196 | Call by reference | Type reference (TYPE) | P0196 | HR Master Record:Infotype 0196 (Employee Provident Fund MY) | 20020920 |
Method CHECK_PERSONAL_RATES on class CL_HRPA_INFOTYPE_0196 has no exception.
Method CLEAR_IF_STATUTORY_RATES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P0196 | Call by reference | Type reference (TYPE) | P0196 | HR Master Record:Infotype 0196 (Employee Provident Fund MY) | 20021023 |
Method CLEAR_IF_STATUTORY_RATES on class CL_HRPA_INFOTYPE_0196 has no exception.
Method DO_GENERAL_VALIDATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020925 | |||
| 2 | MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRPA_MESSAGE_HANDLER | HR Master Data: Messages | 20020925 | |||
| 3 | P0196 | Call by reference | Type reference (TYPE) | P0196 | HR Master Record:Infotype 0196 (Employee Provident Fund MY) | 20020925 |
Method DO_GENERAL_VALIDATIONS on class CL_HRPA_INFOTYPE_0196 has no exception.
Method GET_CONTRIBUTION_RATES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EE_COMPANY_RATE | Call by reference | Type reference (TYPE) | P14_EMEPC | Employee percentage contribution for EPF (Malaysia) | 20020923 | |||
| 2 | EE_STATUTORY_RATE | Call by reference | Type reference (TYPE) | ABRWT | Value of payroll constants | 20020923 | |||
| 3 | ER_COMPANY_RATE | Call by reference | Type reference (TYPE) | P14_EMRPC | Employer percentage contribution for EPF (Malaysia) | 20020923 | |||
| 4 | ER_STATUTORY_RATE | Call by reference | Type reference (TYPE) | ABRWT | Value of payroll constants | 20020923 | |||
| 5 | IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020923 | |||
| 6 | MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRPA_MESSAGE_HANDLER | HR Master Data: Messages | 20020923 | |||
| 7 | P0196 | Call by reference | Type reference (TYPE) | P0196 | Structure for EPF | 20020923 |
Method GET_CONTRIBUTION_RATES on class CL_HRPA_INFOTYPE_0196 has no exception.
Method GET_END_DATE_SENIORITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENDDA_ANS | Call by reference | Type reference (TYPE) | C | End date modifier for seniority | 20020919 | |||
| 2 | END_DATE_SENIO | Call by reference | Type reference (TYPE) | BEGDA | End date for seniority | 20020919 | |||
| 3 | EVAL_DATE | Call by reference | Type reference (TYPE) | BEGDA | Evaluation date | 20020921 | |||
| 4 | IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020920 | |||
| 5 | MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRPA_MESSAGE_HANDLER | HR Master Data: Messages | 20020920 |
Method GET_END_DATE_SENIORITY on class CL_HRPA_INFOTYPE_0196 has no exception.
Method GET_PAY_PERIOD_DATES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BEG_DATE | Value transfer | Type reference (TYPE) | BEGDA | Begin date of payroll period | 20020925 | |||
| 2 | END_DATE | Value transfer | Type reference (TYPE) | BEGDA | End date of payroll period | 20020925 | |||
| 3 | EVAL_DATE | Call by reference | Type reference (TYPE) | BEGDA | Evaluation date | 20020925 | |||
| 4 | IS_OK | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020925 | |||
| 5 | MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRPA_MESSAGE_HANDLER | HR Master Data: Messages | 20020925 | |||
| 6 | PAY_PERIOD | Value transfer | Type reference (TYPE) | PABRP | Payroll period for the year | 20020925 |
Method GET_PAY_PERIOD_DATES on class CL_HRPA_INFOTYPE_0196 has no exception.
Method P0002 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BEGDA | Call by reference | Type reference (TYPE) | BEGDA | Valid from date | 20120314 | |||
| 2 | P0002 | Value transfer | Type reference (TYPE) | P0002 | 20120314 | ||||
| 3 | PERNR | Call by reference | Type reference (TYPE) | PERNR_D | Personnel Number | 20120314 | |||
| 4 | TCLAS | Call by reference | Type reference (TYPE) | TCLAS | Transaction class for data storage | 20120314 |
Method P0002 on class CL_HRPA_INFOTYPE_0196 has no exception.
Method P0041 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BEGDA | Call by reference | Type reference (TYPE) | BEGDA | Valid from date | 20020917 | |||
| 2 | IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20020919 | |||
| 3 | MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_HRPA_MESSAGE_HANDLER | HR Master Data: Messages | 20020920 | |||
| 4 | P0041 | Value transfer | Type reference (TYPE) | P0041 | Structure for IT0041 | 20020917 | |||
| 5 | PERNR | Call by reference | Type reference (TYPE) | PERNR_D | Personnel Number | 20020917 | |||
| 6 | TCLAS | Call by reference | Type reference (TYPE) | TCLAS | Transaction class for data storage | 20020917 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HR Master Data: Unfulfilled Program Condition | 20020917 |
History
| Last changed by/on | SAP | 20021022 |
| SAP Release Created in | 200 |