SAP ABAP Class CL_EPIC_BANK_COMM_HTTP (HTTP Bank Communication)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-LOC (Application Component) Localization
     ID-FI-EPIC-BACOM-BL (Package) Globalization: E-Payment Int. Bank Comm. Business Logic
Properties
Class CL_EPIC_BANK_COMM_HTTP  
Short Description HTTP Bank Communication    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ID-FI-EPIC-BACOM-BL   Globalization: E-Payment Int. Bank Comm. Business Logic 
Created 20120118   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
Class CL_EPIC_BANK_COMM_HTTP has no interface implemented.
Friends
Class CL_EPIC_BANK_COMM_HTTP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GF_ANOTHER_SEGMENT_REQUIRED Instance attribute Private Type reference (TYPE) FLAG Execute Another Iteration 20120118
2 GF_JOB Instance attribute Private Type reference (TYPE) EPIC_BANK_COMM_JOB Bank Communication Job Indicator 20120118
3 GR_DIALOG_PARAMETERS Instance attribute Private Object reference (TYPE REF TO) DATA 20120118
4 GR_LIST_RESULT Instance attribute Private Object reference (TYPE REF TO) DATA Table 20120118
5 GR_OTHER_PARAMETERS Instance attribute Private Object reference (TYPE REF TO) DATA 20120118
6 GR_OTHER_RESULTS Instance attribute Private Object reference (TYPE REF TO) DATA Structure 20120118
7 GS_BANK_COMM_KEY Instance attribute Private Type reference (TYPE) EPIC_S_BANK_COMM_KEY Bank Communication Key Structure 20120118
8 GS_EPIC_BACOM_DAT Instance attribute Private Type reference (TYPE) EPIC_BACOM_DAT Bank Communication Program Data 20120118
9 GS_EPIC_C_BCD Instance attribute Private Type reference (TYPE) EPIC_C_BCD Bank Communication Details 20120118
10 GT_EPIC_BACOM_MSG Instance attribute Private Type reference (TYPE) TTY_EPIC_BACOM_MSG 20120118
11 GT_EPIC_BACOM_XML Instance attribute Private Type reference (TYPE) TTY_EPIC_BACOM_XML 20120118
12 GT_EPIC_C_BCS Instance attribute Private Type reference (TYPE) TTY_EPIC_C_BCS 20120118
13 GT_EPIC_C_BCTT Instance attribute Private Type reference (TYPE) TTY_EPIC_C_BCTT 20120118
14 GT_MESSAGES Instance attribute Private Type reference (TYPE) TTY_MESSAGES 20120118
15 GV_COMITR Instance attribute Private Type reference (TYPE) EPIC_BANK_COMM_ITERATION Iteration of a Bank Communication 20120118
16 GV_COMSTP Instance attribute Private Type reference (TYPE) EPIC_BANK_COMM_STEP Bank Communication Step 20120118
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_XSTRING_FOR_XML Instance method Private Method Checks whether an Xstring contains XML data 20120404
2 CONSTRUCTOR Instance method Public Constructor 20120118
3 CREATE_REQUEST Instance method Private Method 20120118
4 DECODE_XSTRING_TO_STRING Instance method Private Method Convert XString to String independent of Encoding 20120118
5 ENCODE_STRING_TO_XSTRING Instance method Private Method Convert String to XString considering Encoding 20120118
6 EXECUTE Instance method Public Method 20120118
7 FILL_BACOM_LOG Instance method Private Method Append messages to internal communication log table 20120118
8 FILL_GLOBAL_VARIABLES Instance method Private Method 20120119
9 GET_LIST_RESULT Instance method Public Method 20120118
10 GET_OTHER_RESULTS Instance method Public Method 20120118
11 GET_RESULT_MESSAGES Instance method Public Method 20120118
12 INIT_GLOBAL_VARIABLES Instance method Private Method 20120119
13 PROCESS_RESPONSE Instance method Private Method 20120118
14 SAVE_BACOM_LOG_HEADER Instance method Private Method 20120119
15 TEST_XML Instance method Private Method 20120328
16 UPDATE_BACOM_LOG Instance method Private Method Update the communication log database table 20120118
Events
Class CL_EPIC_BANK_COMM_HTTP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_EPIC_BACOM_DAT Public See coding 20120118 tty_epic_bacom_dat type standard table of epic_bacom_dat
2 TTY_EPIC_BACOM_MSG Public See coding 20120118 tty_epic_bacom_msg type standard table of epic_bacom_msg
3 TTY_EPIC_BACOM_XML Public See coding 20120118 tty_epic_bacom_xml type standard table of epic_bacom_xml
4 TTY_EPIC_C_BCD Public See coding 20120118 tty_epic_c_bcd type standard table of epic_c_bcd
5 TTY_EPIC_C_BCS Public See coding 20120118 tty_epic_c_bcs type standard table of epic_c_bcs
6 TTY_EPIC_C_BCTT Public See coding 20120118 tty_epic_c_bctt type standard table of epic_c_bctt
7 TTY_MESSAGES Public See coding 20120118 tty_messages type standard table of bal_s_msg
Method Signatures

Method CHECK_XSTRING_FOR_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_XML_XSTRING Call by reference Type reference (TYPE) XSTRING 20120404
2 Importing IV_XML_XSTRING Call by reference Type reference (TYPE) XSTRING 20120404

Method CHECK_XSTRING_FOR_XML on class CL_EPIC_BANK_COMM_HTTP has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DIALOG_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20120118
2 Importing IR_OTHER_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20120118
3 Importing IS_BANK_COMM_KEY Value transfer Type reference (TYPE) EPIC_S_BANK_COMM_KEY 20120118

