SAP ABAP Class CL_WZRE_COMPONENT_MAPPER (Mapping of Number to Component)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-AB (Application Component) Agency Business (Global Trade)
⤷
WZRE_SERVICES (Package) OO Wrapping of Agency Business + Services
⤷
⤷
Properties
| Class | CL_WZRE_COMPONENT_MAPPER | |
| Short Description | Mapping of Number to Component | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WZRE_SERVICES | OO Wrapping of Agency Business + Services |
| Created | 20061109 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WZRE_COMPONENT_MAPPER has no forward declaration.
Interfaces
Class CL_WZRE_COMPONENT_MAPPER has no interface implemented.
Friends
Class CL_WZRE_COMPONENT_MAPPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_MAP_HTAB | Mapping Table | 20061109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20061109 | |
| 2 | Instance method | Public | Method | Return Item - Selection Structure | 20061109 |
Events
Class CL_WZRE_COMPONENT_MAPPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_MAP | Private | See coding | Mapping | 20061109 | BEGIN OF ty_map,
from TYPE i,
to TYPE i,
END OF ty_map
|
|
| 2 | TY_MAP_HTAB | Private | See coding | Mapping Table | 20061109 | ty_map_htab TYPE HASHED TABLE OF ty_map WITH UNIQUE KEY from
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANGE_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | STRING | Änderungsstrukturname | 20061109 | |||
| 2 | I_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | STRING | Strukturname | 20061109 |
Method CONSTRUCTOR on class CL_WZRE_COMPONENT_MAPPER has no exception.
Method GET_INDEX_IN_CHANGE_STRUC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NUM | Call by reference | Type reference (TYPE) | I | Position | 20061109 | |||
| 2 | RE_INDEX | Value transfer | Type reference (TYPE) | I | Position in Ankreuzleiste | 20061109 |
Method GET_INDEX_IN_CHANGE_STRUC on class CL_WZRE_COMPONENT_MAPPER has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |