RHTPOOL0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RHTPOOL0 displays task descriptions for positions and jobs according to selection criteria...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 RHTPOOL0 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: Task Description
Text Symbol: 300 = Object Name
Text Symbol: ABS = Absolute
Text Symbol: EFF = Actual
Text Symbol: TOT = (Total)
Text Symbol: TRE = Task Structuring in Percent
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_INIT_TREE * CALL FUNCTION 'RH_INIT_TREE'. "R3VIF
RH_OTYPE_COLOR CALL FUNCTION 'RH_OTYPE_COLOR' "R3VIF EXPORTING "R3VIF OTYPE = OBJEC-OTYPE. "R3VIF
RH_OTYPE_COLOR * CALL FUNCTION 'RH_OTYPE_COLOR' "R3VIF * EXPORTING "R3VIF * OTYPE = OBJEC-OTYPE. "R3VIF
RH_SUBMIT_NEXT_REPORT * CALL FUNCTION 'RH_SUBMIT_NEXT_REPORT' * EXPORTING * RHQA_PLVAR = PC-PLVAR * RHQA_OTYPE = CATA_OTYPE * RHQA_OBEG = PC-OBEG * RHQA_OEND = PC-OEND * RHQA_OSTAT = PC-OSTAT * RHQA_BEGDA = PC-BEGDA * RHQA_ENDDA = PC-ENDDA * RHQA_ISTAT = PC-ISTAT * RHQA_OLD_NAME = 'RHQPOOL0' * RHQA_REF_OTYPE = REF_OTYPE * RHQA_REF_OBJID = REF_OBJID * RHQA_SAVE_OTYPE = SAVETYPE * RHQA_SUBTY = SUBTY * TABLES * SAVETAB = SAVETAB * STORETAB = STORETAB.
POPUP_TO_CONFIRM_STEP #R2 CALL FUNCTION 'POPUP_TO_CONFIRM' #R3 CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXTLINE1 TEXTLINE2 = TEXTLINE2 #R3 TITEL = SY-TITLE IMPORTING ANSWER = TANSWER.
RH_PREPARE_TREE * CALL FUNCTION 'RH_PREPARE_TREE' * EXPORTING * STRU = STRUC * IMPORTING * POS = WO_POS * DOWN = WO_DOWN * SKIP_LINE = WO_SKIP_LINE * LINE = WO_LINE * MORE_LINE = WO_MORE_LINE.
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 RHTPOOL0 or its description.