SAP ABAP Class CL_EPIC_EBR_CLAIM_INVC_LIST (EBR claim invoice list)
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_CLAIM_INVC_LIST  
Short Description EBR claim invoice list    
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 20130506   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_UTIL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_EPIC_EBR_CLAIM_INVC_LIST has no interface implemented.
Friends
Class CL_EPIC_EBR_CLAIM_INVC_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_INVC_VO_LIST Instance attribute Private Type reference (TYPE) CL_EPIC_EBR_UTIL=>TTY_INVC_LIST No include reference invoice 20130605
2 GT_INVC_VO_TOTAL_LIST Instance attribute Private Type reference (TYPE) CL_EPIC_EBR_UTIL=>TTY_INVC_LIST All invoice 20130605
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130605
2 GET_EDITABLE_VO_LIST Instance method Public Method 20130605
3 GET_INVC_EXPAND_DISPLAY Instance method Public Method 20130605
4 GET_INVC_LIST_DISPLAY Instance method Public Method 20130605
5 GET_INVC_VO_BY_INDEX Instance method Public Method 20130605
6 GET_INVC_VO_BY_KEY Instance method Public Method 20130605
7 GET_INVC_VO_LIST Instance method Public Method 20130605
8 RECOVER_INVC_LIST Instance method Public Method Recover invoice list 20131115
9 _EXPAND_INVC_VO_LIST Instance method Private Method Expand invoice VO list 20131115
10 _ORGANIZE_INVC_LIST Instance method Private Method 20130605
11 _SORT_VO_LIST Instance method Private Method 20130605
Events
Class CL_EPIC_EBR_CLAIM_INVC_LIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_INVC_LIST Private See coding 20130605 tty_invc_list TYPE TABLE OF REF TO cl_epic_ebr_claim_invc_vo
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPEN_ITEM_LIST Call by reference Type reference (TYPE) EPIC_T_EBR_CLAIM_INVC Table Type of EPIC_S_EBR_CLAIM_INVC 20130605

Method CONSTRUCTOR on class CL_EPIC_EBR_CLAIM_INVC_LIST has no exception.

Method GET_EDITABLE_VO_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INVC_VO_LIST Call by reference Type reference (TYPE) CL_EPIC_EBR_UTIL=>TTY_INVC_LIST 20130605

Method GET_EDITABLE_VO_LIST on class CL_EPIC_EBR_CLAIM_INVC_LIST has no exception.

Method GET_INVC_EXPAND_DISPLAY Signature

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

Method GET_INVC_EXPAND_DISPLAY on class CL_EPIC_EBR_CLAIM_INVC_LIST has no exception.

Method GET_INVC_LIST_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INVC_LIST_DISPLAY Call by reference Type reference (TYPE) EPIC_T_EBR_CLAIM_INVC Table Type of EPIC_S_EBR_CLAIM_INVC 20130605
2 Importing IV_FILTER_REF Call by reference Type reference (TYPE) ABAP_BOOL 20130605

Method GET_INVC_LIST_DISPLAY on class CL_EPIC_EBR_CLAIM_INVC_LIST has no exception.

Method GET_INVC_VO_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 Natural Number 20130605
2 Returning RO_INVOICE Value transfer Object reference (TYPE REF TO) CL_EPIC_EBR_CLAIM_INVC_VO Value object for claim invoice 20130605

Method GET_INVC_VO_BY_INDEX on class CL_EPIC_EBR_CLAIM_INVC_LIST has no exception.

Method GET_INVC_VO_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INVC_VO_LIST Call by reference Type reference (TYPE) CL_EPIC_EBR_UTIL=>TTY_INVC_LIST 20130605
2 Importing IV_BELNR Call by reference Type reference (TYPE) BELNR_D Accounting Document Number 20130605
3 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20130605
4 Importing IV_BUZEI Call by reference Type reference (TYPE) BUZEI Number of Line Item Within Accounting Document 20130605
5 Importing IV_GJAHR Call by reference Type reference (TYPE) GJAHR Fiscal Year 20130605
6 Returning RO_INVOICE Value transfer Object reference (TYPE REF TO) CL_EPIC_EBR_CLAIM_INVC_VO Value object for claim invoice 20130605

Method GET_INVC_VO_BY_KEY on class CL_EPIC_EBR_CLAIM_INVC_LIST has no exception.

Method GET_INVC_VO_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INVC_VO_LIST Call by reference Type reference (TYPE) CL_EPIC_EBR_UTIL=>TTY_INVC_LIST 20130605
2 Importing IV_FILTER_NEGATIVE Call by reference Type reference (TYPE) ABAP_BOOL 20130605
3 Importing IV_FILTER_REF Call by reference Type reference (TYPE) ABAP_BOOL 20130605

Method GET_INVC_VO_LIST on class CL_EPIC_EBR_CLAIM_INVC_LIST has no exception.

Method RECOVER_INVC_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INVC_REF_LIST Call by reference Type reference (TYPE) EPIC_T_EBR_CLAIM_INVC_REF table type of invoice and credit memo relation ship 20131115

Method RECOVER_INVC_LIST on class CL_EPIC_EBR_CLAIM_INVC_LIST has no exception.

Method _EXPAND_INVC_VO_LIST Signature

Method _EXPAND_INVC_VO_LIST on class CL_EPIC_EBR_CLAIM_INVC_LIST has no parameter.
Method _EXPAND_INVC_VO_LIST on class CL_EPIC_EBR_CLAIM_INVC_LIST has no exception.

Method _ORGANIZE_INVC_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPEN_ITEM_LIST Call by reference Type reference (TYPE) EPIC_T_EBR_CLAIM_INVC Table Type of EPIC_S_EBR_CLAIM_INVC 20130605

Method _ORGANIZE_INVC_LIST on class CL_EPIC_EBR_CLAIM_INVC_LIST has no exception.

Method _SORT_VO_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_INVC_VO_LIST Call by reference Type reference (TYPE) CL_EPIC_EBR_UTIL=>TTY_INVC_LIST 20130605

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