SAP ABAP Class /IWBEP/CL_SBDM_FINDER (SB - Domain Model - Finder)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_DM_BASE (Package) Gateway Service Builder - Domain Model API and SPI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBDM_EXTENSION | SB - Domain Model - Plugin Extension (abstract behavior) | 20130614 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBDM_FINDER | SB - Domain Model - Finder | 20130614 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBOD_FINDER | SB - OData - Finder | 20140321 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBOD_FINDER_EDMTY | SB - OData - Finder - EDM Core Types | 20130822 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBOD_FINDER_ES | SB - OData - Finder - Entity Sets | 20130624 |
| 4 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBOD_FINDER_PROPPAR | SB - OData - Finder - Properties with same parent | 20130621 |
| 5 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBOD_FINDER_TYP | 20130618 | |
| 6 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBOD_FINDER_TYPED | SB - OData - Finder - Type Definitions | 20130620 |
| 7 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBOD_FINDER_UNITPROP | 20130621 |
Properties
| Class | /IWBEP/CL_SBDM_FINDER | |
| Short Description | SB - Domain Model - Finder | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWBEP/SB_DM_BASE | Gateway Service Builder - Domain Model API and SPI |
| Created | 20130614 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_SBDM_EXTENSION | SB - Domain Model - Plugin Extension (abstract behavior) | 20130614 | ||
| 2 | /IWBEP/IF_SBDM_FINDER | SB - Domain Model - Finder | 20130614 |
Friends
Class /IWBEP/CL_SBDM_FINDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Attribute reference (LIKE) | 20130614 | |||||
| 2 | Instance attribute | Protected | Attribute reference (LIKE) | 20130614 | |||||
| 3 | Instance attribute | Protected | Attribute reference (LIKE) | 20130614 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Calculates the model definitin the given node | 20130614 | |
| 2 | Instance method | Protected | Method | Calculates the main model | 20130614 | |
| 3 | Instance method | Protected | Method | Calculates all visible vocabularies | 20130614 | |
| 4 | Instance method | Public | Constructor | CONSTRUCTOR | 20130614 | |
| 5 | Instance method | Protected | Method | Template Method: Checks the usage of the name | 20130618 | |
| 6 | Instance method | Protected | Method | Template Method: Checks the usage of the node | 20130618 | |
| 7 | Instance method | Protected | Method | Template Method: Finds valid entries | 20130618 | |
| 8 | Instance method | Protected | Method | Template Method: Gets the catalog structure | 20130614 | |
| 9 | Instance method | Protected | Method | Template Method: Gets the name for the selected entry | 20130618 | |
| 10 | Instance method | Protected | Method | Template Method: Gets the node by its name | 20130614 | |
| 11 | Instance method | Protected | Method | Template Method: Gets the node for the selected entry | 20130618 |
Events
Class /IWBEP/CL_SBDM_FINDER has no event.
Types
Class /IWBEP/CL_SBDM_FINDER has no local type.
Method Signatures
Method CALCULATE_DEFINING_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130614 | |||
| 2 | RO_MODEL | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_MODEL | SB - Domain Model - Model | 20130614 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130614 |
Method CALCULATE_MAIN_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130614 | |||
| 2 | RO_MODEL | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_MODEL | SB - Domain Model - Model | 20130614 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130614 |
Method CALCULATE_VISIBLE_VOCABULARIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130614 | |||
| 2 | RT_VOCABULARIES | Value transfer | Type reference (TYPE) | /IWBEP/IF_SBDM_MODEL=>TY_T_MODEL | Vocabularies | 20130614 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130614 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_TARGET_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDM_NODE_TYPE | SB: DM unique node type | 20130614 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_FINDER | Service Builder: Extension Point Finder | 20130614 |
Method CONSTRUCTOR on class /IWBEP/CL_SBDM_FINDER has no exception.
Method DO_CHECK_NAME_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130618 | |||
| 2 | IS_NAME | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDM_QUAL_NAME | SB: DM Qualified Node Name | 20130618 | |||
| 3 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130618 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130618 |
Method DO_CHECK_NODE_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130618 | |||
| 2 | IO_SELECTED | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130618 | |||
| 3 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130618 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130618 |
Method DO_FIND_VALID_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130618 | |||
| 2 | RR_TABLE | Value transfer | Object reference (TYPE REF TO) | DATA | 20130618 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130618 |
Method DO_GET_CATALOG_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130620 | |||
| 2 | RO_STRUCTURE | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20130614 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130614 |
Method DO_GET_NAME_FOR_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TABLE | Call by reference | Object reference (TYPE REF TO) | DATA | 20130618 | ||||
| 2 | IV_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20130618 | |||
| 3 | RS_NAME | Value transfer | Type reference (TYPE) | /IWBEP/S_SBDM_QUAL_NAME | SB: DM Qualified Node Name | 20130618 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130618 |
Method DO_GET_NODE_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130614 | |||
| 2 | IS_NAME | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDM_QUAL_NAME | SB: DM Qualified Node Name | 20130614 | |||
| 3 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130614 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130614 |
Method DO_GET_NODE_FOR_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TABLE | Call by reference | Object reference (TYPE REF TO) | DATA | 20130618 | ||||
| 2 | IV_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20130618 | |||
| 3 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130618 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130618 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |