SAP ABAP Class CL_MDG_MDF_DDIC (test)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     MDG_MDF1 (Package) Master Data: Buffers and Instances
Properties
Class CL_MDG_MDF_DDIC  
Short Description test    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MDG_MDF1   Master Data: Buffers and Instances 
Created 20130328   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MDG_MDF_DDIC has no forward declaration.
Interfaces
Class CL_MDG_MDF_DDIC has no interface implemented.
Friends
Class CL_MDG_MDF_DDIC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_DOMA Static Attribute Private Type reference (TYPE) TS_DOMA 20130328
2 GT_DTEL Static Attribute Private Type reference (TYPE) TS_DTEL 20130328
3 GT_TABL Static Attribute Private Type reference (TYPE) TS_TABL 20130328
4 GT_TEXTTABLE Static Attribute Private Type reference (TYPE) TS_TEXTTABLE 20130328
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_KEY_REF_BY_TABNAME Static method Public Method 20130328
2 GET_DOMA Static method Public Method 20130328
3 GET_DOMA_DIRECT Static method Public Method Get data of domain per direct SELECT 20131030
4 GET_DTEL Static method Public Method 20130328
5 GET_DTEL_DIRECT Static method Public Method Get data of data element per direct SELECT 20131030
6 GET_LANGU_FROM_T002 Static method Public Method Get Languages from Table T002 20130402
7 GET_NAMETAB Static method Public Method Get active nametabe data 20131030
8 GET_TABL Static method Public Method 20130328
9 GET_TEXTTABLE Static method Public Method 20130328
Events
Class CL_MDG_MDF_DDIC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_DOMA Private See coding 20130328 BEGIN OF s_doma, name TYPE ddobjname, gotstate TYPE ddgotstate, dd01v TYPE dd01v, END OF s_doma
2 S_DTEL Private See coding 20130328 BEGIN OF s_dtel, name TYPE ddobjname, gotstate TYPE ddgotstate, dd04v TYPE dd04v, END OF s_dtel
3 S_TABL Private See coding 20130328 BEGIN OF s_tabl, name TYPE ddobjname, gotstate TYPE ddgotstate, dd02v TYPE dd02v, dd03p TYPE dd03ptab, END OF s_tabl
4 S_TEXTTABLE Private See coding 20130328 BEGIN OF s_texttable, tabname TYPE tabname, texttable TYPE tabname, END OF s_texttable
5 TS_DOMA Private See coding 20130328 ts_doma TYPE SORTED TABLE OF s_doma WITH UNIQUE KEY name
6 TS_DTEL Private See coding 20130328 ts_dtel TYPE SORTED TABLE OF s_dtel WITH UNIQUE KEY name
7 TS_TABL Private See coding 20130328 ts_tabl TYPE SORTED TABLE OF s_tabl WITH UNIQUE KEY name
8 TS_TEXTTABLE Private See coding 20130328 ts_texttable TYPE SORTED TABLE OF s_texttable WITH UNIQUE KEY tabname
Method Signatures

Method CREATE_KEY_REF_BY_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_KEY_STRUC Value transfer Object reference (TYPE REF TO) DATA 20130328
2 Importing IV_TABNAME Call by reference Type reference (TYPE) MDG_MDF_TABNAME 20130328

Method CREATE_KEY_REF_BY_TABNAME on class CL_MDG_MDF_DDIC has no exception.

Method GET_DOMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DD01V Call by reference Type reference (TYPE) DD01V 20130328
2 Exporting EV_GOTSTATE Call by reference Type reference (TYPE) DDGOTSTATE 20130328
3 Importing IV_NAME Call by reference Type reference (TYPE) DDOBJNAME 20130328

Method GET_DOMA on class CL_MDG_MDF_DDIC has no exception.

Method GET_DOMA_DIRECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOMNAME Call by reference Type reference (TYPE) DOMNAME Domain name 20131030
2 Returning RS_DD01V Value transfer Type reference (TYPE) DD01V Domain header with text 20131030

Method GET_DOMA_DIRECT on class CL_MDG_MDF_DDIC has no exception.

Method GET_DTEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DD04V Call by reference Type reference (TYPE) DD04V 20130328
2 Exporting EV_GOTSTATE Call by reference Type reference (TYPE) DDGOTSTATE 20130328
3 Importing IV_NAME Call by reference Type reference (TYPE) DDOBJNAME 20130328

Method GET_DTEL on class CL_MDG_MDF_DDIC has no exception.

Method GET_DTEL_DIRECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROLLNAME Call by reference Type reference (TYPE) ROLLNAME Data element (semantic domain) 20131030
2 Returning RS_DD04V Value transfer Type reference (TYPE) DD04V Generierte Tabelle zu einem View 20131030

Method GET_DTEL_DIRECT on class CL_MDG_MDF_DDIC has no exception.

Method GET_LANGU_FROM_T002 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_LANGU Value transfer Type reference (TYPE) TTAB_T002 Language Keys (Component BC-I18) 20130402

Method GET_LANGU_FROM_T002 on class CL_MDG_MDF_DDIC has no exception.

Method GET_NAMETAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20131030
2 Returning RT_DFIES Value transfer Type reference (TYPE) DFIES_TABLE Table for dfies entries 20131030

Method GET_NAMETAB on class CL_MDG_MDF_DDIC has no exception.

Method GET_TABL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DD02V Call by reference Type reference (TYPE) DD02V 20130328
2 Exporting ET_DD03P Call by reference Type reference (TYPE) DD03PTAB 20130328
3 Exporting EV_GOTSTATE Call by reference Type reference (TYPE) DDGOTSTATE 20130328
4 Importing IV_NAME Call by reference Type reference (TYPE) DDOBJNAME 20130328

Method GET_TABL on class CL_MDG_MDF_DDIC has no exception.

Method GET_TEXTTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXTTABLE Call by reference Type reference (TYPE) TABNAME 20130328
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20130328

Method GET_TEXTTABLE on class CL_MDG_MDF_DDIC has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in