SAP ABAP Class CL_EPIC_EXAMPLE_CN_CMB_GPI (EXAMPLE ONLY - Get Payment Item for CMB)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-LOC (Application Component) Localization
⤷
ID-FI-EPIC-CN-EXAMPLE (Package) Globalization: E-Payment Integration China: Example Impl.
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EPIC_BANK_COMM_IMPL | Bank Communication Implementation Interface | 20111019 |
Properties
| Class | CL_EPIC_EXAMPLE_CN_CMB_GPI | |
| Short Description | EXAMPLE ONLY - Get Payment Item for CMB | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ID-FI-EPIC-CN-EXAMPLE | Globalization: E-Payment Integration China: Example Impl. |
| Created | 20111019 | SAP |
| Last change | 20130531 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_EPIC_BANK_COMM_IMPL | Bank Communication Implementation Interface | 20111019 |
Friends
Class CL_EPIC_EXAMPLE_CN_CMB_GPI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | FLAG | 20111116 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TTY_ITEM_PAYREF_RELATIONS | 20111025 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | EPIC_T_ITEM_UPD_STATUS | Item Keys for Status Update | 20120903 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TTY_REQU_MAPPING_SOURCE_ITEMS | 20111111 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20111025 | ||
| 2 | Instance method | Private | Method | Dialog Modus | 20111025 | |
| 3 | Instance method | Private | Method | Item Keys Provided | 20111025 | |
| 4 | Instance method | Private | Method | 20111111 |
Events
Class CL_EPIC_EXAMPLE_CN_CMB_GPI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_ITEM_PAYREF_RELATIONS | Private | See coding | 20111025 | tty_item_payref_relations type standard table of ty_item_payref_relation
with non-unique key key payref
|
||
| 2 | TTY_LIST_RESULT | Private | See coding | 20111019 | tty_list_result type standard table of epic_s_example_cn_cmb_gpi_rl
|
||
| 3 | TTY_REQU_MAPPING_SOURCE_ITEMS | Private | See coding | 20111111 | tty_requ_mapping_source_items type standard table of ty_requ_mapping_source_item
with non-unique key yurref
|
||
| 4 | TTY_RESP_MAPPING_RESULT_ITEMS | Private | See coding | 20111019 | tty_resp_mapping_result_items type standard table of ty_resp_mapping_result_item
with non-unique key dbtacc trsamt ccynbr reqsts yurref
|
||
| 5 | TY_ITEM_PAYREF_RELATION | Private | See coding | 20111025 | begin of ty_item_payref_relation,
key type epic_s_guid_bseg_key,
payref type text256,
end of ty_item_payref_relation
|
||
| 6 | TY_REQU_MAPPING_SOURCE | Private | See coding | 20111019 | begin of ty_requ_mapping_source,
info type ty_requ_mapping_source_info,
items type tty_requ_mapping_source_items,
end of ty_requ_mapping_source
|
||
| 7 | TY_REQU_MAPPING_SOURCE_INFO | Private | See coding | 20111111 | begin of ty_requ_mapping_source_info,
funnam type text256,
dattyp type text256,
lgnnam type text256,
end of ty_requ_mapping_source_info
|
||
| 8 | TY_REQU_MAPPING_SOURCE_ITEM | Private | See coding | 20111111 | begin of ty_requ_mapping_source_item,
buscod type text256,
bgndat type text256,
enddat type text256,
yurref type text256,
processed_int type flag,
end of ty_requ_mapping_source_item
|
||
| 9 | TY_RESP_MAPPING_RESULT | Private | See coding | 20111019 | begin of ty_resp_mapping_result,
info type ty_resp_mapping_result_info,
items type tty_resp_mapping_result_items,
end of ty_resp_mapping_result
|
||
| 10 | TY_RESP_MAPPING_RESULT_INFO | Private | See coding | 20111021 | begin of ty_resp_mapping_result_info,
dattyp type text256,
errmsg type text256,
funnam type text256,
lgnnam type text256,
retcod type text256,
end of ty_resp_mapping_result_info
|
||
| 11 | TY_RESP_MAPPING_RESULT_ITEM | Private | See coding | 20111019 | begin of ty_resp_mapping_result_item,
dbtacc type text256,
trsamt type text256,
ccynbr type text256,
reqsts type text256,
yurref type text256,
end of ty_resp_mapping_result_item
|
Method Signatures
Method PERFORM_POST_RESP_XSLT_PROC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LIST_RESULT | Call by reference | Type reference (TYPE) | TTY_LIST_RESULT | 20111104 | ||||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | EPIC_T_MESSAGES | Messages Table Type | 20111025 | |||
| 3 | IS_BANK_COMM_KEY | Call by reference | Type reference (TYPE) | EPIC_S_BANK_COMM_KEY | 20111104 | ||||
| 4 | IS_RESP_MAPPING_RESULT_DATA | Call by reference | Type reference (TYPE) | TY_RESP_MAPPING_RESULT | 20111104 | ||||
| 5 | IV_BANK_COMM_SEGMENT | Call by reference | Type reference (TYPE) | EPIC_BANK_COMM_ITERATION | 20111110 | ||||
| 6 | IV_BANK_COMM_STEP | Call by reference | Type reference (TYPE) | EPIC_BANK_COMM_STEP | Step | 20111025 |
Method PERFORM_POST_RESP_XSLT_PROC on class CL_EPIC_EXAMPLE_CN_CMB_GPI has no exception.
Method PERFORM_PRE_REQU_XSLT_PROC_D Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_REQU_MAPPING_SOURCE_DATA | Call by reference | Type reference (TYPE) | TY_REQU_MAPPING_SOURCE | 20111104 | ||||
| 2 | IS_BANK_COMM_KEY | Call by reference | Type reference (TYPE) | EPIC_S_BANK_COMM_KEY | Bank Communication Key Structure | 20111104 | |||
| 3 | IS_DIALOG_PARAMETERS | Call by reference | Type reference (TYPE) | EPIC_S_EXAMPLE_CN_CMB_GPI_DP | 20111104 | ||||
| 4 | IV_BANK_COMM_SEGMENT | Call by reference | Type reference (TYPE) | EPIC_BANK_COMM_ITERATION | 20111110 | ||||
| 5 | IV_BANK_COMM_STEP | Call by reference | Type reference (TYPE) | EPIC_BANK_COMM_STEP | Step | 20111025 |
Method PERFORM_PRE_REQU_XSLT_PROC_D on class CL_EPIC_EXAMPLE_CN_CMB_GPI has no exception.
Method PERFORM_PRE_REQU_XSLT_PROC_I Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_REQU_MAPPING_SOURCE_DATA | Call by reference | Type reference (TYPE) | TY_REQU_MAPPING_SOURCE | 20111104 | ||||
| 2 | IS_BANK_COMM_KEY | Call by reference | Type reference (TYPE) | EPIC_S_BANK_COMM_KEY | Bank Communication Key Structure | 20111104 | |||
| 3 | IS_OTHER_PARAMETERS | Call by reference | Type reference (TYPE) | EPIC_S_ITEM_KEYS_BC_PARAMETER | GUID/BSEG Keys Bank Communication Parameter | 20111104 | |||
| 4 | IV_BANK_COMM_SEGMENT | Call by reference | Type reference (TYPE) | EPIC_BANK_COMM_ITERATION | 20111110 | ||||
| 5 | IV_BANK_COMM_STEP | Call by reference | Type reference (TYPE) | EPIC_BANK_COMM_STEP | Step | 20111025 |
Method PERFORM_PRE_REQU_XSLT_PROC_I on class CL_EPIC_EXAMPLE_CN_CMB_GPI has no exception.
Method PREPARE_REQU_SEGMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BANK_COMM_KEY | Call by reference | Type reference (TYPE) | EPIC_S_BANK_COMM_KEY | Bank Communication Key Structure | 20111111 | |||
| 2 | IS_OTHER_PARAMETERS | Call by reference | Type reference (TYPE) | EPIC_S_ITEM_KEYS_BC_PARAMETER | GUID/BSEG Keys Bank Communication Parameter | 20111111 | |||
| 3 | IV_BANK_COMM_SEGMENT | Call by reference | Type reference (TYPE) | EPIC_BANK_COMM_ITERATION | Segment of Bank Communication | 20111111 | |||
| 4 | IV_BANK_COMM_STEP | Call by reference | Type reference (TYPE) | EPIC_BANK_COMM_STEP | Bank Communication Step | 20111111 |
Method PREPARE_REQU_SEGMENTS on class CL_EPIC_EXAMPLE_CN_CMB_GPI has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |