DMC_CHECK_APPL_TABLES is a standard Executable ABAP Report 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_CHECK_APPL_TABLES into the relevant SAP transactions such as SE38 or SE80
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_OUTDSN = Name of Local Output File
Selection Text: P_LIST = Output as list
Selection Text: P_FILE = Output to file
Selection Text: P_DSN = Name of Local File
Selection Text: P_DEST = D RFC Destination
Selection Text: P_DDIC = Determine delivery class
Selection Text: P_COUNT = Count table entries
Selection Text: P_ALW = Only Tables with DClass A,L,W
Selection Text: P_ALL = Output all tables
Title: MWB: RFC Check for Table Entries of a Pool of Tables
Text Symbol: T03 = Output Options
Text Symbol: T02 = Relevant Tables
Text Symbol: T01 = Test system
Text Symbol: 101 = Selection of Output File
Text Symbol: 100 = Select file with relevant tables
Text Symbol: 022 = executed successfully
Text Symbol: 021 = List output into file
Text Symbol: 020 = Error while writing front end file
Text Symbol: 018 = Tables:
Text Symbol: 017 = Table Entry Counting
Text Symbol: 016 = Determination of Delivery Class
Text Symbol: 015 = Analyze All Delivery Classes
Text Symbol: 014 = Analyze Only Delivery Classes A, L and W
Text Symbol: 013 = Activated Options
Text Symbol: 012 = RFC Destination
Text Symbol: 011 = Relevant Tables
Text Symbol: 010 = Analysis of Relevant Tables
Text Symbol: 006 = RFC terminated - reason:
Text Symbol: 004 = Error while reading from front end
Text Symbol: 003 = File selection terminated
Text Symbol: 002 = Error reading PC file
Text Symbol: 001 = Funktion can currently be used online only
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_TABL_GET CALL FUNCTION 'DD_TABL_GET' DESTINATION p_dest EXPORTING tabl_name = g_tab-tabname IMPORTING dd02v_wa_a = l_dd02v EXCEPTIONS communication_failure = 9 MESSAGE msg_text system_failure = 9 MESSAGE msg_text OTHERS = 1.
CNV_MWB_TABCOUNT CALL FUNCTION 'CNV_MWB_TABCOUNT' DESTINATION p_dest EXPORTING tabname = g_tab-tabname IMPORTING number = g_tab-count EXCEPTIONS communication_failure = 9 MESSAGE msg_text system_failure = 9 MESSAGE msg_text OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DMC_CHECK_APPL_TABLES - MWB: RFC Check for Table Entries of a Pool of Tables DMC_CHECK_APPL_TABLES - MWB: RFC Check for Table Entries of a Pool of Tables DMC_CALL_OLC - MWB: Call of an OLC DMC_CALL_OLC - MWB: Call of an OLC DMC_CALC_ROWID_DELIMITATION - calculate ROWID delimitation for any table DMC_CALC_ROWID_DELIMITATION - calculate ROWID delimitation for any table