SAP Reports / Programs | Administration | Administration | Administration(IS-HER-CM-AD) SAP IS

RHIQCBF0 SAP ABAP Report - Checks and Follow-Up Processes for Conditional Module Bookings







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


Text pool values


Title: Checks and Follow-Up Processes for Conditional Module Bookings
Text Symbol: 001 = Selection Criteria
Text Symbol: 002 = Selection Method
Text Symbol: 003 = Settings
Text Symbol: 005 = Follow-Up Proc.
Text Symbol: 006 = Test Run (No Update)
Text Symbol: 007 = Display Log
Text Symbol: 009 = If Prerequisites Are Pending
Text Symbol: 010 = If Pending Prerequisites Are Not Fulfilled
Text Symbol: 011 = If Cond. Bkg Reasons Do Not Apply
Text Symbol: 012 = Cancel Booking
Text Symbol: 013 = Save Message Log
Text Symbol: 015 = Remove Conditional Bkg Indicator
Text Symbol: 016 = Key Date
Text Symbol: 017 = Change Selection Method Group
Text Symbol: 018 = Quantity Checks for Simultaneous Conds.


INCLUDES used within this REPORT RHIQCBF0

INCLUDE RHIQSELMETHODS_REPINCLUDE.


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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = wa_s_log_glob IMPORTING e_log_handle = p_log_global EXCEPTIONS log_header_inconsistent = 1 others = 2.

HRIQ_MODREG_AUTHORITY_CHECK CALL FUNCTION 'HRIQ_MODREG_AUTHORITY_CHECK' EXPORTING iv_process = 'MB00' is_student = p_student IMPORTING ev_auth_subrc = p_subrc EXCEPTIONS student_missing = 3 student_not_found = 4 process_not_supported = 1 plvar_not_found = 2 no_base_authority = 6 no_object_authority = 7 others = 5.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = p_log_global i_s_msg = ls_message EXCEPTIONS log_not_found = 0 msg_inconsistent = 0 log_is_full = 0 others = 0.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = p_log_global i_s_msg = ls_message EXCEPTIONS log_not_found = 0 msg_inconsistent = 0 log_is_full = 0 others = 0.

HRIQ_MODREG_AUTHORITY_CHECK CALL FUNCTION 'HRIQ_MODREG_AUTHORITY_CHECK' EXPORTING iv_process = 'MB00' is_student = p_student IMPORTING ev_auth_subrc = p_subrc EXCEPTIONS student_missing = 3 student_not_found = 4 process_not_supported = 1 plvar_not_found = 2 no_base_authority = 6 no_object_authority = 7 others = 5.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = p_log_global i_s_msg = ls_message EXCEPTIONS log_not_found = 0 msg_inconsistent = 0 log_is_full = 0 others = 0.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = p_log_global i_s_msg = ls_message EXCEPTIONS log_not_found = 0 msg_inconsistent = 0 log_is_full = 0 others = 0.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = l_s_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile i_t_log_handle = itab_balloghndl.

HRIQ_CHECKPROT_CREATE *CALL FUNCTION 'HRIQ_CHECKPROT_CREATE' * IMPORTING * e_log_handle = p_loghndl * EXCEPTIONS * log_create_err = 1 * log_config_change_err = 2 * log_context_setup_set_err = 3.

BAL_LOG_MSG_ADD * CALL FUNCTION 'BAL_LOG_MSG_ADD' * EXPORTING * i_log_handle = iv_loghndl * i_s_msg = wa_message * EXCEPTIONS * log_not_found = 0 * msg_inconsistent = 0 * log_is_full = 0 * others = 0.

HRIQ_UPDATE_PIQDBPEPE0 CALL FUNCTION 'HRIQ_UPDATE_PIQDBPEPE0' EXPORTING iv_ins_del = 'D' * iv_commit_flag = 'X' iv_date = p_endda TABLES it_pepe0 = itt_pepe0 EXCEPTIONS others = 0.

HRIQ_UPDATE_PIQDBPEPE1 CALL FUNCTION 'HRIQ_UPDATE_PIQDBPEPE1' EXPORTING iv_ins_del = 'D' * iv_commit_flag = 'X' TABLES it_pepe1 = itab_pepe1 EXCEPTIONS others = 0.

HRIQ_STUDENT_BOOKING CALL FUNCTION 'HRIQ_STUDENT_BOOKING' EXPORTING iv_objid = iv_student-objid iv_mode = p_mode IMPORTING return_code = p_ret_code ev_cond_bookings = p_cond_book TABLES it_moduletab = it_modreg_temp it_eventtab = gt_db_etab it_cptab = itab_cptab EXCEPTIONS others = 1.

HRIQ_READ_OBJECT CALL FUNCTION 'HRIQ_READ_OBJECT' EXPORTING plvar = iv_student-plvar otype = iv_student-otype objid = iv_student-objid begda = iv_begda endda = iv_endda check_stru_auth = ' ' IMPORTING short = p_short_st stext = p_stext_st EXCEPTIONS others = 0.

HRIQ_READ_OBJECT CALL FUNCTION 'HRIQ_READ_OBJECT' EXPORTING plvar = wa_modreg-plvar otype = 'SM' objid = wa_modreg-sm_objid begda = iv_begda endda = iv_endda check_stru_auth = ' ' IMPORTING short = p_short_sm stext = p_stext_sm EXCEPTIONS others = 0.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = iv_loghndl i_s_msg = wa_message EXCEPTIONS log_not_found = 0 msg_inconsistent = 0 log_is_full = 0 others = 0.

HRIQ_READ_PIQDBPEPE0 CALL FUNCTION 'HRIQ_READ_PIQDBPEPE0' TABLES it_pepe0 = itt_pepe0 et_pepe0 = itab_pepe0 EXCEPTIONS others = 0.

HRIQ_UPDATE_PIQDBPEPE0





CALL FUNCTION 'HRIQ_UPDATE_PIQDBPEPE0' EXPORTING iv_ins_del = 'D' TABLES it_pepe0 = itab_pepe0 EXCEPTIONS others = 0.

HRIQ_UPDATE_PIQDBPEPE1 CALL FUNCTION 'HRIQ_UPDATE_PIQDBPEPE1' EXPORTING iv_ins_del = 'D' TABLES it_pepe1 = itab_pepe1 EXCEPTIONS others = 0.

HRIQ_STUDENT_BOOKING CALL FUNCTION 'HRIQ_STUDENT_BOOKING' EXPORTING iv_objid = iv_student-objid iv_mode = p_mode IMPORTING return_code = p_ret_code ev_cond_bookings = p_cond_book TABLES it_moduletab = it_modreg it_cptab = itab_cptab EXCEPTIONS others = 1.

HRIQ_READ_OBJECT CALL FUNCTION 'HRIQ_READ_OBJECT' EXPORTING plvar = iv_student-plvar otype = iv_student-otype objid = iv_student-objid begda = iv_begda endda = iv_endda check_stru_auth = ' ' IMPORTING short = p_short_st stext = p_stext_st EXCEPTIONS others = 0.

HRIQ_READ_OBJECT CALL FUNCTION 'HRIQ_READ_OBJECT' EXPORTING plvar = wa_modreg-plvar otype = 'SM' objid = wa_modreg-sm_objid begda = iv_begda endda = iv_endda check_stru_auth = ' ' IMPORTING short = p_short_sm stext = p_stext_sm EXCEPTIONS others = 0.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = iv_loghndl i_s_msg = wa_message EXCEPTIONS log_not_found = 0 msg_inconsistent = 0 log_is_full = 0 others = 0.



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