SAP ABAP Interface IF_PXN_MTS_SECO_TYPES (semantic contract types)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-ACI (Application Component) ABAP Connectivity and Integration Tools
⤷
SMTS_PROXY_REST (Package) REST Resources For WS Proxy Objects

⤷

⤷

Properties
Interface | IF_PXN_MTS_SECO_TYPES | |
Short Description | semantic contract types |
General Data
Package | SMTS_PROXY_REST | REST Resources For WS Proxy Objects |
Created | 20111215 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface IF_PXN_MTS_SECO_TYPES has no forward declaration.
Interfaces
Interface IF_PXN_MTS_SECO_TYPES has no interface.
Friends
Interface IF_PXN_MTS_SECO_TYPES has no friend.
Attributes
Interface IF_PXN_MTS_SECO_TYPES has no attribute.
Methods
Interface IF_PXN_MTS_SECO_TYPES has no method.
Events
Interface IF_PXN_MTS_SECO_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TI_ACTOR | Public | See coding | 20111222 | BEGIN OF ti_actor,
name TYPE string,
END OF ti_actor
|
||
2 | TT_OP_REF | Public | See coding | 20120309 | tt_op_ref TYPE STANDARD TABLE OF ty_op_ref WITH DEFAULT KEY
|
||
3 | TT_SECO_REF | Public | See coding | 20111216 | tt_seco_ref TYPE STANDARD TABLE OF ty_seco_ref WITH DEFAULT KEY
|
||
4 | TT_SI_REF | Public | See coding | 20120309 | tt_si_ref TYPE STANDARD TABLE OF ty_si_ref WITH DEFAULT KEY
|
||
5 | TY_ACTOR | Public | See coding | 20111222 | BEGIN OF ty_actor.
INCLUDE TYPE ti_actor AS node_elements.
TYPES END OF ty_actor
|
||
6 | TY_GS_MTS_SECO | Public | See coding | 20111218 | begin of ty_gs_mts_seco,
seco_refs type tt_seco_ref,
end of ty_gs_mts_seco
|
||
7 | TY_GS_MTS_SI | Public | See coding | 20120309 | begin of ty_gs_mts_si,
si_refs type tt_si_ref,
end of ty_gs_mts_si
|
||
8 | TY_OP_REF | Public | See coding | 20120309 | BEGIN OF ty_op_ref,
base type if_adt_tools_core_types=>ty_object_reference,
mode type string,
END OF ty_op_ref
|
||
9 | TY_SECO_REF | Public | See coding | 20111216 | BEGIN OF ty_seco_ref,
base type if_adt_tools_core_types=>ty_object_reference,
actor1 TYPE ti_actor,
actor2 TYPE ti_actor,
END OF ty_seco_ref
|
||
10 | TY_SI_REF | Public | See coding | 20120309 | BEGIN OF ty_si_ref,
base type if_adt_tools_core_types=>ty_object_reference,
operations type tt_op_ref,
mode type string,
END OF ty_si_ref
|
||
11 | T_ABAPNAMES | Public | See coding | 20120320 | t_abapnames type standard table of prx_r3name with default key
|
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 804 |