SAP ABAP Class IF_CLB_CUST_QUERIES (SAIL: Customizing queries)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CLB_CUST_QUERIES | SAIL: Customizing queries | 20120712 |
Properties
| Class | IF_CLB_CUST_QUERIES | |
| Short Description | SAIL: Customizing queries | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120712 | SAP |
| Last change | 20130531 | SAP |
| 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... |
Interfaces
Class IF_CLB_CUST_QUERIES has no interface implemented.
Friends
Class IF_CLB_CUST_QUERIES has no friend class.
Attributes
Class IF_CLB_CUST_QUERIES has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Protocol + Host + Port of the Gateway System | 20121009 | |
| 2 | Instance method | Public | Method | Get all GW Notification Filters for a Platform Type | 20120809 | |
| 3 | Instance method | Public | Method | Get Applications that Receive Notifications from GW | 20120712 | |
| 4 | Instance method | Public | Method | Get OData Services by BO Type and Service Provider | 20121009 |
Events
Class IF_CLB_CUST_QUERIES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_SERVICE | Public | See coding | 20121009 | BEGIN OF ts_service,
external_service_name TYPE clb_ext_service_name,
request_uri TYPE clb_odata_url,
END OF ts_service
|
||
| 2 | TT_SERVICE | Public | See coding | 20121009 | tt_service TYPE STANDARD TABLE OF ts_service WITH DEFAULT KEY
|
||
| 3 | TY_S_APPLI_ID | Public | See coding | 20120712 | BEGIN OF ty_s_appli_id,
application_id TYPE clb_application_id,
END OF ty_s_appli_id
|
||
| 4 | TY_S_APPLI_PLATF | Public | Type reference (TYPE) | CLB_S_APPLI_PLATF | 20120718 | |
|
| 5 | TY_T_APPLI_ID | Public | See coding | 20120712 | ty_t_appli_id TYPE SORTED TABLE OF ty_s_appli_id WITH UNIQUE KEY application_id
|
||
| 6 | TY_T_APPLI_PLATF | Public | See coding | 20120718 | ty_t_appli_platf TYPE SORTED TABLE OF clb_s_appli_platf WITH UNIQUE KEY application_id platform_type
|
Method Signatures
Method ADD_PREFIX_TO_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SERVICE | Call by reference | Type reference (TYPE) | IF_CLB_CUST_QUERIES=>TT_SERVICE | List of OData Services | 20121009 | |||
| 2 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CLB_APPLICATION_ID | Application ID | 20121009 | |||
| 3 | IV_APPLI_CONTEXT | Call by reference | Type reference (TYPE) | CLB_APPL_CONTEXT | Application Context | 20121009 | |||
| 4 | IV_PLATFORM_TYPE | Call by reference | Type reference (TYPE) | CLB_PLATFORM_TYPE | Service Provider | 20121009 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121009 |
Method GET_GW_NOTIFY_BY_PTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PLATFORM_TYPE | Call by reference | Type reference (TYPE) | CLB_PLATFORM_TYPE | Service Provider | 20120809 | |||
| 2 | RT_DATA | Value transfer | Type reference (TYPE) | CLB_T_GW_NOTIFY | Gateway Notification Filter (List) | 20120809 |
Method GET_GW_NOTIFY_BY_PTYPE on class IF_CLB_CUST_QUERIES has no exception.
Method GET_NOTIFIABLE_APPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PLATFORM_TYPE | Call by reference | Type reference (TYPE) | CLB_PLATFORM_TYPE | Service Provider Type | 20120712 | |||
| 2 | RT_APPLICATION | Value transfer | Type reference (TYPE) | TY_T_APPLI_PLATF | List of Applications that want Notifications to be sent | 20120718 |
Method GET_NOTIFIABLE_APPS on class IF_CLB_CUST_QUERIES has no exception.
Method GET_REGISTRY_SERVICES_BY_PTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CLB_APPLICATION_ID | Application ID | 20121009 | |||
| 2 | IV_APPLI_CONTEXT | Call by reference | Type reference (TYPE) | CLB_APPL_CONTEXT | Application Context | 20121009 | |||
| 3 | IV_BO_TYPE | Call by reference | Type reference (TYPE) | CLB_BO_TYPE | Business Object Type | 20121009 | |||
| 4 | IV_PLATFORM_TYPE | Call by reference | Type reference (TYPE) | CLB_PLATFORM_TYPE | Service Provider | 20121009 | |||
| 5 | RT_SERVICE | Value transfer | Type reference (TYPE) | IF_CLB_CUST_QUERIES=>TT_SERVICE | List of OData Services | 20121009 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Collaboration: Configuration exception | 20121009 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |