RHHAP_CUSTOMIZING_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 RHHAP_CUSTOMIZING_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.
Title: Appraisal Systems - Check Customizing Tables and Settings
Text Symbol: 001 = Customizing Tables
Text Symbol: 002 = Check Results
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRHAP_C_CHECK_TABLES CALL FUNCTION 'HRHAP_C_CHECK_TABLES' IMPORTING t_return = gt_return.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = p_100_log_handle EXCEPTIONS OTHERS = 1.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = p_100_log_handle i_s_msg = lw_return EXCEPTIONS OTHERS = 1.
BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = ls_display_profile.
BAL_CNTL_CREATE CALL FUNCTION 'BAL_CNTL_CREATE' EXPORTING i_container = g_100_ctrl_container i_s_display_profile = ls_display_profile i_t_log_handle = pt_100_log_handle IMPORTING e_control_handle = p_100_control_handle EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHHAP_CUSTOMIZING_CHECK - Appraisal Systems - Check Customizing Tables and Settings RHHAP_CUSTOMIZING_CHECK - Appraisal Systems - Check Customizing Tables and Settings RHHAP_BADI_OVERVIEW - Appraisal Systems - BAdI Overview RHHAP_BADI_OVERVIEW - Appraisal Systems - BAdI Overview RHHAP_APP_DOC_PREPARE_ORG - Prepare Appraisal Docs with Organizational Units RHHAP_APP_DOC_PREPARE_ORG - Prepare Appraisal Docs with Organizational Units