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 ABAP 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 COMPARE_FIELD_LIST_NEEDED Static method Public Method Compares the Field Lists of Two Structures 20031028
2 EXISTS Static method Public Method Does Table/Structure/View Exist? 20020726
3 EXISTS_FIELD Static method Public Method Does Field Exist in Table/Structure/View? 20020726
4 GET_DETAIL_X Static method Public Method Supplies Extended Header Data 20020726
5 GET_FIELD Static method Public Method Supplies the Field Attributes 20020927
6 GET_FIELD_LIST Static method Public Method Supplies the Field List 20020726
7 GET_FIELD_LIST_FOR_INCL Static method Public Method Supplies the Field List 20071127
8 GET_FIELD_LIST_X Static method Public Method Supplies the Field List with Additional Data 20020726
9 GET_INCLUDES Static method Public Method Gets Includes for a Structure 20071127
10 GET_TEXT 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 Exporting EF_ERROR Call by reference Type reference (TYPE) ABAP_BOOL Mindestens 1 Feld fehlt in neuer Tabelle 20031028
2 Exporting ET_MISSING_FIELD Call by reference Type reference (TYPE) INDEX TABLE Fehlende Felder in neuer Tabelle 20031028
3 Importing ID_NAME_NEW Call by reference Type reference (TYPE) CSEQUENCE Neue Tabelle/Struktur 20031028
4 Importing ID_NAME_OLD Call by reference Type reference (TYPE) CSEQUENCE Bisherige Tabelle/Struktur 20031028
5 Importing IO_MSGLIST Value transfer Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler (optional) 20031028
6 Importing 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 Importing ID_NAME Value transfer Type reference (TYPE) CSEQUENCE Tabelle/Struktur/View 20020726
2 Importing ID_TABCLASS Value transfer Type reference (TYPE) TABCLASS SPACE SPACE = Alle, 'TRANSP' = Tabelle, 'INTTAB' = Struktur 20020726
3 Importing IF_NOVIEW Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE DDIC-Views nicht berücksichtigen 20020726
4 Returning 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 Importing ID_FIELDNAME Value transfer Type reference (TYPE) CSEQUENCE Feldname 20020726
2 Importing ID_NAME Value transfer Type reference (TYPE) CSEQUENCE Tabelle/Struktur/View 20020726
3 Returning 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 Exporting ES_DETAIL_X Call by reference Type reference (TYPE) DD02V Erweiterte Kopfdaten 20020726
2 Importing ID_LANGU Value transfer Type reference (TYPE) SYLANGU SY-LANGU Sprache 20020726
3 Importing ID_NAME Value transfer Type reference (TYPE) CSEQUENCE Tabelle/Struktur/View 20020726
# Exception Resumable Description Created on
1 NOT_FOUND 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 Exporting ES_FIELD Call by reference Type reference (TYPE) DFIES Feldeigenschaften 20020927
2 Importing ID_FIELDNAME Value transfer Type reference (TYPE) CSEQUENCE Feldname 20020927
3 Importing ID_NAME Value transfer Type reference (TYPE) CSEQUENCE Tabelle/Struktur/View 20020927
# Exception Resumable Description Created on
1 NOT_FOUND 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 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) DDFIELDS Feldliste 20020726
2 Importing ID_NAME Value transfer Type reference (TYPE) CSEQUENCE Tabelle/Struktur/View 20020726
3 Importing IF_SUPPRESS_KEY Value transfer Type reference (TYPE) ABAP_BOOL Schlüsselfelder ignorieren? 20020726
4 Importing IF_SUPPRESS_MANDT Value transfer Type reference (TYPE) ABAP_BOOL MANDT-Feld ignorieren? 20020726
5 Importing IF_SUPPRESS_NONKEY Value transfer Type reference (TYPE) ABAP_BOOL Nicht-Schlüsselfelder ignorieren? 20020726
# Exception Resumable Description Created on
1 NOT_FOUND 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 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) DDFIELDS Feldliste 20071127
2 Importing ID_INCLUDE_NAME Value transfer Type reference (TYPE) CSEQUENCE Include 20071127
3 Importing ID_PARENT_NAME Value transfer Type reference (TYPE) CSEQUENCE Tabelle/Struktur/View 20071127
# Exception Resumable Description Created on
1 NOT_FOUND 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 Exporting ET_FIELD_LIST_X Call by reference Type reference (TYPE) DD03TTYP Feldliste mit Zusatzdaten 20020726
2 Importing ID_LANGU Value transfer Type reference (TYPE) SYLANGU SY-LANGU Sprache 20020726
3 Importing ID_NAME Value transfer Type reference (TYPE) CSEQUENCE Tabelle/Struktur/View 20020726
4 Importing IF_SUPPRESS_APPENDS Value transfer Type reference (TYPE) ABAP_BOOL APPEND Strukturen ignorieren 20070419
5 Importing IF_SUPPRESS_KEY Value transfer Type reference (TYPE) ABAP_BOOL Schlüsselfelder ignorieren? 20020726
6 Importing IF_SUPPRESS_MANDT Value transfer Type reference (TYPE) ABAP_BOOL MANDT-Feld ignorieren? 20020726
7 Importing IF_SUPPRESS_NONKEY Value transfer Type reference (TYPE) ABAP_BOOL Nicht-Schlüsselfelder ignorieren? 20020726
# Exception Resumable Description Created on
1 NOT_FOUND 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 Exporting ET_APP_STRUCTNAME Call by reference Type reference (TYPE) MTYPE_T_STRUCTNAME 20090331
2 Exporting ET_INCL_STRUCTNAME Call by reference Type reference (TYPE) MTYPE_T_STRUCTNAME 20071127
3 Importing ID_STRUCTNAME Call by reference Type reference (TYPE) DDOBJNAME 20071127
4 Importing 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 Exporting ED_TEXT Call by reference Type reference (TYPE) CSEQUENCE Kurzbeschreibung (AS4TEXT) 20050306
2 Importing ID_LANGU Value transfer Type reference (TYPE) SYLANGU SY-LANGU Sprache 20041106
3 Importing ID_NAME Value transfer Type reference (TYPE) CSEQUENCE Tabelle/Struktur/View 20041106
# Exception Resumable Description Created on
1 NOT_FOUND Tabelle/Struktur/View nicht vorhanden 20041106
History
Last changed by/on SAP  20110908 
SAP Release Created in 200