SAP ABAP Class CL_MDG_DT_MODEL_ACCESS (Configuration Workbench Access Class)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-DT (Application Component) Design Time
     MDG_DT_DATA_MODELING (Package) MDG: Data Modeling parts of Design Time
Properties
Class CL_MDG_DT_MODEL_ACCESS  
Short Description Configuration Workbench Access Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class MDG_DT_DATA_MODEL    
Program status     
Category 0   
Package MDG_DT_DATA_MODELING   MDG: Data Modeling parts of Design Time 
Created 20100624   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MDG_DT_MODEL_ACCESS has no forward declaration.
Interfaces
Class CL_MDG_DT_MODEL_ACCESS has no interface implemented.
Friends
Class CL_MDG_DT_MODEL_ACCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DT_CREATE Constant Public Type reference (TYPE) MDG_DT_ACTION 'C' Single-Character Flag 20100913
2 DT_DELETE Constant Public Type reference (TYPE) MDG_DT_ACTION 'D' Single-Character Flag 20100913
3 DT_UPDATE Constant Public Type reference (TYPE) MDG_DT_ACTION 'U' Single-Character Flag 20100913
4 GC_JOB_NAME Constant Private Type reference (TYPE) TBTCJOB-JOBNAME 'DT_MODEL_ACTIVATE' Background job name 20110120
5 GC_MODEL_TABLE Constant Public Type reference (TYPE) RSTABLE-TABNAME 'USMD001C' Character Field Length = 10 20100624
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_MODEL_DEFINITION Static method Public Method Activates the Data Model definition 20100913
2 CHECK_AUTHORITY Static method Public Method checks the READ/WRITE access authority in Design Time 20100913
3 CHECK_ERRORS Static method Private Method checks the errors in the messages table 20101008
4 CHECK_INPUT_DATA Static method Private Method Does thebasic checks for input data 20100720
5 CHECK_MANDATORY_INPUT Static method Public Method Does thebasic checks for input data 20101005
6 CHECK_MODEL_DEFINITION Static method Public Method Checks the consistency of the Model Definition 20100913
7 CHECK_TABLE_AUTHORITY Static method Private Method Checks the authority to access USMD* tables 20100717
8 CONVERT_SRTNAME_TO_LNGNAME Static method Private Method Gets the short name for long name 20100924
9 DELETE_MODEL_DEFINITION Static method Public Method Deletes the Data model from the Database 20100913
10 DEQUEUE_MODEL Static method Public Method dequeue the Model 20100913
11 DEQUEUE_MODELS Static method Public Method Dequeues all models 20100914
12 ENQUEUE_ACTIVATE_JOB Static method Public Method Creates entry in the table with running jobs 20110125
13 ENQUEUE_MODEL Static method Public Method Enqueues the Model 20100913
14 ENQUEUE_MODELS Static method Public Method Enqueues all models 20100914
15 GET_DATA_ELEMENT_NAME Static method Public Method Gets the Data Element name for rollname 20100624
16 GET_OBJSTAT_DIFF Static method Private Method Gets the Object state differences 20100624
17 IS_ACTIVATE_JOB_RUNNING Static method Public Method Checks if the activation job is running 20110121
18 IS_DATAELEMENT_EXIST Static method Public Method Checks whether the Data element exist and activated. 20100813
19 IS_DDIC_EXISTS Static method Private Method checks if the DDIC Table/struct entry exist 20110509
20 IS_MODEL_EXISTS Static method Public Method Does the Data model exists with the activation status 20101216
21 IS_SEARCHHELP_EXIST Static method Public Method 20100814
22 IS_TRANSPORT_REQUIRED Static method Public Method Checks if the transport is required in the current landscape 20100913
23 READ_DATA_MODELS Static method Public Method Reads active or inactive data model definitions 20100913
24 READ_MODEL_DEFINITION Static method Public Method Reads active or inactive data model definition. 20100913
25 SAVE_MODEL_DEFINITION Static method Public Method Saves the Data Model definition to the USMD tables 20100913
Events
Class CL_MDG_DT_MODEL_ACCESS has no event.
Types
Class CL_MDG_DT_MODEL_ACCESS has no local type.
Method Signatures

