RHHRSC01 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 RHHRSC01 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: Check Object References of WF Templates, Tasks and Customer Tasks
Text Symbol: 015 = Element
Text Symbol: 021 = Task -> events
Text Symbol: 022 = Task
Text Symbol: 023 = DevC
Text Symbol: 024 = Unknown event
Text Symbol: 025 = SType
Text Symbol: 031 = Task event binding -> object reference
Text Symbol: 032 = Task
Text Symbol: 001 = Task -> Object method
Text Symbol: 002 = Task
Text Symbol: 003 = DevC
Text Symbol: 004 = Unknown object method
Text Symbol: 011 = Container-> Object reference
Text Symbol: 012 = PD Object
Text Symbol: 013 = DevC
Text Symbol: 014 = Unknown object reference
Text Symbol: 055 = Element
Text Symbol: 061 = Other binding -> object reference
Text Symbol: 062 = PD Object
Text Symbol: 063 = DevC
Text Symbol: 064 = Unknown object reference
Text Symbol: 065 = Element
Text Symbol: 066 = SType
Text Symbol: 033 = DevC
Text Symbol: 035 = SType
Text Symbol: 036 = Event
Text Symbol: 037 = Element
Text Symbol: 038 = Object reference
Text Symbol: 051 = Rule binding -> object reference
Text Symbol: 053 = DevC
Text Symbol: 054 = Unknown object reference
INCLUDE RHHRSDAT.
No SAP DATABASE tables are accessed within this REPORT code!
RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING ACT_PLVAR = PLVAR EXCEPTIONS NO_ACTIVE_PLVAR = 01.
SWO_QUERY_METHOD CALL FUNCTION 'SWO_QUERY_METHOD' EXPORTING METHOD = I_METHOD-METHOD OBJTYPE = I_METHOD-OBJTYPE IMPORTING RETURN = RETURN.
SWO_QUERY_EVENT CALL FUNCTION 'SWO_QUERY_EVENT' EXPORTING EVENT = I_EVENT-EVENT OBJTYPE = I_EVENT-OBJTYPE IMPORTING RETURN = RETURN.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHHRSC01 - Check Object References of WF Templates, Tasks and Customer Tasks RHHRSC01 - Check Object References of WF Templates, Tasks and Customer Tasks RHHRSC00 - Check Object References of Standard Tasks and Rules RHHRSC00 - Check Object References of Standard Tasks and Rules RHHRSBUF - Include Standard Object Buffer Definitions RHHRS000 - Interface