SAP ABAP Class CL_FAA_DB_ASSET_VALUES_ERP (Manages Table of Asset Values)
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_ASSET_VALUES_ERP | |
| Short Description | Manages Table of Asset Values | |
| 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 | 20041222 | SAP |
| Last change | 20050705 | 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_ASSET_VALUES_ERP has no interface implemented.
Friends
Class CL_FAA_DB_ASSET_VALUES_ERP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | GTY_TS_BUFFER | Buffer of Database Table | 20041222 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20041222 | |
| 2 | Static method | Public | Method | Supplies Number of Entries in Table Buffer | 20041222 | |
| 3 | Static method | Public | Method | Get Entry for DB Key from Database | 20041222 | |
| 4 | Static method | Public | Method | Get Entry for DB Key from Database | 20041222 | |
| 5 | Static method | Public | Method | Deletes All Entries in Table Buffer | 20041222 | |
| 6 | Static method | Public | Method | Transfers Unchecked Data to the Table Buffer | 20041222 | |
| 7 | Static method | Private | Method | Add Entry to Database Buffer | 20041222 | |
| 8 | Static method | Private | Method | Read Entry from Database | 20041222 | |
| 9 | Static method | Private | Method | Read Entry from Database | 20041222 |
Events
Class CL_FAA_DB_ASSET_VALUES_ERP has no event.
Types
Class CL_FAA_DB_ASSET_VALUES_ERP has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FAA_DB_ASSET_VALUES_ERP has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FAA_DB_ASSET_VALUES_ERP 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 | 20041222 |
Method GET_BUFFER_SIZE on class CL_FAA_DB_ASSET_VALUES_ERP 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 | 20041222 | |||
| 2 | IB_RESET_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20041222 | |||
| 3 | ID_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | GUID, der eine Anlage eindeutig identifiziert | 20041222 | |||
| 4 | ID_MAX_BUFFER_SIZE | Call by reference | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20041222 | ||
| 5 | RT_DETAIL | Value transfer | Type reference (TYPE) | FAA_TS_DB_ASSET_VALUES | Anlagenwerte (ehem. ANLC) | 20041222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20041222 |
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 | 20041222 | |||
| 2 | IB_RESET_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20041222 | |||
| 3 | ID_MAX_BUFFER_SIZE | Call by reference | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20041222 | ||
| 4 | IT_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_T_ASSET_ID | Liste von Anlagen GUIDs | 20041222 | |||
| 5 | RT_LIST | Value transfer | Type reference (TYPE) | FAA_TS_DB_ASSET_VALUES | Anlagenwerte (ehem. ANLC) | 20041222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20041222 |
Method RESET_BUFFER Signature
Method RESET_BUFFER on class CL_FAA_DB_ASSET_VALUES_ERP has no parameter.
Method RESET_BUFFER on class CL_FAA_DB_ASSET_VALUES_ERP 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 | 20041222 | |||
| 2 | IB_RESET_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20041222 | |||
| 3 | ID_MAX_BUFFER_SIZE | Value transfer | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20041222 | ||
| 4 | ITS_LIST | Call by reference | Type reference (TYPE) | FAA_TS_DB_ASSET_VALUES | Anlagenwerte (ehem. ANLC) | 20050627 |
Method TRANSFER_TO_BUFFER on class CL_FAA_DB_ASSET_VALUES_ERP 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 | 20041222 | ||
| 2 | IS_BUFFER_HL | Call by reference | Type reference (TYPE) | GTY_S_BUFFER_HL | 20041222 |
Method _INSERT_INTO_BUFFER on class CL_FAA_DB_ASSET_VALUES_ERP 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 | 20041222 | |||
| 2 | ET_LIST | Call by reference | Type reference (TYPE) | FAA_TS_DB_ASSET_VALUES | 20041222 | ||||
| 3 | IT_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_T_ASSET_ID | Liste von Anlagen GUIDs | 20041222 |
Method _SELECT_LIST on class CL_FAA_DB_ASSET_VALUES_ERP 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 | 20041222 | |||
| 2 | ET_DETAIL | Call by reference | Type reference (TYPE) | FAA_TS_DB_ASSET_VALUES | Anlagenwerte (ehem. ANLC) | 20041222 | |||
| 3 | ID_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | GUID, der eine Anlage eindeutig identifiziert | 20041222 |
Method _SELECT_SINGLE on class CL_FAA_DB_ASSET_VALUES_ERP has no exception.
History
| Last changed by/on | SAP | 20050705 |
| SAP Release Created in | 600 |