Method ACTIVATE_MODEL_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100913
2 Exporting EV_JOB_NAME Call by reference Type reference (TYPE) TBTCJOB-JOBNAME Background job name 20110120
3 Exporting EV_JOB_NUMBER Call by reference Type reference (TYPE) TBTCJOB-JOBCOUNT Job ID 20110120
4 Exporting EV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20110106
5 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20101013
6 Importing IF_BATCH_MODE Call by reference Type reference (TYPE) AS4FLAG ' ' Flag (X or Blank) 20110127
7 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100913
8 Importing IV_TRANSPORT_REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20100913

Method ACTIVATE_MODEL_DEFINITION on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method CHECK_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100913
2 Importing IF_CHECK_READ_AUTH Call by reference Type reference (TYPE) FLAG 'X' General Flag 20100913
3 Importing IF_CHECK_WRITE_AUTH Call by reference Type reference (TYPE) FLAG 'X' General Flag 20100913

Method CHECK_AUTHORITY on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method CHECK_ERRORS 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) USMD_FLG Financial MDM: General Indicator 20101008
2 Changing IT_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20101008

Method CHECK_ERRORS on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method CHECK_INPUT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100720
2 Importing IT_ATTRIBUTE Call by reference Type reference (TYPE) MDG_DT_TS_ATTRIBUTE Attributes of Ent.Types w/Generated Persistence 20100720
3 Importing IT_ENTITY Call by reference Type reference (TYPE) MDG_DT_TS_ENTITY Entity Types 20100720
4 Importing IT_FOREIGN_KEY Call by reference Type reference (TYPE) MDG_DT_TS_FOREIGN_KEY Data model: Foreign key 20100812
5 Importing IT_HIERARCHY Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY Permitted External Entity Types in Hierarchies 20100720
6 Importing IT_HIER_ATTRIBUTE Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY_ATTRIBUTE Hierarchy Attributes 20100720
7 Importing IT_OTC Call by reference Type reference (TYPE) MDG_DT_TS_BO_TYPE Business Object Type for Entity Types 20100720
8 Importing IT_RELATIONSHIP Call by reference Type reference (TYPE) MDG_DT_TS_RELATIONSHIP Relationships of Entity Types 20100720
9 Importing IT_REL_DERIVED_HIER Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY_RELATION Relationships for Deriving Hierarchy Attribute 20100720
10 Importing IT_REUSE_AREA Call by reference Type reference (TYPE) MDG_DT_TS_ACT_REUSE_AREAS Active Reuse Areas 20100720
11 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100805

Method CHECK_INPUT_DATA on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method CHECK_MANDATORY_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20101005
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20101018
3 Importing IS_MODEL_HEADER Call by reference Type reference (TYPE) MDG_DT_S_MODEL structure for Model Header 20110222
4 Importing IT_ATTRIBUTE Call by reference Type reference (TYPE) MDG_DT_TS_ATTRIBUTE Attributes of Ent.Types w/Generated Persistence 20101005
5 Importing IT_ENTITY Call by reference Type reference (TYPE) MDG_DT_TS_ENTITY Entity Types 20101005
6 Importing IT_FOREIGN_KEY Call by reference Type reference (TYPE) MDG_DT_TS_FOREIGN_KEY Data model: Foreign key 20101005
7 Importing IT_HIERARCHY Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY Permitted External Entity Types in Hierarchies 20101005
8 Importing IT_HIER_ATTRIBUTE Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY_ATTRIBUTE Hierarchy Attributes 20101005
9 Importing IT_OTC Call by reference Type reference (TYPE) MDG_DT_TS_BO_TYPE Business Object Type for Entity Types 20101005
10 Importing IT_RELATIONSHIP Call by reference Type reference (TYPE) MDG_DT_TS_RELATIONSHIP Relationships of Entity Types 20101005
11 Importing IT_REL_DERIVED_HIER Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY_RELATION Relationships for Deriving Hierarchy Attribute 20101005
12 Importing IT_REUSE_AREA Call by reference Type reference (TYPE) MDG_DT_TS_ACT_REUSE_AREAS Active Reuse Areas 20101005
13 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20101005

