SAP ABAP Class TD_SADL_GW_PROJECT (Test double of Gateway project for SADL GW tests)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-GW (Application Component) Gateway Integration for CDS and BOPF via SADL
⤷
SADL_GW_DT_SB_API (Package) Gateway Integration: Service Builder API
⤷
⤷
Properties
| Class | TD_SADL_GW_PROJECT | |
| Short Description | Test double of Gateway project for SADL GW tests | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 5 | |
| Package | SADL_GW_DT_SB_API | Gateway Integration: Service Builder API |
| Created | 20131011 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class TD_SADL_GW_PROJECT has no forward declaration.
Interfaces
Class TD_SADL_GW_PROJECT has no interface implemented.
Friends
Class TD_SADL_GW_PROJECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TT_ASSOCS | 20131111 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | TT_ASSOC_SETS | 20131111 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | TT_NAV_PROPS | 20131111 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | TT_MAPPING | 20131111 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20131114 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20131108 | ||
| 2 | Instance method | Public | Method | 20131202 | ||
| 3 | Instance method | Public | Method | 20131127 | ||
| 4 | Instance method | Public | Method | 20131206 | ||
| 5 | Instance method | Public | Method | 20131127 | ||
| 6 | Instance method | Public | Method | 20131108 | ||
| 7 | Instance method | Public | Method | 20131111 | ||
| 8 | Instance method | Public | Method | 20131114 |
Events
Class TD_SADL_GW_PROJECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_ASSOCS | Public | See coding | 20131025 | tt_assocs TYPE SORTED TABLE OF ty_assoc WITH UNIQUE KEY name
|
||
| 2 | TT_ASSOC_SETS | Public | See coding | 20131023 | tt_assoc_sets TYPE SORTED TABLE OF ty_assoc_set WITH UNIQUE KEY name
|
||
| 3 | TT_MAPPING | Public | See coding | 20131011 | tt_mapping TYPE STANDARD TABLE OF ty_mapping
|
||
| 4 | TT_NAV_PROPS | Public | See coding | 20131025 | tt_nav_props TYPE SORTED TABLE OF ty_nav_prop WITH UNIQUE KEY name
|
||
| 5 | TY_ASSOC | Public | See coding | 20131025 | BEGIN OF ty_assoc,
name TYPE string,
left_et TYPE string,
left_end_cardinality TYPE string,
right_et TYPE string,
right_end_cardinality TYPE string,
END OF ty_assoc
|
||
| 6 | TY_ASSOC_SET | Public | See coding | 20131023 | BEGIN OF ty_assoc_set,
name TYPE string,
left_es TYPE string,
right_es TYPE string,
assoc TYPE string,
END OF ty_assoc_set
|
||
| 7 | TY_MAPPING | Public | See coding | 20131011 | BEGIN OF ty_mapping,
parent TYPE string,
child TYPE string,
entity_type TYPE string,
node_type LIKE /iwbep/if_sbdsp_data_source=>gc_node_type,
data_source_group TYPE string,
creatable TYPE abap_bool,
updatable TYPE abap_bool,
deletable TYPE abap_bool,
END OF ty_mapping
|
||
| 8 | TY_NAV_PROP | Public | See coding | 20131025 | BEGIN OF ty_nav_prop,
name TYPE string,
assoc TYPE string,
END OF ty_nav_prop
|
Method Signatures
Method ASSOC_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20131108 | ||||
| 2 | RO_ASSOC_SET | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBOD_ASSOCIATION_SET | 20131108 |
Method ASSOC_SET on class TD_SADL_GW_PROJECT has no exception.
Method GET_OD_ASSOCIATION_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20131202 | ||||
| 2 | RO_ES | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBOD_ASSOCIATION_SET | 20131202 |
Method GET_OD_ASSOCIATION_SET on class TD_SADL_GW_PROJECT has no exception.
Method GET_OD_MODEL_ENTITY_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20131127 | ||||
| 2 | RO_ES | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBOD_ENTITY_SET | 20131127 |
Method GET_OD_MODEL_ENTITY_SET on class TD_SADL_GW_PROJECT has no exception.
Method GET_PROJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROJECT | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_PROJECT | 20131206 |
Method GET_PROJECT on class TD_SADL_GW_PROJECT has no exception.
Method GET_SERVICE_ENTITY_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20131127 | ||||
| 2 | RO_ES | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDSP_ENTITY_SET | 20131127 |
Method GET_SERVICE_ENTITY_SET on class TD_SADL_GW_PROJECT has no exception.
Method MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20131108 | ||||
| 2 | RO_MAPPING | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDSP_MAPPING | 20131108 |
Method MAPPING on class TD_SADL_GW_PROJECT has no exception.
Method MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20131111 | ||||
| 2 | RO_MODEL | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_MODEL | 20131111 |
Method MODEL on class TD_SADL_GW_PROJECT has no exception.
Method SET_EDITABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EDITABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131114 |
Method SET_EDITABLE on class TD_SADL_GW_PROJECT has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |