RHCHECKP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Consistency Check PD Database: Table Pointer and Additional Data Pointer The report checks that table pointers, additional data pointers, and number ranges are correct for PD infotypes...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RHCHECKP 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: INFO = Display 'Last Changed By'
Selection Text: MANDT = Client
Selection Text: NRVHRIAD = Number range check HRIADATANR
Selection Text: NRVHRITA = Number range check HRITABNR
Selection Text: NRVHRP11 = Number range check HRP1001
Selection Text: NRVHRPAD = Number range check HRPADnn
Selection Text: NRVHRPNN = Number range check HRPnnnn
Selection Text: NRVHRTNN = Number range check HRTnnnn
Selection Text: NRVPLOGI = Number range check PLOGI
Selection Text: UNIHRP11 = Uniqueness HRP1001
Selection Text: UNIHRPAD = Uniqueness HRPADnn
Selection Text: UNIHRPNN = Uniqueness HRPADnnnn
Selection Text: UNIHRTNN = Uniqueness HRTnnnn
Selection Text: CHKTABNR = All Table Pointers
Selection Text: CHKNRIV = All Number Ranges
Selection Text: CHKHRTNN = HRTnnnn consistency
Selection Text: CHKHRPNN = HRPnnnn consistency
Selection Text: CHKHRPAD = HRPADnn consistency
Selection Text: CHKHRP11 = HRP1001 consistency
Selection Text: CHKHRITA = HRITABNR consistency
Selection Text: CHKHRIAD = HRIADATANR consistency
Selection Text: CHKADATA = All Additional Data Pointers
Title: Consistency Check PD Database Table and Additional Data Pointers
Text Symbol: BUT = , but not in
Text Symbol: ARE = are in
Text Symbol: 016 = Initialize data...
Text Symbol: 015 = Number range check PLOGI...
Text Symbol: ERR = Check
Text Symbol: FOA = Fllwng pointers from
Text Symbol: FOG = Fllwng pointers
Text Symbol: FOL = Following pointers in
Text Symbol: HE2 = Error Description
Text Symbol: MUL = are in several
Text Symbol: NRV = exceed the number range status
Text Symbol: NUN = are not unique in
Text Symbol: TI1 = Table Pointer Check
Text Symbol: 014 = Number range table pointer HRIADATANR...
Text Symbol: 001 = Prepare display...
No SAP DATABASE tables are accessed within this REPORT code!
RH_INVERT_RELA_INFTY CALL FUNCTION 'RH_INVERT_RELA_INFTY' EXPORTING p1001_imp = q1001 IMPORTING p1001_exp = u1001 EXCEPTIONS relation_not_reversible = 01.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = p_text.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = pgm i_internal_tabname = 'IT_HEAD' i_inclname = pgm CHANGING ct_fieldcat = fieldcat.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = pgm i_internal_tabname = 'IT_ITEM' i_inclname = pgm CHANGING ct_fieldcat = fieldcat.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = pgm i_callback_pf_status_set = 'STATUS_SET' i_callback_user_command = 'USER_COMMAND' is_layout = layout it_fieldcat = fieldcat i_tabname_header = 'IT_HEAD' i_tabname_item = 'IT_ITEM' is_keyinfo = keyinfo TABLES t_outtab_header = it_head t_outtab_item = it_item.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHCHECKP - Consistency Check PD Database Table and Additional Data Pointers RHCHECKP - Consistency Check PD Database Table and Additional Data Pointers RHCHECKI - Display/Adjust Relationships with Different Inverse Relationship RHCHECKI - Display/Adjust Relationships with Different Inverse Relationship RHCHECK1 - Check Database Consistency RHCHECK1 - Check Database Consistency