SAP ABAP Interface IF_RMPS_OPERATION_READ (Read Access to 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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RMPS_MOPERATION | Recursive Operation on DOMEA Objects | 20021128 |
2 | Interface composition (i COMPRISING i_ref) | IF_RMPS_OPERATION | Recursive Operation on DOMEA Objects | 20021022 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RMPS_SP_OPERATION | Recursive Operation on DOMEA Objects (Abstract) | 20021021 |
Properties
Interface | IF_RMPS_OPERATION_READ | |
Short Description | Read Access to Recursive Operation on DOMEA Objects |
General Data
Package | RMPS_OPERATION | Operations for Recursive Functions |
Created | 20021017 | SAP |
Last changed | 20050213 | SAP |
Unicode checks active |
Forward declarations
Interface IF_RMPS_OPERATION_READ has no forward declaration.
Interfaces
Interface IF_RMPS_OPERATION_READ has no interface.
Friends
Interface IF_RMPS_OPERATION_READ has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ATTR_CREATED_AT | Constant | Public | Type reference (TYPE) | SRMADID | 'CREATED_AT' | Attr.ID: Created on | 20021021 | |
2 | ATTR_CREATED_BY | Constant | Public | Type reference (TYPE) | SRMADID | 'CREATED_BY' | Attr.ID: Created by | 20021021 | |
3 | ATTR_GUID | Constant | Public | Type reference (TYPE) | SRMADID | 'GUID' | Attr.ID: Technical Key of Operation | 20021022 | |
4 | ATTR_HAS_OWN_OP_POID | Constant | Public | Type reference (TYPE) | SRMADID | 'HAS_OWN_OP_POID' | Attr.ID: Specific Op. POID(=true) or POID of Start Object | 20030515 | |
5 | ATTR_PARAMETERS | Constant | Public | Type reference (TYPE) | SRMADID | 'PARAMETERS' | Attr.ID: Operation Parameter | 20021022 | |
6 | ATTR_RUN_ID | Constant | Public | Type reference (TYPE) | SRMADID | 'RUN_ID' | Attr.ID: Number of Run | 20021022 | |
7 | ATTR_TYPE | Constant | Public | Type reference (TYPE) | SRMADID | 'TYPE' | Attr.ID: Type of Operation | 20021022 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get User that Created Operation | 20021022 |
2 | ![]() |
Instance method | Public | Method | Get Time of Creation (UTC time stamp in short form) | 20021022 |
3 | ![]() |
Instance method | Public | Method | Get Name to be Displayed | 20021022 |
4 | ![]() |
Instance method | Public | Method | Get Internal Key of Operation (GUID) | 20021031 |
5 | ![]() |
Instance method | Public | Method | Get Operation Parameter (value set) | 20021022 |
6 | ![]() |
Instance method | Public | Method | Get Start Objects of Operation | 20040804 |
7 | ![]() |
Instance method | Public | Method | Get Operation Type | 20021022 |
8 | ![]() |
Instance method | Public | Method | Get Description of Operation Type | 20021022 |
9 | ![]() |
Instance method | Public | Method | Should the operation be executed recursively? | 20021209 |
10 | ![]() |
Instance method | Public | Method | Is the object specified the start object of op.? | 20021209 |
Events
Interface IF_RMPS_OPERATION_READ has no event.
Types
Interface IF_RMPS_OPERATION_READ has no local type.
Method Signatures
Method GET_CREATING_USER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_CREATING_USER | Value transfer | Type reference (TYPE) | STRING | User, der die Operation angelegt hat | 20021022 |
Method GET_CREATING_USER on Interface IF_RMPS_OPERATION_READ has no exception.
Method GET_CREATION_DATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_CREATION_DATE | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20021022 |
Method GET_CREATION_DATE on Interface IF_RMPS_OPERATION_READ has no exception.
Method GET_DISPLAY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_DISPLAY_NAME | Value transfer | Type reference (TYPE) | STRING | Anzuzeigender Operationsname | 20021022 |
Method GET_DISPLAY_NAME on Interface IF_RMPS_OPERATION_READ has no exception.
Method GET_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_GUID | Value transfer | Type reference (TYPE) | RMPS_OP_GUID | Technischer Schlüssel der Operation (GUID) | 20021031 |
Method GET_ID on Interface IF_RMPS_OPERATION_READ has no exception.
Method GET_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_PARAMETERS | Value transfer | Object reference (TYPE REF TO) | CL_SRM_RF_VALUE_SET | Operationsparameter (Wertemenge) | 20021022 |
Method GET_PARAMETERS on Interface IF_RMPS_OPERATION_READ has no exception.
Method GET_START_OBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_START_OBJECTS | Value transfer | Type reference (TYPE) | SRM_LIST_POID_INTERFACE | Startobjekte der Operation | 20040804 |
Method GET_START_OBJECTS on Interface IF_RMPS_OPERATION_READ has no exception.
Method GET_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_TYPE | Value transfer | Type reference (TYPE) | STRING | Operationstyp | 20021022 |
Method GET_TYPE on Interface IF_RMPS_OPERATION_READ has no exception.
Method GET_TYPE_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_TYPE_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Bezeichnung des Operationstyps | 20021022 |
Method GET_TYPE_DESCRIPTION on Interface IF_RMPS_OPERATION_READ has no exception.
Method IS_RECURSIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_IS_RECURSIVE | Value transfer | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>TRUE, wenn die Operation rekursiv arbeiten soll | 20021209 |
Method IS_RECURSIVE on Interface IF_RMPS_OPERATION_READ has no exception.
Method IS_START_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_OPERATION_RUN | Value transfer | Object reference (TYPE REF TO) | IF_RMPS_OPERATION_RUN | Durchlauf der Operation | 20021209 | ||
2 | ![]() |
IM_OP_OBJ_ID | Value transfer | Type reference (TYPE) | RMPS_OP_OBJ_ID | ID des Op.objekts im Durchlauf IM_OPERATION_RUN | 20021209 | ||
3 | ![]() |
IM_POID | Value transfer | Object reference (TYPE REF TO) | IF_SRM_POID | POID des zu prüfenden Objekts | 20021209 | ||
4 | ![]() |
RE_IS_START_OBJECT | Value transfer | Type reference (TYPE) | SRMBOOLEAN | Ist es das Startobjekt? | 20021209 |
Method IS_START_OBJECT on Interface IF_RMPS_OPERATION_READ has no exception.
History
Last changed by/on | SAP | 20050213 |
SAP Release Created in | 110_620 |