SAP ABAP Class CL_RMPS_OPERATION_RUN_OBJECTS (Objects Involved in Run of Recursive Operation)
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_OBJECTS Objects Involved in a Recursive Operation 20021022
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RMPS_OPERATION_RUN_OBJ_INFO Read Access to Information of Operation Object 20021031
Properties
Class CL_RMPS_OPERATION_RUN_OBJECTS  
Short Description Objects Involved in Run of Recursive Operation    
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 20050213   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RMPS_OPERATION_RUN_OBJECTS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RMPS_OPERATION_RUN_OBJECTS Objects Involved in a Recursive Operation 20021022
2 IF_RMPS_OPERATION_RUN_OBJ_INFO Read Access to Information of Operation Object 20021031
Friends
Class CL_RMPS_OPERATION_RUN_OBJECTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_PATH_SEPARATOR Constant Protected Type reference (TYPE) STRING '%' Separator in Path of POID IDs 20021023
2 G_OBJECTS Instance attribute Protected Type reference (TYPE) RMPS_T_OPERATION_RUN_OBJECTS Objects Involved 20021022
3 G_OPERATION_RUN Instance attribute Protected Object reference (TYPE REF TO) IF_RMPS_OPERATION_RUN Corresponding Operation Run 20021022
4 G_OP_OBJ_CNT Instance attribute Protected Object reference (TYPE REF TO) IF_RMPS_OPERATION_RUN_OBJCNT Counter for Operation Objects 20021127
5 G_POID_DIR_QUERY Instance attribute Protected Object reference (TYPE REF TO) IF_SRM_POID_DIR_QUERY Object for Search in POID Dir. (buffered) 20021022
6 S_OBJ_ERR Instance attribute Public Attribute reference (LIKE) 20021029
7 S_OBJ_OK_CHILD_ERR Instance attribute Public Attribute reference (LIKE) 20021029
8 S_OK Instance attribute Public Attribute reference (LIKE) 20021029
9 S_WARNING Instance attribute Public Attribute reference (LIKE) 20040805
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20021022
2 CREATE_OP_OBJ_CNT Instance method Protected Method Generate Object Counter 20021127
3 GET_DESCRIPTION Instance method Public Method 20021031
4 GET_DESCR_FOR_POID Instance method Protected Method Get Description for POID 20021031
5 GET_HIERARCHY_LEVEL Instance method Public Method 20021031
6 GET_NEXT_OP_OBJ_ID Instance method Protected Method Get Next Free Object Number 20021209
7 GET_OBJECT_RECORD Instance method Protected Method Get Data Record for Operation Object 20021031
8 GET_PARENT_OP_OBJ_ID Instance method Public Method 20021031
9 GET_POID Instance method Public Method 20021031
10 GET_POID_DIR_QUERY Instance method Protected Method Get Object for Search in POID Directory 20021022
11 GET_POID_ID Instance method Public Method 20021031
Events
Class CL_RMPS_OPERATION_RUN_OBJECTS has no event.
Types
Class CL_RMPS_OPERATION_RUN_OBJECTS 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_OPERATION_RUN Value transfer Object reference (TYPE REF TO) IF_RMPS_OPERATION_RUN Zugehöriger Operations-Durchlauf 20021022
2 Importing IM_OP_OBJ_CNT Value transfer Object reference (TYPE REF TO) IF_RMPS_OPERATION_RUN_OBJCNT Zähler für Operationsobjekte 20021127

Method CONSTRUCTOR on class CL_RMPS_OPERATION_RUN_OBJECTS has no exception.

Method CREATE_OP_OBJ_CNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_OP_OBJ_CNT Value transfer Object reference (TYPE REF TO) IF_RMPS_OPERATION_RUN_OBJCNT Zähler für Operationsobjekte 20021127

Method CREATE_OP_OBJ_CNT on class CL_RMPS_OPERATION_RUN_OBJECTS has no exception.

Method GET_DESCRIPTION Signature

Method GET_DESCRIPTION on class CL_RMPS_OPERATION_RUN_OBJECTS has no parameter.
Method GET_DESCRIPTION on class CL_RMPS_OPERATION_RUN_OBJECTS has no exception.

Method GET_DESCR_FOR_POID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_POID Value transfer Object reference (TYPE REF TO) IF_SRM_POID POID des Objekts, dessen Name gesucht ist 20021031
2 Returning RE_DESCR Value transfer Type reference (TYPE) STRING Description des Objekts 20021031

Method GET_DESCR_FOR_POID on class CL_RMPS_OPERATION_RUN_OBJECTS has no exception.

Method GET_HIERARCHY_LEVEL Signature

Method GET_HIERARCHY_LEVEL on class CL_RMPS_OPERATION_RUN_OBJECTS has no parameter.
Method GET_HIERARCHY_LEVEL on class CL_RMPS_OPERATION_RUN_OBJECTS has no exception.

Method GET_NEXT_OP_OBJ_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_OP_OBJ_ID Value transfer Type reference (TYPE) RMPS_OP_OBJ_ID Nächste freie Objektnummer 20021209

Method GET_NEXT_OP_OBJ_ID on class CL_RMPS_OPERATION_RUN_OBJECTS has no exception.

Method GET_OBJECT_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OP_OBJ_ID Call by reference Type reference (TYPE) RMPS_OP_OBJ_ID ID des Operationsobjekts 20021031
2 Returning RE_OBJECT_RECORD Value transfer Type reference (TYPE) RMPS_OPERATION_RUN_OBJECTS Datensatz zum Objekt 20021031
# Exception Resumable Description Created on
1 CX_RMPS_SP_OPERATION_RUN_OBJ Fehler bei beteiligten Objekten einer rekursiven Operation 20021031

Method GET_PARENT_OP_OBJ_ID Signature

Method GET_PARENT_OP_OBJ_ID on class CL_RMPS_OPERATION_RUN_OBJECTS has no parameter.
Method GET_PARENT_OP_OBJ_ID on class CL_RMPS_OPERATION_RUN_OBJECTS has no exception.

Method GET_POID Signature

Method GET_POID on class CL_RMPS_OPERATION_RUN_OBJECTS has no parameter.
Method GET_POID on class CL_RMPS_OPERATION_RUN_OBJECTS has no exception.

Method GET_POID_DIR_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_POID_DIR_QUERY Value transfer Object reference (TYPE REF TO) IF_SRM_POID_DIR_QUERY Suche im POID-Directory 20021022
# Exception Resumable Description Created on
1 CX_RMPS_SP_OPERATION_RUN_OBJ Fehler bei beteiligten Objekten einer rekursiven Operation 20021022

Method GET_POID_ID Signature

Method GET_POID_ID on class CL_RMPS_OPERATION_RUN_OBJECTS has no parameter.
Method GET_POID_ID on class CL_RMPS_OPERATION_RUN_OBJECTS has no exception.
History
Last changed by/on SAP  20050213 
SAP Release Created in 110_620