Method CHECK_MANDATORY_INPUT on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method CHECK_MODEL_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100913
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20101018
3 Importing IS_MODEL_W_HEADER Call by reference Type reference (TYPE) MDG_DT_S_MODEL structure for Model Header 20101018
4 Importing IT_ATTRIBUTE Call by reference Type reference (TYPE) MDG_DT_TS_ATTRIBUTE Entity Types 20100913
5 Importing IT_ENTITY Call by reference Type reference (TYPE) MDG_DT_TS_ENTITY Entity Types 20100913
6 Importing IT_FOREIGN_KEY Call by reference Type reference (TYPE) MDG_DT_TS_FOREIGN_KEY Data model: Foreign key 20100913
7 Importing IT_HIERARCHY Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY Entity Types 20100913
8 Importing IT_HIER_ATTRIBUTE Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY_ATTRIBUTE Hierarchy Attributes 20100913
9 Importing IT_OTC Call by reference Type reference (TYPE) MDG_DT_TS_BO_TYPE Business Object Type for Entity Types 20100913
10 Importing IT_RELATIONSHIP Call by reference Type reference (TYPE) MDG_DT_TS_RELATIONSHIP Relationships of Entity Types 20100913
11 Importing IT_REL_DERIVED_HIER Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY_RELATION Relationships for Deriving Hierarchy Attribute 20100913
12 Importing IT_REUSE_AREA Call by reference Type reference (TYPE) MDG_DT_TS_ACT_REUSE_AREAS Active Reuse Areas 20100913
13 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100913

Method CHECK_MODEL_DEFINITION on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method CHECK_TABLE_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100717
2 Importing IF_CHECK_READ_AUTH Call by reference Type reference (TYPE) FLAG General Flag 20100717
3 Importing IF_CHECK_WRITE_AUTH Call by reference Type reference (TYPE) FLAG General Flag 20100717
4 Importing I_TABLE_NAME Call by reference Type reference (TYPE) TABNAME Table Name 20100717

Method CHECK_TABLE_AUTHORITY on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method CONVERT_SRTNAME_TO_LNGNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100924
2 Exporting EV_ATTRIBUTE_FLD_SOURCE Call by reference Type reference (TYPE) USMD_FLD_SOURCE 20100924
3 Exporting EV_ATTRIBUTE_TAB_SOURCE Call by reference Type reference (TYPE) USMD_TAB_SOURCE 20100924
4 Exporting EV_ENTITY_FLD_SOURCE Call by reference Type reference (TYPE) USMD_FLD_SOURCE 20100924
5 Exporting EV_ENTITY_TAB_SOURCE Call by reference Type reference (TYPE) USMD_TAB_SOURCE 20100924
6 Exporting EV_RELATION_FLD_SOURCE Call by reference Type reference (TYPE) USMD_FLD_SOURCE 20100924
7 Exporting EV_RELATION_TAB_SOURCE Call by reference Type reference (TYPE) USMD_TAB_SOURCE 20100924
8 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100924
9 Importing IV_SHORT_NAME Call by reference Type reference (TYPE) CHAR9 Character field of 9 digits 20100924

Method CONVERT_SRTNAME_TO_LNGNAME on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method DELETE_MODEL_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100913
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20101013
3 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100913

Method DELETE_MODEL_DEFINITION on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method DEQUEUE_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100913
2 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data model 20100913

Method DEQUEUE_MODEL on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method DEQUEUE_MODELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100914

Method DEQUEUE_MODELS on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method ENQUEUE_ACTIVATE_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20110125
2 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20110125

Method ENQUEUE_ACTIVATE_JOB on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method ENQUEUE_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100913
2 Importing IV_ENQUEUE_MODE Call by reference Type reference (TYPE) CHAR1 'E' Lock mode: S --> shared, E --> exclusive 20100913
3 Importing IV_ENQUEUE_SCOPE Call by reference Type reference (TYPE) CHAR1 '2' Single-Character Flag 20100913
4 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100913

