SAP ABAP Class CL_HRBAS_INFTY_BL_COMPUTATION (Template for Infotype-Specific BL)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-OM (Application Component) Organizational Management
⤷
SP00_ITF (Package) Infotype Framework

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HRBAS_INFTY_BL_COMPUTATION | Infotype-Specific Business Logic | 20040609 |
Meta Relationship - Used By
Properties
Class | CL_HRBAS_INFTY_BL_COMPUTATION | |
Short Description | Template for Infotype-Specific BL | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SP00_ITF | Infotype Framework |
Created | 20040608 | SAP |
Last change | 20090618 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_HRBAS_INFTY_BL_COMPUTATION | Infotype-Specific Business Logic | 20040609 |
Friends
Class CL_HRBAS_INFTY_BL_COMPUTATION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | HRBAS00INFTYBL | Interface for BAdI: HRBAS00INFTYBL | 20070711 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Set If BAdI Instantiation Failed | 20070803 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | HRBAS_FOREIGN_KEY_CHECK_CL_REF | Foreign Key Verification | 20040609 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | HRBAS_INFTY_BUFFER_IF_REF | Infotype Buffer | 20040623 | ||
5 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_HRBAS_BL_READ_INFOTYPE | HRBAS Read Infotype Records | 20040705 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_HRBAS_READ_INFOTYPE | Only for BADI: Read HRBAS Infotype Records | 20070730 | ||
7 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | BOOLE_D | IF_HRBAS_BOOLE_D=>FALSE | BOOLE_D: TRUE (='X') and FALSE (=' ') | 20040609 | |
8 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | BOOLE_D | IF_HRBAS_BOOLE_D=>TRUE | BOOLE_D: TRUE (='X') and FALSE (=' ') | 20040609 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20040609 |
2 | ![]() |
Instance method | Protected | Method | Provide Additional Foreign Key Information | 20040609 |
3 | ![]() |
Instance method | Protected | Method | Foreign Key Checks | 20040609 |
4 | ![]() |
Instance method | Protected | Method | Determine List of Fields Not to Be Checked | 20040609 |
5 | ![]() |
Instance method | Protected | Method | Process Infotype Fields According to Metadata | 20040609 |
6 | ![]() |
Instance method | Protected | Method | Read Metadata for Infotype Fields | 20040609 |
Events
Class CL_HRBAS_INFTY_BL_COMPUTATION has no event.
Types
Class CL_HRBAS_INFTY_BL_COMPUTATION has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INFOTYPE_BUFFER | Call by reference | Type reference (TYPE) | HRBAS_INFTY_BUFFER_IF_REF | Infotyp-Puffer | 20040623 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
HRBAS-Infotypdaten: unerfüllte Programmbedingung | 20040705 |
Method FOREIGN_KEYS_ADDITIONAL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
HRTNNNN | Call by reference | Type reference (TYPE) | STANDARD TABLE | Nur bei Tabelleninfotypen: Tabellenteil im Format HRTnnnn | 20040609 | ||
2 | ![]() |
PNNNN | Call by reference | Type reference (TYPE) | ANY | Logische Infotypstruktur im Format Pnnnn | 20040609 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
HRBAS-Infotypdaten: unerfüllte Programmbedingung | 20040609 |
Method FOREIGN_KEYS_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
HRTNNNN | Call by reference | Type reference (TYPE) | ANY TABLE | Nur bei Tabelleninfotypen: Tabellenteil im Format HRTnnnn | 20040609 | ||
2 | ![]() |
IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | TRUE = Alles OK, FALSE = Fehler sind aufgetreten | 20040609 | ||
3 | ![]() |
MESSAGE_HANDLER | Call by reference | Type reference (TYPE) | HRBAS_MSG_HANDLER_IF_REF | Message Handler | 20040609 | ||
4 | ![]() |
PNNNN | Call by reference | Type reference (TYPE) | ANY | Logische Infotypstruktur im Format Pnnnn | 20040609 |
Method FOREIGN_KEYS_CHECK on class CL_HRBAS_INFTY_BL_COMPUTATION has no exception.
Method FOREIGN_KEYS_EXCLUDED_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXCLUDED_HRTNNNN_FIELDS | Call by reference | Type reference (TYPE) | HRBAS_FIELDLIST_TAB | HRTnnnn-Felder, die nicht bzgl. Fremdschl. verprobt werden | 20040609 | ||
2 | ![]() |
EXCLUDED_PNNNN_FIELDS | Call by reference | Type reference (TYPE) | HRBAS_FIELDLIST_TAB | Pnnnn-Felder, die nicht bzgl. Fremdschlüssel verprobt werden | 20040609 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
HRBAS-Infotypdaten: unerfüllte Programmbedingung | 20040609 |
Method METADATA_COMPUTATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AUX_DATA_REF | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf zusätzliche Daten, die auch zum Infotyp gehören | 20040609 | ||
2 | ![]() |
HRTNNNN | Call by reference | Type reference (TYPE) | ANY TABLE | Nur bei Tabelleninfotypen: Tabellenteil im Format HRTnnnn | 20040609 | ||
3 | ![]() |
IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20040609 | ||
4 | ![]() |
MESSAGE_HANDLER | Call by reference | Type reference (TYPE) | HRBAS_MSG_HANDLER_IF_REF | Message Handler | 20040609 | ||
5 | ![]() |
OLD_AUX_DATA_REF | Call by reference | Type reference (TYPE) | ANY | BeforeImage: Referenz auf zusätzliche Daten | 20040609 | ||
6 | ![]() |
OLD_HRTNNNN | Call by reference | Type reference (TYPE) | ANY TABLE | BeforeImage: Tabellenteil im Format HRTnnnn | 20040609 | ||
7 | ![]() |
OLD_PNNNN | Call by reference | Type reference (TYPE) | ANY | BeforeImage: Logische Infotypstruktur im Format Pnnnn | 20040609 | ||
8 | ![]() |
OPERATION | Call by reference | Type reference (TYPE) | HRBAS_OPERA | HR: Datenbankoperation | 20040609 | ||
9 | ![]() |
PNNNN | Call by reference | Type reference (TYPE) | ANY | Logische Infotypstruktur im Format Pnnnn | 20040609 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
HRBAS-Infotypdaten: unerfüllte Programmbedingung | 20040609 |
Method METADATA_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AUX_DATA_REF | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf zusätzliche Daten, die auch zum Infotyp gehören | 20040609 | ||
2 | ![]() |
FIELD_METADATA_TAB | Call by reference | Type reference (TYPE) | HRBAS_FIELD_METADATA_TAB | HRBAS: Metadatentabelle | 20040609 | ||
3 | ![]() |
HRTNNNN | Call by reference | Type reference (TYPE) | ANY TABLE | Nur bei Tabelleninfotypen: Tabellenteil im Format HRTnnnn | 20040609 | ||
4 | ![]() |
OPERATION | Call by reference | Type reference (TYPE) | HRBAS_OPERA | HR: Datenbankoperation | 20040609 | ||
5 | ![]() |
PNNNN | Call by reference | Type reference (TYPE) | ANY | Logische Infotypstruktur im Format Pnnnn | 20040609 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
HRBAS-Infotypdaten: unerfüllte Programmbedingung | 20040609 |
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in | 700 |