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
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_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
INCLUDE RMCSBWCHKEXT_FILL_I_TAB.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCSBWCHKEXT - Check Extract Structure for Comm. Structure and TMCEXCFS / Z RMCSBWCHKEXT - Check Extract Structure for Comm. Structure and TMCEXCFS / Z RMCSBWCHKCFS - Check TMCEXCFS of Possible Duplet Fields RMCSBWCHKCFS - Check TMCEXCFS of Possible Duplet Fields RMCSBWCC - Check of Possible Error Sources in Extractor Changes RMCSBWCC - Check of Possible Error Sources in Extractor Changes