SAP ABAP Class CL_SRC_ENTITY_TABLE (Tables)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL (Application Component) Workbench Utilities
⤷
S_SOURCE_ANALYSIS_DB_USAGE (Package) Source code analysis w.r.t. database access
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SRC_ENTITY_ROOT | Root Entity | 20120801 |
Properties
| Class | CL_SRC_ENTITY_TABLE | |
| Short Description | Tables | |
| Super Class | CL_SRC_ENTITY_ROOT | Root Entity |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_SOURCE_ANALYSIS_DB_USAGE | Source code analysis w.r.t. database access |
| Created | 20120801 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SRC_ENTITY_TABLE has no interface implemented.
Friends
Class CL_SRC_ENTITY_TABLE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | IF_SOURCE_ENTITY=>TY_ENTITY_TYPE | 'READ' | 20120801 | |||
| 2 | Constant | Public | Type reference (TYPE) | IF_SOURCE_ENTITY=>TY_ENTITY_TYPE | 'WRIT' | 20120801 | |||
| 3 | Constant | Public | Type reference (TYPE) | IF_SOURCE_ENTITY=>TY_ENTITY_TYPE | 'EXRD' | 20121017 | |||
| 4 | Constant | Public | Type reference (TYPE) | IF_SOURCE_ENTITY=>TY_ENTITY_TYPE | 'EXWT' | 20121017 | |||
| 5 | Constant | Public | See coding | 20121017 | |||||
| 6 | Static Attribute | Private | See coding | 20120801 | |||||
| 7 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20121017 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120801 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20121017 | ||
| 2 | Instance method | Private | Constructor | 20120801 | ||
| 3 | Static method | Public | Method | 20120801 | ||
| 4 | Static method | Private | Method | 20120911 |
Events
Class CL_SRC_ENTITY_TABLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_DIR_ENTRY | Private | See coding | 20120801 | begin of ty_dir_entry,
table type tabname,
read_access type abap_bool,
ref type ref to cl_src_entity_table,
end of ty_dir_entry
|
Method Signatures
Method CHECK_ACCESS_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TABLE | Call by reference | Type reference (TYPE) | CLIKE | 20121017 | ||||
| 2 | I_TROBJTYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | 20121017 | ||||
| 3 | R_ACCESS_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121017 |
Method CHECK_ACCESS_ALLOWED on class CL_SRC_ENTITY_TABLE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IS_READ_ACCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120801 | ||||
| 2 | I_TABLE | Call by reference | Type reference (TYPE) | CLIKE | 20120801 | ||||
| 3 | I_TROBJTYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | 20120911 |
Method CONSTRUCTOR on class CL_SRC_ENTITY_TABLE has no exception.
Method CREATE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CALLER | Call by reference | Object reference (TYPE REF TO) | IF_SOURCE_ENTITY | 20120801 | ||||
| 2 | I_IS_READ_ACCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120801 | |||
| 3 | I_TABLE | Call by reference | Type reference (TYPE) | CLIKE | 20120801 | ||||
| 4 | R_ENTITY | Value transfer | Object reference (TYPE REF TO) | CL_SRC_ENTITY_TABLE | 20120801 |
Method CREATE_TABLE on class CL_SRC_ENTITY_TABLE has no exception.
Method GET_TABLE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TABLE | Call by reference | Type reference (TYPE) | CLIKE | 20120911 | ||||
| 2 | R_TYPE | Value transfer | Type reference (TYPE) | TROBJTYPE | 20120911 |
Method GET_TABLE_TYPE on class CL_SRC_ENTITY_TABLE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |