SAP ABAP Interface IF_VBC_CNTXT_FINDER (Model context finder)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-VBZ (Application Component) Visual Business
⤷
VBC_DATABASE (Package) Database Layer
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_VBC_CNTXT_MAPPER | Model context mapper | 20090606 |
Properties
| Interface | IF_VBC_CNTXT_FINDER | |
| Short Description | Model context finder |
General Data
| Package | VBC_DATABASE | Database Layer |
| Created | 20090606 | SAP |
| Last changed | 20110908 | SAP |
| 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 IF_VBC_CNTXT_FINDER has no interface.
Friends
Interface IF_VBC_CNTXT_FINDER has no friend.
Attributes
Interface IF_VBC_CNTXT_FINDER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090606 | ||
| 2 | Instance method | Public | Method | 20090723 | ||
| 3 | Instance method | Public | Method | Get the map providers for a given model ID | 20100706 | |
| 4 | Instance method | Public | Method | Get the map providers for a given model ID | 20100617 |
Events
Interface IF_VBC_CNTXT_FINDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_MODEL | Public | See coding | 20090723 | tt_model TYPE TABLE OF ty_model
|
||
| 2 | TY_MODEL | Public | See coding | 20090723 | BEGIN OF ty_model,
model_id TYPE vbc_model_id,
version TYPE vbc_version,
END OF ty_model
|
Method Signatures
Method FIND_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APP_ID | Call by reference | Type reference (TYPE) | VBC_APP_ID | Object Identifier (Name, Alias, Object, ...) | 20100601 | |||
| 2 | IV_VERSION | Call by reference | Type reference (TYPE) | VBC_VERSION | Version | 20090606 | |||
| 3 | RT_CONTEXT | Value transfer | Type reference (TYPE) | VBC_T_APP_CONTEXT | Model Context Table | 20090606 |
Method FIND_CONTEXT on Interface IF_VBC_CNTXT_FINDER has no exception.
Method FIND_CONTEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CONTEXT | Value transfer | Type reference (TYPE) | VBC_T_APP_MAP_SETTINGS | Model context | 20090723 |
Method FIND_CONTEXTS on Interface IF_VBC_CNTXT_FINDER has no exception.
Method GET_DEFAULT_PROXIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PROXY_SETTINGS | Call by reference | Type reference (TYPE) | VBC_T_APP_DEF_PROXY_SETTINGS | Map provider assignment table used in ALV | 20100706 |
Method GET_DEFAULT_PROXIES on Interface IF_VBC_CNTXT_FINDER has no exception.
Method GET_MAP_PROVIDERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MAP_SETTINGS | Call by reference | Type reference (TYPE) | VBC_T_APP_MAP_SETTINGS | Map provider assignment table used in ALV | 20100617 |
Method GET_MAP_PROVIDERS on Interface IF_VBC_CNTXT_FINDER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |