SAP ABAP Class CL_RSOS_ES_ASSOCIATION (Association between object types)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSOS_ES (Package) BI Implementation of the Enterprise Search Connector

⤷

⤷

Properties
Class | CL_RSOS_ES_ASSOCIATION | |
Short Description | Association between object types | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSOS_ES | BI Implementation of the Enterprise Search Connector |
Created | 20100622 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_RSOS_ES_ASSOCIATION has no interface implemented.
Friends
Class CL_RSOS_ES_ASSOCIATION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20100622 | ||||
2 | ![]() |
Constant | Public | See coding | 20100702 | ||||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_E_OM_CARDSOURCE | '1' | Cardinality | 20100622 | |
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_E_OM_NODE_NAME | 20100705 | |||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_E_OM_NODE_NAME | 20100705 | |||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Source object type | 20100622 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Target object type | 20100622 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSOS_ES_REQUEST_TYPE | Request type in association | 20100702 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_E_OM_CARDTARGET | '1' | Reverse cardinality | 20100622 | |
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TT_KEY_MAPPING | Table specifying foreign key | 20100622 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_ATR_MAPPING | Attributes in foreign key | 20100622 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get mapping attributes | 20100622 |
Events
Class CL_RSOS_ES_ASSOCIATION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_ATR_MAPPING | Public | See coding | 20100622 | BEGIN OF ts_atr_mapping,
src_atrref TYPE REF TO cl_rsos_es_attribute,
tgt_atrref TYPE REF TO cl_rsos_es_attribute,
END OF ts_atr_mapping
|
||
2 | TS_KEY_MAPPING | Public | See coding | 20100622 | BEGIN OF ts_key_mapping,
src_atrnm TYPE esh_e_om_node_field,
tgt_atrnm TYPE esh_e_om_node_field,
END OF ts_key_mapping
|
||
3 | TTR_ASSOCIATION | Public | See coding | 20100623 | ttr_association TYPE TABLE OF REF TO cl_rsos_es_association
|
||
4 | TT_ATR_MAPPING | Public | See coding | 20100622 | tt_atr_mapping TYPE STANDARD TABLE OF ts_atr_mapping
|
||
5 | TT_KEY_MAPPING | Public | See coding | 20100622 | tt_key_mapping TYPE STANDARD TABLE OF ts_key_mapping
|
Method Signatures
Method GET_ATR_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_ATR_MAPPING | Value transfer | Type reference (TYPE) | TT_ATR_MAPPING | Source-Target attribute mapping | 20100623 |
Method GET_ATR_MAPPING on class CL_RSOS_ES_ASSOCIATION has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 730 |