SAP ABAP Class CL_ESH_IF_MDATA_REL_OPERATION (Metadata: Relation to UI Operation)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_INTERFACE (Package) Interface
⤷
⤷
Properties
| Class | CL_ESH_IF_MDATA_REL_OPERATION | |
| Short Description | Metadata: Relation to UI Operation | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_INTERFACE | Interface |
| Created | 20130211 | SAP |
| Last change | 20140121 | 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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_ESH_IF_MDATA_REL_OPERATION has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_ESH_IF_MDATA_CONNECTOR | 20130211 | Metadata: Search Connector |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ESH_IF_MDATA_CONNECTOR | Metadata: Search Connector | 20130213 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA=>S_CONNECTOR_SORTED | 20130213 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA=>S_NAV_OPERATION_SORTED | 20130213 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | ESH_E_IF_NAME | Readable Name | 20130213 | |||
| 5 | Constant | Public | Type reference (TYPE) | ESH_E_IF_UI_OPERATION | 'S_CHANGE' | 20130213 | |||
| 6 | Constant | Public | Type reference (TYPE) | ESH_E_IF_UI_OPERATION | 'S_DISPLAY' | 20130213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Constructor | Constructor | 20130211 | |
| 2 | Instance method | Public | Method | Get Description | 20130213 | |
| 3 | Instance method | Public | Method | Get operation ID | 20130214 | |
| 4 | Static method | Protected | Method | Get instance | 20130211 | |
| 5 | Static method | Private | Method | Get relevant languages | 20130213 | |
| 6 | Instance method | Public | Method | Get operation type (change/display) | 20130213 | |
| 7 | Instance method | Public | Method | Get UI Technologies | 20130213 | |
| 8 | Instance method | Public | Method | Is default operation | 20130213 |
Events
Class CL_ESH_IF_MDATA_REL_OPERATION has no event.
Types
Class CL_ESH_IF_MDATA_REL_OPERATION has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONNECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ESH_IF_MDATA_CONNECTOR | Metadata: Search Connector | 20130211 | |||
| 2 | IR_CONNECTOR_DATA | Call by reference | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA=>S_CONNECTOR_SORTED | 20130211 | ||||
| 3 | IR_OPERATION_DATA | Call by reference | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA=>S_NAV_OPERATION_SORTED | Structure for navigation operation (sorted) | 20130211 |
Method CONSTRUCTOR on class CL_ESH_IF_MDATA_REL_OPERATION has no exception.
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DESCRIPTION | Value transfer | Type reference (TYPE) | ESH_E_IF_NAME | Readable Name | 20130213 |
Method GET_DESCRIPTION on class CL_ESH_IF_MDATA_REL_OPERATION has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | ESH_E_IF_TARGET_NAVIGATION_ID | ID of Target Navigation | 20130214 |
Method GET_ID on class CL_ESH_IF_MDATA_REL_OPERATION has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONNECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ESH_IF_MDATA_CONNECTOR | Metadata: Search Connector | 20130211 | |||
| 2 | IR_CONNECTOR_DATA | Call by reference | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA=>S_CONNECTOR_SORTED | 20130211 | ||||
| 3 | IR_OPERATION_DATA | Call by reference | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA=>S_NAV_OPERATION_SORTED | 20130211 | ||||
| 4 | RO_RELATED_OPERATION | Value transfer | Object reference (TYPE REF TO) | CL_ESH_IF_MDATA_REL_OPERATION | Metadata: Relation to UI Operation | 20130211 |
Method GET_INSTANCE on class CL_ESH_IF_MDATA_REL_OPERATION has no exception.
Method GET_LANGUAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LANGUAGES | Call by reference | Type reference (TYPE) | ESH_T_OM_LANGU | Table of Languages used for Admin | 20130213 |
Method GET_LANGUAGES on class CL_ESH_IF_MDATA_REL_OPERATION has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TYPE | Value transfer | Type reference (TYPE) | ESH_E_IF_UI_OPERATION | Unified Name for UI Operation | 20130213 |
Method GET_TYPE on class CL_ESH_IF_MDATA_REL_OPERATION has no exception.
Method GET_UI_TECHNOLOGIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UI_TECHNOLOGIES | Call by reference | Type reference (TYPE) | ESH_T_IF_MDATA_OPER_TECH_OBJ | Meta Data: Relations to UI Operation Technologies | 20130213 |
Method GET_UI_TECHNOLOGIES on class CL_ESH_IF_MDATA_REL_OPERATION has no exception.
Method IS_DEFAULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TRUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130213 |
Method IS_DEFAULT on class CL_ESH_IF_MDATA_REL_OPERATION has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |