SAP ABAP Class CL_RSOS_ES_AUTH_OBJECT (Authorization based on auth object)
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
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSOS_ES_AUTHORIZATION | Authorization check for object types | 20100623 |
Properties
| Class | CL_RSOS_ES_AUTH_OBJECT | |
| Short Description | Authorization based on auth object | |
| 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 | 20100623 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSOS_ES_AUTH_OBJECT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSOS_ES_AUTHORIZATION | Authorization check for object types | 20100623 |
Friends
Class CL_RSOS_ES_AUTH_OBJECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | XUOBJECT | Authorization Object | 20100623 | |||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20100623 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20100623 | |||||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20100623 | |||||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | 20100623 | |||||
| 6 | Instance attribute | Public | Type reference (TYPE) | TT_FIELD_MAPPING | Authorization field-attribute mapping | 20100623 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | TT_AUTHOBJ_TEXT | Authorization object's text | 20100623 |
Methods
Class CL_RSOS_ES_AUTH_OBJECT has no method.
Events
Class CL_RSOS_ES_AUTH_OBJECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_AUTHOBJ_TEXT | Public | Type reference (TYPE) | CL_RSOS_ES_ATTRIBUTE=>TS_ATRTEXT | 20100623 | |
|
| 2 | TS_FIELD_MAPPING | Public | See coding | 20100623 | BEGIN OF ts_field_mapping,
field_name TYPE xufield,
atr_name TYPE esh_e_om_node_field,
END OF ts_field_mapping
|
||
| 3 | TT_AUTHOBJ_TEXT | Public | See coding | 20100623 | tt_authobj_text TYPE STANDARD TABLE OF ts_authobj_text
|
||
| 4 | TT_FIELD_MAPPING | Public | See coding | 20100623 | tt_field_mapping TYPE STANDARD TABLE OF ts_field_mapping
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |