SAP ABAP Class CL_WB_IDENTIFY_INTERN_TABLE (Identify Components of Internal Table)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL (Application Component) Workbench Utilities
⤷
S_TREECOMPARE (Package) Split Screen Comparison of Two Tree Structures
⤷
⤷
Properties
| Class | CL_WB_IDENTIFY_INTERN_TABLE | |
| Short Description | Identify Components of Internal Table | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_TREECOMPARE | Split Screen Comparison of Two Tree Structures |
| Created | 20050223 | SAP |
| Last change | 20050705 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WB_IDENTIFY_INTERN_TABLE has no forward declaration.
Interfaces
Class CL_WB_IDENTIFY_INTERN_TABLE has no interface implemented.
Friends
Class CL_WB_IDENTIFY_INTERN_TABLE 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) | STRING_TABLE_TYPE | 20050223 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | NAME_AND_TYPE_TABLE_TYPE | 20050223 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Describes Referenced Object | 20050223 | |
| 2 | Static method | Private | Method | Describes Object with Type Name of Reference | 20050223 | |
| 3 | Static method | Public | Method | Gets Fields and Types of Internal Table | 20050223 | |
| 4 | Static method | Public | Method | Gets Fields of Internal Table | 20050223 |
Events
Class CL_WB_IDENTIFY_INTERN_TABLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | NAME_AND_TYPE_STRUC | Public | See coding | 20050223 | BEGIN OF name_and_type_struc,
name TYPE string,
type(1) TYPE c,
END OF name_and_type_struc
|
||
| 2 | NAME_AND_TYPE_TABLE_TYPE | Public | See coding | 20050223 | name_and_type_table_type TYPE STANDARD TABLE OF
name_and_type_struc WITH default key
|
||
| 3 | STRING_TABLE_TYPE | Public | See coding | 20050223 | string_table_type TYPE STANDARD TABLE OF string WITH DEFAULT KEY
|
Method Signatures
Method DESCRIBE_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TDESC | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | 20050223 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050223 |
Method DESCRIBE_REF_WITH_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TDESC | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | 20050223 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050223 |
Method GET_FIELDS_AND_TYPES_OF_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_TABLE | Call by reference | Type reference (TYPE) | ANY | beliebige Tabelle | 20050223 | |||
| 2 | RP_FIELDS_AND_TYPES | Value transfer | Type reference (TYPE) | NAME_AND_TYPE_TABLE_TYPE | Rückgabetabelle mit Namen u. Typen der Felder | 20050223 |
Method GET_FIELDS_AND_TYPES_OF_TABLE on class CL_WB_IDENTIFY_INTERN_TABLE has no exception.
Method GET_FIELDS_OF_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_TABLE | Call by reference | Type reference (TYPE) | ANY | beliebige Tabelle | 20050223 | |||
| 2 | RP_FIELDS | Value transfer | Type reference (TYPE) | STRING_TABLE_TYPE | Rückgabetabelle mit Namen der Felder | 20050223 |
Method GET_FIELDS_OF_TABLE on class CL_WB_IDENTIFY_INTERN_TABLE has no exception.
History
| Last changed by/on | SAP | 20050705 |
| SAP Release Created in | 710 |