OS_CHECK_MAPPING 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 OS_CHECK_MAPPING 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.
Result of Persistency Mapping Check
Selection Text: SO_CLASS = Persistent Class
Selection Text: SO_DEVC = Package
Title: Check Persistency Mapping
Text Symbol: ERR = Errors in mapping
Text Symbol: INT = Internal error
Text Symbol: NOC = Class not found
Text Symbol: NOM = Mapping not found
Text Symbol: OKY = No errors found in mapping
Text Symbol: SEL = Selection
001 Class Package System Message
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SOS_MAPPING_CHECK_COMPLETE call function 'SOS_MAPPING_CHECK_COMPLETE' exporting clsname = clskey exceptions check_error = 1 no_mapping_found = 2 class_not_found = 3 others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
OS_CHECK_MAPPING - Check Persistency Mapping OS_CHECK_MAPPING - Check Persistency Mapping OS_CHECK_CLASS_GUIDS - Consistency Check for Class GUIDs of Persistent Classes OS_CHECK_CLASS_GUIDS - Consistency Check for Class GUIDs of Persistent Classes OS_CHANGE_CLASS_GUID - Change Class GUIDs OS_CHANGE_CLASS_GUID - Change Class GUIDs