SAP Reports / Programs

RHSP_WFP_APPROVAL SAP ABAP Report - Release Workflow Results for Shift Planning







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


Text pool values


Title: Release Workflow Results for Shift Planning
Text Symbol: 001 = Workflow results were published for the
Text Symbol: 002 = following organizational units


INCLUDES used within this REPORT RHSP_WFP_APPROVAL

INCLUDE MAKROS.
INCLUDE RHXMACRO.


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_INTEGRATION_CHECK call function 'RH_INTEGRATION_CHECK' importing integrated_plvar = plvar.

SWE_EVENT_CREATE call function 'SWE_EVENT_CREATE' exporting objtype = 'WORKFPLAN ' objkey = objkey event = 'Due_for_Target_Plan' tables event_container = container exceptions objtype_not_found = 1 others = 2.

RH_READ_OBJECT call function 'RH_READ_OBJECT' exporting plvar = plvar otype = wa_p1001-otype objid = wa_p1001-objid begda = begda endda = endda importing short = outtab-short stext = outtab-stext exceptions not_found = 1 others = 2.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting I_BUFFER_ACTIVE = ' ' "L9CK016735 i_callback_program = repid it_fieldcat = fieldcat[] it_events = top_of_page_event tables t_outtab = outtab.



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