SAP Reports / Programs | Training and Event Management | SAP Learning Solution | Training Management(PE-LSO-TM) SAP PE

RHBUCHUC_LSO SAP ABAP INCLUDE - RHBUCHUCLSO







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


INCLUDES used within this REPORT RHBUCHUC_LSO

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:

LSO_POPUP_PARTICIPANTS CALL FUNCTION 'LSO_POPUP_PARTICIPANTS' EXPORTING plvar = pc-plvar otype = hide_event-otype 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.

LSO_POPUP_SCHEDULE CALL FUNCTION 'LSO_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.

LSO_GET_COMPANY CALL FUNCTION 'LSO_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.

LSO_VV_FREE_CHECK CALL FUNCTION 'LSO_VV_FREE_CHECK' EXPORTING in_p1001 = lv_p1001 IMPORTING out_free = lv_free EXCEPTIONS unexpected_error = 1 OTHERS = 2.

LSO_VV_FREE_CHECK CALL FUNCTION 'LSO_VV_FREE_CHECK' EXPORTING in_p1001 = lv_p1001 IMPORTING out_free = lv_free EXCEPTIONS unexpected_error = 1 OTHERS = 2.

LSO_FEE_ASSIGNMENT CALL FUNCTION 'LSO_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.



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