SAP ABAP Interface IF_HRPAYAT_ELDA_KM_FUNCTIONS (Function List for ELDA Illness Notification Comparison)
Hierarchy
☛
SAP_HRCAT (Software Component) Sub component SAP_HRCAT of SAP_HR
⤷
PA-PA-AT (Application Component) Austria
⤷
PB03 (Package) HR Master Data: Austria
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_HRPAYAT_ELDA_KM_TIMESPLIT | ELDA Illness Notification Time Split | 20120102 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_HRPAYAT_ELDA_KM_TIMESPLIT | ELDA Illness Notification Time Split | 20120102 |
Properties
| Interface | IF_HRPAYAT_ELDA_KM_FUNCTIONS | |
| Short Description | Function List for ELDA Illness Notification Comparison |
General Data
| Package | PB03 | HR Master Data: Austria |
| Created | 20100824 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_HRPAYAT_ELDA_KM_FUNCTIONS has no forward declaration.
Interfaces
Interface IF_HRPAYAT_ELDA_KM_FUNCTIONS has no interface.
Friends
Interface IF_HRPAYAT_ELDA_KM_FUNCTIONS has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_FUNCTIONS_ALL | Constant | Public | Type reference (TYPE) | TY_FUNCTION_QUERY | 'ALL' | Selection of the Function List | 20120102 | |
| 2 | C_FUNCTIONS_DEFAULT | Constant | Public | Type reference (TYPE) | TY_FUNCTION_QUERY | 'DEFAULT' | Selection of the Function List | 20120102 | |
| 3 | C_FUNCTIONS_INACTIVE | Constant | Public | Type reference (TYPE) | TY_FUNCTION_QUERY | 'INACTIVE' | Selection of the Function List | 20120102 | |
| 4 | C_FUNCTIONS_SELECTABLE | Constant | Public | Type reference (TYPE) | TY_FUNCTION_QUERY | 'SELECTABLE' | Selection of the Function List | 20120102 | |
| 5 | C_FUNCTIONS_SELECTED | Constant | Public | Type reference (TYPE) | TY_FUNCTION_QUERY | 'SELECTED' | Selection of the Function List | 20120102 | |
| 6 | C_FUNCTION_STRUCTURE | Constant | Public | Type reference (TYPE) | STRUKNAME | 'HRPAYAT_ELDA_KM_UI_FUNCTIONS' | Name of a structure | 20120102 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Deactivate Function | 20120102 | |
| 2 | Instance method | Public | Method | Deactivate Function and Include Dependent Instances | 20120102 | |
| 3 | Instance method | Public | Method | Function List | 20120102 | |
| 4 | Instance method | Public | Method | Activate Function | 20120102 | |
| 5 | Instance method | Public | Method | Activate Function and Include Dependent Instances | 20120102 | |
| 6 | Instance method | Public | Method | Switch Function | 20120102 | |
| 7 | Instance method | Public | Method | Switch Function and Include Dependent Instances | 20120102 |
Events
Interface IF_HRPAYAT_ELDA_KM_FUNCTIONS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_DEPENDENT | Public | See coding | 20120102 | tty_dependent TYPE STANDARD TABLE OF REF TO if_hrpayat_elda_km_functions
WITH DEFAULT KEY
|
||
| 2 | TTY_FUNCTION | Public | See coding | 20120102 | tty_function TYPE STANDARD TABLE OF ty_function
WITH KEY function-func_number
|
||
| 3 | TY_FUNCTION | Public | See coding | 20120102 | BEGIN OF ty_function,
function TYPE t5aea, "Konfig Table Entry
selected TYPE boole_d, "manuell ausgewählt
* default TYPE boole_d, "systemseitig ausgewählt
disabled TYPE boole_d, "nicht verfügbar
END OF ty_function
|
||
| 4 | TY_FUNCTION_NUMBER | Public | Type reference (TYPE) | PB03_FUNC | 20120102 | |
|
| 5 | TY_FUNCTION_QUERY | Public | See coding | 20120102 | ty_function_query TYPE c LENGTH 10
|
||
| 6 | TY_OK_AND_DEPENDENT | Public | See coding | 20120102 | BEGIN OF ty_ok_and_dependent,
retcd TYPE sysubrc,
dependents TYPE tty_dependent,
END OF ty_ok_and_dependent
|
Method Signatures
Method DESELECT_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FUNCTION | Call by reference | Type reference (TYPE) | TY_FUNCTION_NUMBER | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion gibts nicht | 20120102 |
Method DESELECT_FUNCTION_INCL_DEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FUNCTION | Call by reference | Type reference (TYPE) | TY_FUNCTION_NUMBER | 20120102 | ||||
| 2 | RETURN | Value transfer | Type reference (TYPE) | TY_OK_AND_DEPENDENT | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion gibts nicht | 20120102 |
Method GET_FUNCTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | TTY_FUNCTION | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | HR: Stammdaten, unerfüllte Programmbedingung | 20120102 |
Method SELECT_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FUNCTION | Call by reference | Type reference (TYPE) | TY_FUNCTION_NUMBER | 20120102 | ||||
| 2 | RETURN | Value transfer | Type reference (TYPE) | SYSUBRC | 0= Alles OK; 4 = Funktion disabled | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion gibts nicht | 20120102 |
Method SELECT_FUNCTION_INCL_DEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FUNCTION | Call by reference | Type reference (TYPE) | TY_FUNCTION_NUMBER | 20120102 | ||||
| 2 | RETURN | Value transfer | Type reference (TYPE) | TY_OK_AND_DEPENDENT | 0= Alles OK; 4 = Funktion disabled | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion gibts nicht | 20120102 |
Method TOGGLE_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FUNCTION | Call by reference | Type reference (TYPE) | TY_FUNCTION_NUMBER | 20120102 | ||||
| 2 | RETURN | Value transfer | Type reference (TYPE) | SYSUBRC | 0= Alles; 4 = Funktion disabled | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion gibts nicht | 20120102 |
Method TOGGLE_FUNCTION_INCL_DEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FUNCTION | Call by reference | Type reference (TYPE) | TY_FUNCTION_NUMBER | 20120102 | ||||
| 2 | RETURN | Value transfer | Type reference (TYPE) | TY_OK_AND_DEPENDENT | 0= Alles; 4 = Funktion disabled | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion gibts nicht | 20120102 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |