SAP ABAP Function Module RSPC_PATHFINDER (Finding paths between processes in a chain (directed!))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSPC (Package) Process Chains

⤷

⤷

Basic Data
Function Module | RSPC_PATHFINDER | Finding paths between processes in a chain (directed!) |
Function Group | RSPC_SERVICES | Process Chain Service Functions |
Program Name | SAPLRSPC_SERVICES | |
INCLUDE Name | LRSPC_SERVICESU01 |
Parameters
Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
---|---|---|---|---|---|---|---|
![]() |
C_T_PATHS | TYPE | RSPC_T_PATHLIST | Paths between Processes of a Chain | |||
![]() |
C_PATH | TYPE | RSPC_PATH | 1 | INTERNAL USE (current number of path between processes) | ||
![]() |
C_STEP | TYPE | RSPC_STEP | -1 | INTERNAL USE (Distance between processes) | ||
![]() |
C_T_PROCESSLIST | TYPE | RSPC_TS_PROCESSLIST | INTERNAL USE (Predecessor- and Successorprocesses (process chain maintencance)) | |||
![]() |
E_NO_PATH | TYPE | RS_BOOL | Not path between the processes | |||
![]() |
E_END | TYPE | RS_BOOL | A path has been found, Finish | |||
![]() |
I_S_START | TYPE | RSPC_S_PROCESSLIST | Predecessor and Successor Processes (Process Chain Maint.) | |||
![]() |
I_S_END | TYPE | RSPC_S_PROCESSLIST | Predecessor and Successor Processes (Process Chain Maint.) | |||
![]() |
I_T_PROCESSLIST | TYPE | RSPC_T_PROCESSLIST | Predecessor and Successor Processes (Process Chain Maint.) | |||
![]() |
I_ALL | TYPE | RS_BOOL | Find all paths | |||
![]() |
I_ALSO_RESTART | TYPE | RS_BOOL | Find also "dotted" paths, e.g. at restart | |||
Processing Type
Normal Function Module | |
![]() |
BaseXML supported |
Update Module | Start immediately |
Immediate Start, No Restart | |
Start Delayed | |
Coll.run | |
JAVA Module Callable from ABAP | |
Remote-Enabled JAVA Module | |
Module Callable from JAVA |
History
Last changed by/on | SAP | 20040315 |
SAP Release Created in | 30A |