SAP ABAP Interface /IWBEP/IF_SBDM_MAPPING (SB - Domain Model - Mapping)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_GENDPC_CMN (Package) Gateway Service Builder # Generator DPC for CMN
⤷
⤷
Properties
| Interface | /IWBEP/IF_SBDM_MAPPING | |
| Short Description | SB - Domain Model - Mapping |
General Data
| Package | /IWBEP/SB_GENDPC_CMN | Gateway Service Builder # Generator DPC for CMN |
| Created | 20120126 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | /IWBEP/IF_SB_GEN_DPC_CONSTANT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface /IWBEP/IF_SBDM_MAPPING has no interface.
Friends
Interface /IWBEP/IF_SBDM_MAPPING has no friend.
Attributes
Interface /IWBEP/IF_SBDM_MAPPING has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | get data source details | 20120126 | |
| 2 | Instance method | Public | Method | get mapping by direction type(Input, output) | 20120126 |
Events
Interface /IWBEP/IF_SBDM_MAPPING has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_DATA_SOURCE | Public | See coding | Data source detail data | 20120126 | BEGIN OF ty_data_source,
ds_type TYPE /iwbep/if_sb_gen_dpc_constant=>ty_ds_type,
ds_group TYPE ty_ds_group,
ds_name TYPE ty_ds_name,
ds_sys_alias(18) TYPE c, "/iwbep/system,
END OF ty_data_source
|
|
| 2 | TY_DS_GROUP | Public | See coding | Data source group(BO, Recording group) | 20120126 | TY_DS_GROUP(60)
|
|
| 3 | TY_DS_NAME | Public | Type reference (TYPE) | CHAR30 | data source name(FM, BO, Recording) | 20120126 | |
| 4 | TY_MAPPING | Public | See coding | Mapping Structure | 20120126 | BEGIN OF ty_mapping,
ds_field_name TYPE /iwbep/sbdm_ds_field_name,
ds_field_path TYPE /iwbep/sbdm_ds_field_path,
ds_field_type TYPE /iwbep/sbdm_ds_field_type,
mapping_direction TYPE /iwbep/sbdm_mapping_direction,
value_type TYPE /iwbep/sbdm_mapping_value_ty,
property_id TYPE /iwbep/sbdm_node_uuid,
constant_value TYPE string,
default_value TYPE string,
range_value TYPE /iwbep/sbdm_mapping_rng_val_tt,
visable TYPE abap_bool,
END OF ty_mapping
|
|
| 5 | TY_MAPPING_TT | Public | See coding | Mapping data | 20120126 | ty_mapping_tt TYPE STANDARD TABLE OF ty_mapping
|
Method Signatures
Method GET_DATA_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_DATA_SOURCE | Value transfer | Type reference (TYPE) | TY_DATA_SOURCE | Data source detail data | 20120126 |
Method GET_DATA_SOURCE on Interface /IWBEP/IF_SBDM_MAPPING has no exception.
Method GET_MAPPING_BY_DIRECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MAPPING | Call by reference | Type reference (TYPE) | TY_MAPPING_TT | Mapping data | 20120126 | |||
| 2 | IV_MAPPING_DIRECTION | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_MAPPING_DIRECTION | Mapping Direction | 20120126 |
Method GET_MAPPING_BY_DIRECTION on Interface /IWBEP/IF_SBDM_MAPPING has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 200 |