SAP ABAP Interface IF_MDG_DT_DM_DISPATCHER (Configuration Workbench Dispatcher APIs)
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
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_DT_DM_DISPATCHER Dispatcher API for DT 20100624
Properties
Interface IF_MDG_DT_DM_DISPATCHER  
Short Description Configuration Workbench Dispatcher APIs    
General Data
Package MDG_DT_DATA_MODELING   MDG: Data Modeling parts of Design Time 
Created 20100624   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_MDG_DT_DM_DISPATCHER has no forward declaration.
Interfaces
Interface IF_MDG_DT_DM_DISPATCHER has no interface.
Friends
Interface IF_MDG_DT_DM_DISPATCHER has no friend.
Attributes
Interface IF_MDG_DT_DM_DISPATCHER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_DATA_MODEL Static method Public Method Activates a data model from the data model table 20100811
2 CHANGE_ATTRIBUTES Static method Public Method Creates or changes attributes in the buffer 20100806
3 CHANGE_BOTYPES Static method Public Method Creates or changes BO types in the buffer 20100806
4 CHANGE_DATA_MODEL_XML Static method Public Method Creates or changes data model XML in write buffer 20100811
5 CHANGE_ENTITIES Static method Public Method Creates or changes entities in buffer 20100806
6 CHANGE_FOREIGNKEYS Static method Public Method Creates or changes foreign keys in buffer 20101228
7 CHANGE_HIERARCHIES Static method Public Method Creates or changes hierarchy attributes in buffer 20100806
8 CHANGE_HIER_ATTRS Static method Public Method Creates or changes hierarchy relationships in buffer 20100806
9 CHANGE_HIER_RELS Static method Public Method Creates or changes hierarchies in buffer 20100806
10 CHANGE_MODELHEADER Static method Public Method Changes header info of data model in buffer 20100806
11 CHANGE_RELATIONSHIPS Static method Public Method Creates or changes relationships in buffer 20100806
12 CHANGE_REUSE_AREAS Static method Public Method Creates or changes reuse areas in buffer 20100806
13 CHECK_CLIENT_SETTINGS Static method Public Method Checks if transport is required for clients 20100914
14 CHECK_DATA_MODEL Static method Public Method Checks consistency of data model table 20100811
15 CLEAR_READ_BUFFER Static method Public Method Clears the read buffer 20100823
16 CLEAR_WRITE_BUFFER Static method Public Method Clears the write buffer 20100823
17 COPY_DATA_MODEL Static method Public Method Creates a copy of the existing model into new inactive mode 20100811
18 DELETE_ATTRIBUTES Static method Public Method Deletes attributes from the buffer 20100806
19 DELETE_BO_TYPES Static method Public Method Deletes BO types from the buffer 20100806
20 DELETE_DATA_MODEL Static method Public Method Deletes the data model from the database 20100811
21 DELETE_ENTITIES Static method Public Method Deletes entity types from the buffer 20100806
22 DELETE_FOREIGNKEYS Static method Public Method Deletes foreign keys from buffer 20101228
23 DELETE_HIERARCHIES Static method Public Method Deletes hierarchies from buffer 20100806
24 DELETE_HIER_ATTRS Static method Public Method Deletes hierarchy attributes from buffer 20100806
25 DELETE_HIER_RELS Static method Public Method Deletes hierarchy relationships from buffer 20100806
26 DELETE_RELATIONSHIPS Static method Public Method Deletes relationships from buffer 20100806
27 DELETE_REUSE_AREAS Static method Public Method Deletes BO types from buffer 20100806
28 DEQUEUE_MODEL Static method Public Method Dequeues data model 20100817
29 DEQUEUE_MODELS Static method Public Method Dequeues all inactive models 20100914
30 ENQUEUE_MODEL Static method Public Method Enqueues data model 20100818
31 ENQUEUE_MODELS Static method Public Method Enqueues all inactive models 20100914
32 IS_ACTIVATE_JOB_RUNNING Static method Public Method Checks if activate job is running for this data model 20110125
33 READBUFFERS Static method Public Method Returns read and write buffer 20101005
34 READ_DATA_MODEL Static method Public Method Returns data model in tabular format 20100818
35 READ_DATA_MODEL_XML Static method Public Method Returns data model XML 20100806
36 SAVE_DATA_MODEL Static method Public Method Saves data models from buffer to database 20100811
Events
Interface IF_MDG_DT_DM_DISPATCHER has no event.
Types
Interface IF_MDG_DT_DM_DISPATCHER has no local type.
Method Signatures

