SAP ABAP Function Module RSPC_PROCESS_RESTARTABLE (Is a process within the chain re-startable?)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSPC (Package) Process Chains
⤷
⤷
Basic Data
| Function Module | RSPC_PROCESS_RESTARTABLE | Is a process within the chain re-startable? |
| Function Group | RSPC_BACKEND | Process Chains Backend Functions |
| Program Name | SAPLRSPC_BACKEND | |
| INCLUDE Name | LRSPC_BACKENDU09 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
E_RESTARTABLE | TYPE | RSPC_RESTARTABLE | Process is Repeatable (with New Instance) | |||
| |
E_REPAIRABLE | TYPE | RSPC_REPAIRABLE | Instances are Repairable (Restart Same Instance) | |||
| |
I_S_PROCESSLIST | TYPE | RSPC_S_PROCESSLIST | Process to be examined | |||
| |
I_T_PROCESSLIST | TYPE | RSPC_T_PROCESSLIST | Predecessor and successor processes (whole chain) | |||
| |
I_ONLY_RED | TYPE | RS_BOOL | Start errorneous processes only, no successors of errorneous processes | |||
| |
I_ONLY_STATIC | TYPE | RS_BOOL | Check if the process can be restarted or repaired in the background only | |||
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 |