RSDMD_CHECKPRG_ALL 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 RSDMD_CHECKPRG_ALL 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: ANA_AD_ = Version A/D without M record
Selection Text: ANA_MIA_ = Versions A and M - no D flag
Selection Text: ATRNAV = Navigation attribute values
Selection Text: DEBUGMOD = Check Mode
Selection Text: DISPLAY = Display log
Selection Text: DUMP = Force X message if error
Selection Text: INI_ENTR = Check initial entries
Selection Text: INI_VAL = Initial values of attributes
Selection Text: INV_VERS = Invalid object versions
Selection Text: IOBJNM = Name of Basic Characteristic
Selection Text: PXQYJOIN = Consistency of P,X,Q,Y tables
Selection Text: REPAIR = Repair
Selection Text: SID_P_Q = Versions in SID,P,Q
Selection Text: SID_T = Specifications in SID,T
Selection Text: TIME_IV = Time Interval Q, Text Table
Selection Text: XYSIDVAL = SID Values in X and Y Tables
Text Symbol: 001 = Terminated due to error message in log
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSD_IOBJ_MULTI_GET call function 'RSD_IOBJ_MULTI_GET' exporting i_read_all = rs_c_true i_objvers = rs_c_objvers-active importing e_t_viobj = l_t_viobj exceptions illegal_input = 1 others = 2.
RSD_OBJECT_IS_GENERATED call function 'RSD_OBJECT_IS_GENERATED' exporting i_objnm = l_s_viobj-chktab importing e_object_generated = l_generated.
RSDMD_CHECKPRG_KERNL call function 'RSDMD_CHECKPRG_KERNL' exporting i_iobjnm = l_s_iobjnm-iobjnm i_repid = l_repid i_repair = repair importing e_sx_check_result = l_sx_check_result.
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = l_s_log importing e_log_handle = l_log_handle.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = l_log_handle i_s_msg = l_s_msg.
BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_t_log_handle = l_t_logh.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_t_log_handle = l_t_logh.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.