SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

RHHRSC01 SAP ABAP Report - Check Object References of WF Templates, Tasks and Customer Tasks







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


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


Text pool values


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


INCLUDES used within this REPORT RHHRSC01

INCLUDE RHHRSDAT.


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_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.



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