SAP ABAP Class CL_STRUCTURE_COMPONENT_SERVICE (provides helper methods for structure determination)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
CA (Application Component) Cross-Application Components
⤷
CA_DOC_SEARCH_FRAMEWORK (Package) Cross Application Tools - Search Wrapper Base
⤷
⤷
Properties
| Class | CL_STRUCTURE_COMPONENT_SERVICE | |
| Short Description | provides helper methods for structure determination | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CA_DOC_SEARCH_FRAMEWORK | Cross Application Tools - Search Wrapper Base |
| Created | 20110329 | SAP |
| Last change | 20110908 | SAP |
| 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
Class CL_STRUCTURE_COMPONENT_SERVICE has no interface implemented.
Friends
Class CL_STRUCTURE_COMPONENT_SERVICE has no friend class.
Attributes
Class CL_STRUCTURE_COMPONENT_SERVICE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Retrieves all components of a deep structure by data | 20110330 | |
| 2 | Static method | Public | Method | Retrieves all components of a deep structure by name | 20110330 | |
| 3 | Static method | Public | Method | Retrieves all components of a deep structure by reference | 20110330 |
Events
Class CL_STRUCTURE_COMPONENT_SERVICE has no event.
Types
Class CL_STRUCTURE_COMPONENT_SERVICE has no local type.
Method Signatures
Method GET_COMPONENTS_BY_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COMPONENTS | Value transfer | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Component Description Table | 20110330 | |||
| 2 | IS_STRUCT | Call by reference | Type reference (TYPE) | DATA | Runtime Type Services | 20110330 |
Method GET_COMPONENTS_BY_DATA on class CL_STRUCTURE_COMPONENT_SERVICE has no exception.
Method GET_COMPONENTS_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COMPONENTS | Value transfer | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Component Description Table | 20110330 | |||
| 2 | IV_STRUCT_NAME | Call by reference | Type reference (TYPE) | ANY | Structure Name | 20110330 |
Method GET_COMPONENTS_BY_NAME on class CL_STRUCTURE_COMPONENT_SERVICE has no exception.
Method GET_COMPONENTS_BY_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COMPONENTS | Value transfer | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Component Description Table | 20110330 | |||
| 2 | IR_STRUCT | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20110330 |
Method GET_COMPONENTS_BY_REF on class CL_STRUCTURE_COMPONENT_SERVICE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |