SAP ABAP Class /IWBEP/CL_SBDSP_DATA_SOURCE (SB - DSP - Data Source 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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBDM_NODE | SB - Domain Model - Node | 20120226 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBDSP_DATA_SOURCE | SB - DSP - Data Source DM | 20120226 |
Properties
Class | /IWBEP/CL_SBDSP_DATA_SOURCE | |
Short Description | SB - DSP - Data Source DM | |
Super Class | /IWBEP/CL_SBDM_NODE | SB - Domain Model - Node |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /IWBEP/SB_DSPCMN_DM | Gateway Service Builder - DSP Common Domain Model |
Created | 20120226 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /IWBEP/CL_SBDSP_DATA_SOURCE has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /IWBEP/IF_SBDSP_DATA_SOURCE | SB - DSP - Data Source DM | 20120226 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | /IWBEP/CL_SBDSP_DATA_SOURC_PSH | 20120411 | SB - DSP - Data Source Persistence Handler |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/S_SBDSP_DS_LOG_ATT | Data Source Parameter Path | 20120620 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/S_SBDSP_DS_MAX_HITS_ATT | Data Source Parameter Path | 20120620 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/T_SBDSP_DS_ATTRIBUTES | SB: Table Type for Data Source Attribute children nodes | 20120409 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_CHILDREN_INDEX | 20120416 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/SBDSP_RFC_NAME | BOP Name | 20140108 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/SBDM_DESCRIPTION | SB: DM description | 20120226 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/SBDSP_DS_GROUP | SB: Data Source Group | 20120417 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/SBDSP_DS_TYPE | Data Source Provider - Data Source Type | 20120417 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/SBDSP_EXTERNAL_DS_NAME | External Data Source Name | 20130924 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS38L_FNAM | Name of Function Module | 20120620 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FLAG | Were the attributes already loaded from the back end | 20120410 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /IWBEP/MED_EXTERNAL_NAME | external name of a meta model element | 20120226 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120409 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20120226 |
2 | ![]() |
Instance method | Private | Method | Set data source, max hits and log to data source attributes | 20120620 |
3 | ![]() |
Instance method | Private | Method | Set data source, max hits and log to data source attributes | 20120620 |
4 | ![]() |
Instance method | Private | Method | Set unset range parameters according to the mapping | 20130801 |
Events
Class /IWBEP/CL_SBDSP_DATA_SOURCE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_CHILDREN_INDEX | Private | See coding | 20120416 | BEGIN OF ts_children_index ,
name TYPE /iwbep/sbdsp_ds_at_name,
index TYPE sytabix,
END OF ts_children_index
|
||
2 | TT_CHILDREN_INDEX | Private | See coding | 20120416 | tt_children_index TYPE HASHED TABLE OF ts_children_index WITH UNIQUE KEY name
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_PARENT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20120226 | ||
2 | ![]() |
IO_PERSIST | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_PERSIST_HANDLER | SB - Domain Model - Persistence Handler | 20120226 | ||
3 | ![]() |
IO_ROOT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_ROOT | SB - Domain Model - Root | 20120226 | ||
4 | ![]() |
IS_LOG_DS_ATTR | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDSP_DS_LOG_ATT | Data Source Parameter Path | 20120620 | ||
5 | ![]() |
IS_MAX_HITS_DS_ATTR | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDSP_DS_MAX_HITS_ATT | Data Source Parameter Path | 20120620 | ||
6 | ![]() |
IV_DS_GROUP | Call by reference | Type reference (TYPE) | /IWBEP/SBDSP_DS_GROUP | SB: Data Source Group | 20120417 | ||
7 | ![]() |
IV_DS_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/SBDSP_DS_TYPE | Data Source Provider - Data Source Type | 20120417 | ||
8 | ![]() |
IV_EXTERNAL_DS_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBDSP_EXTERNAL_DS_NAME | External Data Source Name | 20130924 | ||
9 | ![]() |
IV_FUNCTION_NAME | Call by reference | Type reference (TYPE) | RS38L_FNAM | Name of Function Module | 20120620 | ||
10 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_NODE_NAME | SB: DM node name | 20120226 | ||
11 | ![]() |
IV_NODE_GUID | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_NODE_UUID | SB: DM node uuid | 20120226 | ||
12 | ![]() |
IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Destination table for Remote Function Call | 20120409 |
Method CONSTRUCTOR on class /IWBEP/CL_SBDSP_DATA_SOURCE has no exception.
Method SET_ADDITIONAL_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_LOG | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDSP_DS_LOG_ATT | Log data source attribute | 20120620 | ||
2 | ![]() |
CS_MAX_HITS | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDSP_DS_MAX_HITS_ATT | Max hits data source attribute | 20120620 | ||
3 | ![]() |
CT_DS_ATTRIBUTES | Call by reference | Type reference (TYPE) | /IWBEP/T_SBDSP_DS_ATTRIBUTES | SB: Table Type for Data Source Attribute children nodes | 20120620 |
Method SET_ADDITIONAL_PARAMS on class /IWBEP/CL_SBDSP_DATA_SOURCE has no exception.
Method SET_ADDITIONAL_PARAMS_REC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_LOG | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDSP_DS_LOG_ATT | Log data source attribute | 20121016 | ||
2 | ![]() |
CS_MAX_HITS | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDSP_DS_MAX_HITS_ATT | Max hits data source attribute | 20121016 | ||
3 | ![]() |
IO_CURR_ATTRIBUTE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDSP_DATA_SOUR_ATTR | SB - DSP - Data Source Attribute | 20120620 |
Method SET_ADDITIONAL_PARAMS_REC on class /IWBEP/CL_SBDSP_DATA_SOURCE has no exception.
Method SET_UNSET_RANGE_PARAMS Signature
Method SET_UNSET_RANGE_PARAMS on class /IWBEP/CL_SBDSP_DATA_SOURCE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20130804 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 200 |