SAP ABAP Class CL_HR_LSTCE_CONTAINER (CL_HR_LSTCE_CONTAINER)
Hierarchy
☛
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
⤷
PY-XX (Application Component) Payroll: General Parts
⤷
PCAL_CLST (Package) Payroll Result: Display
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_HR_LSTCE_EMPLOYEE_CONT | CL_HR_LSTCE_EMPLOYEE_CONT | 20011023 |
Properties
| Class | CL_HR_LSTCE_CONTAINER | |
| Short Description | CL_HR_LSTCE_CONTAINER | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PCAL_CLST | Payroll Result: Display |
| Created | 20011023 | SAP |
| Last change | 00000000 | 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
Class CL_HR_LSTCE_CONTAINER has no interface implemented.
Friends
Class CL_HR_LSTCE_CONTAINER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | T_T_BUFFERED_CONTAINER | BUFFERED_CONTAINER | 20011023 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SYTABIX | BUFFER_TABIX | 20011023 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | SEOCLSNAME | CLASS_NAME | 20011023 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | T_T_CONTAINER | CONTAINER | 20011023 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | I | COUNT | 20011023 | |||
| 6 | Constant | Private | Type reference (TYPE) | BOOLEAN | ' ' | Boolean Variable (X=True, -=False, Space=Unknown) | 20011023 | ||
| 7 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | 'X' | FIRST_CALL_BUFFER_LOOP | 20011023 | ||
| 8 | Constant | Private | Type reference (TYPE) | CHAR20 | '00000000000000000000' | KEY_PATTERN | 20011023 | ||
| 9 | Constant | Public | Type reference (TYPE) | I | 20 | MAX_KEY_LEN | 20011023 | ||
| 10 | Constant | Private | Type reference (TYPE) | BOOLEAN | 'X' | Boolean Variable (X=True, -=False, Space=Unknown) | 20011023 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | BUFFERED_READ | 20011023 | |
| 2 | Instance method | Public | Method | CHECK | 20011023 | |
| 3 | Instance method | Public | Method | CHECK_WITH_KEY | 20011023 | |
| 4 | Instance method | Public | Constructor | Constructor | 20011023 | |
| 5 | Instance method | Public | Method | DELETE | 20011023 | |
| 6 | Instance method | Public | Method | DELETE_ALL | 20011023 | |
| 7 | Instance method | Public | Method | DELETE_WITH_KEY | 20011023 | |
| 8 | Instance method | Public | Method | GET_WITH_KEY | 20011023 | |
| 9 | Instance method | Public | Method | INSERT | 20011023 | |
| 10 | Instance method | Public | Method | IS_EMPTY | 20011023 | |
| 11 | Instance method | Private | Method | PRIVATE_GENERATE_KEY | 20011023 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | MESSAGE | Instance Event (0) |
Public (2) |
Message to the frontend | 20020207 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_S_CONTAINER | Protected | See coding | Cannot import type | 20011023 | |
|
| 2 | T_T_BUFFERED_CONTAINER | Private | See coding | Cannot import type | 20011023 | |
|
| 3 | T_T_CONTAINER | Protected | See coding | Cannot import type | 20011023 | |
Method Signatures
Method BUFFERED_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_HR_LSTCE_CONTAINER | OBJECT | 20011023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | END_OF_LOOP | 20011023 |
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_HR_LSTCE_CONTAINER | OBJECT | 20011023 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BOOLEAN | RESULT | 20011023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WRONG_CLASS | 20011023 |
Method CHECK_WITH_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Value transfer | Type reference (TYPE) | CLST_KEY | KEY | 20011023 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BOOLEAN | RESULT | 20011023 |
Method CHECK_WITH_KEY on class CL_HR_LSTCE_CONTAINER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_NAME | Value transfer | Type reference (TYPE) | SEOCLSNAME | CLASS_NAME | 20011023 |
Method CONSTRUCTOR on class CL_HR_LSTCE_CONTAINER has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_HR_LSTCE_CONTAINER | OBJECT | 20011023 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BOOLEAN | RESULT | 20011023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WRONG_CLASS | 20011023 |
Method DELETE_ALL Signature
Method DELETE_ALL on class CL_HR_LSTCE_CONTAINER has no parameter.
Method DELETE_ALL on class CL_HR_LSTCE_CONTAINER has no exception.
Method DELETE_WITH_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Value transfer | Type reference (TYPE) | CLST_KEY | KEY | 20011023 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BOOLEAN | RESULT | 20011023 |
Method DELETE_WITH_KEY on class CL_HR_LSTCE_CONTAINER has no exception.
Method GET_WITH_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Value transfer | Type reference (TYPE) | CLST_KEY | KEY | 20011023 | |||
| 2 | OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_HR_LSTCE_CONTAINER | OBJECT | 20011023 |
Method GET_WITH_KEY on class CL_HR_LSTCE_CONTAINER has no exception.
Method INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHANGED | Value transfer | Type reference (TYPE) | BOOLEAN | CHANGED | 20011023 | |||
| 2 | OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_HR_LSTCE_CONTAINER | OBJECT | 20011023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WRONG_CLASS | 20011023 |
Method IS_EMPTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | BOOLEAN | RESULT | 20011023 |
Method IS_EMPTY on class CL_HR_LSTCE_CONTAINER has no exception.
Method PRIVATE_GENERATE_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Call by reference | Type reference (TYPE) | CLST_KEY | KEY | 20011023 | |||
| 2 | NEW_KEY | Value transfer | Type reference (TYPE) | CLST_KEY | NEW_KEY | 20011023 |
Method PRIVATE_GENERATE_KEY on class CL_HR_LSTCE_CONTAINER has no exception.
Event Signatures
Event MESSAGE Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MSG_CLASS | Exporting | Value transfer | Type reference (TYPE) | ARBGB | 'H99_DP_MESSAGES' | Nachrichtenklasse | 20020207 | |
| 2 | MSG_NUMBER | Exporting | Value transfer | Type reference (TYPE) | MSGNO | Nachrichtennummer | 20020207 | ||
| 3 | MSG_TYPE | Exporting | Value transfer | Type reference (TYPE) | MSGTY | Nachrichtentyp - E,I,S,W | 20020207 | ||
| 4 | MSG_V1 | Exporting | Value transfer | Type reference (TYPE) | C | Variable 1 der Nachricht | 20020207 | ||
| 5 | MSG_V2 | Exporting | Value transfer | Type reference (TYPE) | C | Variable 2 der Nachricht | 20020207 | ||
| 6 | MSG_V3 | Exporting | Value transfer | Type reference (TYPE) | C | Variable 3 der Nachricht | 20020207 | ||
| 7 | MSG_V4 | Exporting | Value transfer | Type reference (TYPE) | C | Variable 4 der Nachricht | 20020207 |
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in |