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

RHXEVALV_LSO SAP ABAP Report - Course Appraisals







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


Text pool values


Selection Text: SEL_BOX = Selection Screen
Title: Course Appraisals
Text Symbol: 001 = Appraisals


INCLUDES used within this REPORT RHXEVALV_LSO

INCLUDE: RHSCMDAT,
RHSCMPAR,
RHXMACRO,


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:

RH_GET_PLVAR CALL FUNCTION 'RH_GET_PLVAR' IMPORTING plvar = pchplvar EXCEPTIONS OTHERS = 0.

RHVM_USET_GET_REPORTING CALL FUNCTION 'RHVM_USET_GET_REPORTING' "XMK ...

RH_UMS_APPRAISAL CALL FUNCTION 'RH_UMS_APPRAISAL' EXPORTING mandt = sy-mandt EXCEPTIONS ums_ok = 1 job_error = 2 canceled = 3 OTHERS = 4.

RHPA_POPUP_F4_APP_SCHEME CALL FUNCTION 'RHPA_POPUP_F4_APP_SCHEME' EXPORTING plvar = pchplvar * SEARK = '*' begda = pchbegda endda = pchendda * NO_DIALOGUE = ' ' appform_id = lv_evaev * ONLY_OBJECTIVES = ' ' * IMPORTING * appscheme_id = TABLES appscheme_ids = lt_appscheme_ids EXCEPTIONS cancelled = 1 nothing_found = 2 internal_error = 3 OTHERS = 4.

HRHAP_SHOW_DOCUMENT_SEARCH CALL FUNCTION 'HRHAP_SHOW_DOCUMENT_SEARCH' EXPORTING user_mode = '' s_sel_criteria = ls_sel_criteria * S_SEL_PARAMETER_HIDE = * S_DOCUMENT_FILL = via_selection_screen = p_sel_screen. "#EC NO_INCOMP

RHPA_SHOW_APPRAISALS_SEARCH CALL FUNCTION 'RHPA_SHOW_APPRAISALS_SEARCH' EXPORTING plvar = pchplvar validity_period = lv_validity_period * SET_DATE_PERIOD = * APPOR_OR_APPEE_X = ' ' app_s_without_x = ' ' app_s_show_x = 'X' * APP_RESULT_X = 'X' * APP_PARTS_X = ' ' app_s_planned_x = 'X' app_s_active_x = 'X' app_s_histo_x = 'X' * SHOW_DETAIL = ' ' via_selection_screen = p_sel_screen * IMPORTING * F15 = TABLES appschemes = lt_appschemes appraisors = lt_appraisors appraisees = lt_appraisees EXCEPTIONS no_plvar = 1 no_authority = 2 OTHERS = 3 .

RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING authority = ' ' with_stru_auth = ' ' subty = 'A020' begda = pchbegda endda = pchendda adata = ' ' TABLES i1001 = lt_i1001 OBJECTS = lt_objects EXCEPTIONS nothing_found = 1 wrong_condition = 2 OTHERS = 3.

RH_EVENT_OFFERS CALL FUNCTION 'RH_EVENT_OFFERS' EXPORTING plvar = pchplvar ettyp = pchotype etyid = lv_etyid evbgd = pchbegda evend = pchendda TABLES offers = e_offers EXCEPTIONS OTHERS = 0.

BAPI_BUS_EVENTTYPE_LIST CALL FUNCTION 'BAPI_BUS_EVENTTYPE_LIST' EXPORTING plvar = pchplvar objid = lv_etyid * BEGIN_DATE = * END_DATE = * LOCATION_ID = * LANGUAGE = * CHECK_EVENT_OFFERS = * IMPORTING * RETURN = TABLES eventtype_list = lt_bapietdat EXCEPTIONS * no_eventtypes = 1 * no_active_plvar = 2 * root_not_found = 3 * wegid_not_found = 4 * unknown_exception = 5 OTHERS = 0.

RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING subty = $specb "'B020' begda = pchbegda endda = pchendda TABLES i1001 = lt_di1001 OBJECTS = lt_dobjects EXCEPTIONS OTHERS = 0.

RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING authority = ' ' with_stru_auth = ' ' subty = 'A058' begda = pchbegda endda = pchendda adata = ' ' TABLES i1001 = lt_a057 OBJECTS = lt_dobjects EXCEPTIONS nothing_found = 1 wrong_condition = 2 OTHERS = 3.



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