SAP ABAP Class CL_FAA_DB_TD_DEPR_PARAM (Database Management for Time-Depend. Depreciation Area Data)
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_TD_DEPR_PARAM | |
Short Description | Database Management for Time-Depend. Depreciation Area Data | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FAA_DB | Database Access to Asset Tables |
Created | 20050322 | 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_TD_DEPR_PARAM has no interface implemented.
Friends
Class CL_FAA_DB_TD_DEPR_PARAM 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) | TABNAME | 'ANLBZA' | Table Name | 20050322 | |
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | GTY_S_BUFFER_HL | Header of Buffer Table | 20050322 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | GTY_TS_BUFFER | Buffer of Database Table | 20050322 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050322 |
2 | ![]() |
Static method | Public | Method | Supplies Number of Entries in Table Buffer | 20050322 |
3 | ![]() |
Static method | Public | Method | Get Entry for DB Key from Database | 20050322 |
4 | ![]() |
Static method | Public | Method | Get Entry from Database for Key Date | 20050322 |
5 | ![]() |
Static method | Public | Method | Get Entry for DB Key from Database | 20050322 |
6 | ![]() |
Static method | Public | Method | Deletes All Entries in Table Buffer | 20050322 |
7 | ![]() |
Static method | Public | Method | Transfers Unchecked Data to the Table Buffer | 20050322 |
8 | ![]() |
Static method | Private | Method | Add Entry to Database Buffer | 20050322 |
9 | ![]() |
Static method | Private | Method | Read Entries from Database | 20050322 |
10 | ![]() |
Static method | Private | Method | Selects from Database | 20050322 |
11 | ![]() |
Static method | Private | Method | Selects from Database | 20050322 |
12 | ![]() |
Static method | Private | Method | Selects from Database | 20050322 |
Events
Class CL_FAA_DB_TD_DEPR_PARAM has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_S_BUFFER_HL | Private | See coding | Buffer of Database Table | 20050322 | BEGIN OF gty_s_buffer_hl.
INCLUDE TYPE faa_s_db_td_depr_param AS detail.
TYPES:
_not_found TYPE abap_bool,
END OF gty_s_buffer_hl
|
|
2 | GTY_TS_BUFFER | Private | See coding | Header of Buffer Table | 20050322 | gty_ts_buffer TYPE SORTED TABLE OF gty_s_buffer_hl
WITH UNIQUE KEY asset_id
depr_area
to_date
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FAA_DB_TD_DEPR_PARAM has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FAA_DB_TD_DEPR_PARAM 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 | 20050322 |
Method GET_BUFFER_SIZE on class CL_FAA_DB_TD_DEPR_PARAM 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 | Ohne Puffer lesen | 20050322 | ||
2 | ![]() |
IB_RESET_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20050322 | ||
3 | ![]() |
ID_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | GUID, der eine Anlage eindeutig identifiziert | 20050322 | ||
4 | ![]() |
ID_MAX_BUFFER_SIZE | Call by reference | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20050322 | |
5 | ![]() |
RTS_DETAIL | Value transfer | Type reference (TYPE) | FAA_TS_DB_TD_DEPR_PARAM | Tabelle mit zeitabhängigen Bewertungsparametern (ANLBZA) | 20050322 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050322 |
Method GET_DETAIL_4_EVLTN_DATE 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 | Ohne Puffer lesen | 20050322 | ||
2 | ![]() |
IB_RESET_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20050322 | ||
3 | ![]() |
ID_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | GUID, der eine Anlage eindeutig identifiziert | 20050322 | ||
4 | ![]() |
ID_EVLTN_DATE | Call by reference | Type reference (TYPE) | BZDAT | SY-DATLO | Bezugsdatum | 20050322 | |
5 | ![]() |
ID_MAX_BUFFER_SIZE | Call by reference | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20050322 | |
6 | ![]() |
RS_DETAIL | Value transfer | Type reference (TYPE) | FAA_S_DB_TD_DEPR_PARAM | Zeitabhängige Bewertungsparameter (ANLBZA) | 20050322 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050322 |
Method GET_LIST_4_EVLTN_DATE 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 | 20050322 | ||
2 | ![]() |
IB_RESET_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20050322 | ||
3 | ![]() |
ID_EVLTN_DATE | Call by reference | Type reference (TYPE) | BZDAT | SY-DATLO | Bezugsdatum | 20050322 | |
4 | ![]() |
ID_MAX_BUFFER_SIZE | Call by reference | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20050322 | |
5 | ![]() |
IT_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_T_ASSET_ID | Liste von Anlagen GUIDs | 20050322 | ||
6 | ![]() |
RTS_LIST | Value transfer | Type reference (TYPE) | FAA_TS_DB_TD_DEPR_PARAM | Tabelle mit zeitabhängigen Bewertungsparametern (ANLBZA) | 20050322 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050322 |
Method RESET_BUFFER Signature
Method RESET_BUFFER on class CL_FAA_DB_TD_DEPR_PARAM has no parameter.
Method RESET_BUFFER on class CL_FAA_DB_TD_DEPR_PARAM 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 | 20050322 | ||
2 | ![]() |
IB_RESET_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | Tech: Puffer zurücksetzen | 20050322 | ||
3 | ![]() |
ID_MAX_BUFFER_SIZE | Value transfer | Type reference (TYPE) | I | 1000 | Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) | 20050322 | |
4 | ![]() |
ITS_LIST | Call by reference | Type reference (TYPE) | FAA_TS_DB_TD_DEPR_PARAM | Tabelle mit zeitabhängigen Bewertungsparametern (ANLBZA) | 20050627 |
Method TRANSFER_TO_BUFFER on class CL_FAA_DB_TD_DEPR_PARAM 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 | 20050322 | |
2 | ![]() |
IS_BUFFER_HL | Call by reference | Type reference (TYPE) | GTY_S_BUFFER_HL | 20050322 |
Method _INSERT_INTO_BUFFER on class CL_FAA_DB_TD_DEPR_PARAM 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 | 20050322 | ||
2 | ![]() |
ETS_LIST | Call by reference | Type reference (TYPE) | FAA_TS_DB_TD_DEPR_PARAM | Tabelle mit zeitabhängigen Bewertungsparametern (ANLBZA) | 20050322 | ||
3 | ![]() |
IT_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_T_ASSET_ID | Liste von Anlagen GUIDs | 20050322 |
Method _SELECT_LIST on class CL_FAA_DB_TD_DEPR_PARAM has no exception.
Method _SELECT_LIST_4_EVLTN_DATE 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 | 20050322 | ||
2 | ![]() |
ETS_LIST | Call by reference | Type reference (TYPE) | FAA_TS_DB_TD_DEPR_PARAM | Tabelle mit zeitabhängigen Bewertungsparametern (ANLBZA) | 20050322 | ||
3 | ![]() |
ID_EVLTN_DATE | Call by reference | Type reference (TYPE) | SY-DATLO | Datum und Zeit, Lokales Datum des Benutzers | 20050322 | ||
4 | ![]() |
IT_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_T_ASSET_ID | Liste von Anlagen GUIDs | 20050322 |
Method _SELECT_LIST_4_EVLTN_DATE on class CL_FAA_DB_TD_DEPR_PARAM 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 | 20050322 | ||
2 | ![]() |
ETS_DETAIL | Call by reference | Type reference (TYPE) | FAA_TS_DB_TD_DEPR_PARAM | Zeitabhängige Anlagenstammdaten (ANLZ) | 20050322 | ||
3 | ![]() |
ID_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | GUID, der eine Anlage eindeutig identifiziert | 20050322 |
Method _SELECT_SINGLE on class CL_FAA_DB_TD_DEPR_PARAM has no exception.
Method _SELECT_SINGLE_4_EVLTN_DATE 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 | 20050322 | ||
2 | ![]() |
ES_DETAIL | Call by reference | Type reference (TYPE) | FAA_S_DB_TD_DEPR_PARAM | Zeitabhängige Bewertungsparameter (ANLBZA) | 20050322 | ||
3 | ![]() |
ID_ASSET_ID | Call by reference | Type reference (TYPE) | FAA_ASSET_ID | GUID, der eine Anlage eindeutig identifiziert | 20050322 | ||
4 | ![]() |
ID_EVLTN_DATE | Call by reference | Type reference (TYPE) | SY-DATLO | Datum und Zeit, Lokales Datum des Benutzers | 20050322 |
Method _SELECT_SINGLE_4_EVLTN_DATE on class CL_FAA_DB_TD_DEPR_PARAM has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 600 |