SAP ABAP Interface IF_ISH_HCF_TYPES (Technical types required for HCF)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-HCF (Application Component) Healthcare Communication Framework
⤷
PSRV_PATTERN (Package) Pattern

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ISH_HCF_MAP_RANGE | Range mapping utility class | 20080314 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ISH_HCF_MAP_UTILS | Mapping utilities | 20080314 |
Properties
Interface | IF_ISH_HCF_TYPES | |
Short Description | Technical types required for HCF |
General Data
Package | PSRV_PATTERN | Pattern |
Created | 20080314 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_ISH_HCF_TYPES has no forward declaration.
Interfaces
Interface IF_ISH_HCF_TYPES has no interface.
Friends
Interface IF_ISH_HCF_TYPES has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_SELECTION_TYPE_CODE | Constant | Public | Type reference (TYPE) | TY_MV_SELECTION_TYPE | '2' | 20080314 | ||
2 | GC_SELECTION_TYPE_ID | Constant | Public | Type reference (TYPE) | TY_MV_SELECTION_TYPE | '1' | 20080314 | ||
3 | GT_BUSINESS_SCOPE | Instance attribute | Public | Type reference (TYPE) | TT_BUSINESS_SCOPE | 20080314 | |||
4 | GT_RECIPIENT_PARTY | Instance attribute | Public | Type reference (TYPE) | TT_RECIPIENT_PARTY | 20080314 |
Methods
Interface IF_ISH_HCF_TYPES has no method.
Events
Interface IF_ISH_HCF_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_BUSINESS_SCOPE | Public | See coding | 20080314 | BEGIN OF ts_business_scope,
type_code TYPE ts_type_code,
instance_id TYPE ts_id,
END OF ts_business_scope
|
||
2 | TS_CONTACT | Public | See coding | 20080314 | BEGIN OF ts_contact,
internal_id TYPE ts_internalid,
END OF ts_contact
|
||
3 | TS_ID | Public | See coding | 20080314 | BEGIN OF ts_id,
scheme_id TYPE ty_scheme_id,
sch_agn_id TYPE ty_scheme_agency_id,
sch_agn_sch_agn_id TYPE ty_sch_agn_sch_agn_id,
id_value TYPE c LENGTH 36,
END OF ts_id
|
||
4 | TS_INTERNALID | Public | See coding | 20080314 | BEGIN OF ts_internalid,
sch_id TYPE ty_scheme_id,
sch_agn_id TYPE ty_scheme_agency_id,
value TYPE c LENGTH 32,
END OF ts_internalid
|
||
5 | TS_RECIPIENT_PARTY | Public | See coding | 20080314 | BEGIN OF ts_recipient_party,
internal_id TYPE ts_internalid,
contact_person TYPE ts_contact,
END OF ts_recipient_party
|
||
6 | TS_REFERENCEID | Public | See coding | 20080314 | BEGIN OF ts_referenceid,
sch_id TYPE ty_scheme_id,
sch_agn_id TYPE ty_scheme_agency_id,
sch_agn_sch_agn_id TYPE ty_sch_agn_sch_agn_id,
id_value TYPE c LENGTH 35,
END OF ts_referenceid
|
||
7 | TS_SENDER_PARTY | Public | See coding | 20080314 | BEGIN OF ts_sender_party,
internal_id TYPE ts_internalid,
contact_person TYPE ts_contact,
END OF ts_sender_party
|
||
8 | TS_TYPE_CODE | Public | See coding | 20080314 | BEGIN OF ts_type_code,
list_id TYPE c LENGTH 60,
list_version_id TYPE c LENGTH 15,
list_agency_id TYPE c LENGTH 60,
list_agency_scheme_id TYPE c LENGTH 60,
list_agency_scheme_agency_id TYPE c LENGTH 3,
value TYPE c LENGTH 4,
END OF ts_type_code
|
||
9 | TT_BUSINESS_SCOPE | Public | See coding | 20080314 | tt_business_scope TYPE TABLE OF ts_business_scope
|
||
10 | TT_BUS_DOC_HDR | Public | See coding | 20080314 | BEGIN OF tt_bus_doc_hdr ,
id TYPE ts_id,
uuid type ts_id,
reference_id TYPE ts_referenceid,
reference_uuid TYPE ts_referenceid,
creation_date_time TYPE XSDDATETIME_LONG_Z,
test_data_indicator type XSDBOOLEAN,
reconcilation_indicator type XSDBOOLEAN,
SENDER_BUSINESS_SYSTEM_ID type c length 60,
RECIPIENT_BUSINESS_SYSTEM_ID type c length 60,
sender_party TYPE ts_sender_party,
recipient_party LIKE gt_recipient_party,
business_scope LIKE gt_business_scope,
END OF tt_bus_doc_hdr
|
||
11 | TT_RECIPIENT_PARTY | Public | See coding | 20080314 | tt_recipient_party TYPE TABLE OF ts_recipient_party
|
||
12 | TY_MS_INTERVAL | Public | See coding | 20080314 | BEGIN OF ty_ms_interval,
inclusion_exclusion_code TYPE ty_mv_incl_excl_code,
interval_boundary_type_code TYPE c LENGTH 1,
upper_boundary TYPE string,
lower_boundary TYPE string,
END OF ty_ms_interval
|
||
13 | TY_MS_RANGE | Public | See coding | 20080314 | BEGIN OF ty_ms_range ,
sign TYPE c LENGTH 1,
option TYPE c LENGTH 2,
low TYPE string,
high TYPE string,
END OF ty_ms_range
|
||
14 | TY_MT_INTERVAL | Public | See coding | 20080314 | TY_MT_INTERVAL TYPE STANDARD TABLE OF ty_ms_interval WITH DEFAULT KEY
|
||
15 | TY_MT_RANGE | Public | See coding | 20080314 | ty_mt_range TYPE STANDARD TABLE OF ty_ms_range WITH DEFAULT KEY
|
||
16 | TY_MV_INCL_EXCL_CODE | Public | See coding | 20080314 | ty_mv_incl_excl_code TYPE c LENGTH 1
|
||
17 | TY_MV_SELECTION_TYPE | Public | See coding | 20080314 | ty_mv_selection_type TYPE c LENGTH 1
|
||
18 | TY_MV_SIGN | Public | See coding | 20080314 | ty_mv_sign TYPE c LENGTH 1
|
||
19 | TY_SCHEME_AGENCY_ID | Public | See coding | 20080314 | ty_scheme_agency_id TYPE c LENGTH 60
|
||
20 | TY_SCHEME_ID | Public | See coding | 20080314 | ty_scheme_id TYPE c LENGTH 60
|
||
21 | TY_SCH_AGN_SCH_AGN_ID | Public | See coding | 20080314 | ty_sch_agn_sch_agn_id TYPE c LENGTH 60
|
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |