RHBUCHUC is a standard ABAP INCLUDE 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 RHBUCHUC 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: Module Pool for RHBUCH00 / User Command + Line Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_POPUP_PARTICIPANTS CALL FUNCTION 'RH_POPUP_PARTICIPANTS' EXPORTING plvar = pc-plvar eveid = hide_event-objid begda = pc-begda endda = pc-endda istat = ' ' read_ev_data = 'X' fcode = 'SHOW' winstart_col = 2 winstart_row = 2 with_price = 'X' insert_price = 'X' cancel_partic = 'X' maxmu = 'X' nprio = 'X' minwl = 'X' EXCEPTIONS no_event_found = 1 show_partic_failed = 2 wrong_condition = 3 OTHERS = 4.
RH_POPUP_SCHEDULE CALL FUNCTION 'RH_POPUP_SCHEDULE' EXPORTING plvar = pc-plvar otype = hide_event-otype objid = hide_event-objid EXCEPTIONS get_schedule_failed = 1 object_not_found = 2 OTHERS = 3.
RH_EDIT_ANY_OBJECT CALL FUNCTION 'RH_EDIT_ANY_OBJECT' EXPORTING plvar = pc-plvar otype = call_otype realo = call_realo begda = pchbegda endda = pchendda display_only = 'X' EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_INSERT_RELATION' text = ' ' info = ' ' add_stdinf = ' ' IMPORTING result = icon_book EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DELETE' text = ' ' info = ' ' add_stdinf = ' ' IMPORTING result = icon_cancellation EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING basic_list_title = sy-title file_name = 'wdbdbuch' "#EC NOTEXT head_line1 = header_line1 head_line2 = header_line2 foot_note1 = foot_note1 foot_note2 = foot_note2 foot_note3 = foot_note3 dyn_pushbutton_text1 = text-024 "'Table Control aus' dyn_pushbutton_text2 = text-025 "'Schlüssel +/-' head_line3 = header_line3 current_report = 'RHBUCH00' "#EC NOTEXT word_document = 'wdbdbuch' "#EC NOTEXT IMPORTING return_code = return_code TABLES data_tab = table_control_data fieldname_tab = fieldname_tab EXCEPTIONS download_problem = 1 no_data_tab_entries = 2 table_mismatch = 3 print_problems = 4 OTHERS = 5.
RH_GET_COMPANY CALL FUNCTION 'RH_GET_COMPANY' EXPORTING begda = pchbegda endda = pchendda sort = 'X' TABLES objects = partic_key company_tab = company_tab EXCEPTIONS nothing_found = 1 no_participant = 2 no_single_part = 3 no_orway_in_t77r3 = 4 OTHERS = 5.
RH_VV_FREE_CHECK CALL FUNCTION 'RH_VV_FREE_CHECK' EXPORTING in_p1001 = lv_p1001 IMPORTING out_free = lv_free EXCEPTIONS unexpected_error = 1 OTHERS = 2.
RH_VV_FREE_CHECK CALL FUNCTION 'RH_VV_FREE_CHECK' EXPORTING in_p1001 = lv_p1001 IMPORTING out_free = lv_free EXCEPTIONS unexpected_error = 1 OTHERS = 2.
RH_FEE_ASSIGNMENT CALL FUNCTION 'RH_FEE_ASSIGNMENT' EXPORTING in_1001 = cp1001_before * IN_FCODE = 'MODI' * IN_MODE = 'A' * IN_DBASE_UPDATE = 'X' * IN_ENQUEUE_FOR_UPDATE = 'X' IMPORTING out_1001 = cp1001_after out_fcode = cp_fcode out_any_changes_done = cp_changes_done * TABLES * OUT_REFDOCTAB = EXCEPTIONS enqueue_failure = 1 update_error = 2 unexpected_error = 3 OTHERS = 4.
RH_READ_INFTY_1001 * CALL FUNCTION 'RH_READ_INFTY_1001' * EXPORTING * AUTHORITY = 'DISP' * WITH_STRU_AUTH = 'X' * ISTAT = ' ' * SUBTY = $PARTA "'A025' * BEGDA = PCHBEGDA * ENDDA = PCHENDDA * SORT = ' ' * ADATA = 'X' * TABLES * I1001 = CP1001_AFTER * OBJECTS = ENQ_KEY * EXCEPTIONS * NOTHING_FOUND = 1 * WRONG_CONDITION = 2 * OTHERS = 3.
RH_UPDATE_INFTY * CALL FUNCTION 'RH_UPDATE_INFTY' * EXPORTING * VTASK = 'D' * ORDER_FLG = ' ' * COMMIT_FLG = ' ' * AUTHY = 'X' * TABLES * INNNN = CP1001_BEFORE * EXCEPTIONS * ERROR_DURING_UPDATE = 01 * NO_AUTHORIZATION = 02 * REPID_FORM_INITIAL = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.