SAP ABAP Class CL_RECA_DDIC_TABL (DDIC Object: Table/Structure)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX (Application Component) Flexible Real Estate Management
⤷
RE_CA_BC (Package) RE: Base (Technical Objects - Library)
⤷
⤷
Properties
| Class | CL_RECA_DDIC_TABL | |
| Short Description | DDIC Object: Table/Structure | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RE_CA_BC | RE: Base (Technical Objects - Library) |
| Created | 20020726 | SAP |
| Last change | 20110908 | 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_RECA_DDIC_TABL has no interface implemented.
Friends
Class CL_RECA_DDIC_TABL has no friend class.
Attributes
Class CL_RECA_DDIC_TABL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Compares the Field Lists of Two Structures | 20031028 | |
| 2 | Static method | Public | Method | Does Table/Structure/View Exist? | 20020726 | |
| 3 | Static method | Public | Method | Does Field Exist in Table/Structure/View? | 20020726 | |
| 4 | Static method | Public | Method | Supplies Extended Header Data | 20020726 | |
| 5 | Static method | Public | Method | Supplies the Field Attributes | 20020927 | |
| 6 | Static method | Public | Method | Supplies the Field List | 20020726 | |
| 7 | Static method | Public | Method | Supplies the Field List | 20071127 | |
| 8 | Static method | Public | Method | Supplies the Field List with Additional Data | 20020726 | |
| 9 | Static method | Public | Method | Gets Includes for a Structure | 20071127 | |
| 10 | Static method | Public | Method | Gets the Short Description | 20041106 |
Events
Class CL_RECA_DDIC_TABL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTYPE_T_STRUCTNAME | Public | See coding | 20071127 | mtype_t_structname TYPE STANDARD TABLE OF ddobjname
|
Method Signatures
Method COMPARE_FIELD_LIST_NEEDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Mindestens 1 Feld fehlt in neuer Tabelle | 20031028 | |||
| 2 | ET_MISSING_FIELD | Call by reference | Type reference (TYPE) | INDEX TABLE | Fehlende Felder in neuer Tabelle | 20031028 | |||
| 3 | ID_NAME_NEW | Call by reference | Type reference (TYPE) | CSEQUENCE | Neue Tabelle/Struktur | 20031028 | |||
| 4 | ID_NAME_OLD | Call by reference | Type reference (TYPE) | CSEQUENCE | Bisherige Tabelle/Struktur | 20031028 | |||
| 5 | IO_MSGLIST | Value transfer | Object reference (TYPE REF TO) | IF_RECA_MESSAGE_LIST | Nachrichtensammler (optional) | 20031028 | |||
| 6 | IT_EXCEPT_FIELD | Call by reference | Type reference (TYPE) | INDEX TABLE | Vom Vgl. auszunehmende Felder der bisherigen Tabelle | 20031028 |
Method COMPARE_FIELD_LIST_NEEDED on class CL_RECA_DDIC_TABL has no exception.
Method EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Tabelle/Struktur/View | 20020726 | |||
| 2 | ID_TABCLASS | Value transfer | Type reference (TYPE) | TABCLASS | SPACE | SPACE = Alle, 'TRANSP' = Tabelle, 'INTTAB' = Struktur | 20020726 | ||
| 3 | IF_NOVIEW | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | DDIC-Views nicht berücksichtigen | 20020726 | ||
| 4 | RF_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | Vorhanden? | 20020726 |
Method EXISTS on class CL_RECA_DDIC_TABL has no exception.
Method EXISTS_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_FIELDNAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Feldname | 20020726 | |||
| 2 | ID_NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Tabelle/Struktur/View | 20020726 | |||
| 3 | RF_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | Vorhanden? | 20020726 |
Method EXISTS_FIELD on class CL_RECA_DDIC_TABL has no exception.
Method GET_DETAIL_X Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DETAIL_X | Call by reference | Type reference (TYPE) | DD02V | Erweiterte Kopfdaten | 20020726 | |||
| 2 | ID_LANGU | Value transfer | Type reference (TYPE) | SYLANGU | SY-LANGU | Sprache | 20020726 | ||
| 3 | ID_NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Tabelle/Struktur/View | 20020726 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Tabelle/Struktur/View nicht vorhanden | 20020927 |
Method GET_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_FIELD | Call by reference | Type reference (TYPE) | DFIES | Feldeigenschaften | 20020927 | |||
| 2 | ID_FIELDNAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Feldname | 20020927 | |||
| 3 | ID_NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Tabelle/Struktur/View | 20020927 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Tabelle/Struktur/View nicht vorhanden | 20020927 |
Method GET_FIELD_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_LIST | Call by reference | Type reference (TYPE) | DDFIELDS | Feldliste | 20020726 | |||
| 2 | ID_NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Tabelle/Struktur/View | 20020726 | |||
| 3 | IF_SUPPRESS_KEY | Value transfer | Type reference (TYPE) | ABAP_BOOL | Schlüsselfelder ignorieren? | 20020726 | |||
| 4 | IF_SUPPRESS_MANDT | Value transfer | Type reference (TYPE) | ABAP_BOOL | MANDT-Feld ignorieren? | 20020726 | |||
| 5 | IF_SUPPRESS_NONKEY | Value transfer | Type reference (TYPE) | ABAP_BOOL | Nicht-Schlüsselfelder ignorieren? | 20020726 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Tabelle/Struktur/View nicht vorhanden | 20020927 |
Method GET_FIELD_LIST_FOR_INCL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_LIST | Call by reference | Type reference (TYPE) | DDFIELDS | Feldliste | 20071127 | |||
| 2 | ID_INCLUDE_NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Include | 20071127 | |||
| 3 | ID_PARENT_NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Tabelle/Struktur/View | 20071127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Tabelle/Struktur/View nicht vorhanden | 20071127 |
Method GET_FIELD_LIST_X Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_LIST_X | Call by reference | Type reference (TYPE) | DD03TTYP | Feldliste mit Zusatzdaten | 20020726 | |||
| 2 | ID_LANGU | Value transfer | Type reference (TYPE) | SYLANGU | SY-LANGU | Sprache | 20020726 | ||
| 3 | ID_NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Tabelle/Struktur/View | 20020726 | |||
| 4 | IF_SUPPRESS_APPENDS | Value transfer | Type reference (TYPE) | ABAP_BOOL | APPEND Strukturen ignorieren | 20070419 | |||
| 5 | IF_SUPPRESS_KEY | Value transfer | Type reference (TYPE) | ABAP_BOOL | Schlüsselfelder ignorieren? | 20020726 | |||
| 6 | IF_SUPPRESS_MANDT | Value transfer | Type reference (TYPE) | ABAP_BOOL | MANDT-Feld ignorieren? | 20020726 | |||
| 7 | IF_SUPPRESS_NONKEY | Value transfer | Type reference (TYPE) | ABAP_BOOL | Nicht-Schlüsselfelder ignorieren? | 20020726 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Tabelle/Struktur/View nicht vorhanden | 20020927 |
Method GET_INCLUDES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_APP_STRUCTNAME | Call by reference | Type reference (TYPE) | MTYPE_T_STRUCTNAME | 20090331 | ||||
| 2 | ET_INCL_STRUCTNAME | Call by reference | Type reference (TYPE) | MTYPE_T_STRUCTNAME | 20071127 | ||||
| 3 | ID_STRUCTNAME | Call by reference | Type reference (TYPE) | DDOBJNAME | 20071127 | ||||
| 4 | IF_FIRST_LEVEL_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20071127 |
Method GET_INCLUDES on class CL_RECA_DDIC_TABL has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Kurzbeschreibung (AS4TEXT) | 20050306 | |||
| 2 | ID_LANGU | Value transfer | Type reference (TYPE) | SYLANGU | SY-LANGU | Sprache | 20041106 | ||
| 3 | ID_NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Tabelle/Struktur/View | 20041106 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Tabelle/Struktur/View nicht vorhanden | 20041106 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 200 |