DMC_MDS_ANALYSIS is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter DMC_MDS_ANALYSIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IUUCAT - Analysis Tasks
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_REPTY2 = Report Type
Selection Text: P_PRO_OP = Process option
Selection Text: P_MT_ID2 = Mass Transfer
Selection Text: P_MT_ID = Mass Transfer
Selection Text: P_GUID2 = Compare GUID
Selection Text: P_CLIDEP = Client specific
Title: Program DMC_MDS_ANALYSIS
Text Symbol: V96 = Report Type
Text Symbol: V95 = Operation Error
Text Symbol: V90 = Original Rows OK
Text Symbol: V80 = Key fields available
Text Symbol: V70 = Get logging metadata
Text Symbol: V60 = Differences
Text Symbol: V50 = Compare Result
Text Symbol: V40 = Number entries
Text Symbol: V30 = Logging Tabname
Text Symbol: V20 = Tabname
Text Symbol: V14 = Generate Subroutine
Text Symbol: V13 = Create Conv.Object Info
Text Symbol: V12 = Load Conv.Object
Text Symbol: V11 = Get Conv.Object
Text Symbol: S35 = Receive Connection
Text Symbol: S34 = Receiver Shadow Structure available
Text Symbol: S32 = Receiver Get Metadata
Text Symbol: S31 = Receiver Shadow Structure
Text Symbol: S25 = Send Connection
Text Symbol: S24 = Sender Shadow Structure available
Text Symbol: S22 = Sender Get Metadata
Text Symbol: S21 = Sender Shadow Structure
Text Symbol: O10 = OK
Text Symbol: L10 = Legende
Text Symbol: I20 = Mass Transfer ID
Text Symbol: I10 = Compare GUID
Text Symbol: E10 = Error
Text Symbol: D60 = Value
Text Symbol: D50 = Fieldname
Text Symbol: D30 = Number
Text Symbol: 260 = Submit Compare Data
INCLUDE DMC_MDS_ANALYSIS_TOP . " GLOBAL DATA
INCLUDE DMC_MDS_ANALYSIS_DATA . " PBO-MODULES
INCLUDE DMC_MDS_ANALYSIS_PBO . " PBO-MODULES
INCLUDE DMC_MDS_ANALYSIS_PAI . " PAI-MODULES
INCLUDE DMC_MDS_ANALYSIS_FUNCTION . " FORM-ROUTINES
INCLUDE DMC_MDS_ANALYSIS_DISPLAY . " DISPLAY-ROUTINES
INCLUDE DMC_MDS_ANALYSIS_CONTEXT . " CONTEXT-ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.