SAP ABAP Interface /IWBEP/IF_SBDSP_MAPPING_ATT (SB - DSP - Mapping attribute DM)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_DSPCMN_DM (Package) Gateway Service Builder - DSP Common Domain Model
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBDSP_MAPPING_ATT SB - DSP - Mapping attribute DM 20120409
Properties
Interface /IWBEP/IF_SBDSP_MAPPING_ATT  
Short Description SB - DSP - Mapping attribute DM    
General Data
Package /IWBEP/SB_DSPCMN_DM   Gateway Service Builder - DSP Common Domain Model 
Created 20120409   SAP 
Last changed 20141120    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20120409
Friends
Interface /IWBEP/IF_SBDSP_MAPPING_ATT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BEGIN Constant Public Type reference (TYPE) C IS INITIAL 20120411
2 GC_MAPPING_DIRECTION Constant Public See coding 20120504
3 GC_NODE_TYPE Constant Public See coding 20120409
4 GC_RELTYPE_PROPERTY Constant Public Type reference (TYPE) /IWBEP/SBDM_RELATION_TYPE 'PROP' Service Builder: Relation Type 20130208
Methods
# Method Level Visibility Method type Description Created on
1 GET_CONSTANT_VALUE Instance method Public Method Gets constant value 20120409
2 GET_DIRECTION Instance method Public Method Gets the parameter direction( Input, Output ) 20120409
3 GET_DS_ATT Instance method Public Method Gets data source attribute 20120409
4 GET_DS_ATT_PATH Instance method Public Method Gets data source attribute path 20120502
5 GET_MODEL_PROPERTY Instance method Public Method Gets the model property 20120409
6 GET_RANGE_TABLE Instance method Public Method Gets range table 20120503
7 GET_VALUE_TYPE Instance method Public Method Gets the value type(Constant, Range, Default, Field) 20120409
8 IS_INCOMPLETE Instance method Public Method Check if the mapping attribute is not complete 20120610
9 SET_CONSTANT_VALUE Instance method Public Method Sets constant value 20120409
10 SET_DIRECTION Instance method Public Method Sets the parameter direction( Input, Output ) 20120409
11 SET_DS_ATT Instance method Public Method Sets data source attribute 20120409
12 SET_MODEL_PROPERTY Instance method Public Method Sets the model property 20120409
13 SET_RANGE_TABLE Instance method Public Method Sets range table 20120503
14 SET_VALUE_TYPE Instance method Public Method Sets the value type(Constant, Range, Default, Field) 20120409
Events
Interface /IWBEP/IF_SBDSP_MAPPING_ATT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_T_MAPPING_ATT Public See coding 20120411 ty_t_mapping_att TYPE SORTED TABLE OF REF TO /iwbep/if_sbdsp_mapping_att WITH UNIQUE KEY table_line
Method Signatures

Method GET_CONSTANT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONSTANT_VAL Value transfer Type reference (TYPE) /IWBEP/SBDSP_MAP_AT_CONST_VAL Mapping constant value 20120409

Method GET_CONSTANT_VALUE on Interface /IWBEP/IF_SBDSP_MAPPING_ATT has no exception.

Method GET_DIRECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DIRECTION Value transfer Type reference (TYPE) /IWBEP/SBDSP_MAP_AT_DIRECTION Mapping Direction 20120409

Method GET_DIRECTION on Interface /IWBEP/IF_SBDSP_MAPPING_ATT has no exception.

Method GET_DS_ATT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_DS_ATT Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBDSP_DATA_SOUR_ATTR SB - DSP - Data Source Attribute 20120409
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120416

Method GET_DS_ATT_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PATH Value transfer Type reference (TYPE) /IWBEP/SBDSP_DS_AT_PATH Data Source Provider - DS Attribute Path 20120502

Method GET_DS_ATT_PATH on Interface /IWBEP/IF_SBDSP_MAPPING_ATT has no exception.

Method GET_MODEL_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_MODEL_PROPERTY Value transfer Type reference (TYPE) /IWBEP/S_SBDSP_MAP_MODEL_PROP 20120704
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120416

Method GET_RANGE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RANGE Value transfer Type reference (TYPE) /IWBEP/T_SBDSP_MAPPING_RANGE SB: Table Type for or mapping of range table 20120503
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120506

Method GET_VALUE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUE_TY Value transfer Type reference (TYPE) /IWBEP/SBDSP_MAP_AT_VALUE_TYPE Value Type 20120409

Method GET_VALUE_TYPE on Interface /IWBEP/IF_SBDSP_MAPPING_ATT has no exception.

Method IS_INCOMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_INCOMPLETE Value transfer Type reference (TYPE) ABAP_BOOL 20120610

Method IS_INCOMPLETE on Interface /IWBEP/IF_SBDSP_MAPPING_ATT has no exception.

Method SET_CONSTANT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONSTANT_VAL Call by reference Type reference (TYPE) /IWBEP/SBDSP_MAP_AT_CONST_VAL Mapping constant value 20120409
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120411

Method SET_DIRECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DIRECTION Call by reference Type reference (TYPE) /IWBEP/SBDSP_MAP_AT_DIRECTION Mapping Direction 20120409
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120411

Method SET_DS_ATT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DS_ATT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDSP_DATA_SOUR_ATTR SB - DSP - Data Source Attribute 20120409
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120411

Method SET_MODEL_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MODEL_PROPERTY Call by reference Type reference (TYPE) /IWBEP/S_SBDSP_MAP_MODEL_PROP SB - OData - Property 20120704
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120411

Method SET_RANGE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RANGE Call by reference Type reference (TYPE) /IWBEP/T_SBDSP_MAPPING_RANGE SB: Table Type for or mapping of range table 20120503
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120506

Method SET_VALUE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VALUE_TY Call by reference Type reference (TYPE) /IWBEP/SBDSP_MAP_AT_VALUE_TYPE Value Type 20120409
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120411
History
Last changed by/on SAP  20141120 
SAP Release Created in 200