SAP Reports / Programs

RMCSBWCHKEXT SAP ABAP Report - Check Extract Structure for Comm. Structure and TMCEXCFS / Z







RMCSBWCHKEXT 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 RMCSBWCHKEXT 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 RMCSBWCHKEXT. "Basic submit
SUBMIT RMCSBWCHKEXT AND RETURN. "Return to original report after report execution complete
SUBMIT RMCSBWCHKEXT 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_MCAPP = Application
Title: Check Extract Structure for Comm. Structure and TMCEXCFS / Z
Text Symbol: 031 = Error When Reading Following DDIC Structure:
Text Symbol: 023 = Uncritical Features in Extractor:
Text Symbol: 022 = Warnings in Extractor:
Text Symbol: 021 = Error in Extractor:
Text Symbol: 012 = Field from CFZ Does Not Exist in Comm. Structure:
Text Symbol: 011 = Field from E Structure Does Not Exist in Comm. Struct.
Text Symbol: 010 = Field from CFS Does Not Exist in Comm. Structure:
Text Symbol: 009 = Forbidden Field in E Structure:
Text Symbol: 008 = Forbidden Field in E Structure Using CFZ:
Text Symbol: 007 = Selected Field from CFS Missing in E Structure:
Text Symbol: 006 = Field from E Structure Selected in CFS and CFZ:
Text Symbol: 005 = Field from CFZ Missing in E Structure:
Text Symbol: 004 = Field from E Structure Not Selected in CFS nor in CFZ
Text Symbol: 003 = Field from E Structure Missing in CFS:
Text Symbol: 002 = Field from CFZ Missing in CFS:
Text Symbol: 001 = Field from Comm. Structure Missing in CFS:
001 Extractor Include Communication Structure CFS Selected Not Allowed


INCLUDES used within this REPORT RMCSBWCHKEXT

INCLUDE RMCSBWCHKEXT_FILL_I_TAB.


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:

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING TABNAME = I_TAB-CSTRUC TABLES FIELDTAB = CSTRU_TAB EXCEPTIONS internal_error = 1 no_texts_found = 2 table_has_no_fields = 3 table_not_activ = 4 OTHERS = 5.

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING TABNAME = I_TAB-ESTRUC_INCL TABLES FIELDTAB = ESTRU_TAB EXCEPTIONS internal_error = 1 no_texts_found = 2 table_has_no_fields = 3 table_not_activ = 4 OTHERS = 5.



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 RMCSBWCHKEXT or its description.