SAP Reports / Programs

DMC_CHECK_APPL_TABLES SAP ABAP Report - MWB: RFC Check for Table Entries of a Pool of Tables







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT DMC_CHECK_APPL_TABLES. "Basic submit
SUBMIT DMC_CHECK_APPL_TABLES AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_CHECK_APPL_TABLES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT DMC_CHECK_APPL_TABLES

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name DMC_CHECK_APPL_TABLES or its description.