SAP ABAP Class CL_EPIC_EBR_MANAGER (Manager of 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_MANAGER  
Short Description Manager of Electronic Bank Receipt    
Super Class    
Instantiability of a Class 0  Private 
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 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)
2 CL_EPIC_EBR_DATA_ACCESS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_EPIC_EBR_MANAGER has no interface implemented.
Friends
Class CL_EPIC_EBR_MANAGER 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_MANAGER Manager of Electronic Bank Receipt 20130605
2 MO_EBR_DAO Instance attribute Private Object reference (TYPE REF TO) CL_EPIC_EBR_DATA_ACCESS 20130605
Methods
# Method Level Visibility Method type Description Created on
1 AUTO_INDENTIFY_BANK_RECEIPT Instance method Public Method 20131209
2 CLEAR_CLAIM_DETAIL Instance method Private Method Clear claim detail 20130605
3 CONSTRUCTOR Instance method Private Constructor 20130605
4 GET_CLAIM_DETAIL Instance method Public Method get All related segs of one bank receipt 20130716
5 GET_INSTANCE Static method Public Method 20130605
6 GET_OPEN_ITEMS Instance method Public Method 20130605
7 GET_ORIGINAL_RCPT_STATUS Instance method Private Method get original 20130806
8 GET_RECEIPT Instance method Public Method Get Receipts by header key 20130711
9 HAVE_CLAIM_DETAIL Instance method Public Method 20130605
10 UPDATE_HDR_WHEN_REVERSE Instance method Public Method Update ebr header status 20130806
Events
Class CL_EPIC_EBR_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_BSID Public See coding 20130711 TT_BSID type STANDARD TABLE OF bsid
Method Signatures

Method AUTO_INDENTIFY_BANK_RECEIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IDENT_SUCC_BANK_RCPT Call by reference Type reference (TYPE) EPIC_T_EBR_HDR 20131209
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) EPIC_T_MESSAGES 20131209
3 Importing IO_EPIC_EBR_PRPS Call by reference Object reference (TYPE REF TO) IF_EPIC_EBR_PRPS 20131209
4 Importing IT_EBR_HDR Call by reference Type reference (TYPE) EPIC_T_EBR_HDR 20131209

Method AUTO_INDENTIFY_BANK_RECEIPT on class CL_EPIC_EBR_MANAGER has no exception.

Method CLEAR_CLAIM_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EBR_HDR_KEY Call by reference Type reference (TYPE) EPIC_S_EBR_HDR_KEY Bank Receipt Identifier 20130605

Method CLEAR_CLAIM_DETAIL on class CL_EPIC_EBR_MANAGER has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_EPIC_EBR_MANAGER has no parameter.
Method CONSTRUCTOR on class CL_EPIC_EBR_MANAGER has no exception.

Method GET_CLAIM_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EBR_SEGS Call by reference Type reference (TYPE) EPIC_T_EBR_CLAIM_DTL Table Type of Electronic Bank Receipt Segment 20130716
2 Importing IS_EBR_HDR_KEY Call by reference Type reference (TYPE) EPIC_S_EBR_HDR_KEY Key of Electronic Bank Receipt 20130716

Method GET_CLAIM_DETAIL on class CL_EPIC_EBR_MANAGER 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_MANAGER Manager of Electronic Bank Receipt 20130605

Method GET_INSTANCE on class CL_EPIC_EBR_MANAGER has no exception.

Method GET_OPEN_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CLEAR_RESULT Call by reference Type reference (TYPE) EPIC_T_EBR_CLAIM_INVC 20130605
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) EPIC_T_MESSAGES 20130605
3 Importing IT_BSID Call by reference Type reference (TYPE) TT_BSID SD business partner identifier (number or code) 20130711
4 Importing IV_KOART Call by reference Type reference (TYPE) KOART_F130 Account Type 20130711
5 Importing IV_KTONR Call by reference Type reference (TYPE) KTONR SD business partner identifier (number or code) 20130711

Method GET_OPEN_ITEMS on class CL_EPIC_EBR_MANAGER has no exception.

Method GET_ORIGINAL_RCPT_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_NEED_CLEAR_DETAIL Call by reference Type reference (TYPE) ABAP_BOOL 20130806
2 Importing IS_EBR_HDR_KEY Call by reference Type reference (TYPE) EPIC_S_EBR_HDR_KEY Bank Receipt Identifier 20130806
3 Returning RV_STATUS Value transfer Type reference (TYPE) STRING Table Type for BSEG 20130806

Method GET_ORIGINAL_RCPT_STATUS on class CL_EPIC_EBR_MANAGER has no exception.

Method GET_RECEIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EBR_HDR Call by reference Type reference (TYPE) EPIC_T_EBR_HDR Electronic Bank Receipt Header 20130711
2 Importing IT_EBR_HDR_KEY Call by reference Type reference (TYPE) EPIC_T_EBR_HDR_KEY Key of Electronic Bank Receipt 20130711

Method GET_RECEIPT on class CL_EPIC_EBR_MANAGER has no exception.

Method HAVE_CLAIM_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EBR_ID Call by reference Type reference (TYPE) EPIC_EBR_ID Bank Receipt Identifier 20130605
2 Returning RF_EXIST Value transfer Type reference (TYPE) ABAP_BOOL 20130605

Method HAVE_CLAIM_DETAIL on class CL_EPIC_EBR_MANAGER has no exception.

Method UPDATE_HDR_WHEN_REVERSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_NEED_CLEAR_DETAIL Call by reference Type reference (TYPE) ABAP_BOOL 20130806
2 Importing IS_EBR_HDR_KEY Call by reference Type reference (TYPE) EPIC_S_EBR_HDR_KEY Bank Receipt Identifier 20130806
3 Importing IT_REVERSE_BSEG Call by reference Type reference (TYPE) BSEG_T Table Type for BSEG 20130806

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