Method ENQUEUE_MODEL on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method ENQUEUE_MODELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100914
2 Importing IV_ENQUEUE_MODE Call by reference Type reference (TYPE) CHAR1 'E' Lock mode: S --> shared, E --> exclusive 20100914
3 Importing IV_ENQUEUE_SCOPE Call by reference Type reference (TYPE) CHAR1 '2' Single-Character Flag 20100914

Method ENQUEUE_MODELS on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method GET_DATA_ELEMENT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NAME Call by reference Type reference (TYPE) USMD_MODEL_OBJ_TXT Description 20100624
2 Importing I_ROLLNAME Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20100624

Method GET_DATA_ELEMENT_NAME on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method GET_OBJSTAT_DIFF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OBJSTAT_DIFF Call by reference Type reference (TYPE) USMD_OBJSTAT_DIFF Active Version 20100624
2 Importing IT_ATTRIBUTES Call by reference Type reference (TYPE) MDG_DT_TS_ATTRIBUTE Attributes of Ent.Types w/Generated Persistence 20100624
3 Importing IT_ENTITIES Call by reference Type reference (TYPE) MDG_DT_TS_ENTITY Entity Types 20100624
4 Importing IT_FOREIGN_KEY Call by reference Type reference (TYPE) MDG_DT_TS_FOREIGN_KEY Data model: Foreign key 20100913
5 Importing IT_HIERARCHIES Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY Permitted External Entity Types in Hierarchies 20100624
6 Importing IT_HIER_ATTRIBUTES Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY_ATTRIBUTE Hierarchy Attributes 20100624
7 Importing IT_OTCS Call by reference Type reference (TYPE) MDG_DT_TS_BO_TYPE Business Object Type for Entity Types 20100624
8 Importing IT_RELATIONSHIPS Call by reference Type reference (TYPE) MDG_DT_TS_RELATIONSHIP Relationships of Entity Types 20100624
9 Importing IT_REL_DERIVED_HIER Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY_RELATION Relationships for Deriving Hierarchy Attribute 20100624
10 Importing IT_REUSE_AREAS Call by reference Type reference (TYPE) MDG_DT_TS_ACT_REUSE_AREAS Active Reuse Areas 20100624
11 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100624

Method GET_OBJSTAT_DIFF on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method IS_ACTIVATE_JOB_RUNNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_JOB_COMPLETE Call by reference Type reference (TYPE) AS4FLAG Flag (X or Blank) 20110121
2 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20110121

Method IS_ACTIVATE_JOB_RUNNING on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method IS_DATAELEMENT_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_EXISTS Call by reference Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20100813
2 Importing IV_DATAELEMENT Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20100813

Method IS_DATAELEMENT_EXIST on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method IS_DDIC_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_FIELD_EXISTS Call by reference Type reference (TYPE) USMD_FLG MDGAF: General Indicator 20110510
2 Exporting EF_TAB_EXISTS Call by reference Type reference (TYPE) USMD_FLG MDGAF: General Indicator 20110510
3 Importing IV_DDIC_FIELD Call by reference Type reference (TYPE) DFIES-FIELDNAME Field Name 20110510
4 Importing IV_DDIC_TAB Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20110510

Method IS_DDIC_EXISTS on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method IS_MODEL_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MODEL_EXISTS Call by reference Type reference (TYPE) AS4FLAG Flag (X or Blank) 20101216
2 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20101216
3 Importing IV_OBJSTAT Call by reference Type reference (TYPE) USMD_OBJSTAT Activation Status 20101216

Method IS_MODEL_EXISTS on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method IS_SEARCHHELP_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_EXISTS Call by reference Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20100814
2 Importing IV_SEARCH_HELP Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20100814

Method IS_SEARCHHELP_EXIST on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method IS_TRANSPORT_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_SBCSET_REQUIRED Call by reference Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20100914
2 Exporting EF_TRANSP_REQUIRED Call by reference Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20100913
3 Exporting EV_SYSTEM_TYPE Call by reference Type reference (TYPE) SY-SYSID Name of the SAP System 20100916

Method IS_TRANSPORT_REQUIRED on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method READ_DATA_MODELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100913
2 Exporting ET_MODELS_W_HEADER Call by reference Type reference (TYPE) MDG_DT_TS_MODEL_FULL Table Type for Model 20100913
3 Importing IV_OBJSTAT Call by reference Type reference (TYPE) USMD_OBJSTAT 'I' Activation Status 20100913

