SAP Reports / Programs | Training and Event Management(PE) SAP PE

RHXEVALV SAP ABAP Report - Business Event Appraisals







RHXEVALV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Pre-report for Reporting on Business Event Appraisals...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RHXEVALV 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. "Basic submit
SUBMIT RHXEVALV AND RETURN. "Return to original report after report execution complete
SUBMIT RHXEVALV 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: Business Event Appraisals
Text Symbol: 001 = Appraisals


INCLUDES used within this REPORT RHXEVALV

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.

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 = 6 .

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