Method ACTIVATE_DATA_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 20100811
2 Exporting EV_JOB_NAME Call by reference Type reference (TYPE) TBTCJOB-JOBNAME Background job name 20110122
3 Exporting EV_JOB_NUMBER Call by reference Type reference (TYPE) TBTCJOB-JOBCOUNT Job ID 20110122
4 Exporting EV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20110107
5 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20110122
6 Importing IF_BATCH_MODE Call by reference Type reference (TYPE) AS4FLAG ' ' X- runs in batch mode, space - run normally 20110128
7 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
8 Importing IV_TRANSPORT_REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20100811

Method ACTIVATE_DATA_MODEL on Interface IF_MDG_DT_DM_DISPATCHER has no exception.

Method CHANGE_ATTRIBUTES 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_ATTRIBUTES Call by reference Type reference (TYPE) MDG_DT_API_TS_ATTRIBUTE Attribute for DT API 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method CHANGE_BOTYPES 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_BOTYPE Call by reference Type reference (TYPE) MDG_DT_API_TS_BO_TYPE BO Type for DT API 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method CHANGE_DATA_MODEL_XML 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 20100811
2 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100811
3 Importing IV_MODEL_XML Call by reference Type reference (TYPE) MDG_DT_API_MODEL_XML XML for data model 20100811
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method CHANGE_ENTITIES 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 20100907
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_ENTITIES Call by reference Type reference (TYPE) MDG_DT_API_TS_ENTITY Entity for DT API 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method CHANGE_FOREIGNKEYS 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 20101228
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20101228
3 Importing IT_FOREIGNKEYS Call by reference Type reference (TYPE) MDG_DT_API_TS_FOREIGN_KEY Table type for foreign keys in data model 20101228
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20101228
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20101228

Method CHANGE_HIERARCHIES 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_HIERARCHIES Call by reference Type reference (TYPE) MDG_DT_API_TS_HIERARCHY Hierarchy table type for DT API 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method CHANGE_HIER_ATTRS 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_HIER_ATTR Call by reference Type reference (TYPE) MDG_DT_API_TS_HIER_ATTRIBUTE Hierarchy attribute Table type for DT APi 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method CHANGE_HIER_RELS 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_HIER_RELS Call by reference Type reference (TYPE) MDG_DT_API_TS_HIER_RELATION Hierarchy attribute Table type for DT APi 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method CHANGE_MODELHEADER 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 20100907
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100907
3 Importing IV_MODELHEADER Call by reference Type reference (TYPE) MDG_DT_API_S_MODEL_HEADER_IN Model Header for data modelling in Design Time 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20110111

Method CHANGE_RELATIONSHIPS 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_RELATIONSHIPS Call by reference Type reference (TYPE) MDG_DT_API_TS_RELATIONSHIP Relationship for DT API 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method CHANGE_REUSE_AREAS 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_REUSE Call by reference Type reference (TYPE) MDG_DT_API_TS_REUSE_AREAS Table type for design Time API 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method CHECK_CLIENT_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_BCSET_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 20100914
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20110106
4 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20110106
5 Exporting EV_SYSTEM_TYPE Call by reference Type reference (TYPE) SY-SYSID Name of the SAP System 20101006

Method CHECK_CLIENT_SETTINGS on Interface IF_MDG_DT_DM_DISPATCHER has no exception.

Method CHECK_DATA_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 20100811
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20101112
3 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825

Method CHECK_DATA_MODEL on Interface IF_MDG_DT_DM_DISPATCHER has no exception.

Method CLEAR_READ_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825

Method CLEAR_READ_BUFFER on Interface IF_MDG_DT_DM_DISPATCHER has no exception.

Method CLEAR_WRITE_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825

Method CLEAR_WRITE_BUFFER on Interface IF_MDG_DT_DM_DISPATCHER has no exception.

Method COPY_DATA_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 20100811
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20110111
3 Importing IV_MODEL_NAME_SOURCE Call by reference Type reference (TYPE) USMD_MODEL Data Model 20101215
4 Importing IV_MODEL_NAME_TARGET Call by reference Type reference (TYPE) USMD_MODEL Data Model 20101215
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20101112

Method DELETE_ATTRIBUTES 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_ATTRIBUTES Call by reference Type reference (TYPE) MDG_DT_API_TS_ATTRIBUTE Attribute for DT API 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method DELETE_BO_TYPES 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_BOTYPE Call by reference Type reference (TYPE) MDG_DT_API_TS_BO_TYPE BO Type for DT API 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method DELETE_DATA_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 20100811
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20101110
3 Importing IV_BCSET_REQUEST Call by reference Type reference (TYPE) SCPR_ID Business Configuration Set 20101110
4 Importing IV_BCSET_VERSION Call by reference Type reference (TYPE) SCPR_VERS 'N' BC Set: Version 20101110
5 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100811
6 Importing IV_TRANSPORT_REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20101110
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20101112