Method READ_DATA_MODELS on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method READ_MODEL_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MODEL_W_HEADER Call by reference Type reference (TYPE) MDG_DT_S_MODEL_FULL Data Model: Entity Types 20101018
2 Exporting ET_ATTRIBUTE Call by reference Type reference (TYPE) MDG_DT_TS_ATTRIBUTE Data Model: Attributes of Ent.Types w/Generated Persistence 20100913
3 Exporting ET_BO_TYPE Call by reference Type reference (TYPE) MDG_DT_TS_BO_TYPE Business Object Type for Entity Types 20101018
4 Exporting ET_ENTITY Call by reference Type reference (TYPE) MDG_DT_TS_ENTITY Data Model: Entity Types 20100913
5 Exporting ET_FOREIGN_KEY Call by reference Type reference (TYPE) MDG_DT_TS_FOREIGN_KEY Data model: Foreign key 20100913
6 Exporting ET_HIERARCHY Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY Data Model: Permitted External Entity Types in Hierarchies 20100913
7 Exporting ET_HIER_ATTRIBUTE Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY_ATTRIBUTE Data Model: Hierarchy Attributes 20100913
8 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100913
9 Exporting ET_RELATIONSHIP Call by reference Type reference (TYPE) MDG_DT_TS_RELATIONSHIP Data Model: Relationships of Entity Types 20100913
10 Exporting ET_REL_DERIVED_HIER Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY_RELATION Data Model: Relationships for Deriving Hierarchy Attributes 20100913
11 Exporting ET_REUSE_AREA Call by reference Type reference (TYPE) MDG_DT_TS_ACT_REUSE_AREAS Data Model: Reuse Active Areas 20100913
12 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100913
13 Importing IV_OBJSTAT Call by reference Type reference (TYPE) USMD_OBJSTAT 'I' Data Model object state: 'I' -> Inactive , 'A' -> Active 20100913

Method READ_MODEL_DEFINITION on class CL_MDG_DT_MODEL_ACCESS has no exception.

Method SAVE_MODEL_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100913
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Financial MDM: General Indicator 20101013
3 Importing IF_RUN_BACKGROUND Call by reference Type reference (TYPE) FLAG ' ' General Flag 20100913
4 Importing IF_SAVE_WITH_ERRORS Call by reference Type reference (TYPE) FLAG 'X' General Flag 20100913
5 Importing IS_MODEL_W_HEADER Call by reference Type reference (TYPE) MDG_DT_S_MODEL structure for Model Header 20101018
6 Importing IT_ATTRIBUTE Call by reference Type reference (TYPE) MDG_DT_TS_ATTRIBUTE Attributes of Ent.Types w/Generated Persistence 20100913
7 Importing IT_ENTITY Call by reference Type reference (TYPE) MDG_DT_TS_ENTITY Entity Types 20100913
8 Importing IT_FOREIGN_KEY Call by reference Type reference (TYPE) MDG_DT_TS_FOREIGN_KEY Data model: Foreign key 20100913
9 Importing IT_HIERARCHY Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY Permitted External Entity Types in Hierarchies 20100913
10 Importing IT_HIER_ATTRIBUTE Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY_ATTRIBUTE Hierarchy Attributes 20100913
11 Importing IT_OTC Call by reference Type reference (TYPE) MDG_DT_TS_BO_TYPE Business Object Type for Entity Types 20100913
12 Importing IT_RELATIONSHIP Call by reference Type reference (TYPE) MDG_DT_TS_RELATIONSHIP Relationships of Entity Types 20100913
13 Importing IT_REL_DERIVED_HIER Call by reference Type reference (TYPE) MDG_DT_TS_HIERARCHY_RELATION Relationships for Deriving Hierarchy Attribute 20100913
14 Importing IT_REUSE_AREA Call by reference Type reference (TYPE) MDG_DT_TS_ACT_REUSE_AREAS Active Reuse Areas 20100913
15 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100913
16 Importing IV_TRANSPORT_REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20100913

Method SAVE_MODEL_DEFINITION on class CL_MDG_DT_MODEL_ACCESS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703