SAP ABAP Class CL_FDT_TADIR (Handling of TADIR entries)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_SERVICE (Package) BRFplus: Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_PERSISTENCE_SPECIAL | Interface for special persistence cases | 20090108 |
Properties
| Class | CL_FDT_TADIR | |
| Short Description | Handling of TADIR entries | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_SERVICE | BRFplus: Services |
| Created | 20090108 | SAP |
| Last change | 20130531 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_PERSISTENCE_SPECIAL | Interface for special persistence cases | 20090108 |
Friends
Class CL_FDT_TADIR 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) | TS_PERSISTENCE_SPECIAL | 20090108 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20120605 | ||
| 2 | Static method | Public | Method | Remove TADIR entry for application | 20090108 | |
| 3 | Static method | Public | Method | Write TADIR entry for application | 20090108 |
Events
Class CL_FDT_TADIR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_PERSISTENCE_SPECIAL | Private | See coding | 20090108 | BEGIN OF s_persistence_special,
tablename TYPE tabname,
id TYPE if_fdt_types=>id,
END OF s_persistence_special
|
||
| 2 | TS_PERSISTENCE_SPECIAL | Private | See coding | 20090108 | ts_persistence_special TYPE SORTED TABLE OF s_persistence_special WITH UNIQUE KEY tablename id
|
Method Signatures
Method CREATE_LOCAL_COPY_OF_GTADIR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FAILED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120605 | ||||
| 2 | IV_OBJ_NAME | Call by reference | Type reference (TYPE) | TADIR-OBJ_NAME | Object Name in Object Directory | 20120605 |
Method CREATE_LOCAL_COPY_OF_GTADIR on class CL_FDT_TADIR has no exception.
Method REMOVE_APPL_TADIR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20090108 | |||
| 2 | RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20090108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20090108 |
Method WRITE_APPL_TADIR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application ID | 20090108 | |||
| 2 | RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20090108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20090108 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |