SAP ABAP Class CL_ST05_DDIC_INFO_M (ST05 DDIC Info Model Class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-P-PA (Application Component) Performance Analysis (Transaction ST05)
     ST05 (Package) ST05 Performance Trace
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PTC_M Model Class for Performance Tools 20130315
Properties
Class CL_ST05_DDIC_INFO_M  
Short Description ST05 DDIC Info Model Class    
Super Class CL_PTC_M Model Class for Performance Tools 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ST05   ST05 Performance Trace 
Created 20100719   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ST05_DDIC_INFO_M has no forward declaration.
Interfaces
Class CL_ST05_DDIC_INFO_M has no interface implemented.
Friends
Class CL_ST05_DDIC_INFO_M has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DDIC_INFORMATION_TABLE Instance attribute Private Type reference (TYPE) ST05_DDIC_INFORMATION_TABLE DDIC Information 20110516
2 OBJECT_NAME Instance attribute Private Type reference (TYPE) ST05_OBJECT_NAME_DDIC Name of Object (Table, View) in DDIC 20110519
3 OBJECT_NAME_TABLE Instance attribute Private Type reference (TYPE) ST05_OBJECT_NAME_DDIC_TABLE Name of ABAP Dictionary Object 20110516
Methods
# Method Level Visibility Method type Description Created on
1 GET_DDIC_INFO Instance method Public Method Get Member Variable DDIC_information 20100719
2 GET_DDIC_INFO_TABLE Instance method Public Method Get Member Variable DDIC_information_table 20110516
3 GET_DDIC_PROPERTIES_OF_TABLE Static method Public Method Get DDIC Properties of a DB Table or View 20100726
4 GET_OBJECT_NAME Instance method Public Method Get Member Variable object_name 20100719
5 READ_APP_COMPONENT_HIERARCHY Instance method Private Method Read Application Component Hierrachy 20100719
6 READ_DATA_CLASS_TEXT Static method Private Method Read Text for a Table's Data Class 20100726
7 READ_DB_STATISTICS Static method Private Method Read DB Statistics 20100719
8 READ_DDIC_INFO Instance method Private Method Read DDIC Information for a Table or View 20100719
9 READ_MATCHCODE_TEXTS Static method Private Method Read Texts for Matchcode Object and Matchcode ID 20100726
10 READ_OBJECT_AUTHORS Static method Private Method Read up to 3 Authors for a DDIC Object 20100719
11 READ_OBJECT_FIELDS Static method Private Method Read Fields of a Table or View 20100720
12 READ_SECONDARY_INDICES Static method Private Method Read Secondary Indices of a Table or View 20100720
13 SET_OBJECT_NAME Instance method Public Method Set Member Variable object_name 20100719
Events
Class CL_ST05_DDIC_INFO_M has no event.
Types
Class CL_ST05_DDIC_INFO_M has no local type.
Method Signatures

Method GET_DDIC_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DDIC_INFORMATION Value transfer Type reference (TYPE) ST05_DDIC_INFORMATION DDIC Information 20110516
2 Importing OBJECT_NAME Call by reference Type reference (TYPE) DDOBJNAME Name eines ABAP Dictionary-Objekts 20100719
# Exception Resumable Description Created on
1 CX_ST05 ST05 Exception Class 20100723

Method GET_DDIC_INFO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DDIC_INFORMATION_TABLE Value transfer Type reference (TYPE) ST05_DDIC_INFORMATION_TABLE DDIC Information 20110516
2 Importing OBJECT_NAME Call by reference Type reference (TYPE) DDOBJNAME Name eines ABAP Dictionary-Objekts 20110516
# Exception Resumable Description Created on
1 CX_ST05 ST05 Exception Class 20121217

Method GET_DDIC_PROPERTIES_OF_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting BUFFER_TYPE Call by reference Type reference (TYPE) ST05_OBJECT_BUFFER_TYPE Type of a DDIC Object (Table or View) 20100726
2 Importing OBJECT_NAME Call by reference Type reference (TYPE) ST05_OBJECT Objekt, auf das eine aufgezeichnete Aktion zugegriffen hat 20100726
3 Exporting TABCLASS Call by reference Type reference (TYPE) ST05_OBJECT_TYPE Record Length of a DDIC Object (Table or View) in Bytes 20100726
4 Exporting TABLEN Call by reference Type reference (TYPE) ST05_OBJECT_LENGTH Buffering Type of DDIC Object (Table or View) 20100726

Method GET_DDIC_PROPERTIES_OF_TABLE on class CL_ST05_DDIC_INFO_M has no exception.

Method GET_OBJECT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OBJECT_NAME Value transfer Type reference (TYPE) DDOBJNAME Name eines ABAP Dictionary-Objekts 20100719

Method GET_OBJECT_NAME on class CL_ST05_DDIC_INFO_M has no exception.

Method READ_APP_COMPONENT_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting APP_COMPONENT_HIERARCHY Call by reference Type reference (TYPE) ST05_APP_COMPONENT_HIERARCHY Application Component Hierarchy 20100719
2 Changing AUTHOR Call by reference Type reference (TYPE) RESPONSIBL Verantwortlicher für ein Repository-Objekt 20100719
3 Importing OBJECT_NAME Call by reference Type reference (TYPE) ST05_OBJECT_NAME_DDIC Name eines Objekts (Tabelle, View) im DDIC 20110516

Method READ_APP_COMPONENT_HIERARCHY on class CL_ST05_DDIC_INFO_M has no exception.

Method READ_DATA_CLASS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_CLASS Call by reference Type reference (TYPE) TABART Datenart in Technischen Einstellungen 20100726
2 Importing LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20100726
3 Returning TEXT Value transfer Type reference (TYPE) DDTEXT Erläuternder Kurztext 20100726

Method READ_DATA_CLASS_TEXT on class CL_ST05_DDIC_INFO_M has no exception.

Method READ_DB_STATISTICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ANALYSIS_DATE Call by reference Type reference (TYPE) SYDATUM Aktuelles Datum des Applikationsservers 20100719
2 Exporting INDEX_SIZE_PER_ROW Call by reference Type reference (TYPE) I 20100719
3 Exporting NUMBER_OF_ROWS Call by reference Type reference (TYPE) TROWS Zahl der Sätze in einer Tabelle 20100719
4 Importing OBJECT_NAME Call by reference Type reference (TYPE) DDOBJNAME Name eines ABAP Dictionary-Objekts 20100719
5 Exporting TABLE_SIZE_PER_ROW Call by reference Type reference (TYPE) F 20100719

Method READ_DB_STATISTICS on class CL_ST05_DDIC_INFO_M has no exception.

Method READ_DDIC_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20111017
# Exception Resumable Description Created on
1 CX_ST05 ST05 Exception Class 20100719

Method READ_MATCHCODE_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MATCHCODE_ID_TEXT Call by reference Type reference (TYPE) DDTEXT Erläuternder Kurztext 20100726
2 Exporting MATCHCODE_OBJECT_TEXT Call by reference Type reference (TYPE) DDTEXT Erläuternder Kurztext 20100726
3 Importing OBJECT Call by reference Type reference (TYPE) DDOBJNAME Name eines ABAP Dictionary-Objekts 20100726

Method READ_MATCHCODE_TEXTS on class CL_ST05_DDIC_INFO_M has no exception.

Method READ_OBJECT_AUTHORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting AUTHOR1 Call by reference Type reference (TYPE) RESPONSIBL Verantwortlicher für ein Repository-Objekt 20100719
2 Exporting AUTHOR2 Call by reference Type reference (TYPE) RESPONSIBL Verantwortlicher für ein Repository-Objekt 20100719
3 Exporting AUTHOR3 Call by reference Type reference (TYPE) RESPONSIBL Verantwortlicher für ein Repository-Objekt 20100719
4 Importing OBJECT_NAME Call by reference Type reference (TYPE) DDOBJNAME Name eines ABAP Dictionary-Objekts 20100719

Method READ_OBJECT_AUTHORS on class CL_ST05_DDIC_INFO_M has no exception.

Method READ_OBJECT_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DD03P_TABLE Value transfer Type reference (TYPE) ST05_DDTT_DD03P Tabellentype DD03P 20100720
2 Importing DD26V_TABLE Call by reference Type reference (TYPE) ST05_DDTT_DD26V Tabellentyp DD26V 20100720
3 Importing OBJECT Call by reference Type reference (TYPE) DDOBJNAME Name eines ABAP Dictionary-Objekts 20100720
4 Importing OBJECT_CLASS Call by reference Type reference (TYPE) TABCLASS Tabellenart 20100720

Method READ_OBJECT_FIELDS on class CL_ST05_DDIC_INFO_M has no exception.

Method READ_SECONDARY_INDICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DD12V_TABLE Call by reference Type reference (TYPE) DD12VTAB DD: Index-Header einer Tabelle 20100720
2 Exporting DD17V_TABLE Call by reference Type reference (TYPE) DD17VTAB DD: Felder der Indizes einer Tabelle 20100720
3 Importing DD26V_TABLE Call by reference Type reference (TYPE) ST05_DDTT_DD26V Tabellentyp DD26V 20100720
4 Importing LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20111017

Method READ_SECONDARY_INDICES on class CL_ST05_DDIC_INFO_M has no exception.

Method SET_OBJECT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT_NAME Call by reference Type reference (TYPE) DDOBJNAME Name eines ABAP Dictionary-Objekts 20100719

Method SET_OBJECT_NAME on class CL_ST05_DDIC_INFO_M has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 703