SAP ABAP Class CL_RSL_ME_AUTH_HANA (Authorization for HANA-Provider)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSL_ME (Package) Mawell Engine
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSL_ME_AUTH | Authority for New TLOGO Objects | 20110330 |
Properties
| Class | CL_RSL_ME_AUTH_HANA | |
| Short Description | Authorization for HANA-Provider | |
| Super Class | CL_RSL_ME_AUTH | Authority for New TLOGO Objects |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSL_ME | Mawell Engine |
| Created | 20110330 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSL_ME_AUTH_HANA has no forward declaration.
Interfaces
Class CL_RSL_ME_AUTH_HANA has no interface implemented.
Friends
Class CL_RSL_ME_AUTH_HANA has no friend class.
Attributes
Class CL_RSL_ME_AUTH_HANA has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20110330 | ||
| 2 | Instance method | Private | Method | 20110330 | ||
| 3 | Instance method | Private | Method | does user exist for hana usage | 20110705 |
Events
Class CL_RSL_ME_AUTH_HANA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_ROLE | Private | See coding | 20110330 | tp_role(256) TYPE c
|
||
| 2 | TP_S_PREV | Private | See coding | 20110330 | BEGIN OF tp_s_prev,
structured_privilege_name(256) TYPE c,
restriction_type(256) TYPE c,
dimension_attribute(256) TYPE c,
filter_id TYPE i,
negated TYPE string, "VARCHAR;7168;;
operator TYPE string, "VARCHAR;7168;;
operand_order TYPE i, " BIGINT;;;
operand TYPE string, "VARCHAR;7168;;
END OF tp_s_prev
|
||
| 3 | TP_TS_ROLE | Private | See coding | 20110330 | tp_ts_role TYPE SORTED TABLE OF tp_role WITH UNIQUE KEY table_line
|
||
| 4 | TP_T_PREV | Private | See coding | 20110330 | tp_t_prev TYPE STANDARD TABLE OF tp_s_prev
|
||
| 5 | TP_T_ROLE | Private | See coding | 20110330 | tp_t_role TYPE STANDARD TABLE OF tp_role
|
Method Signatures
Method GET_PRIVILEGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_PREV | Call by reference | Object reference (TYPE REF TO) | DATA | 20110330 | ||||
| 2 | I_T_ROLE | Call by reference | Type reference (TYPE) | TP_T_ROLE | 20110330 | ||||
| 3 | I_UNAME | Call by reference | Type reference (TYPE) | XUBNAME | Benutzername im Benutzerstamm | 20110331 |
Method GET_PRIVILEGE on class CL_RSL_ME_AUTH_HANA has no exception.
Method GET_ROLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_ROLE | Call by reference | Type reference (TYPE) | TP_T_ROLE | 20110330 | ||||
| 2 | I_UNAME | Call by reference | Type reference (TYPE) | XUBNAME | Benutzername im Benutzerstamm | 20110330 |
Method GET_ROLES on class CL_RSL_ME_AUTH_HANA has no exception.
Method USER_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_UNAME | Call by reference | Type reference (TYPE) | XUBNAME | Benutzername im Benutzerstamm | 20110705 | |||
| 2 | R_EXIST | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20110705 |
Method USER_EXIST on class CL_RSL_ME_AUTH_HANA has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |