SAP ABAP Class CL_EPIC_EBR_FI_SERVICE (FI Service for Electronic Bank Receipt)
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_FI_SERVICE  
Short Description FI Service for Electronic Bank Receipt    
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 20130108   SAP 
Last change 20131127   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_FI_SERVICE has no interface implemented.
Friends
Class CL_EPIC_EBR_FI_SERVICE 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_FI_SERVICE FI Service for Electronic Bank Receipt 20130605
Methods
# Method Level Visibility Method type Description Created on
1 CURRENCIES_CONVERT Instance method Public Method 20131115
2 GET_COMPANY_CURRENCY_INFOR Static method Public Method Get currency information of a given company code 20131115
3 GET_FIELD_STATUS Instance method Public Method 20130605
4 GET_HOUSE_BANK_ACCOUNTS Instance method Public Method Get House bank accounts from communication details 20131115
5 GET_INSTANCE Static method Public Method 20130605
6 GET_OPEN_ITEM Instance method Public Method 20130605
7 IS_ACCOUNT_INFO_VALID Instance method Public Method 20130605
8 IS_OPEN_ITEM_CLEARED Instance method Public Method 20130807
9 READ_BANK_ACCOUNT Instance method Public Method 20130605
Events
Class CL_EPIC_EBR_FI_SERVICE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_BSID Public See coding 20130808 TT_BSID type STANDARD TABLE OF bsid
Method Signatures

Method CURRENCIES_CONVERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CURR Call by reference Type reference (TYPE) ICURR Interface for Currency Translation 20131115
2 Importing IS_CURR Call by reference Type reference (TYPE) ICURR Interface for Currency Translation 20131115
# Exception Resumable Description Created on
1 SYSTEM_ERROR 20131115

Method GET_COMPANY_CURRENCY_INFOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_T001 Call by reference Type reference (TYPE) T001 Company Codes 20131115
2 Exporting ES_T001A Call by reference Type reference (TYPE) T001A Additional Local Currencies Control for Company Code 20131115
3 Exporting ES_X001 Call by reference Type reference (TYPE) X001 Derived Company Code Additional Data 20131115
4 Importing I_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20131115
# Exception Resumable Description Created on
1 SYSTEM_ERROR 20131115

Method GET_FIELD_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BSCHL Call by reference Type reference (TYPE) BSCHL Posting Key 20130605
2 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20130605
3 Importing IV_FELDN Call by reference Type reference (TYPE) FIELDNAME Field Name 20130605
4 Importing IV_HKONT Call by reference Type reference (TYPE) HKONT 20130605
5 Importing IV_KOART Call by reference Type reference (TYPE) KOART Account Type 20130605
6 Returning RV_STATUS Value transfer Type reference (TYPE) CHAR1 +Required .Optional -Suppress 20130605

Method GET_FIELD_STATUS on class CL_EPIC_EBR_FI_SERVICE has no exception.

Method GET_HOUSE_BANK_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 20131115
2 Importing IV_USAGE_CAT Call by reference Type reference (TYPE) EPIC_USAGE_CATEGORY Usage Category Code 20131115

Method GET_HOUSE_BANK_ACCOUNTS on class CL_EPIC_EBR_FI_SERVICE 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_FI_SERVICE FI Service for Electronic Bank Receipt 20130605

Method GET_INSTANCE on class CL_EPIC_EBR_FI_SERVICE has no exception.

Method GET_OPEN_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EBR_BSEG Call by reference Type reference (TYPE) BSEG_T Table Type for BSEG 20130808
2 Exporting ET_OPEN_ITEM Call by reference Type reference (TYPE) TT_BSID 20130808
3 Importing IV_BELNR Call by reference Type reference (TYPE) BELNR_D Accounting Document Number 20130605
4 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20130605
5 Importing IV_GJAHR Call by reference Type reference (TYPE) GJAHR Fiscal Year 20130605

Method GET_OPEN_ITEM on class CL_EPIC_EBR_FI_SERVICE has no exception.

Method IS_ACCOUNT_INFO_VALID 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 20130605
2 Importing IV_PARTNER_ID Call by reference Type reference (TYPE) EPIC_EBR_PART_ID 20130605
3 Importing IV_PARTNER_TYPE Call by reference Type reference (TYPE) EPIC_EBR_PART_TYPE 20130605
4 Returning RF_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20130605

Method IS_ACCOUNT_INFO_VALID on class CL_EPIC_EBR_FI_SERVICE has no exception.

Method IS_OPEN_ITEM_CLEARED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BELNR Call by reference Type reference (TYPE) BELNR_D Assignment of Item Numbers: Material Doc. - Purchasing Doc. 20130807
2 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20130807
3 Importing IV_BUZEI Call by reference Type reference (TYPE) BUZEI Number of Line Item Within Accounting Document 20130807
4 Importing IV_GJAHR Call by reference Type reference (TYPE) GJAHR Fiscal Year 20130807
5 Returning RF_CLEARED Value transfer Type reference (TYPE) ABAP_BOOL 20130807

Method IS_OPEN_ITEM_CLEARED on class CL_EPIC_EBR_FI_SERVICE has no exception.

Method READ_BANK_ACCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BANK_ACCT_NAME Call by reference Type reference (TYPE) EPIC_EBR_BANK_ACCT_NAME Bank Account Name of Electronic Bank Receipt 20130605
2 Exporting EV_BANK_ACCT_NO Call by reference Type reference (TYPE) EPIC_EBR_BANK_ACCT_NO Bank Account Number of Electronic Bank Receipt 20130605
3 Exporting EV_BANK_NAME Call by reference Type reference (TYPE) EPIC_EBR_BANK_NAME Bank Name of Electronic Bank Receipt 20130605
4 Exporting EV_CURRENCY Call by reference Type reference (TYPE) WAERS Currency Key 20130605
5 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20130605
6 Importing IV_HBKID Call by reference Type reference (TYPE) HBKID Short Key for a House Bank 20130605
7 Importing IV_HKTID Call by reference Type reference (TYPE) HKTID ID for Account Details 20130605

Method READ_BANK_ACCOUNT on class CL_EPIC_EBR_FI_SERVICE has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in