Method CONSTRUCTOR on class CL_EPIC_BANK_COMM_HTTP has no exception.

Method CREATE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20120119
2 Exporting EF_ANOTHER_SEGMENT_REQUIRED Call by reference Type reference (TYPE) FLAG 20120118
3 Importing IR_IMPLEMENTATION Call by reference Object reference (TYPE REF TO) IF_EPIC_BANK_COMM_IMPL Bank Communication Implementation Interface 20120118
4 Importing IV_ENCODING Call by reference Type reference (TYPE) EPIC_XML_ENCODING Encoding Character Set 20120119
# Exception Resumable Description Created on
1 CX_EPIC_BANK_COMM Bank Communication Framework Exception 20120118

Method DECODE_XSTRING_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_XML_STRING Call by reference Type reference (TYPE) STRING 20120118
2 Importing IV_ENCODING Call by reference Type reference (TYPE) EPIC_XML_ENCODING Encoding Character Set 20120119
3 Importing IV_XML_XSTRING Call by reference Type reference (TYPE) XSTRING 20120118

Method DECODE_XSTRING_TO_STRING on class CL_EPIC_BANK_COMM_HTTP has no exception.

Method ENCODE_STRING_TO_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_XML_XSTRING Call by reference Type reference (TYPE) XSTRING 20120118
2 Importing IV_ENCODING Call by reference Type reference (TYPE) EPIC_XML_ENCODING Encoding Character Set 20120118
3 Importing IV_XML_STRING Call by reference Type reference (TYPE) STRING 20120118

Method ENCODE_STRING_TO_XSTRING on class CL_EPIC_BANK_COMM_HTTP has no exception.

Method EXECUTE Signature

Method EXECUTE on class CL_EPIC_BANK_COMM_HTTP has no parameter.
Method EXECUTE on class CL_EPIC_BANK_COMM_HTTP has no exception.

Method FILL_BACOM_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BACOM_MESSAGES Call by reference Type reference (TYPE) EPIC_T_MESSAGES Messages Table Type 20120118
2 Importing IV_BACOM_GUID Call by reference Type reference (TYPE) SYSUUID_X UUID in X form (binary) 20120118

Method FILL_BACOM_LOG on class CL_EPIC_BANK_COMM_HTTP has no exception.

Method FILL_GLOBAL_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DIALOG_PARAMETERS Call by reference Type reference (TYPE) DATA 20120119
2 Importing IR_OTHER_PARAMETERS Call by reference Type reference (TYPE) DATA 20120119
3 Importing IS_BANK_COMM_KEY Value transfer Type reference (TYPE) EPIC_S_BANK_COMM_KEY 20120119

Method FILL_GLOBAL_VARIABLES on class CL_EPIC_BANK_COMM_HTTP has no exception.

Method GET_LIST_RESULT 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) ANY TABLE 20120118

Method GET_LIST_RESULT on class CL_EPIC_BANK_COMM_HTTP has no exception.

Method GET_OTHER_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_OTHER_RESULTS Value transfer Object reference (TYPE REF TO) DATA 20120118

Method GET_OTHER_RESULTS on class CL_EPIC_BANK_COMM_HTTP has no exception.

Method GET_RESULT_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) TTY_MESSAGES 20120118

Method GET_RESULT_MESSAGES on class CL_EPIC_BANK_COMM_HTTP has no exception.

Method INIT_GLOBAL_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DIALOG_PARAMETERS Call by reference Type reference (TYPE) DATA 20120119
2 Importing IR_OTHER_PARAMETERS Call by reference Type reference (TYPE) DATA 20120119
3 Importing IS_BANK_COMM_KEY Value transfer Type reference (TYPE) EPIC_S_BANK_COMM_KEY 20120119

Method INIT_GLOBAL_VARIABLES on class CL_EPIC_BANK_COMM_HTTP has no exception.

Method PROCESS_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CF_ANOTHER_SEGMENT_REQUIRED Call by reference Type reference (TYPE) FLAG 20120427
2 Changing CR_RESPONSE Call by reference Object reference (TYPE REF TO) IF_HTTP_RESPONSE HTTP Framework (iHTTP) HTTP Response 20120119
3 Importing IR_IMPLEMENTATION Call by reference Object reference (TYPE REF TO) IF_EPIC_BANK_COMM_IMPL Bank Communication Implementation Interface 20120118
4 Importing IV_ENCODING Call by reference Type reference (TYPE) EPIC_XML_ENCODING Encoding Character Set 20120119
# Exception Resumable Description Created on
1 CX_EPIC_BANK_COMM Bank Communication Framework Exception 20120118

Method SAVE_BACOM_LOG_HEADER Signature

Method SAVE_BACOM_LOG_HEADER on class CL_EPIC_BANK_COMM_HTTP has no parameter.
# Exception Resumable Description Created on
1 CX_EPIC_BANK_COMM Bank Communication Framework Exception 20120119

Method TEST_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_XML_XSTRING Call by reference Type reference (TYPE) XSTRING 20120328
2 Importing IV_ENCODING Call by reference Type reference (TYPE) EPIC_XML_ENCODING Encoding Character Set 20120328
3 Importing IV_TEST_STRING Call by reference Type reference (TYPE) STRING 20120328
4 Importing IV_TEST_XSTRING Call by reference Type reference (TYPE) XSTRING 20120328

Method TEST_XML on class CL_EPIC_BANK_COMM_HTTP has no exception.

Method UPDATE_BACOM_LOG Signature

Method UPDATE_BACOM_LOG on class CL_EPIC_BANK_COMM_HTTP has no parameter.
Method UPDATE_BACOM_LOG on class CL_EPIC_BANK_COMM_HTTP has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607