SAP ABAP Class CL_RECA_MULTISTEP_PROCESS (Process Which is Divided into Several Substeps)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX (Application Component) Flexible Real Estate Management
⤷
RE_CA_PR (Package) RE: Process

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RECA_PROCESS | Process | 20020730 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RECA_MULTISTEP_PROCESS | Process Which is Divided into Several Substeps | 20020730 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_REAJ_PROCESS | Adjustment Process | 20020923 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_RECA_SETTLEMENT | General Description of a Settlement | 20020801 |
Properties
Class | CL_RECA_MULTISTEP_PROCESS | |
Short Description | Process Which is Divided into Several Substeps | |
Super Class | CL_RECA_PROCESS | Process |
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | RE_CA_PR | RE: Process |
Created | 20020730 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RECA_MULTISTEP_PROCESS | Process Which is Divided into Several Substeps | 20020730 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CF_RECA_OBJECT | 20031014 | Object That Can Be Instantiated: Factory |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RECASTEP | Internal Name of Process Step | 20060804 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RECASTEP | Internal Name of Process Step | 20060804 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Cancel Processing in Steps | 20021205 | |
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Status Toolbar On? | 20050426 | |
5 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20020731 | ||||
6 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20020731 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20050426 | |
2 | ![]() |
Instance method | Public | Method | 20020731 | |
3 | ![]() |
Instance method | Public | Method | 20020731 | |
4 | ![]() |
Instance method | Public | Method | 20020731 | |
5 | ![]() |
Instance method | Protected | Method | Initialize Settlement Steps | 20040127 |
6 | ![]() |
Instance method | Public | Method | 20021205 | |
7 | ![]() |
Instance method | Public | Method | 20050426 | |
8 | ![]() |
Instance method | Public | Method | 20020731 | |
9 | ![]() |
Instance method | Protected | Method | For My Object: After Execution of Step | 20040305 |
10 | ![]() |
Instance method | Protected | Method | For My Object: Before Execution of Step | 20040305 |
11 | ![]() |
Instance method | Public | Method | 20020731 | |
12 | ![]() |
Instance method | Public | Method | 20021008 | |
13 | ![]() |
Instance method | Public | Method | 20020731 |
Events
Class CL_RECA_MULTISTEP_PROCESS has no event.
Types
Class CL_RECA_MULTISTEP_PROCESS has no local type.
Method Signatures
Method ENABLE_STATUSBAR Signature
Method ENABLE_STATUSBAR on class CL_RECA_MULTISTEP_PROCESS has no parameter.
Method ENABLE_STATUSBAR on class CL_RECA_MULTISTEP_PROCESS has no exception.
Method GET_LIST_POSSIBLE_STEPS Signature
Method GET_LIST_POSSIBLE_STEPS on class CL_RECA_MULTISTEP_PROCESS has no parameter.
Method GET_LIST_POSSIBLE_STEPS on class CL_RECA_MULTISTEP_PROCESS has no exception.
Method GET_PROCESSGUID Signature
Method GET_PROCESSGUID on class CL_RECA_MULTISTEP_PROCESS has no parameter.
Method GET_PROCESSGUID on class CL_RECA_MULTISTEP_PROCESS has no exception.
Method GET_STEP_BY_TYPE Signature
Method GET_STEP_BY_TYPE on class CL_RECA_MULTISTEP_PROCESS has no parameter.
Method GET_STEP_BY_TYPE on class CL_RECA_MULTISTEP_PROCESS has no exception.
Method INIT_STEPS Signature
Method INIT_STEPS on class CL_RECA_MULTISTEP_PROCESS has no parameter.
Method INIT_STEPS on class CL_RECA_MULTISTEP_PROCESS has no exception.
Method IS_CANCEL_PERFORM Signature
Method IS_CANCEL_PERFORM on class CL_RECA_MULTISTEP_PROCESS has no parameter.
Method IS_CANCEL_PERFORM on class CL_RECA_MULTISTEP_PROCESS has no exception.
Method IS_STATUSBAR_ENABLED Signature
Method IS_STATUSBAR_ENABLED on class CL_RECA_MULTISTEP_PROCESS has no parameter.
Method IS_STATUSBAR_ENABLED on class CL_RECA_MULTISTEP_PROCESS has no exception.
Method IS_STEP_SELECTABLE Signature
Method IS_STEP_SELECTABLE on class CL_RECA_MULTISTEP_PROCESS has no parameter.
Method IS_STEP_SELECTABLE on class CL_RECA_MULTISTEP_PROCESS has no exception.
Method ME_AFTER_RUN_STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_STATUS_BEFORE_RUN | Call by reference | Type reference (TYPE) | RECASTEPSTATUS | Status einer Prozessstufe | 20040305 | ||
2 | ![]() |
IO_STEP | Call by reference | Object reference (TYPE REF TO) | IF_RECA_PROCESS_STEP | Schritt eines Prozesses | 20040305 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Beim Ausführen kam es zu einen Fehler | 20040305 |
Method ME_BEFORE_RUN_STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_STEP | Call by reference | Object reference (TYPE REF TO) | IF_RECA_PROCESS_STEP | Schritt eines Prozesses | 20040305 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Beim Ausführen kam es zu einen Fehler | 20040305 |
Method REVERSAL_STEP Signature
Method REVERSAL_STEP on class CL_RECA_MULTISTEP_PROCESS has no parameter.
Method REVERSAL_STEP on class CL_RECA_MULTISTEP_PROCESS has no exception.
Method RUN_MULTIPLE_STEPS Signature
Method RUN_MULTIPLE_STEPS on class CL_RECA_MULTISTEP_PROCESS has no parameter.
Method RUN_MULTIPLE_STEPS on class CL_RECA_MULTISTEP_PROCESS has no exception.
Method RUN_SINGLE_STEP Signature
Method RUN_SINGLE_STEP on class CL_RECA_MULTISTEP_PROCESS has no parameter.
Method RUN_SINGLE_STEP on class CL_RECA_MULTISTEP_PROCESS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 200 |