SAP ABAP Class CL_SRAL_STRUCTURE_ELEMENT (Read Access Logging: Structure Element)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC-RAL (Application Component) Read Access Logging
⤷
SREAD_ACCESS_LOG_CORE (Package) Read Access Logging: Core Framework
⤷
⤷
Properties
| Class | CL_SRAL_STRUCTURE_ELEMENT | |
| Short Description | Read Access Logging: Structure Element | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SREAD_ACCESS_LOG_CORE | Read Access Logging: Core Framework |
| Created | 20120330 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SRAL_STRUCTURE_ELEMENT has no forward declaration.
Interfaces
Class CL_SRAL_STRUCTURE_ELEMENT has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | IF_SRAL_CONFIG_BASE | 20120330 | Read Access Logging: Base Config Interface |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | T_CHILDREN | 20120330 | ||||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_SRAL_FIELD | Read Access Logging: Field | 20120330 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | SRAL_FIELD_ID | RAL: Field ID | 20120330 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | SRAL_STRUCT_ELEMENT_ID | RAL: Structure Element ID | 20120330 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | SRAL_STRUCT_ELEMENT_NAME | RAL: Structure Element Name | 20120330 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | SRAL_STRUCT_ELEMENT_NAME | RAL: Structured Element Name | 20120330 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | SRAL_STRUCT_ELEMENT_NAME | RAL: Structured Element Name | 20120711 | |||
| 8 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_SRAL_STRUCTURE_ELEMENT | Read Access Logging: Structure Element | 20120330 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Child of Element | 20120330 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20120330 | |
| 3 | Static method | Protected | Method | Creates new structure element | 20120330 | |
| 4 | Instance method | Public | Method | Gets readable field name for display purposes | 20120330 | |
| 5 | Instance method | Public | Method | Gets short readable field name for display purposes | 20120330 | |
| 6 | Instance method | Public | Method | Gets short readable field name with its external datatype | 20120720 | |
| 7 | Instance method | Public | Method | Set Parent of Element | 20120330 |
Events
Class CL_SRAL_STRUCTURE_ELEMENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CHILD | Public | See coding | 20120330 | begin of t_child,
child type ref to cl_sral_structure_element,
end of t_child
|
||
| 2 | T_CHILDREN | Public | See coding | 20120330 | t_children type standard table of t_child
|
Method Signatures
Method ADD_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHILD | Call by reference | Object reference (TYPE REF TO) | CL_SRAL_STRUCTURE_ELEMENT | Read Access Logging: Structure Element | 20120401 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120330 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ELEMENT_ID | Call by reference | Type reference (TYPE) | SRAL_STRUCT_ELEMENT_ID | RAL: Structured Element ID | 20120330 | |||
| 2 | I_ELEMENT_NAME | Call by reference | Type reference (TYPE) | STRING | RAL: Structured Element Name | 20120330 | |||
| 3 | I_ELEMENT_NAME_EXT | Call by reference | Type reference (TYPE) | STRING | RAL: External Name of Element | 20120710 | |||
| 4 | I_ELEMENT_NAME_SHORT | Call by reference | Type reference (TYPE) | SRAL_STRUCT_ELEMENT_NAME | RAL: Structured Element Name | 20120330 | |||
| 5 | I_FIELD | Call by reference | Object reference (TYPE REF TO) | CL_SRAL_FIELD | Read Access Logging: Field | 20120330 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120330 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ELEMENT_ID | Call by reference | Type reference (TYPE) | SRAL_STRUCT_ELEMENT_ID | RAL: Structured Element ID | 20120330 | |||
| 2 | I_ELEMENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20120330 | ||||
| 3 | I_ELEMENT_NAME_EXT | Call by reference | Type reference (TYPE) | STRING | External Name of Element | 20120710 | |||
| 4 | I_ELEMENT_NAME_SHORT | Call by reference | Type reference (TYPE) | SRAL_STRUCT_ELEMENT_NAME | RAL: Structured Element Name | 20120330 | |||
| 5 | I_FIELD | Call by reference | Object reference (TYPE REF TO) | CL_SRAL_FIELD | Read Access Logging: Field | 20120330 | |||
| 6 | I_FIELD_ID | Call by reference | Type reference (TYPE) | SRAL_FIELD_ID | RAL: Field ID | 20120330 | |||
| 7 | R_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_SRAL_STRUCTURE_ELEMENT | Read Access Logging: Structure Element | 20120330 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120330 |
Method GET_DISPLAY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_FIELD_NAME | Value transfer | Type reference (TYPE) | SRAL_DATA_NAME | Read Access Logging: Data Field Name | 20120330 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120330 |
Method GET_DISPLAY_NAME_SHORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_FIELD_NAME | Value transfer | Type reference (TYPE) | SRAL_DATA_NAME | Read Access Logging: Data Field Name | 20120330 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120330 |
Method GET_DISPLAY_NAME_SHORT_EXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_FIELD_NAME | Value transfer | Type reference (TYPE) | SRAL_STRING | RAL: String | 20120720 |
Method GET_DISPLAY_NAME_SHORT_EXT on class CL_SRAL_STRUCTURE_ELEMENT has no exception.
Method SET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_SRAL_STRUCTURE_ELEMENT | Read Access Logging: Structure Element | 20120330 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RAL: Exception | 20120330 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 732 |