SAP ABAP Class CL_RMPS_OPERATION_RUN (Run of a Recursive Operation on DOMEA Objects)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-RCM (Application Component) Records and Case Management
⤷
RMPS_OPERATION (Package) Operations for Recursive Functions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RMPS_OPERATION_RUN | Run of a Recursive Operation | 20021023 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RMPS_OPERATION_RUN_ELIST | Run of a Recursive Element List Operation | 20021203 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RMPS_OPERATION_RUN_EXP_XML | Run of a Recursive Export Operation | 20050907 |
Properties
| Class | CL_RMPS_OPERATION_RUN | |
| Short Description | Run of a Recursive Operation on DOMEA Objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RMPS_OPERATION | Operations for Recursive Functions |
| Created | 20021022 | SAP |
| Last change | 00000000 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RMPS_OPERATION_RUN | Run of a Recursive Operation | 20021023 |
Friends
Class CL_RMPS_OPERATION_RUN has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20021022 | |
| 2 | Static method | Public | Method | Create New Operation | 20021022 | |
| 3 | Instance method | Protected | Method | Instantiate OperationRunObjects (Objects Involved) | 20021024 | |
| 4 | Instance method | Protected | Method | Instantiate Operation Log | 20021031 | |
| 5 | Instance method | Protected | Method | Instantiate OperationRunResults (Results) | 20021028 | |
| 6 | Static method | Protected | Method | Get New Run Number | 20021203 | |
| 7 | Instance method | Public | Method | 20021024 | ||
| 8 | Instance method | Protected | Method | Write Start Message in Operation Log | 20021106 |
Events
Class CL_RMPS_OPERATION_RUN has no event.
Types
Class CL_RMPS_OPERATION_RUN has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MOPERATION_RUN | Value transfer | Object reference (TYPE REF TO) | IF_RMPS_MOPERATION_RUN | Durchlauf der übergeordneten Massenoperation | 20021203 | |||
| 2 | IM_OPERATION | Value transfer | Object reference (TYPE REF TO) | IF_RMPS_OPERATION | Operation, zu welcher der Durchlauf gehört | 20021022 | |||
| 3 | IM_OP_OBJ_CNT | Value transfer | Object reference (TYPE REF TO) | IF_RMPS_OPERATION_RUN_OBJCNT | Zähler für Operationsobjekte | 20021127 | |||
| 4 | IM_RUN_ID | Value transfer | Type reference (TYPE) | RMPS_OP_RUN_ID | Nummer des Durchlaufs | 20021022 |
Method CONSTRUCTOR on class CL_RMPS_OPERATION_RUN has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MOPERATION_RUN | Value transfer | Object reference (TYPE REF TO) | IF_RMPS_MOPERATION_RUN | Durchlauf der übergeordneten Massenoperation | 20021129 | |||
| 2 | IM_OPERATION | Call by reference | Object reference (TYPE REF TO) | IF_RMPS_OPERATION | Operation, zu der der neue Durchlauf anzulegen ist | 20021022 | |||
| 3 | IM_OP_OBJ_CNT | Value transfer | Object reference (TYPE REF TO) | IF_RMPS_OPERATION_RUN_OBJCNT | Zähler für Operationsobjekte | 20021127 | |||
| 4 | RE_OPERATION_RUN | Value transfer | Object reference (TYPE REF TO) | CL_RMPS_OPERATION_RUN | Neuer Durchlauf | 20021022 |
Method CREATE on class CL_RMPS_OPERATION_RUN has no exception.
Method CREATE_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OP_OBJ_CNT | Value transfer | Object reference (TYPE REF TO) | IF_RMPS_OPERATION_RUN_OBJCNT | Zähler für Operationsobjekte | 20021127 | |||
| 2 | RE_OBJECTS | Value transfer | Object reference (TYPE REF TO) | IF_RMPS_OPERATION_RUN_OBJECTS | Handler für die beteiligten Objekte | 20021024 |
Method CREATE_OBJECTS on class CL_RMPS_OPERATION_RUN has no exception.
Method CREATE_PROTOCOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_PROTOCOL | Value transfer | Object reference (TYPE REF TO) | IF_RMPS_OPERATION_RUN_PROTOCOL | Protokoll einer rekursiven Operation auf DOMEA-Objekten | 20021031 |
Method CREATE_PROTOCOL on class CL_RMPS_OPERATION_RUN has no exception.
Method CREATE_RESULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_RESULTS | Value transfer | Object reference (TYPE REF TO) | IF_RMPS_OPERATION_RUN_RESULTS | Objekt zum Handling der Ergebnisse des Durchlaufs | 20021028 |
Method CREATE_RESULTS on class CL_RMPS_OPERATION_RUN has no exception.
Method GET_NEW_RUN_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_NEW_RUN_ID | Value transfer | Type reference (TYPE) | RMPS_OP_RUN_ID | Nummer für neuen Durchlauf | 20021203 |
Method GET_NEW_RUN_ID on class CL_RMPS_OPERATION_RUN has no exception.
Method GET_OPERATION Signature
Method GET_OPERATION on class CL_RMPS_OPERATION_RUN has no parameter.
Method GET_OPERATION on class CL_RMPS_OPERATION_RUN has no exception.
Method WRITE_START_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_START_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_POID | Startobjekt, für das die Meldung zu schreiben ist | 20040804 |
Method WRITE_START_MESSAGE on class CL_RMPS_OPERATION_RUN has no exception.
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in | 110_620 |