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 RMPSD 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
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_ATTRIBUTES Instance attribute Protected Type reference (TYPE) RMPS_OPERATION_RUN Attribute of Run 20021022
2 G_CURR_START_OBJECT Instance attribute Protected Object reference (TYPE REF TO) IF_SRM_POID Start object currently being processed 20040804
3 G_MOPERATION_RUN Instance attribute Protected Object reference (TYPE REF TO) IF_RMPS_MOPERATION_RUN Run of a Recursive Mass Operation 20021129
4 G_OBJECTS Instance attribute Protected Object reference (TYPE REF TO) IF_RMPS_OPERATION_RUN_OBJECTS Objects Involved 20021022
5 G_OPERATION Instance attribute Protected Object reference (TYPE REF TO) IF_RMPS_OPERATION Operation to Which the Run Belongs 20021022
6 G_PROTOCOL Instance attribute Protected Object reference (TYPE REF TO) IF_RMPS_OPERATION_RUN_PROTOCOL Log of Run 20021031
7 G_RESULTS Instance attribute Protected Object reference (TYPE REF TO) IF_RMPS_OPERATION_RUN_RESULTS Results 20021028
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20021022
2 CREATE Static method Public Method Create New Operation 20021022
3 CREATE_OBJECTS Instance method Protected Method Instantiate OperationRunObjects (Objects Involved) 20021024
4 CREATE_PROTOCOL Instance method Protected Method Instantiate Operation Log 20021031
5 CREATE_RESULTS Instance method Protected Method Instantiate OperationRunResults (Results) 20021028
6 GET_NEW_RUN_ID Static method Protected Method Get New Run Number 20021203
7 GET_OPERATION Instance method Public Method 20021024
8 WRITE_START_MESSAGE 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 Importing IM_MOPERATION_RUN Value transfer Object reference (TYPE REF TO) IF_RMPS_MOPERATION_RUN Durchlauf der übergeordneten Massenoperation 20021203
2 Importing IM_OPERATION Value transfer Object reference (TYPE REF TO) IF_RMPS_OPERATION Operation, zu welcher der Durchlauf gehört 20021022
3 Importing IM_OP_OBJ_CNT Value transfer Object reference (TYPE REF TO) IF_RMPS_OPERATION_RUN_OBJCNT Zähler für Operationsobjekte 20021127
4 Importing 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 Importing IM_MOPERATION_RUN Value transfer Object reference (TYPE REF TO) IF_RMPS_MOPERATION_RUN Durchlauf der übergeordneten Massenoperation 20021129
2 Importing IM_OPERATION Call by reference Object reference (TYPE REF TO) IF_RMPS_OPERATION Operation, zu der der neue Durchlauf anzulegen ist 20021022
3 Importing IM_OP_OBJ_CNT Value transfer Object reference (TYPE REF TO) IF_RMPS_OPERATION_RUN_OBJCNT Zähler für Operationsobjekte 20021127
4 Returning 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 Importing IM_OP_OBJ_CNT Value transfer Object reference (TYPE REF TO) IF_RMPS_OPERATION_RUN_OBJCNT Zähler für Operationsobjekte 20021127
2 Returning 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 Returning 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 Returning 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 Returning 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 Importing 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