SAP ABAP Class TC_SADL_GW_GENERIC_DPC (Query Option tests)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
⤷
SADL_GW_RT_PC (Package) Gateway Runtime Adapter for SADL - MPC/DPC
⤷
⤷
Properties
| Class | TC_SADL_GW_GENERIC_DPC | |
| Short Description | Query Option tests | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 5 | |
| Package | SADL_GW_RT_PC | Gateway Runtime Adapter for SADL - MPC/DPC |
| Created | 20130801 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class TC_SADL_GW_GENERIC_DPC has no forward declaration.
Interfaces
Class TC_SADL_GW_GENERIC_DPC has no interface implemented.
Friends
Class TC_SADL_GW_GENERIC_DPC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | STRING | `BUYER` | 20131128 | |||
| 2 | Constant | Protected | Type reference (TYPE) | STRING | `OVERVIEW` | 20131128 | |||
| 3 | Constant | Protected | Type reference (TYPE) | STRING | `SUBNODE` | 20131128 | |||
| 4 | Constant | Protected | Type reference (TYPE) | STRING | `SUBSUBNODE` | 20131128 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SADL_GW_GENERIC_DPC | 20131128 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20131128 | ||
| 2 | Instance method | Protected | Method | 20131128 | ||
| 3 | Instance method | Protected | Method | 20131128 | ||
| 4 | Instance method | Protected | Method | 20131128 | ||
| 5 | Instance method | Protected | Method | 20131128 | ||
| 6 | Instance method | Protected | Method | 20131128 | ||
| 7 | Instance method | Protected | Method | 20131128 | ||
| 8 | Instance method | Protected | Method | 20131128 | ||
| 9 | Instance method | Protected | Method | 20131128 |
Events
Class TC_SADL_GW_GENERIC_DPC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SADL_TYPE | Protected | See coding | 20131128 | tt_sadl_type TYPE STANDARD TABLE OF ty_sadl_type WITH DEFAULT KEY
|
||
| 2 | TY_SADL_BUYER | Protected | See coding | 20131128 | BEGIN OF ty_sadl_buyer,
my_identifier TYPE sadl_rs_bp_root-id,
my_type_code TYPE sadl_rs_bp_root-type_code,
END OF ty_sadl_buyer
|
||
| 3 | TY_SADL_SUBNODE | Protected | See coding | 20131128 | BEGIN OF ty_sadl_subnode,
my_identifier TYPE sadl_rs_so_items-id,
my_parent_identifier TYPE sadl_rs_so_root-id,
my_product_id TYPE sadl_rs_so_items-prod_id_content,
my_type_code TYPE sadl_rs_so_items-type_code,
END OF ty_sadl_subnode
|
||
| 4 | TY_SADL_SUBSUBNODE | Protected | See coding | 20131128 | BEGIN OF ty_sadl_subsubnode,
my_identifier TYPE sadl_rs_so_sline-id,
my_parent_identifier TYPE sadl_rs_so_sline-parent_id,
my_type_code TYPE sadl_rs_so_sline-type_code,
END OF ty_sadl_subsubnode
|
||
| 5 | TY_SADL_TYPE | Protected | See coding | 20131128 | BEGIN OF ty_sadl_type,
my_identifier TYPE sadl_rs_so_root-id,
my_seller_id TYPE sadl_rs_so_root-seller_id,
my_buyer_id TYPE sadl_rs_so_root-buyer_id,
my_product TYPE sadl_rs_so_items-prod_id_content,
my_act_indicator TYPE sadl_rs_so_root-act_indicator,
my_type_code TYPE sadl_rs_so_root-type_code,
END OF ty_sadl_type
|
Method Signatures
Method SETUP Signature
Method SETUP on class TC_SADL_GW_GENERIC_DPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131128 |
Method _CREATE_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_ENTITY | Call by reference | Object reference (TYPE REF TO) | DATA | 20131128 | ||||
| 2 | IO_DATA_PROVIDER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_ENTRY_PROVIDER | 20131128 | ||||
| 3 | IO_TECH_REQUEST_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_REQ_ENTITY_C | 20131128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131128 | |||
| 2 | 20131128 |
Method _GET_ENTITYSET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Type reference (TYPE) | TT_SADL_TYPE | 20131128 | ||||
| 2 | IV_ENTITY_SET | Call by reference | Type reference (TYPE) | STRING | 20131128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131128 |
Method _GET_ENTITYSET_BY_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20131128 | ||||
| 2 | IS_PAGING | Call by reference | Type reference (TYPE) | /IWBEP/S_MGW_PAGING | 20131128 | ||||
| 3 | IT_CONVERTED_SOURCE_KEYS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_TECH_PAIRS | 20131128 | ||||
| 4 | IT_NAVIGATION_PATH | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_TECH_NAVI | 20131128 | ||||
| 5 | IT_ORDERBY | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_TECH_ORDER | 20131128 | ||||
| 6 | IT_SELECT | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_TECH_FIELD_NAMES | 20131128 | ||||
| 7 | IT_SELECT_OPTIONS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | 20131128 | ||||
| 8 | IT_SOURCE_KEYS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_TECH_PAIRS | 20131128 | ||||
| 9 | IV_ENTITY_SET | Call by reference | Type reference (TYPE) | STRING | CO_OVERVIEW | 20131128 | |||
| 10 | IV_HAS_COUNT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131128 | ||||
| 11 | IV_HAS_INLINE_COUNT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131128 | ||||
| 12 | IV_SEARCH_STRING | Call by reference | Type reference (TYPE) | STRING | 20131128 | ||||
| 13 | IV_SOURCE_ENTITY_SET | Call by reference | Type reference (TYPE) | STRING | CO_OVERVIEW | 20131128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131128 |
Method _GET_EXISTING_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_DATA_EXP | Value transfer | Type reference (TYPE) | TY_SADL_TYPE | 20131128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131128 |
Method _GET_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ENTITY | Call by reference | Type reference (TYPE) | ANY | 20131128 | ||||
| 2 | IV_ENTITY_SET | Call by reference | Type reference (TYPE) | STRING | 20131128 | ||||
| 3 | RT_KEYS | Value transfer | Type reference (TYPE) | /IWBEP/T_MGW_TECH_PAIRS | 20131128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131128 |
Method _GET_KEY_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENTITY_SET | Call by reference | Type reference (TYPE) | STRING | 20131128 | ||||
| 2 | RT_KEYS | Value transfer | Type reference (TYPE) | STRINGTAB | 20131128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131128 |
Method _GET_UNCONVERTED_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ENTITY | Call by reference | Type reference (TYPE) | ANY | 20131128 | ||||
| 2 | IV_ENTITY_SET | Call by reference | Type reference (TYPE) | STRING | 20131128 | ||||
| 3 | RT_KEYS | Value transfer | Type reference (TYPE) | /IWBEP/T_MGW_TECH_PAIRS | 20131128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131128 |
Method _UPDATE_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_ENTITY | Call by reference | Object reference (TYPE REF TO) | DATA | 20131128 | ||||
| 2 | IO_DATA_PROVIDER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_ENTRY_PROVIDER | 20131128 | ||||
| 3 | IO_TECH_REQUEST_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MGW_REQ_ENTITY_U | 20131128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131128 | |||
| 2 | 20131128 |
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |