SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Basis(BW-WHM-DBA) SAP BW

RSDMD_CHECKPRG_ALL SAP ABAP Report - RSDMDCHECKPRGALL







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


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


Text pool values


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


INCLUDES used within this REPORT RSDMD_CHECKPRG_ALL

No INCLUDES are used within this REPORT code!


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:

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.



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