SAP ABAP Class CL_FAA_DB_ASSETID (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_ASSETID | |
| 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 | 20031218 | 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_ASSETID has no interface implemented.
Friends
Class CL_FAA_DB_ASSETID 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 | 'FAAASSETID' | Table Name | 20031223 | ||
| 2 | Static Attribute | Private | Type reference (TYPE) | GTY_S_BUFFER_HL | Header of Table Buffer | 20031219 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | GTY_TS_BUFFER_ID | Table Buffer Sorted by ID | 20040226 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | GTY_TS_BUFFER_KEY | Table Buffer Sorted by Asset Key | 20040226 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | FAA_TS_DB_ASSETID | Table for Newly Created Entris for FAAASSETID | 20040114 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20031219 | |
| 2 | Static method | Public | Method | Gets the Asset Key for an Asset GUID | 20031223 | |
| 3 | Static method | Public | Method | Supplies Number of Entries in Table Buffer | 20041103 | |
| 4 | Static method | Public | Method | Get Entry for DB Key from Database | 20031219 | |
| 5 | Static method | Public | Method | Get Entry for Asset GUID from Database | 20031219 | |
| 6 | Static method | Public | Method | Get Entry for DB Key from Database | 20040114 | |
| 7 | Static method | Public | Method | Get Entry for Asset GUID from Database | 20040114 | |
| 8 | Static method | Public | Method | Get Entry for DB Key from Database | 20040225 | |
| 9 | Static method | Public | Method | Gets Entry to Be Created New for Asset (for Update Task) | 20040115 | |
| 10 | Static method | Public | Method | Deletes All Entries in Table Buffer | 20031219 | |
| 11 | Static method | Public | Method | Transfers Unchecked Data to the Table Buffer | 20041103 | |
| 12 | Static method | Private | Method | Generates Unique ID for Asset | 20031219 | |
| 13 | Static method | Private | Method | Add Entry to Database Buffer | 20031222 | |
| 14 | Static method | Private | Method | Read Entry from Database | 20040114 | |
| 15 | Static method | Private | Method | Read Entry from Database | 20040115 | |
| 16 | Static method | Private | Method | Read Entries for Main Number from Database | 20040225 | |
| 17 | Static method | Private | Method | Read Entry from Database | 20031218 | |
| 18 | Static method | Private | Method | Read Entry from Database | 20031222 |
Events
Class CL_FAA_DB_ASSETID has no event.
Types
Class CL_FAA_DB_ASSETID has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FAA_DB_ASSETID has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FAA_DB_ASSETID has no exception.
Method GET_ASSET_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | GUID, der eine Anlage eindeutig identifiziert | 20031223 | |||
| 2 | RS_ASSET_KEY | Value transfer | Type reference (TYPE) | FAA_S_ASSET_KEY | Schlüsselfelder zur Identifikation einer Anlage | 20031223 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklassen für Datenbankzugriffe | 20031223 |
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_ASSETID 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 | ABAP_FALSE | Puffer nicht berücksichtigen | 20040226 | ||
| 2 | IB_RESET_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Tech: Puffer zurücksetzen | 20031219 | ||
| 3 | IB_USE_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Daten nur aus Puffer lesen | 20050816 | ||
| 4 | ID_MAX_BUFFER_SIZE | Call by reference | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20031219 | ||
| 5 | IS_ASSET_KEY | Call by reference | Type reference (TYPE) | FAA_S_ASSET_KEY | Schlüsselfelder zur Identifikation einer Anlage | 20031219 | |||
| 6 | RS_DETAIL | Value transfer | Type reference (TYPE) | FAAASSETID | Zuordnungstabelle Anlagenschlüssel - Anlagen GUID | 20031219 |
Method GET_DETAIL on class CL_FAA_DB_ASSETID has no exception.
Method GET_DETAIL_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | GUID, der eine Anlage eindeutig identifiziert | 20031219 | |||
| 2 | RS_DETAIL | Value transfer | Type reference (TYPE) | FAAASSETID | Zuordnungstabelle Anlagenschlüssel - Anlagen GUID | 20031219 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklassen für Datenbankzugriffe | 20031223 |
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 | 20040114 | |||
| 2 | IB_RESET_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20040114 | |||
| 3 | ID_MAX_BUFFER_SIZE | Call by reference | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20040114 | ||
| 4 | IT_ASSET_KEY | Call by reference | Type reference (TYPE) | FAA_T_ASSET_KEY | Tabelle von Anlagenschlüsselfeldern | 20040114 | |||
| 5 | RTS_LIST | Value transfer | Type reference (TYPE) | FAA_TS_DB_ASSETID | Tabelle mit Zuordnung Anlagen GUID -> Anlagenschlüssel | 20040227 |
Method GET_LIST on class CL_FAA_DB_ASSETID has no exception.
Method GET_LIST_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_T_ASSET_ID | Liste von Anlagen GUIDs | 20040114 | |||
| 2 | RTS_LIST | Value transfer | Type reference (TYPE) | FAA_TS_DB_ASSETID | 20040227 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklassen für Datenbankzugriffe | 20040114 |
Method GET_LIST_BY_MAIN_ASSET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IB_RESET_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20040225 | |||
| 2 | ID_MAIN_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | ID der Anlagen-Hauptnummer | 20040225 | |||
| 3 | ID_MAX_BUFFER_SIZE | Call by reference | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20040225 | ||
| 4 | RTS_LIST | Value transfer | Type reference (TYPE) | FAA_TS_DB_ASSETID | Tabelle mit Zuordnung Anlagen GUID -> Anlagenschlüssel | 20040225 |
Method GET_LIST_BY_MAIN_ASSET_ID on class CL_FAA_DB_ASSETID has no exception.
Method GET_NEW_ASSETID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | GUID, der eine Anlage eindeutig identifiziert | 20040115 | |||
| 2 | RS_ASSETID | Value transfer | Type reference (TYPE) | FAAASSETID | Zuordnungstabelle Anlagenschlüssel - Anlagen GUID | 20040115 |
Method GET_NEW_ASSETID on class CL_FAA_DB_ASSETID has no exception.
Method RESET_BUFFER Signature
Method RESET_BUFFER on class CL_FAA_DB_ASSETID has no parameter.
Method RESET_BUFFER on class CL_FAA_DB_ASSETID 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 | 20041103 | |||
| 2 | IB_RESET_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20041103 | |||
| 3 | ID_MAX_BUFFER_SIZE | Value transfer | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20041103 | ||
| 4 | IS_DETAIL | Call by reference | Type reference (TYPE) | FAAASSETID | Zuordnungstabelle Anlagenschlüssel - Anlagen GUID | 20041103 | |||
| 5 | IT_LIST | Call by reference | Type reference (TYPE) | FAA_TS_DB_ASSETID | Tabelle mit Zuordnung Anlagen GUID -> Anlagenschlüssel | 20041103 |
Method TRANSFER_TO_BUFFER on class CL_FAA_DB_ASSETID has no exception.
Method _CREATE_ASSET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ASSET_KEY | Call by reference | Type reference (TYPE) | FAA_S_ASSET_KEY | Schlüsselfelder zur Identifikation einer Anlage | 20040114 | |||
| 2 | RS_ASSETID | Value transfer | Type reference (TYPE) | FAAASSETID | Zuordnungstabelle Anlagenschlüssel - Anlagen GUID | 20040114 |
Method _CREATE_ASSET_ID on class CL_FAA_DB_ASSETID 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 | 20040226 | ||
| 2 | IS_BUFFER_HL | Call by reference | Type reference (TYPE) | GTY_S_BUFFER_HL | 20031222 |
Method _INSERT_INTO_BUFFER on class CL_FAA_DB_ASSETID 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 | 20040114 | |||
| 2 | ETS_LIST | Call by reference | Type reference (TYPE) | FAA_TS_DB_ASSETID | 20040227 | ||||
| 3 | IB_INSERT_INTO_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Tech: Ergebnis puffern | 20040114 | ||
| 4 | IT_ASSET_KEY | Call by reference | Type reference (TYPE) | FAA_T_ASSET_KEY | 20040114 |
Method _SELECT_LIST on class CL_FAA_DB_ASSETID has no exception.
Method _SELECT_LIST_BY_ID 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 | 20040115 | |||
| 2 | ETS_LIST | Call by reference | Type reference (TYPE) | FAA_TS_DB_ASSETID | 20040227 | ||||
| 3 | IB_INSERT_INTO_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Tech: Ergebnis puffern | 20040115 | ||
| 4 | IT_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_T_ASSET_ID | Liste von Anlagen GUIDs | 20040115 |
Method _SELECT_LIST_BY_ID on class CL_FAA_DB_ASSETID has no exception.
Method _SELECT_LIST_BY_MAIN_ASSET 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 | Hauptnummer nicht gefunden | 20040225 | |||
| 2 | ETS_LIST | Call by reference | Type reference (TYPE) | FAA_TS_DB_ASSETID | Tabelle mit Zuordnung Anlagen GUID -> Anlagenschlüssel | 20040225 | |||
| 3 | ID_MAIN_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | ID der Anlagen-Hauptnummer | 20040225 |
Method _SELECT_LIST_BY_MAIN_ASSET on class CL_FAA_DB_ASSETID 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 | 20031219 | |||
| 2 | ES_DETAIL | Call by reference | Type reference (TYPE) | FAAASSETID | Zuordnungstabelle Anlagenschlüssel - Anlagen GUID | 20031219 | |||
| 3 | IB_INSERT_INTO_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Tech: Ergebnis puffern | 20031219 | ||
| 4 | IS_ASSET_KEY | Call by reference | Type reference (TYPE) | FAA_S_ASSET_KEY | Schlüsselfelder zur Identifikation einer Anlage | 20031218 |
Method _SELECT_SINGLE on class CL_FAA_DB_ASSETID has no exception.
Method _SELECT_SINGLE_BY_ID 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 | 20031222 | |||
| 2 | ES_DETAIL | Call by reference | Type reference (TYPE) | FAAASSETID | Zuordnungstabelle Anlagenschlüssel - Anlagen GUID | 20031222 | |||
| 3 | IB_INSERT_INTO_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Tech: Ergebnis puffern | 20031222 | ||
| 4 | ID_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | GUID, der eine Anlage eindeutig identifiziert | 20031222 |
Method _SELECT_SINGLE_BY_ID on class CL_FAA_DB_ASSETID has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 500 |