SAP Reports / Programs | Personnel Management | Organizational Structure | Staffing(PA-OS-ST) SAP PA

RHTPOOL2 SAP ABAP Report - Task Description







RHTPOOL2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RHTPOOL0 enables you to display the task descriptions for positions and jobs according to the specified selection criteria: Three different percentages are displayed in the list: Absolute: Percentage with which a task or job is related with the given position or job (tasks that are not directly related, do not have an absolute percentage)...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 RHTPOOL2 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 RHTPOOL2. "Basic submit
SUBMIT RHTPOOL2 AND RETURN. "Return to original report after report execution complete
SUBMIT RHTPOOL2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Task Description
Text Symbol: ABS = Absl
Text Symbol: EFF = Actual
Text Symbol: TOT = (Total)
Text Symbol: TRE = Task Structuring in Percent


INCLUDES used within this REPORT RHTPOOL2

No INCLUDES are used within this REPORT code!


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_INIT_TREE #R3 CALL FUNCTION 'RH_INIT_TREE'. "R3VIF

RH_OTYPE_COLOR #R3 CALL FUNCTION 'RH_OTYPE_COLOR' "R3VIF #R3 EXPORTING "R3VIF #R3 OTYPE = OBJEC-OTYPE. "R3VIF

RH_OTYPE_COLOR #R3 CALL FUNCTION 'RH_OTYPE_COLOR' "R3VIF #R3 EXPORTING "R3VIF #R3 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

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