Method DELETE_ENTITIES 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_ENTITIES Call by reference Type reference (TYPE) MDG_DT_API_TS_ENTITY 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method DELETE_FOREIGNKEYS 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 20101228
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20101228
3 Importing IT_FOREIGNKEYS Call by reference Type reference (TYPE) MDG_DT_API_TS_FOREIGN_KEY Table type for foreign keys in data model 20101228
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20101228
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20101228

Method DELETE_HIERARCHIES 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_HIERARCHIES Call by reference Type reference (TYPE) MDG_DT_API_TS_HIERARCHY Hierarchy table type for DT API 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method DELETE_HIER_ATTRS 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_HIER_ATTR Call by reference Type reference (TYPE) MDG_DT_API_TS_HIER_ATTRIBUTE Hierarchy attribute Table type for DT APi 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method DELETE_HIER_RELS 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_HIER_RELS Call by reference Type reference (TYPE) MDG_DT_API_TS_HIER_RELATION Hierarchy attribute Table type for DT APi 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method DELETE_RELATIONSHIPS 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_RELATIONSHIPS Call by reference Type reference (TYPE) MDG_DT_API_TS_RELATIONSHIP Relationship for DT API 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method DELETE_REUSE_AREAS 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 20100908
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20100908
3 Importing IT_REUSE Call by reference Type reference (TYPE) MDG_DT_API_TS_REUSE_AREAS Table type for design Time API 20100806
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

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 20100817
2 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100914

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
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100914

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 20100818
2 Importing IV_ENQUE_MODE Call by reference Type reference (TYPE) CHAR1 'E' Single-Character Flag 20100818
3 Importing IV_ENQUE_SCOPE Call by reference Type reference (TYPE) CHAR1 '1' Single-Character Flag 20100818
4 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

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
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100914

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) 20110125
2 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20110125

Method IS_ACTIVATE_JOB_RUNNING on Interface IF_MDG_DT_DM_DISPATCHER has no exception.

Method READBUFFERS 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 20101005
2 Exporting EV_ACTIVE_BUFFER Call by reference Type reference (TYPE) MDG_DT_API_S_MODEL_TABLE Model Table for DT API 20101005
3 Exporting EV_READ_BUFFER Call by reference Type reference (TYPE) MDG_DT_API_S_MODEL_TABLE Model Table for DT API 20101005
4 Exporting EV_WRITE_BUFFER Call by reference Type reference (TYPE) MDG_DT_API_S_MODEL_TABLE Model Table for DT API 20101005
5 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20101005

Method READBUFFERS on Interface IF_MDG_DT_DM_DISPATCHER has no exception.

Method READ_DATA_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MODEL_DATA Call by reference Type reference (TYPE) MDG_DT_API_S_MODEL_TABLE Data model Table 20100917
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100818
3 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100825
4 Importing IV_MODEL_STATUS Call by reference Type reference (TYPE) USMD_OBJSTAT 'I' Active = 'A' Or Inactive ='I'. 20100818

Method READ_DATA_MODEL on Interface IF_MDG_DT_DM_DISPATCHER has no exception.

Method READ_DATA_MODEL_XML 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 20100806
2 Exporting EV_MODEL_XML Call by reference Type reference (TYPE) MDG_DT_API_MODEL_XML Data model xml 20100806
3 Importing IV_MODEL_NAME Call by reference Type reference (TYPE) USMD_MODEL Data Model 20100806
4 Importing IV_MODEL_STATUS Call by reference Type reference (TYPE) USMD_OBJSTAT 'I' Active = 'A' or Inactive = 'I'. 20100806
# Exception Resumable Description Created on
1 CX_DT_DM_MODELING Error class for data modeling 20100824

Method SAVE_DATA_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 20100811
2 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20101006
3 Importing IF_SAVE_WITH_ERRORS Call by reference Type reference (TYPE) USMD_FLG 'X' X- save with error, ' ' dont save with error. 20100811
4 Importing IF_UPDATE_TASK Call by reference Type reference (TYPE) USMD_FLG ' ' ' '- No update task for save,X- use update task to save. 20100827
5 Importing IV_BCSET_REQUEST Call by reference Type reference (TYPE) SCPR_ID Business Configuration Set 20100829
6 Importing IV_BCSET_VERSION Call by reference Type reference (TYPE) SCPR_VERS 'N' BC Set: Version 20100829
7 Importing IV_TRANSPORT_REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20100811

Method SAVE_DATA_MODEL on Interface IF_MDG_DT_DM_DISPATCHER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703