SAP ABAP Class CL_GRAC_ACREQ_ROOT (Access Request Root for share memory)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-AC (Application Component) Access Control
⤷
GRAC_ODATA (Package) Access Control GRC Data Provider for oData services and etc.

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SHM_BUILD_INSTANCE | Flag Interface: Area Constructor for Shared Objects | 20131006 |
Properties
Class | CL_GRAC_ACREQ_ROOT | |
Short Description | Access Request Root for share memory | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRAC_ODATA | Access Control GRC Data Provider for oData services and etc. |
Created | 20131006 | SAP |
Last change | 20141106 | |
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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SHM_BUILD_INSTANCE | Flag Interface: Area Constructor for Shared Objects | 20131006 |
Friends
Class CL_GRAC_ACREQ_ROOT 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) | TT_DATA | 20131006 | |||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20131007 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get data using key | 20131006 |
2 | ![]() |
Instance method | Public | Method | Set data using key | 20131006 |
Events
Class CL_GRAC_ACREQ_ROOT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_DATA | Public | See coding | 20131006 | BEGIN OF TS_DATA,
UPDATED_TIME TYPE TIMESTAMP,
DATA_KEY TYPE STRING,
DATA_TABLE TYPE GRAC_T_OD_ROLE ,
END OF TS_DATA
|
||
2 | TT_DATA | Public | See coding | 20131006 | TT_DATA TYPE STANDARD TABLE OF TS_DATA
|
Method Signatures
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA_TABLE | Call by reference | Type reference (TYPE) | GRAC_T_OD_ROLE | GRAC Role Table for oData | 20131006 | ||
2 | ![]() |
EV_UPDATED_TIME | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20131008 | ||
3 | ![]() |
IV_DATA_KEY | Call by reference | Type reference (TYPE) | STRING | 20131006 |
Method GET_DATA on class CL_GRAC_ACREQ_ROOT has no exception.
Method SET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATA_TABLE | Call by reference | Type reference (TYPE) | GRAC_T_OD_ROLE | GRAC Role Table for oData | 20131006 | ||
2 | ![]() |
IV_DATA_KEY | Call by reference | Type reference (TYPE) | STRING | 20131006 | |||
3 | ![]() |
IV_UPDATED_TIME | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20131008 |
Method SET_DATA on class CL_GRAC_ACREQ_ROOT has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1100 |