SAP ABAP Class CL_SIW_MAPPING_POPULATOR_BASE (Base class for mapping populators)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SIW (Application Component) Service Implementation Workbench
⤷
S_SIW_MAPPING (Package) SIW: Mapping

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SIW_MAPPING_POPULATOR | Interface for mapping populators | 20070321 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SXF_VISITOR | 20070321 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BS_SOA_SIW_API_PPL | SIW customer templates: Sync inbound services: API populator | 20100618 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_SIW_COMMON_ELM_POPULATOR | Adds fields depending on the access mode (create/change) | 20070402 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_SIW_FM_POPULATOR | Populator for function modues | 20070322 |
Properties
Class | CL_SIW_MAPPING_POPULATOR_BASE | |
Short Description | Base class for mapping populators | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_SIW_MAPPING | SIW: Mapping |
Created | 20070321 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SIW_MAPPING_POPULATOR_BASE has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SIW_MAPPING_POPULATOR | Interface for mapping populators | 20070321 | ||
2 | IF_SXF_VISITOR | 20070321 |
Friends
Class CL_SIW_MAPPING_POPULATOR_BASE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SIW_DTE_BO_NAME | Business Object name | 20070327 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SIW_DTE_TYPE_ESR_NAMESPACE | ES Repository Namespace | 20070327 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXF_FIELD | field representing input message data type | 20070529 | ||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXF_STRUCTURE | structure representing input message data type | 20070403 | ||
5 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXF_FIELD | input root field for service specific fields | 20070529 | ||
6 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXF_STRUCTURE | input root type for service specific fields | 20070403 | ||
7 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXF_FIELD | log structure of service | 20070419 | ||
8 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SIW_MAPPING_HEURISTICS | Logic for GDT mapping during interface population | 20070326 | ||
9 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SIW_MAPPING | Mapping Projekt | 20070322 | ||
10 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXF_FIELD | Message Header of service | 20070419 | ||
11 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXF_FIELD | field representing output message data type | 20070529 | ||
12 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXF_STRUCTURE | Structure representing output message type | 20070403 | ||
13 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXF_FIELD | output root field for service specific fields | 20070529 | ||
14 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXF_STRUCTURE | output root type for service specific fields | 20070403 | ||
15 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXF_SIGNATURE | 20070322 | |||
16 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXF_SIGNATURE | 20070322 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | INIT | 20070418 |
2 | ![]() |
Instance method | Protected | Method | Initializes Populator | 20070326 |
3 | ![]() |
Static method | Public | Method | S_CREATE | 20070418 |
Events
Class CL_SIW_MAPPING_POPULATOR_BASE has no event.
Types
Class CL_SIW_MAPPING_POPULATOR_BASE has no local type.
Method Signatures
Method INIT Signature
Method INIT on class CL_SIW_MAPPING_POPULATOR_BASE has no parameter.
Method INIT on class CL_SIW_MAPPING_POPULATOR_BASE has no exception.
Method INIT_POPULATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BO_NAME | Call by reference | Type reference (TYPE) | SIW_DTE_BO_NAME | Business Object name | 20070327 | ||
2 | ![]() |
I_GDT_NAMESPACE | Call by reference | Type reference (TYPE) | SIW_DTE_TYPE_ESR_NAMESPACE | ES Repository Namespace | 20070327 | ||
3 | ![]() |
I_MAPPING_PROJECT | Call by reference | Object reference (TYPE REF TO) | CL_SIW_MAPPING | Mapping Projekt | 20070326 |
Method INIT_POPULATOR on class CL_SIW_MAPPING_POPULATOR_BASE has no exception.
Method S_CREATE_POPULATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_POPULATOR_CLASS | Call by reference | Type reference (TYPE) | STRING | class name of populator to create | 20070418 | ||
2 | ![]() |
R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_SIW_MAPPING_POPULATOR | R_INSTANCE | 20070418 |
Method S_CREATE_POPULATOR on class CL_SIW_MAPPING_POPULATOR_BASE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |