SAP ABAP Class CL_EPIC_EXAMPLE_CN_CCB_SERVICE (EXAMPLE ONLY - Extern Function Call)
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_CCB_SERVICE | Extern Fuction Call for CCB | 20120725 |
Properties
| Class | CL_EPIC_EXAMPLE_CN_CCB_SERVICE | |
| Short Description | EXAMPLE ONLY - Extern Function Call | |
| 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 | 20120725 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EPIC_EXAMPLE_CN_CCB_SERVICE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_EPIC_CCB_SERVICE | Extern Fuction Call for CCB | 20120725 |
Friends
Class CL_EPIC_EXAMPLE_CN_CCB_SERVICE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CN' | 20121114 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'GB2312' | 20121018 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | '000000' | 20120807 | |||
| 4 | Constant | Private | Type reference (TYPE) | EPIC_EXAMPLE_CCB_CUST_ID | 'X510510#0' | CUST ID | 20120806 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20121031 |
Events
Class CL_EPIC_EXAMPLE_CN_CCB_SERVICE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_RESP_MAPPING_RESULT | Private | See coding | 20120725 | BEGIN OF ty_resp_mapping_result,
info TYPE ty_resp_mapping_result_info,
item TYPE ty_resp_mapping_result_item,
END OF ty_resp_mapping_result
|
||
| 2 | TY_RESP_MAPPING_RESULT_INFO | Private | See coding | 20120725 | BEGIN OF ty_resp_mapping_result_info,
request_sn TYPE string,
cust_id TYPE string,
tx_code TYPE string,
return_code TYPE string,
return_msg TYPE string,
language TYPE string,
END OF ty_resp_mapping_result_info
|
||
| 3 | TY_RESP_MAPPING_RESULT_ITEM | Private | See coding | 20120725 | BEGIN OF ty_resp_mapping_result_item,
acc_no TYPE string,
blance TYPE string,
blance1 TYPE string,
interest TYPE string,
interest_rate TYPE string,
acc_status TYPE string,
resv_name1 TYPE string,
resv1 TYPE string,
resv_name2 TYPE string,
resv2 TYPE string,
rem1 TYPE string,
rem2 TYPE string,
END OF ty_resp_mapping_result_item
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_EPIC_EXAMPLE_CN_CCB_SERVICE has no parameter.
Method CONSTRUCTOR on class CL_EPIC_EXAMPLE_CN_CCB_SERVICE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 617 |