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

RHSSREF0 SAP ABAP Report - Instructor Information







RHSSREF0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays the instructor activities of individual persons in Training and Event Management...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 RHSSREF0 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 RHSSREF0. "Basic submit
SUBMIT RHSSREF0 AND RETURN. "Return to original report after report execution complete
SUBMIT RHSSREF0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Instructor Information
Text Symbol: BDA = Reservation period
Text Symbol: BEL = Reserved by
Text Symbol: BES = Hrs
Text Symbol: BI2 = To
Text Symbol: BIS = -
Text Symbol: BUZ = Reservation time
Text Symbol: DAT = Validity
Text Symbol: GBE = Total:
Text Symbol: MIN = Min
Text Symbol: NOT = Unassigned business events
Text Symbol: NOV = Resource is not reserved
Text Symbol: RES = Resource
Text Symbol: SEC = sec
Text Symbol: T01 = Instructor reservation
Text Symbol: TAG = Days
Text Symbol: TNL = Attendee list
Text Symbol: ZTR = Selection period:


INCLUDES used within this REPORT RHSSREF0

INCLUDE RHALVINC.
INCLUDE: FPH5ATOP,
RHODAT00,
RHRDAT00,
RHRDAT10.
INCLUDE: RHOINI00,
RHRINI00,
RHRINI10.


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_READ_INFTY_1001_EXT CALL FUNCTION 'RH_READ_INFTY_1001_EXT' EXPORTING AUTHORITY = 'DISP' WITH_STRU_AUTH = 'X' ISTAT = PCHISTAT EXTEND = 'X' SUBTY = $OCCPB "B023 BEGDA = PCHBEGDA ENDDA = PCHENDDA CONDITION = '00000' SORT = 'X' WITH_EV_FOR_INT = ' ' ADATA = 'X' TABLES I1001 = I1001_EXT OBJECTS = RESOURCE EXCEPTIONS NOTHING_FOUND = 1 WRONG_CONDITION = 2 OTHERS = 3.

RH_READ_INFTY_NNNN CALL FUNCTION 'RH_READ_INFTY_NNNN' EXPORTING INFTY = '1031' BEGDA = PCHBEGDA ENDDA = PCHENDDA TABLES INNNN = I1031 OBJECTS = OCCUP_KEY EXCEPTIONS NOTHING_FOUND = 1 WRONG_CONDITION = 2 OTHERS = 3.

RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING ISTAT = PCHISTAT SUBTY = $SPECA "A020 BEGDA = PCHBEGDA ENDDA = PCHENDDA TABLES I1001 = I1001 OBJECTS = OCCUP_KEY EXCEPTIONS NOTHING_FOUND = 01 WRONG_CONDITION = 02.

RH_TEXT_BUFFER_FILL_EXTERNAL CALL FUNCTION 'RH_TEXT_BUFFER_FILL_EXTERNAL' EXPORTING CHECK_STRU_AUTH = ' ' TABLES OBJECTS = TEXT_KEY EXCEPTIONS OTHERS = 0.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING PLVAR = TEXT_KEY-PLVAR OTYPE = TEXT_KEY-OTYPE REALO = TEXT_KEY-SOBID ISTAT = ' ' BEGDA = SY-DATUM "#EC DOM_EQUAL ENDDA = SY-DATUM "#EC DOM_EQUAL LANGU = SY-LANGU CHECK_STRU_AUTH = 'X' IMPORTING OBEG = GO_BEGDA OEND = GO_ENDDA SHORT = GO_SHORT STEXT = GO_STEXT EXCEPTIONS NOT_FOUND = 0 OTHERS = 0.

RH_RESOURCE_TIME CALL FUNCTION 'RH_RESOURCE_TIME' TABLES OCCUPY_SCHED_TAB = T1001 OCCUPY_TIME_TAB = OCCUP_TIME EXCEPTIONS SCHED_TAB_EMPTY = 1 OTHERS = 2.

RH_EDIT_ANY_OBJECT CALL FUNCTION 'RH_EDIT_ANY_OBJECT' EXPORTING PLVAR = DESC_PLVAR OTYPE = DESC_OTYPE REALO = DESC_REALO DISPLAY_ONLY = 'X' EXCEPTIONS OTHERS = 0.

RH_POPUP_SCHEDULE CALL FUNCTION 'RH_POPUP_SCHEDULE' EXPORTING PLVAR = DESC_PLVAR OTYPE = $KURS OBJID = SCHED_OBJID
EXCEPTIONS GET_SCHEDULE_FAILED = 1 OBJECT_NOT_FOUND = 3 OTHERS = 3.

RH_POPUP_PARTICIPANTS CALL FUNCTION 'RH_POPUP_PARTICIPANTS' EXPORTING PLVAR = DESC_PLVAR EVEID = SCHED_OBJID
WITH_PRICE = ' ' INSERT_PRICE = ' ' CANCEL_PARTIC = ' '
EXCEPTIONS NO_EVENT_FOUND = 0 SHOW_PARTIC_FAILED = 0 WRONG_CONDITION = 0 OTHERS = 0.

RH_POPUP_RESOURCE CALL FUNCTION 'RH_POPUP_RESOURCE' EXPORTING PLVAR = DESC_PLVAR EVTYP = $KURS EVEID = SCHED_OBJID
EXCEPTIONS NO_EVENT_FOUND = 0 OTHERS = 0.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING PLVAR = RESOURCE-PLVAR OTYPE = RESOURCE-OTYPE
REALO = RESOURCE-SOBID

IMPORTING SHORT = MSG_SHORT STEXT = MSG_STEXT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

RH_CHANGE_DATE CALL FUNCTION 'RH_CHANGE_DATE' CHANGING RCD_BEGDA = SAVE_BEGDA RCD_ENDDA = SAVE_ENDDA EXCEPTIONS CANCELLED = 1 OTHERS = 2.

RH_POPUP_PARTICIPANTS CALL FUNCTION 'RH_POPUP_PARTICIPANTS' EXPORTING PLVAR = PCHPLVAR EVEID = ALV_ITAB-EVEID EXCEPTIONS NO_EVENT_FOUND = 1 SHOW_PARTIC_FAILED = 2 WRONG_CONDITION = 3 OTHERS = 4.



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