RSMODI_EXISTENCE_CHECK 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 RSMODI_EXISTENCE_CHECK 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_PLA = Object List of Check Objects
Selection Text: P_PLM = Obj. List of Modified Objects
Selection Text: P_PLNC = Objects That Cannot Be Checked
Selection Text: P_PLNX = Obj. List of Non-Existent Objs
Selection Text: P_PLX = Obj. List of Existing Objects
Selection Text: P_TEST = Test run (no update)
Title: Existence Check for Object in Object List
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SUBST_EXTRACT_NAME_CORE CALL FUNCTION 'SUBST_EXTRACT_NAME_CORE' EXPORTING iv_object = c_docv iv_obj_name = s_e071_a-obj_name IMPORTING ev_namecore = namecore ev_namespace = namespace.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSMODI_EXISTENCE_CHECK - Existence Check for Object in Object List RSMODI_EXISTENCE_CHECK - Existence Check for Object in Object List RSMODIPROJ_USER_UPDATE - Update Table of SPAU Objects Modified by More Than One User RSMODIPROJ_USER_UPDATE - Update Table of SPAU Objects Modified by More Than One User RSMODIPROJ_UPDATE - Update Table of SPAU Objects Modified in More Than One Project RSMODIPROJ_UPDATE - Update Table of SPAU Objects Modified in More Than One Project