SAP ABAP Class CL_EPIC_EBR_CLAIM_PARAMETERS (Claim bank receipts parameters)
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_PARAMETERS  
Short Description Claim bank receipts parameters    
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 20130812   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)
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_CLAIM_PARAMETERS has no interface implemented.
Friends
Class CL_EPIC_EBR_CLAIM_PARAMETERS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_BANK_DATA_RANGE Instance attribute Private Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_BANK_DATE_RANGE 20130813
2 GT_BELNR_RANGE Instance attribute Private Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_BELNR_RANGE 20130813
3 GT_BLART_RANGE Instance attribute Private Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_BLART_RANGE 20130813
4 GT_BR_AMT_RANGE Instance attribute Private Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_AMOUNT_RANGE 20130813
5 GT_BUDAT_RANGE Instance attribute Private Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_BUDAT_RANGE Posting Date in the Document 20130813
6 GT_EBR_DATE_RANGE Instance attribute Private Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_EBR_DATE_RANGE 20130813
7 GT_EBR_NO_RANGE Instance attribute Private Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_EBR_NO_RANGE 20130813
8 GT_GJAHR_RANGE Instance attribute Private Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_GJAHR_RANGE 20130813
9 GT_WRBTR_RANGE Instance attribute Private Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_WRBTR_RANGE 20130814
10 GV_AGUMS Instance attribute Private Type reference (TYPE) AGUMS Special G/L Indicators for Selection 20130813
11 GV_BUKRS Instance attribute Private Type reference (TYPE) BUKRS Company Code 20130813
12 GV_BZIRK Instance attribute Private Type reference (TYPE) BZIRK Sales district 20130813
13 GV_DIRECTION Instance attribute Private Type reference (TYPE) EPIC_EBR_DIRECTION_OPTN Direction Option for Bank Receipt Transactions 20130813
14 GV_FROM_OVERVIEW_FLAG Instance attribute Private Type reference (TYPE) ABAP_BOOL 20131115
15 GV_KOART Instance attribute Private Type reference (TYPE) EPIC_EBR_PART_TYPE Code for Account Type Involved in Bank Receipt Transaction 20130813
16 GV_KTONR Instance attribute Private Type reference (TYPE) EPIC_EBR_PART_ID Account Involved in Bank Receipt Transaction 20130813
17 GV_SPART Instance attribute Private Type reference (TYPE) SPART Division 20130813
18 GV_VKBUR Instance attribute Private Type reference (TYPE) VKBUR Sales Office 20130813
19 GV_VKGRP Instance attribute Private Type reference (TYPE) VKGRP Sales Group 20130813
20 GV_VKORG Instance attribute Private Type reference (TYPE) VKORG Sales Organization 20130813
21 GV_VRTNR Instance attribute Private Type reference (TYPE) VRTNR Y 20130813
22 GV_VTWEG Instance attribute Private Type reference (TYPE) VTWEG Distribution Channel 20130813
23 GV_WAERS Instance attribute Private Type reference (TYPE) WAERS Currency Key 20130813
24 GV_XNOPS Instance attribute Private Type reference (TYPE) XNOPS Indicator: Select only open items which are not special G/L? 20130813
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130813
2 GET_AGUMS Instance method Public Method 20130813
3 GET_BANK_DATA_RANGE Instance method Public Method 20130813
4 GET_BELNR_RANGE Instance method Public Method 20130813
5 GET_BLART_RANGE Instance method Public Method 20130813
6 GET_BR_AMT_RANGE Instance method Public Method 20130813
7 GET_BUDAT_RANGE Instance method Public Method 20130813
8 GET_BUKRS Instance method Public Method 20130813
9 GET_BZIRK Instance method Public Method 20130813
10 GET_DIRECTION Instance method Public Method 20130813
11 GET_EBR_DATE_RANGE Instance method Public Method 20130813
12 GET_EBR_NO_RANGE Instance method Public Method 20130813
13 GET_GJAHR_RANGE Instance method Public Method 20130813
14 GET_KOART Instance method Public Method 20130813
15 GET_KTONR Instance method Public Method 20130813
16 GET_OPEN_ITEM_PARAMETERS Instance method Public Method Get open item parameters for BR selection 20131115
17 GET_OVERVIEW_FLAG Instance method Public Method 20131115
18 GET_SPART Instance method Public Method 20130813
19 GET_VKBUR Instance method Public Method 20130813
20 GET_VKGRP Instance method Public Method 20130813
21 GET_VKORG Instance method Public Method 20130813
22 GET_VRTNR Instance method Public Method 20130813
23 GET_VTWEG Instance method Public Method 20130813
24 GET_WAERS Instance method Public Method 20130813
25 GET_WRBTR_RANGE Instance method Public Method 20130814
26 GET_XNOPS Instance method Public Method 20130813
Events
Class CL_EPIC_EBR_CLAIM_PARAMETERS has no event.
Types
Class CL_EPIC_EBR_CLAIM_PARAMETERS has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BANK_DATA_RANGE Call by reference Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_BANK_DATE_RANGE 20130813
2 Importing IT_BELNR_RANGE Call by reference Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_BELNR_RANGE 20130813
3 Importing IT_BLART_RANGE Call by reference Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_BLART_RANGE 20130813
4 Importing IT_BR_AMT_RANGE Call by reference Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_AMOUNT_RANGE 20130813
5 Importing IT_BUDAT_RANGE Call by reference Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_BUDAT_RANGE 20130813
6 Importing IT_EBR_DATE_RANGE Call by reference Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_EBR_DATE_RANGE 20130813
7 Importing IT_EBR_NO_RANGE Call by reference Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_EBR_NO_RANGE 20130813
8 Importing IT_GJAHR_RANGE Call by reference Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_GJAHR_RANGE 20130813
9 Importing IT_WRBTR_RANGE Call by reference Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_WRBTR_RANGE 20130814
10 Importing IV_AGUMS Call by reference Type reference (TYPE) AGUMS 20130813
11 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS 20130813
12 Importing IV_BZIRK Call by reference Type reference (TYPE) BZIRK 20130813
13 Importing IV_DIRECTION Call by reference Type reference (TYPE) EPIC_EBR_DIRECTION_OPTN 20130813
14 Importing IV_FROM_OVERVIEW_FLAG Call by reference Type reference (TYPE) ABAP_BOOL 20131115
15 Importing IV_KOART Call by reference Type reference (TYPE) EPIC_EBR_PART_TYPE 20130813
16 Importing IV_KTONR Call by reference Type reference (TYPE) EPIC_EBR_PART_ID 20130813
17 Importing IV_SPART Call by reference Type reference (TYPE) SPART 20130813
18 Importing IV_VKBUR Call by reference Type reference (TYPE) VKBUR 20130813
19 Importing IV_VKGRP Call by reference Type reference (TYPE) VKGRP 20130813
20 Importing IV_VKORG Call by reference Type reference (TYPE) VKORG 20130813
21 Importing IV_VRTNR Call by reference Type reference (TYPE) VRTNR 20130813
22 Importing IV_VTWEG Call by reference Type reference (TYPE) VTWEG 20130813
23 Importing IV_WAERS Call by reference Type reference (TYPE) WAERS 20130813
24 Importing IV_XNOPS Call by reference Type reference (TYPE) XNOPS 20130813

