SAP ABAP Class CL_FAA_DB_DEPR_PARAM_AMD (Manages Table of Asset IDs (FAAASSETID))
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
FI-AA-AA (Application Component) Basic Functions
⤷
FAA_DB (Package) Database Access to Asset Tables
⤷
⤷
Properties
| Class | CL_FAA_DB_DEPR_PARAM_AMD | |
| Short Description | Manages Table of Asset IDs (FAAASSETID) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | FAA_DB | Database Access to Asset Tables |
| Created | 20040105 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FAA_DB_DEPR_PARAM_AMD has no interface implemented.
Friends
Class CL_FAA_DB_DEPR_PARAM_AMD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | TABNAME | 'ANLB' | Table Name | 20040105 | ||
| 2 | Static Attribute | Private | Type reference (TYPE) | GTY_TS_BUFFER | Table Buffers | 20041104 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20040105 | |
| 2 | Static method | Public | Method | Supplies Number of Entries in Table Buffer | 20041103 | |
| 3 | Static method | Public | Method | Get Entry for DB Key from Database | 20040105 | |
| 4 | Static method | Public | Method | Get Entry for DB Key from Database | 20040226 | |
| 5 | Static method | Public | Method | Deletes All Entries in Table Buffer | 20040105 | |
| 6 | Static method | Public | Method | Transfers Unchecked Data to the Table Buffer | 20041104 | |
| 7 | Static method | Private | Method | Add Entry to Database Buffer | 20041103 | |
| 8 | Static method | Private | Method | Read Entry from Database | 20040226 | |
| 9 | Static method | Private | Method | Read Entry from Database | 20040105 |
Events
Class CL_FAA_DB_DEPR_PARAM_AMD has no event.
Types
Class CL_FAA_DB_DEPR_PARAM_AMD has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FAA_DB_DEPR_PARAM_AMD has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FAA_DB_DEPR_PARAM_AMD has no exception.
Method GET_BUFFER_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_BUFFER_SIZE | Value transfer | Type reference (TYPE) | I | Anzahl der Einträge | 20041103 |
Method GET_BUFFER_SIZE on class CL_FAA_DB_DEPR_PARAM_AMD has no exception.
Method GET_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IB_BYPASSING_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Tech: Lesen von DB ohne Verwendung des Puffers | 20040105 | |||
| 2 | IB_RESET_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20040105 | |||
| 3 | ID_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | GUID, der eine Anlage eindeutig identifiziert | 20040105 | |||
| 4 | ID_MAX_BUFFER_SIZE | Call by reference | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20040105 | ||
| 5 | RT_DETAIL | Value transfer | Type reference (TYPE) | FAA_TS_DB_DEPR_PARAM_AMD | Tabelle mit Bewertungsbereichsparameter der Anlagen | 20040105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040105 |
Method GET_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IB_BYPASSING_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Tech: Lesen von DB ohne Verwendung des Puffers | 20040226 | |||
| 2 | IB_RESET_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20040226 | |||
| 3 | ID_MAX_BUFFER_SIZE | Call by reference | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20040226 | ||
| 4 | IT_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_T_ASSET_ID | Liste von Anlagen GUIDs | 20040226 | |||
| 5 | RTS_LIST | Value transfer | Type reference (TYPE) | FAA_TS_DB_DEPR_PARAM_AMD | Tabelle mit Bewertungsbereichsparameter der Anlagen | 20040226 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040226 |
Method RESET_BUFFER Signature
Method RESET_BUFFER on class CL_FAA_DB_DEPR_PARAM_AMD has no parameter.
Method RESET_BUFFER on class CL_FAA_DB_DEPR_PARAM_AMD has no exception.
Method TRANSFER_TO_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IB_AS_NOT_FOUND | Value transfer | Type reference (TYPE) | ABAP_BOOL | Daten als 'nicht gefunden' puffern | 20041104 | |||
| 2 | IB_RESET_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20041104 | |||
| 3 | ID_MAX_BUFFER_SIZE | Value transfer | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20041104 | ||
| 4 | ITS_LIST | Call by reference | Type reference (TYPE) | FAA_TS_DB_DEPR_PARAM_AMD | Tabelle mit Bewertungsbereichsparameter der Anlagen | 20050627 |
Method TRANSFER_TO_BUFFER on class CL_FAA_DB_DEPR_PARAM_AMD has no exception.
Method _INSERT_INTO_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IB_CHECK_EXISTENCE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Prüfen, ob Eintrag schon im Puffer | 20041103 | ||
| 2 | IS_BUFFER_HL | Call by reference | Type reference (TYPE) | GTY_S_BUFFER_HL | 20041103 |
Method _INSERT_INTO_BUFFER on class CL_FAA_DB_DEPR_PARAM_AMD has no exception.
Method _SELECT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EB_NOT_FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | Eintrag nicht gefunden | 20040226 | |||
| 2 | ETS_LIST | Call by reference | Type reference (TYPE) | FAA_TS_DB_DEPR_PARAM_AMD | Tabelle mit Bewertungsbereichsparameter der Anlagen | 20040226 | |||
| 3 | IT_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_T_ASSET_ID | Liste von Anlagen GUIDs | 20040226 |
Method _SELECT_LIST on class CL_FAA_DB_DEPR_PARAM_AMD has no exception.
Method _SELECT_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EB_NOT_FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | Eintrag nicht gefunden | 20040105 | |||
| 2 | ET_DETAIL | Call by reference | Type reference (TYPE) | FAA_TS_DB_DEPR_PARAM_AMD | Tabelle mit Bewertungsbereichsparameter der Anlagen | 20040105 | |||
| 3 | ID_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | GUID, der eine Anlage eindeutig identifiziert | 20040105 |
Method _SELECT_SINGLE on class CL_FAA_DB_DEPR_PARAM_AMD has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 500 |