RSIWB_CUST_WORKFLOW 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 RSIWB_CUST_WORKFLOW into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SI24_12 - KW: Customizing Workflow
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: Customizing KW: Transports
INCLUDE IWBCONSTINT.
INCLUDE IWBCONSTEXT.
No SAP DATABASE tables are accessed within this REPORT code!
IWB_SDOKMEPC_MAINTAIN CALL FUNCTION 'IWB_SDOKMEPC_MAINTAIN' EXPORTING PROPERTY_NAME = LV_PROPERTY_NAME.
SIWB_IWPROPVAL_MAINTAIN_WF CALL FUNCTION 'SIWB_IWPROPVAL_MAINTAIN_WF' EXPORTING PROPERTY_NAME = LV_PROPERTY_NAME.
IW_C_BUFFER_INVALIDATE CALL FUNCTION 'IW_C_BUFFER_INVALIDATE'.
IO_PROPS_BUFFER_INVALIDATE CALL FUNCTION 'IO_PROPS_BUFFER_INVALIDATE' EXPORTING INVAL_BUFFER = C_YES INVAL_BUFFER_TXT = C_YES.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSIWB_CUST_WORKFLOW - Customizing KW: Transports RSIWB_CUST_WORKFLOW - Customizing KW: Transports RSIWB_CUST_TRANSPORT - Customizing KW: Transports RSIWB_CUST_TRANSPORT - Customizing KW: Transports RSIWB_CUST_SUP_AUTH_CHECK_DISP - KW Customizing: Area-dependent activation of authorization check RSIWB_CUST_SUP_AUTH_CHECK_DISP - KW Customizing: Area-dependent activation of authorization check