SAP ABAP Class CL_SATT_DB (Database Access to Attribute Repository)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
SV-ASA (Application Component) ASAP (AcceleratedSAP)
⤷
SATT (Package) Attribute Repository for Reference Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SATT_CONST | Constants for Attribute Repository | 20001208 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SATT_DB_HIER_NODE | TADIR Objects: Database Access to Attribute Repository | 20001211 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SATT_DB_TADIR | TADIR Objects: Database Access to Attribute Repository | 20001208 |
Properties
| Class | CL_SATT_DB | |
| Short Description | Database Access to Attribute Repository | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SATT | Attribute Repository for Reference Objects |
| Created | 20001206 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SATT_DB has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SATT_CONST | Constants for Attribute Repository | 20001208 |
Friends
Class CL_SATT_DB has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TABNAME | Table Name | 20001206 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TABNAME | Table Name | 20001206 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | FIELDNAME | Field Name for Attribute Values in Database Table | 20001206 | |||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20001208 | |||||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | 20001208 | |||||
| 6 | Instance attribute | Public | Attribute reference (LIKE) | 20001208 | |||||
| 7 | Instance attribute | Public | Attribute reference (LIKE) | 20001208 | |||||
| 8 | Instance attribute | Public | Attribute reference (LIKE) | 20001208 | |||||
| 9 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Value Attributes for Internal Tables | 20001206 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20001206 | |
| 2 | Instance method | Protected | Method | Deletes All Entries for Current Object Key | 20001208 | |
| 3 | Instance method | Public | Method | Reads Values for Object from the Database | 20001208 | |
| 4 | Instance method | Public | Method | Saves Transported Values | 20001206 | |
| 5 | Instance method | Protected | Method | Executes a Select Statement | 20001208 |
Events
Class CL_SATT_DB has no event.
Types
Class CL_SATT_DB has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SUBTYP | Call by reference | Type reference (TYPE) | ATSUBTYPE | Untertyp für Objekte | 20001208 | |||
| 2 | I_TABNAME_EX | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20001206 | |||
| 3 | I_TABNAME_IN | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20001206 | |||
| 4 | I_VALUE_FIELD | Call by reference | Type reference (TYPE) | FIELDNAME | 'VALUE' | Feldname | 20001206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | User Abbruch | 20001206 | ||
| 2 | allg. Fehler | 20001206 |
Method DELETE Signature
Method DELETE on class CL_SATT_DB has no parameter.
Method DELETE on class CL_SATT_DB has no exception.
Method READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SIGN | Call by reference | Type reference (TYPE) | SAT_RB | Radiobuttons allgemein | 20001208 | |||
| 2 | E_T_VALUES | Call by reference | Type reference (TYPE) | STANDARD TABLE | Werteliste | 20001208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | User Abbruch | 20001208 | ||
| 2 | allg. Fehler | 20001208 | ||
| 3 | eine Einträge zum Objekt gefunden | 20001208 |
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SIGN | Call by reference | Type reference (TYPE) | SAT_RB | Radiobuttons allgemein | 20001206 | |||
| 2 | I_T_VALUES | Call by reference | Type reference (TYPE) | STANDARD TABLE | Werteliste | 20001206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | User Abbruch | 20001206 | ||
| 2 | allg. Fehler | 20001206 |
Method SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_RESULT | Value transfer | Type reference (TYPE) | STANDARD TABLE | Selektierte Werte | 20001208 | |||
| 2 | I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabelle für Selektion | 20001208 |
Method SELECT on class CL_SATT_DB has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 610 |