SAP ABAP Class CL_ISH_HCF_MAP_UTILS (Mapping utilities)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-HCF (Application Component) Healthcare Communication Framework
⤷
PSRV_PATTERN (Package) Pattern

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_HCF_C | IS-H: HCF Constants | 20080314 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_HCF_TYPES | Technical types required for HCF | 20080314 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PSRV_HCF_CONST_BOOL | boolean constants | 20080429 |
Properties
Class | CL_ISH_HCF_MAP_UTILS | |
Short Description | Mapping utilities | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | PSRV_PATTERN | Pattern |
Created | 20080314 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ISH_HCF_C | IS-H: HCF Constants | 20080314 | ||
2 | IF_ISH_HCF_TYPES | Technical types required for HCF | 20080314 | ||
3 | IF_PSRV_HCF_CONST_BOOL | boolean constants | 20080429 |
Friends
Class CL_ISH_HCF_MAP_UTILS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_SERVICE_INFO | 20080314 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Does mapping of Instance ID, reference ID | 20080314 |
2 | ![]() |
Static method | Public | Method | Business Document Header mapping from XI to ABAP | 20080314 |
3 | ![]() |
Static method | Public | Method | Business Document Header mapping from ABAP to XI | 20080314 |
4 | ![]() |
Static method | Public | Method | Method that converts Query Processing conditions e2i | 20080314 |
5 | ![]() |
Static method | Public | Method | Method that converts Query Processing conditions i2e | 20080314 |
6 | ![]() |
Static method | Public | Method | Map from proxy field to SAPScript field | 20080314 |
7 | ![]() |
Static method | Public | Method | Map from SAPScript field to Proxy field | 20080314 |
Events
Class CL_ISH_HCF_MAP_UTILS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_SERVICE_INFO | Private | See coding | 20080314 | BEGIN OF ts_service_info,
service_name TYPE char100,
field_name_int TYPE char100,
field_name_ext TYPE char255,
class_name TYPE char100,
END OF ts_service_info
|
||
2 | TT_SERVICE_INFO | Private | See coding | 20080314 | tt_service_info TYPE TABLE OF ts_service_info
|
Method Signatures
Method BUS_DOC_MAP_HELPER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_GUID_32 | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080318 | ||
2 | ![]() |
EV_REF_ID | Call by reference | Type reference (TYPE) | ISH_BUSDOC_MESSAGE_ID_C_BE | Unique identifier of a business document in a (technical) | 20080318 | ||
3 | ![]() |
IV_INSTANCE_ID | Call by reference | Type reference (TYPE) | C | 20080318 |
Method BUS_DOC_MAP_HELPER on class CL_ISH_HCF_MAP_UTILS has no exception.
Method MAP_BUS_DOC_HDR_E2I Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_BUS_DOC_HEADER | Call by reference | Type reference (TYPE) | ISH_BUSDOC_MSG_HEADER_BE | Business information (internal view) | 20080314 | ||
2 | ![]() |
IS_GDT_BUS_DOC_HEADER | Call by reference | Type reference (TYPE) | ANY | Business information from the perspective of the sender appl | 20080314 |
Method MAP_BUS_DOC_HDR_E2I on class CL_ISH_HCF_MAP_UTILS has no exception.
Method MAP_BUS_DOC_HDR_I2E Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_GDT_BUS_DOC_HEADER | Call by reference | Type reference (TYPE) | ANY | Business information from the perspective of the sender appl | 20080318 | ||
2 | ![]() |
IS_BUS_DOC_HEADER | Call by reference | Type reference (TYPE) | ISH_BUSDOC_MSG_HEADER_BE | Business information (internal view) | 20080318 |
Method MAP_BUS_DOC_HDR_I2E on class CL_ISH_HCF_MAP_UTILS has no exception.
Method MAP_QUERY_PROC_COND_IN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_QUERY_PROC_COND_EXT | Call by reference | Type reference (TYPE) | ANY | Structure for the Query Processing conditions | 20080523 | ||
2 | ![]() |
RS_QUERY_PROC_COND_EXT | Value transfer | Type reference (TYPE) | ISH_HCF_QUERY_PROC_COND | Structure for the Query Processing conditions | 20080523 |
Method MAP_QUERY_PROC_COND_IN on class CL_ISH_HCF_MAP_UTILS has no exception.
Method MAP_QUERY_PROC_COND_OUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_QUERY_PROC_COND_EXT | Value transfer | Type reference (TYPE) | ANY | Structure for the Query Processing conditions | 20080523 | ||
2 | ![]() |
IS_QUERY_PROC_COND_INT | Call by reference | Type reference (TYPE) | ISH_HCF_RESULT_PROC_COND | Structure for the Query Processing conditions | 20080318 |
Method MAP_QUERY_PROC_COND_OUT on class CL_ISH_HCF_MAP_UTILS has no exception.
Method MAP_SAPSCRIPT_E2I Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PRX_FLD | Call by reference | Type reference (TYPE) | STRING | 20080318 | |||
2 | ![]() |
RT_TEXT_LINE_TAB | Value transfer | Type reference (TYPE) | TEXT_LINE_TAB | Sub-table for structure TEXT_HEADERLINES | 20080318 |
Method MAP_SAPSCRIPT_E2I on class CL_ISH_HCF_MAP_UTILS has no exception.
Method MAP_SAPSCRIPT_I2E Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TEXT_LINE_TAB | Call by reference | Type reference (TYPE) | TEXT_LINE_TAB | Sub-table for structure TEXT_HEADERLINES | 20080318 | ||
2 | ![]() |
R_PRX_FLD | Value transfer | Type reference (TYPE) | STRING | 20080318 |
Method MAP_SAPSCRIPT_I2E on class CL_ISH_HCF_MAP_UTILS has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |