SAP ABAP Class CL_EPIC_EXAMPLE_CN_CCB_BST (EXAMPLE ONLY - Get Bank Statement for CCB)
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 20120806
Properties
Class CL_EPIC_EXAMPLE_CN_CCB_BST  
Short Description EXAMPLE ONLY - Get Bank Statement for CCB    
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 20120806   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 20120806
Friends
Class CL_EPIC_EXAMPLE_CN_CCB_BST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_CUST_ID Constant Private Type reference (TYPE) EPIC_EXAMPLE_CCB_CUST_ID 'X510510#0' EPIC EXAMPLE CCB CUST ID 20120810
2 CV_DETAIL_TX_CODE Constant Private Type reference (TYPE) STRING '6WA004' 20120815
3 CV_HEADER_TX_CODE Constant Private Type reference (TYPE) STRING '6WA001' 20120815
4 CV_LANGUAGE Constant Private Type reference (TYPE) STRING 'CN' 20120810
5 MO_CCB_SERVICE Instance attribute Private Object reference (TYPE REF TO) IF_EPIC_CCB_SERVICE Dummy Interface for CCB Query 20120806
6 MT_BILL_HEADER Instance attribute Private Type reference (TYPE) TT_BILL_HEADER 20120814
7 MV_ALL_BILLS Instance attribute Private Type reference (TYPE) STRING 20120814
8 MV_BANK_ACCOUNT Instance attribute Private Type reference (TYPE) BNKN2 Bank account number 20120815
9 MV_BANK_KEY Instance attribute Private Type reference (TYPE) BANKK Bank Keys 20120815
10 MV_DETAIL_PAGE_NO Instance attribute Private Type reference (TYPE) I 1 20120814
11 MV_END_BALANCE Instance attribute Private Type reference (TYPE) ESBTR_EB Ending balance amount 20120815
12 MV_HEADER_DONE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120814
13 MV_HEADER_INDEX Instance attribute Private Type reference (TYPE) I 1 20120814
14 MV_HEADER_PAGE_NO Instance attribute Private Type reference (TYPE) I 1 20120814
15 MV_SINGLE_BILL Instance attribute Private Type reference (TYPE) STRING 20120814
16 MV_START_BALANCE Instance attribute Private Type reference (TYPE) SSBTR_EB Opening balance amount 20120815
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120806
2 INSERT_BILL_HEADER Instance method Private Method 20120814
3 SPLIT_MERGE_BILL Instance method Private Method 20120814
Events
Class CL_EPIC_EXAMPLE_CN_CCB_BST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_BILL_HEADER Private See coding 20120814 tt_bill_header TYPE STANDARD TABLE OF ty_bill_header
2 TY_BILL_HEADER Private See coding 20120814 BEGIN OF ty_bill_header, bill_no TYPE string, bill_date TYPE string, END OF ty_bill_header
3 TY_DETAIL_REQU_SOURCE Private See coding 20120814 BEGIN OF ty_detail_requ_source, request_sn TYPE string, cust_id TYPE string, user_id TYPE string, password TYPE string, tx_code TYPE string, language TYPE string, page_no TYPE string, acct_no TYPE string, begin_date TYPE string, end_date TYPE string, bill_no TYPE string, END OF ty_detail_requ_source
4 TY_DETAIL_RESP_RESULT Private See coding 20120814 BEGIN OF ty_detail_resp_result, request_sn TYPE string, cust_id TYPE string, tx_code TYPE string, return_code TYPE string, return_msg TYPE string, language TYPE string, page_no1 TYPE string, tot_page_num TYPE string, list TYPE STANDARD TABLE OF ty_detail_resp_result_item WITH KEY TABLE_LINE, END OF ty_detail_resp_result
5 TY_DETAIL_RESP_RESULT_ITEM Private See coding 20120815 BEGIN OF ty_detail_resp_result_item, doc_typ TYPE string, doc_no TYPE string, dscrp_cntn TYPE string, tx_amt TYPE string, cr_cod TYPE string, curr_bal TYPE string, END OF ty_detail_resp_result_item
6 TY_HEADER_REQU_SOURCE Private See coding 20120814 BEGIN OF ty_header_requ_source, request_sn TYPE string, cust_id TYPE string, user_id TYPE string, password TYPE string, tx_code TYPE string, language TYPE string, page_no TYPE string, acct_no TYPE string, begin_date TYPE string, end_date TYPE string, END OF ty_header_requ_source
7 TY_HEADER_RESP_RESULT Private See coding 20120814 BEGIN OF ty_header_resp_result, request_sn TYPE string, cust_id TYPE string, tx_code TYPE string, return_code TYPE string, return_msg TYPE string, language TYPE string, page_no TYPE string, tot_page_num TYPE string, list TYPE STANDARD TABLE OF ty_header_resp_result_item WITH KEY TABLE_LINE, END OF ty_header_resp_result
8 TY_HEADER_RESP_RESULT_ITEM Private See coding 20120814 BEGIN OF ty_header_resp_result_item, bill_no TYPE string, bill_date TYPE string, END OF ty_header_resp_result_item
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CCB_SERVICE Call by reference Object reference (TYPE REF TO) IF_EPIC_CCB_SERVICE Extern Fuction Call for CCB 20120806

Method CONSTRUCTOR on class CL_EPIC_EXAMPLE_CN_CCB_BST has no exception.

Method INSERT_BILL_HEADER Signature

Method INSERT_BILL_HEADER on class CL_EPIC_EXAMPLE_CN_CCB_BST has no parameter.
Method INSERT_BILL_HEADER on class CL_EPIC_EXAMPLE_CN_CCB_BST has no exception.

Method SPLIT_MERGE_BILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RESPONSE_MESSAGE_STRING Call by reference Type reference (TYPE) STRING XML Message 20120814

Method SPLIT_MERGE_BILL on class CL_EPIC_EXAMPLE_CN_CCB_BST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 617