SAP ABAP Interface IF_RODPS_AUTH (ODP authorization object)
Hierarchy
☛
PI_BASIS (Software Component) Basis Plug-In
⤷
BC-EIM-ODP (Application Component) Operational Data Provisioning (ODP) in Search&Analytics
⤷
RODPS_BASE (Package) Basis Objects for Operational Data Provider

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RODPS_AUTH | ODP authorization object | 20100705 |
Properties
Interface | IF_RODPS_AUTH | |
Short Description | ODP authorization object |
General Data
Package | RODPS_BASE | Basis Objects for Operational Data Provider |
Created | 20100705 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_RODPS_AUTH | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_RODPS_AUTH has no interface.
Friends
Interface IF_RODPS_AUTH has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_AUTH_TYPE | Constant | Public | See coding | 20100709 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20100705 | |
2 | ![]() |
Instance method | Public | Method | 20100705 |
Events
Interface IF_RODPS_AUTH has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_CONDITION | Public | See coding | 20100705 | BEGIN OF ts_condition,
fieldname TYPE fieldname, "field name within the authorized ODP
fieldname_auth TYPE fieldname, "Field name within the authorizing object/ODP
value TYPE string,
t_range TYPE tt_range,
END OF ts_condition
|
||
2 | TS_HEADER | Public | See coding | 20100705 | BEGIN OF ts_header,
auth_check TYPE t_auth_check,
auth_type TYPE t_auth_type,
auth_name TYPE t_auth_name,
t_uname type SORTED TABLE OF sy-uname with UNIQUE key TABLE_LINE ,
END OF ts_header
|
||
3 | TS_RANGE | Public | See coding | 20110915 | BEGIN OF ts_range,
sign TYPE raldb_sign,
option TYPE raldb_opti,
low TYPE string,
high TYPE string,
END OF ts_range
|
||
4 | TT_CONDITIONS | Public | See coding | 20100705 | tt_conditions TYPE STANDARD TABLE OF ts_condition
WITH DEFAULT KEY
|
||
5 | TT_RANGE | Public | See coding | 20110915 | tt_range TYPE STANDARD TABLE OF ts_range
WITH DEFAULT KEY
|
||
6 | T_AUTH_CHECK | Public | See coding | 20100709 | t_auth_check TYPE c LENGTH 32
|
||
7 | T_AUTH_NAME | Public | See coding | 20100709 | t_auth_name TYPE c LENGTH 30
|
||
8 | T_AUTH_TYPE | Public | See coding | 20100709 | t_auth_type TYPE c LENGTH 1
|
Method Signatures
Method GET_CONDITIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_CONDITIONS | Value transfer | Type reference (TYPE) | IF_RODPS_AUTH=>TT_CONDITIONS | 20100705 |
Method GET_CONDITIONS on Interface IF_RODPS_AUTH has no exception.
Method GET_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_HEADER | Value transfer | Type reference (TYPE) | IF_RODPS_AUTH=>TS_HEADER | 20100705 |
Method GET_HEADER on Interface IF_RODPS_AUTH has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |