SAP Reports / Programs | SAP Business Information Warehouse | Business Content and Extractors | BI Content Analyzer(BW-BCT-ANA) SAP BW

RSCONTENT_CHECKMAN SAP ABAP Report - Program RSCONTENT_CHECKMAN







RSCONTENT_CHECKMAN 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 RSCONTENT_CHECKMAN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RSBICA - BI Content Analyser
RSCONANA - BI Content Analyser


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 RSCONTENT_CHECKMAN. "Basic submit
SUBMIT RSCONTENT_CHECKMAN AND RETURN. "Return to original report after report execution complete
SUBMIT RSCONTENT_CHECKMAN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program RSCONTENT_CHECKMAN
Text Symbol: 062 = Package
Text Symbol: 061 = Transport Selection
Text Symbol: 060 = Priority
Text Symbol: 053 = (ODS Data)
Text Symbol: 052 = All Systems in ODS
Text Symbol: 051 = Version
Text Symbol: 050 = Exceptions
Text Symbol: 049 = Other
Text Symbol: 048 = Type
Text Symbol: 047 = Info
Text Symbol: 046 = Date
Text Symbol: 045 = System
Text Symbol: 044 = Object
Text Symbol: 043 = Number
Text Symbol: 042 = Type
Text Symbol: 041 = Check
Text Symbol: 040 = Object
Text Symbol: 032 = Author/Check/Type/Object
Text Symbol: 031 = Type/Check/Object
Text Symbol: 030 = Package/Check/Type/Object
Text Symbol: 025 = Really Delete RSCONTENTCHECK_A Table?
Text Symbol: 024 = Really Delete RSCONTENTCHECK_M Table?
Text Symbol: 023 = Really Delete RSCONTENTCHECK Table?
Text Symbol: 022 = Deletion Warning
Text Symbol: 021 = Test System
Text Symbol: 020 = Development System
Text Symbol: 019 = All Systems
Text Symbol: 013 = Status I: D Version Newer Than A Version
Text Symbol: 012 = Status N: No A Version Exists
Text Symbol: 009 = GUID Duplicated for Same Technical Names
Text Symbol: 008 = Catalog Entry for Object Must be Changed
Text Symbol: 007 = Local Saved Objects in the Data Flow:
Text Symbol: 006 = Could Not Be Collected
Text Symbol: 005 = Collection Error
Text Symbol: 004 = Activation Status :
Text Symbol: 003 = System :
Text Symbol: 002 = Object :





Text Symbol: 001 = Object Typ:


INCLUDES used within this REPORT RSCONTENT_CHECKMAN

INCLUDE RSCONTENT_CHECKMAN_INCLUDE_TOP . " GLOBAL DATA
INCLUDE RSCONTENT_CHECKMAN_ROUTINES1.
INCLUDE RSCONTENT_CHECKMAN_ROUTINES2.
INCLUDE RSONTENT_CHECKMAN_ROUTINES3.
INCLUDE RSCONTENT_CHECKMAN_ROUTINES4.


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:

No SAP FUNCTION MODULES are executed within this report code!



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