SAP ABAP Class CL_GRAC_SHARED_STATIC (Static class for sharing data)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-AC (Application Component) Access Control
⤷
GRAC_ACCESS_REQUEST (Package) Access Control GRC Access Request

⤷

⤷

Properties
Class | CL_GRAC_SHARED_STATIC | |
Short Description | Static class for sharing data | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRAC_ACCESS_REQUEST | Access Control GRC Access Request |
Created | 20100316 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRAC_SHARED_STATIC has no forward declaration.
Interfaces
Class CL_GRAC_SHARED_STATIC has no interface implemented.
Friends
Class CL_GRAC_SHARED_STATIC has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | GRAC_T_SHARED_DATA | Table type for shared data | 20100316 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | returns full table of shared data | 20100316 |
2 | ![]() |
Static method | Public | Method | returns corresponding data | 20100316 |
3 | ![]() |
Static method | Public | Method | puts shared data with key and values | 20100316 |
4 | ![]() |
Static method | Public | Method | puts shared data with structure | 20100316 |
Events
Class CL_GRAC_SHARED_STATIC has no event.
Types
Class CL_GRAC_SHARED_STATIC has no local type.
Method Signatures
Method GETALLSHAREDDATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SHARED_DATA | Call by reference | Type reference (TYPE) | GRAC_T_SHARED_DATA | Table type for shared data | 20100316 |
Method GETALLSHAREDDATA on class CL_GRAC_SHARED_STATIC has no exception.
Method GETSHAREDDATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SHARED_DATA | Call by reference | Type reference (TYPE) | GRAC_T_SHARED_DATA | Table type for shared data | 20100316 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | CHAR7 | Character field, length 7 | 20100316 |
Method GETSHAREDDATA on class CL_GRAC_SHARED_STATIC has no exception.
Method PUTKEYVALUEDATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | CHAR7 | Character field, length 7 | 20100316 | ||
2 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20100316 |
Method PUTKEYVALUEDATA on class CL_GRAC_SHARED_STATIC has no exception.
Method PUTSTRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_STRUCTURE | Call by reference | Type reference (TYPE) | GRAC_S_SHARED_DATA | Structure for Shared Data | 20100316 |
Method PUTSTRUCTURE on class CL_GRAC_SHARED_STATIC has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |