SAP ABAP Class IF_RODPS_AUTH (ODP authorization object)
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
Class | IF_RODPS_AUTH | |
Short Description | ODP authorization object | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20100705 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_RODPS_AUTH has no interface implemented.
Friends
Class IF_RODPS_AUTH has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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
Class 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 class 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 class IF_RODPS_AUTH has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |