SAP ABAP Class CL_EPIC_EBR_REQUESTER (Electronic Bank Receipt Requester)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-LOC (Application Component) Localization
     ID-FI-EPIC-EBR (Package) Globalization: E-Payment Integration Bank Receipt
Properties
Class CL_EPIC_EBR_REQUESTER  
Short Description Electronic Bank Receipt Requester    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ID-FI-EPIC-EBR   Globalization: E-Payment Integration Bank Receipt 
Created 20130125   SAP 
Last change 20140121   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_EBR_REQUESTER has no interface implemented.
Friends
Class CL_EPIC_EBR_REQUESTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_EPIC_EBR_REQUESTER Electronic Bank Receipt Requester 20130605
2 MO_EBR_DATA_ACCESS Instance attribute Private Object reference (TYPE REF TO) CL_EPIC_EBR_DATA_ACCESS 20131119
3 MO_EBR_IDENTIFY_PRPS Instance attribute Private Object reference (TYPE REF TO) IF_EPIC_EBR_PRPS 20131119
4 MO_EPIC_EBR_FI_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_EPIC_EBR_FI_SERVICE FI Service for Electronic Bank Receipt 20131115
5 MT_MESSAGE Instance attribute Protected Type reference (TYPE) EPIC_T_EBR_MSG Message Table Type of Electronic Bank Receipt 20130605
6 MT_RESULT Instance attribute Protected Type reference (TYPE) EPIC_T_EBR_REQ_RSLT Table Type of EPIC_S_EBR_REQ_RSLT 20130605
7 MV_BACKGROUND Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20130605
8 MV_COUNT Instance attribute Protected Type reference (TYPE) I 20130605
9 MV_NONNEED_CHECK Instance attribute Private Type reference (TYPE) ABAP_BOOL 20131119
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_TRANSAC_TYPE Instance method Private Method 20131119
2 GET_ALL_ACCOUNTS Instance method Public Method 20130605
3 GET_INSTANCE Static method Public Method 20130605
4 RECEIVE Instance method Public Method 20130605
5 REFRESH_RESULT Instance method Protected Method Refresh 20130605
6 REQUEST Instance method Public Method 20130605
7 SAVE_RESULT Instance method Public Method 20130605
8 SET_EBR_DATA_ACCESS Instance method Public Method 20131119
9 SET_EBR_IDENTIFY_PRPS Instance method Public Method 20131119
10 SET_EPIC_EBR_FI_SERVICE Instance method Public Method set ebr fi service 20131115
11 SHOW_MESSAGES Instance method Private Method 20130605
Events
Class CL_EPIC_EBR_REQUESTER has no event.
Types
Class CL_EPIC_EBR_REQUESTER has no local type.
Method Signatures

Method CHECK_TRANSAC_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS 20131119
2 Importing IV_DIRECTION Call by reference Type reference (TYPE) EPIC_EBR_DIRECTION 20131119
3 Importing IV_HBKID Call by reference Type reference (TYPE) HBKID 20131119
4 Importing IV_HKTID Call by reference Type reference (TYPE) HKTID 20131119
5 Importing IV_SOURCE Call by reference Type reference (TYPE) EPIC_EBR_SOURCE 20131119
6 Importing IV_VGEXT Call by reference Type reference (TYPE) VGEXT_EB 20131119

Method CHECK_TRANSAC_TYPE on class CL_EPIC_EBR_REQUESTER has no exception.

Method GET_ALL_ACCOUNTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACCOUNT Call by reference Type reference (TYPE) EPIC_T_EBR_REQ_ACCT Table Type of EPIC_S_EBR_REQ_ACCT 20130605

Method GET_ALL_ACCOUNTS on class CL_EPIC_EBR_REQUESTER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_EPIC_EBR_REQUESTER Electronic Bank Receipt Requester 20130605

Method GET_INSTANCE on class CL_EPIC_EBR_REQUESTER has no exception.

Method RECEIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) CLIKE 20130605

Method RECEIVE on class CL_EPIC_EBR_REQUESTER has no exception.

Method REFRESH_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RESULT Call by reference Type reference (TYPE) EPIC_T_EBR_REQ_RSLT Table Type of EPIC_S_EBR_REQ_RSLT 20130605

Method REFRESH_RESULT on class CL_EPIC_EBR_REQUESTER has no exception.

Method REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) EPIC_T_EBR_MSG Message Table Type of Electronic Bank Receipt 20130605
2 Exporting ET_RESULT Call by reference Type reference (TYPE) EPIC_T_EBR_REQ_RSLT Table Type of EPIC_S_EBR_REQ_RSLT 20130605
3 Importing IS_SELECTION Call by reference Type reference (TYPE) EPIC_S_EBR_REQ_SEL Request Selection of Electronic Bank Receipt 20130605

Method REQUEST on class CL_EPIC_EBR_REQUESTER has no exception.

Method SAVE_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RESULT Call by reference Type reference (TYPE) EPIC_T_EBR_REQ_RSLT Table Type of EPIC_S_EBR_REQ_RSLT 20130605

Method SAVE_RESULT on class CL_EPIC_EBR_REQUESTER has no exception.

Method SET_EBR_DATA_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EBR_DATA_ACCESS Call by reference Object reference (TYPE REF TO) CL_EPIC_EBR_DATA_ACCESS 20131119

Method SET_EBR_DATA_ACCESS on class CL_EPIC_EBR_REQUESTER has no exception.

Method SET_EBR_IDENTIFY_PRPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EBR_IDENTIFY_PRPS Call by reference Object reference (TYPE REF TO) IF_EPIC_EBR_PRPS 20131119

Method SET_EBR_IDENTIFY_PRPS on class CL_EPIC_EBR_REQUESTER has no exception.

Method SET_EPIC_EBR_FI_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EBR_FI_SERVICE Call by reference Object reference (TYPE REF TO) CL_EPIC_EBR_FI_SERVICE FI Service for Electronic Bank Receipt 20131115

Method SET_EPIC_EBR_FI_SERVICE on class CL_EPIC_EBR_REQUESTER has no exception.

Method SHOW_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) EPIC_T_EBR_MSG Message Table Type of Electronic Bank Receipt 20130605
2 Importing IT_RESULT Call by reference Type reference (TYPE) EPIC_T_EBR_REQ_RSLT Table Type of EPIC_S_EBR_REQ_RSLT 20130605

Method SHOW_MESSAGES on class CL_EPIC_EBR_REQUESTER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in