SAP ABAP Class /IWBEP/CL_MGW_PUSH_ABS_DATA (Abstract Push Data Provider)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/MGW_PUSH (Package) OData Channel - Push
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_MGW_ABS_DATA | Abstract Business Data Provider | 20110405 |
Meta Relationship - Used By
Properties
| Class | /IWBEP/CL_MGW_PUSH_ABS_DATA | |
| Short Description | Abstract Push Data Provider | |
| Super Class | /IWBEP/CL_MGW_ABS_DATA | Abstract Business Data Provider |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWBEP/MGW_PUSH | OData Channel - Push |
| Created | 20110405 | 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 /IWBEP/CL_MGW_PUSH_ABS_DATA has no interface implemented.
Friends
Class /IWBEP/CL_MGW_PUSH_ABS_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20111227 | |||||
| 2 | Constant | Private | Type reference (TYPE) | ICFNAME | 'odata' | Name of a Service in Internet Communication Framework | 20111122 | ||
| 3 | Constant | Private | Type reference (TYPE) | ICFNAME | 'sdata' | Name of a Service in Internet Communication Framework | 20111122 | ||
| 4 | Constant | Private | See coding | 20110413 | |||||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'Notification' | 20110413 | |||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'Subscription' | 20110413 |
Methods
Events
Class /IWBEP/CL_MGW_PUSH_ABS_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S | Public | Type reference (TYPE) | CHAR1 | Single-Character Indicator | 20110409 | |
| 2 | TY_S_CALLER_CONTEXT | Private | See coding | 20110409 | BEGIN OF ty_s_caller_context,
* CALLER_DESTINATION type RFCDISPLAY-RFCDEST,
* CALLER_IP type RFCDISPLAY-RFCDEST,
* CALLER_TRUSTED type RFCDISPLAY-RFCSLOGIN,
* CALLER_RFC_TYPE type RFCDES-RFCTYPE,
client TYPE rfcdisplay-rfcclient,
whoami TYPE rfcdisplay-rfcuser,
* CALLER_START_INFO type RFCDISPLAY-RFCDEST,
* CALLER_TCODE type SY-TCODE,
* CALLER_PROGRAM type SY-CPROG,
system_id TYPE sy-sysid,
* CALLER_SYSTEM_RELEASE type SY-SAPRL,
* CALLER_KERNEL_RELEASE type SY-SAPRL,
* CALLER_ASYNC_TYPE type SY-BATCH,
* CALLER_TRANS_TYPE type SY-BATCH,
* CALLER_PCS type SY-BATCH,
* CALLER_CODEPAGE type TCP00-CPCODEPAGE,
* CALLER_MDMP TYPE CHAR1,
END OF ty_s_caller_context
|
Method Signatures
Method ALLOW_DELIVERY_CHANNEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Type reference (TYPE) | /IWBEP/S_MGW_DB_SUB_DATA | Subscription Data | 20111122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Exception | 20111205 |
Method CHANGE_TYPE_EXISTENCE_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CHANGE_TYPE_EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120117 | |||
| 2 | IS_SUB_DATA | Call by reference | Type reference (TYPE) | /IWBEP/S_MGW_DB_SUB_DATA | Subscription: Entity Change Type | 20120117 |
Method CHANGE_TYPE_EXISTENCE_CHECK on class /IWBEP/CL_MGW_PUSH_ABS_DATA has no exception.
Method CHECK_CHANGE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHANGE_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/MGW_SUB_ENT_CHANGE_TYPE | Subscription: Entity Change Type | 20111227 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Exception | 20111227 |
Method CHECK_SUBSCRIPTION_AUTHORITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SUBSCRIPTION_DATA | Call by reference | Type reference (TYPE) | /IWBEP/S_MGW_DB_SUB_DATA | Subscription Data | 20110410 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | business exception | 20110410 | ||
| 2 | technical exception | 20110410 |
Method CREATE_SUBSCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20110406 | |||
| 2 | ER_ENTITY | Call by reference | Object reference (TYPE REF TO) | DATA | 20110406 | ||||
| 3 | IO_DATA_PROVIDER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_ENTRY_PROVIDER | MGW Entry Data Provider | 20110406 | |||
| 4 | IS_REQUEST_DETAILS | Call by reference | Type reference (TYPE) | /IWBEP/IF_MGW_CORE_SRV_RUNTIME=>TY_S_MGW_REQUEST_CONTEXT | 20120216 | ||||
| 5 | IT_KEY_TAB | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_NAME_VALUE_PAIR | table for name value pairs | 20110406 | |||
| 6 | IT_NAVIGATION_PATH | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_NAVIGATION_PATH | table of navigation paths | 20110406 | |||
| 7 | IV_EXECUTION_MODE | Call by reference | Type reference (TYPE) | CHAR1 | 'S' | Single/Multi destination indicator | 20120216 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | business exception | 20110409 | ||
| 2 | technical exception | 20110409 |
Method DELETE_SUBSCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20110406 | |||
| 2 | IT_KEY_TAB | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_NAME_VALUE_PAIR | table for name value pairs | 20110406 | |||
| 3 | IT_NAVIGATION_PATH | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_NAVIGATION_PATH | table of navigation paths | 20110406 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | business exception | 20110518 | ||
| 2 | technical exception | 20110518 |
Method GET_CALLER_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_CALLER_CONTEXT | Value transfer | Type reference (TYPE) | TY_S_CALLER_CONTEXT | 20110409 |
Method GET_CALLER_CONTEXT on class /IWBEP/CL_MGW_PUSH_ABS_DATA has no exception.
Method GET_FORMAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_FORMAT | Value transfer | Type reference (TYPE) | STRING | Notification Format | 20120309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Technical Exception | 20120309 |
Method GET_SUBSCRIPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SUBSCRIPTIONS | Value transfer | Type reference (TYPE) | /IWBEP/T_MGW_DB_SUB_DATA | Subscription Data TableType | 20120117 |
Method GET_SUBSCRIPTIONS on class /IWBEP/CL_MGW_PUSH_ABS_DATA has no exception.
Method IS_SUBSCRIPTION_DUPLICATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_DATA | Call by reference | Type reference (TYPE) | /IWBEP/S_MGW_DB_SUB_DATA | Subscription Data | 20120217 | |||
| 2 | EV_UPDATE | Call by reference | Type reference (TYPE) | BOOLEAN | Update subscription flag | 20120302 | |||
| 3 | IS_DUPLICATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110518 | ||||
| 4 | IV_EXECUTION_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Single/Multi destination indicator | 20120217 | |||
| 5 | IV_SYSTEM_ALIAS | Call by reference | Type reference (TYPE) | /IWBEP/DEFI_SYSTEM_ALIAS | /IWFND/ defined SAP System Alias | 20120320 |
Method IS_SUBSCRIPTION_DUPLICATE on class /IWBEP/CL_MGW_PUSH_ABS_DATA has no exception.
Method RAISE_NOT_SUPPORTED_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | STRING | 20110413 | ||||
| 2 | IV_OPERATION | Call by reference | Type reference (TYPE) | CHAR30 | 30 Characters | 20110413 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | technical exception | 20110413 |
Method READ_SUBSCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20110411 | |||
| 2 | ER_ENTITY | Call by reference | Object reference (TYPE REF TO) | DATA | 20110411 | ||||
| 3 | IS_REQUEST_DETAILS | Call by reference | Type reference (TYPE) | /IWBEP/IF_MGW_CORE_SRV_RUNTIME=>TY_S_MGW_REQUEST_CONTEXT | the request details for a remote request to a mgw server | 20110411 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | business exception | 20110518 | ||
| 2 | technical exception | 20110518 |
Method READ_SUBSCRIPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20110406 | |||
| 2 | ER_ENTITYSET | Call by reference | Object reference (TYPE REF TO) | DATA | 20110406 | ||||
| 3 | IS_PAGING | Call by reference | Type reference (TYPE) | /IWBEP/S_MGW_PAGING | paging structure | 20110406 | |||
| 4 | IT_FILTER_SELECT_OPTIONS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | table of select options | 20110406 | |||
| 5 | IT_KEY_TAB | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_NAME_VALUE_PAIR | table for name value pairs | 20110406 | |||
| 6 | IT_NAVIGATION_PATH | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_NAVIGATION_PATH | table of navigation paths | 20110406 | |||
| 7 | IT_ORDER | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SORTING_ORDER | the sorting order | 20110406 | |||
| 8 | IV_SEARCH_STRING | Call by reference | Type reference (TYPE) | STRING | 20110406 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | business exception | 20110518 | ||
| 2 | technical exception | 20110518 |
Method UPDATE_SUBSCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HEADERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | 20110406 | ||||
| 2 | ER_ENTITY | Call by reference | Object reference (TYPE REF TO) | DATA | 20110406 | ||||
| 3 | IO_DATA_PROVIDER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_ENTRY_PROVIDER | MGW Entry Data Provider | 20110406 | |||
| 4 | IT_KEY_TAB | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_NAME_VALUE_PAIR | table for name value pairs | 20110406 | |||
| 5 | IT_NAVIGATION_PATH | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_NAVIGATION_PATH | table of navigation paths | 20110406 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | business exception | 20110518 | ||
| 2 | technical exception | 20110518 |
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 200 |