SAP ABAP Class CL_EPIC_EXAMPLE_CN_BOC_GPI (EXAMPLE ONLY - Get Payment Item for BOC)
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 20120113
Properties
Class CL_EPIC_EXAMPLE_CN_BOC_GPI  
Short Description EXAMPLE ONLY - Get Payment Item for BOC    
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 20120113   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP 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 20120113
Friends
Class CL_EPIC_EXAMPLE_CN_BOC_GPI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_MAX_PACKAGE_SIZE Constant Public Type reference (TYPE) I 1000 Package/Segment size 20120203
2 GC_STATUS_CODE_59 Constant Private Type reference (TYPE) STRING 'B059' Transacation submitted successfully 20120405
3 GC_TRNCOD07 Constant Public Type reference (TYPE) STRING 'b2e0007' Get Item Status 20120203
4 GF_LAST_SEGMENT Instance attribute Private Type reference (TYPE) FLAG 20120113
5 GT_ITEM_PAYREF_RELATIONS Instance attribute Private Type reference (TYPE) TTY_ITEM_PAYREF_RELATIONS 20120117
6 GT_ITEM_UPD_STATUS Instance attribute Private Type reference (TYPE) EPIC_T_ITEM_UPD_STATUS Item Keys for Status Update 20120131
7 GT_REQU_ITEM_COLLECTION Instance attribute Private Type reference (TYPE) TTY_REQU_MAPPING_SOURCE_ITEMS 20120117
8 GV_COUNT Instance attribute Private Type reference (TYPE) I Number of processed items 20120117
9 GV_PITEM_LINES Instance attribute Private Type reference (TYPE) I Total number of payment items 20120525
10 GV_TOKEN Instance attribute Private Type reference (TYPE) STRING 20120116
Methods
# Method Level Visibility Method type Description Created on
1 PERFORM_POST_RESP_XSLT_PROC Instance method Private Method Result processing 20120123
2 PERFORM_PRE_REQU_XSLT_PROC_I Instance method Private Method Item Keys Provided 20120113
3 PREPARE_REQU_SEGMENTS Instance method Private Method Payment items and Request items 20120113
Events
Class CL_EPIC_EXAMPLE_CN_BOC_GPI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_ITEM_PAYREF_RELATIONS Private See coding 20120113 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 20120113 tty_list_result TYPE STANDARD TABLE OF epic_s_example_cn_gen_gps_lr
3 TTY_REQU_MAPPING_SOURCE_ITEMS Private See coding 20120113 tty_requ_mapping_source_items TYPE STANDARD TABLE OF ty_requ_mapping_source_item WITH NON-UNIQUE KEY insid
4 TTY_RESP_MAPPING_RESULT_ITEMS Private See coding 20120113 tty_resp_mapping_result_items TYPE STANDARD TABLE OF ty_resp_mapping_result_item WITH NON-UNIQUE KEY rspcod rspmsg insid obssid
5 TY_ITEM_PAYREF_RELATION Private See coding 20120113 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 20120113 BEGIN OF ty_requ_mapping_source, termid TYPE string, trnid TYPE string, custid TYPE string, cusopr TYPE string, trncod TYPE string, custdt TYPE string, oprpwd TYPE string, token TYPE string, ceitinfo TYPE string, items TYPE tty_requ_mapping_source_items, END OF ty_requ_mapping_source
7 TY_REQU_MAPPING_SOURCE_HEAD Private See coding 20120206 begin of ty_requ_mapping_source_head, termid type string, trnid type string, custid type string, cusopr type string, trncod type string, custdt type string, oprpwd type string, end of ty_requ_mapping_source_head
8 TY_REQU_MAPPING_SOURCE_ITEM Private See coding 20120113 BEGIN OF ty_requ_mapping_source_item, insid TYPE string, obssid TYPE string, processed_int TYPE flag, END OF ty_requ_mapping_source_item
9 TY_RESP_MAPPING_RESULT Private See coding 20120113 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 20120113 BEGIN OF ty_resp_mapping_result_info, rspcod TYPE text256, rspmsg TYPE text256, token TYPE string, END OF ty_resp_mapping_result_info
11 TY_RESP_MAPPING_RESULT_ITEM Private See coding 20120113 BEGIN OF ty_resp_mapping_result_item, rspcod TYPE text256, rspmsg TYPE text256, insid TYPE text256, obssid 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 Exporting ET_LIST_RESULT Call by reference Type reference (TYPE) TTY_LIST_RESULT 20120123
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) EPIC_T_MESSAGES Messages Table Type 20120123
3 Importing IS_RESP_MAPPING_RESULT_DATA Call by reference Type reference (TYPE) TY_RESP_MAPPING_RESULT 20120123
# Exception Resumable Description Created on
1 CX_EPIC_BANK_COMM_IMPL Bank Communication Implementation Exception 20120203

Method PERFORM_PRE_REQU_XSLT_PROC_I Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_REQU_MAPPING_SOURCE_DATA Call by reference Type reference (TYPE) TY_REQU_MAPPING_SOURCE 20120113
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) EPIC_T_MESSAGES Messages Table Type 20120316
3 Importing IS_BANK_COMM_KEY Call by reference Type reference (TYPE) EPIC_S_BANK_COMM_KEY Bank Communication Key Structure 20120316
4 Importing IS_OTHER_PARAMETERS Call by reference Type reference (TYPE) EPIC_S_ITEM_KEYS_BC_PARAMETER GUID/BSEG Keys Bank Communication Parameter 20120113
5 Importing IV_BANK_COMM_SEGMENT Call by reference Type reference (TYPE) EPIC_BANK_COMM_ITERATION 20120113
6 Importing IV_BANK_COMM_STEP Call by reference Type reference (TYPE) EPIC_BC_UA-COMSTP Bank Communication Step 20120316
# Exception Resumable Description Created on
1 CX_EPIC_BANK_COMM_IMPL Bank Communication Implementation Exception 20120316

Method PREPARE_REQU_SEGMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OTHER_PARAMETERS Call by reference Type reference (TYPE) EPIC_S_ITEM_KEYS_BC_PARAMETER GUID/BSEG Keys Bank Communication Parameter 20120113

Method PREPARE_REQU_SEGMENTS on class CL_EPIC_EXAMPLE_CN_BOC_GPI has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607