Method CONSTRUCTOR on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_AGUMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_AGUMS Value transfer Type reference (TYPE) AGUMS 20130813

Method GET_AGUMS on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_BANK_DATA_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BANK_DATA_RANGE Value transfer Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_BANK_DATE_RANGE 20130813

Method GET_BANK_DATA_RANGE on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_BELNR_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BELNR_RANGE Value transfer Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_BELNR_RANGE 20130813

Method GET_BELNR_RANGE on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_BLART_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BLART_RANGE Value transfer Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_BLART_RANGE 20130813

Method GET_BLART_RANGE on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_BR_AMT_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BR_AMT_RANGE Value transfer Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_AMOUNT_RANGE 20130813

Method GET_BR_AMT_RANGE on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_BUDAT_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BUDAT_RANGE Value transfer Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_BUDAT_RANGE 20130813

Method GET_BUDAT_RANGE on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_BUKRS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BUKRS Value transfer Type reference (TYPE) BUKRS Company Code 20130813

Method GET_BUKRS on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_BZIRK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BZIRK Value transfer Type reference (TYPE) BZIRK 20130813

Method GET_BZIRK on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_DIRECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DIRECTION Value transfer Type reference (TYPE) EPIC_EBR_DIRECTION_OPTN 20130813

Method GET_DIRECTION on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_EBR_DATE_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_EBR_DATE_RANGE Value transfer Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_EBR_DATE_RANGE 20130813

Method GET_EBR_DATE_RANGE on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_EBR_NO_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_EBR_NO_RANGE Value transfer Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_EBR_NO_RANGE 20130813

Method GET_EBR_NO_RANGE on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_GJAHR_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_GJAHR_RANGE Value transfer Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_GJAHR_RANGE 20130813

Method GET_GJAHR_RANGE on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_KOART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_KOART Value transfer Type reference (TYPE) KOART Account Type 20130813

Method GET_KOART on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_KTONR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_KTONR Value transfer Type reference (TYPE) KTONR 20130813

Method GET_KTONR on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_OPEN_ITEM_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_OPEN_ITEM_PARAMETERS Value transfer Object reference (TYPE REF TO) CL_EPIC_OPEN_ITEM_PARAMETERS Claim bank receipts parameters 20131115

Method GET_OPEN_ITEM_PARAMETERS on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_OVERVIEW_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FROM_OVERVIEW_FLAG Value transfer Type reference (TYPE) ABAP_BOOL 20131115

Method GET_OVERVIEW_FLAG on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_SPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SPART Value transfer Type reference (TYPE) SPART 20130813

Method GET_SPART on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_VKBUR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VKBUR Value transfer Type reference (TYPE) VKBUR 20130813

Method GET_VKBUR on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_VKGRP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VKGRP Value transfer Type reference (TYPE) VKGRP 20130813

Method GET_VKGRP on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_VKORG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VKORG Value transfer Type reference (TYPE) VKORG 20130813

Method GET_VKORG on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_VRTNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VRTNR Value transfer Type reference (TYPE) VRTNR 20130813

Method GET_VRTNR on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_VTWEG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VTWEG Value transfer Type reference (TYPE) VTWEG 20130813

Method GET_VTWEG on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_WAERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WAERS Value transfer Type reference (TYPE) WAERS 20130813

Method GET_WAERS on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_WRBTR_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_WRBTR_RANGE Value transfer Type reference (TYPE) CL_EPIC_EBR_DATA_ACCESS=>TT_WRBTR_RANGE 20130814

Method GET_WRBTR_RANGE on class CL_EPIC_EBR_CLAIM_PARAMETERS has no exception.

Method GET_XNOPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_XNOPS Value transfer Type reference (TYPE) XNOPS 20130813

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