SAP ABAP Class CL_EPIC_OPEN_ITEM_PARAMETERS (Claim bank receipts parameters)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-LOC (Application Component) Localization
     ID-FI-EPIC-GEN (Package) Globalization: E-Payment Integration Generic Topics
Properties
Class CL_EPIC_OPEN_ITEM_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-GEN   Globalization: E-Payment Integration Generic Topics 
Created 20131031   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_OPEN_ITEM_PARAMETERS has no interface implemented.
Friends
Class CL_EPIC_OPEN_ITEM_PARAMETERS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_BELNR_RANGE Instance attribute Private Type reference (TYPE) TT_BELNR_RANGE 20131115
2 GT_BLART_RANGE Instance attribute Private Type reference (TYPE) TT_BLART_RANGE 20131115
3 GT_BUDAT_RANGE Instance attribute Private Type reference (TYPE) TT_BUDAT_RANGE Posting Date in the Document 20131115
4 GT_GJAHR_RANGE Instance attribute Private Type reference (TYPE) TT_GJAHR_RANGE 20131115
5 GT_WRBTR_RANGE Instance attribute Private Type reference (TYPE) TT_WRBTR_RANGE 20131115
6 GV_AGUMS Instance attribute Private Type reference (TYPE) AGUMS Special G/L Indicators for Selection 20131115
7 GV_BUKRS Instance attribute Private Type reference (TYPE) BUKRS Company Code 20131115
8 GV_BZIRK Instance attribute Private Type reference (TYPE) BZIRK Sales district 20131115
9 GV_FROM_OVERVIEW_FLAG Instance attribute Private Type reference (TYPE) ABAP_BOOL 20131115
10 GV_KOART Instance attribute Private Type reference (TYPE) KOART Code for Account Type Involved in Bank Receipt Transaction 20131115
11 GV_KTONR Instance attribute Private Type reference (TYPE) KTONR Account Involved in Bank Receipt Transaction 20131115
12 GV_SPART Instance attribute Private Type reference (TYPE) SPART Division 20131115
13 GV_VKBUR Instance attribute Private Type reference (TYPE) VKBUR Sales Office 20131115
14 GV_VKGRP Instance attribute Private Type reference (TYPE) VKGRP Sales Group 20131115
15 GV_VKORG Instance attribute Private Type reference (TYPE) VKORG Sales Organization 20131115
16 GV_VRTNR Instance attribute Private Type reference (TYPE) VRTNR Y 20131115
17 GV_VTWEG Instance attribute Private Type reference (TYPE) VTWEG Distribution Channel 20131115
18 GV_WAERS Instance attribute Private Type reference (TYPE) WAERS Currency Key 20131115
19 GV_XNOPS Instance attribute Private Type reference (TYPE) XNOPS Indicator: Select only open items which are not special G/L? 20131115
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20131115
2 GET_AGUMS Instance method Public Method Get parameter agums 20131115
3 GET_BELNR_RANGE Instance method Public Method Get parameter belnr 20131115
4 GET_BLART_RANGE Instance method Public Method Get parameter blart 20131115
5 GET_BUDAT_RANGE Instance method Public Method Get parameter budat 20131115
6 GET_BUKRS Instance method Public Method Get parameter bukrs 20131115
7 GET_BZIRK Instance method Public Method Get parameter bzirk 20131115
8 GET_GJAHR_RANGE Instance method Public Method Get parameter gjahr 20131115
9 GET_KOART Instance method Public Method Get parameter koart 20131115
10 GET_KTONR Instance method Public Method Get parameter ktonr 20131115
11 GET_OVERVIEW_FLAG Instance method Public Method Get parameter overview flag 20131115
12 GET_SPART Instance method Public Method Get parameter spart 20131115
13 GET_VKBUR Instance method Public Method Get parameter vkbur 20131115
14 GET_VKGRP Instance method Public Method Get parameter vkgrp 20131115
15 GET_VKORG Instance method Public Method Get parameter vkorg 20131115
16 GET_VRTNR Instance method Public Method Get parameter vrtnr 20131115
17 GET_VTWEG Instance method Public Method Get parameter vtweg 20131115
18 GET_WAERS Instance method Public Method Get parameter waers 20131115
19 GET_WRBTR_RANGE Instance method Public Method Get parameter wrbtr 20131115
20 GET_XNOPS Instance method Public Method Get parameter xnops 20131115
Events
Class CL_EPIC_OPEN_ITEM_PARAMETERS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_BELNR_RANGE Public See coding 20131115 tt_belnr_range TYPE RANGE OF belnr_d
2 TT_BLART_RANGE Public See coding 20131115 tt_blart_range TYPE RANGE OF blart
3 TT_BUDAT_RANGE Public See coding 20131115 tt_budat_range TYPE RANGE OF budat
4 TT_GJAHR_RANGE Public See coding 20131115 tt_gjahr_range TYPE RANGE OF gjahr
5 TT_WRBTR_RANGE Public See coding 20131115 tt_wrbtr_range TYPE RANGE OF wrbtr
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BELNR_RANGE Call by reference Type reference (TYPE) TT_BELNR_RANGE 20131115
2 Importing IT_BLART_RANGE Call by reference Type reference (TYPE) TT_BLART_RANGE 20131115
3 Importing IT_BUDAT_RANGE Call by reference Type reference (TYPE) TT_BUDAT_RANGE 20131115
4 Importing IT_GJAHR_RANGE Call by reference Type reference (TYPE) TT_GJAHR_RANGE 20131115
5 Importing IT_WRBTR_RANGE Call by reference Type reference (TYPE) TT_WRBTR_RANGE 20131115
6 Importing IV_AGUMS Call by reference Type reference (TYPE) AGUMS 20131115
7 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS 20131115
8 Importing IV_BZIRK Call by reference Type reference (TYPE) BZIRK 20131115
9 Importing IV_FROM_OVERVIEW_FLAG Call by reference Type reference (TYPE) ABAP_BOOL 20131115
10 Importing IV_KOART Call by reference Type reference (TYPE) KOART Account Type 20131115
11 Importing IV_KTONR Call by reference Type reference (TYPE) KTONR SD business partner identifier (number or code) 20131115
12 Importing IV_SPART Call by reference Type reference (TYPE) SPART 20131115
13 Importing IV_VKBUR Call by reference Type reference (TYPE) VKBUR 20131115
14 Importing IV_VKGRP Call by reference Type reference (TYPE) VKGRP 20131115
15 Importing IV_VKORG Call by reference Type reference (TYPE) VKORG 20131115
16 Importing IV_VRTNR Call by reference Type reference (TYPE) VRTNR 20131115
17 Importing IV_VTWEG Call by reference Type reference (TYPE) VTWEG 20131115
18 Importing IV_WAERS Call by reference Type reference (TYPE) WAERS 20131115
19 Importing IV_XNOPS Call by reference Type reference (TYPE) XNOPS 20131115

Method CONSTRUCTOR on class CL_EPIC_OPEN_ITEM_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 20131115

Method GET_AGUMS on class CL_EPIC_OPEN_ITEM_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) TT_BELNR_RANGE 20131115

Method GET_BELNR_RANGE on class CL_EPIC_OPEN_ITEM_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) TT_BLART_RANGE 20131115

Method GET_BLART_RANGE on class CL_EPIC_OPEN_ITEM_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) TT_BUDAT_RANGE 20131115

Method GET_BUDAT_RANGE on class CL_EPIC_OPEN_ITEM_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 20131115

Method GET_BUKRS on class CL_EPIC_OPEN_ITEM_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 20131115

Method GET_BZIRK on class CL_EPIC_OPEN_ITEM_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) TT_GJAHR_RANGE 20131115

Method GET_GJAHR_RANGE on class CL_EPIC_OPEN_ITEM_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 20131115

Method GET_KOART on class CL_EPIC_OPEN_ITEM_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 20131115

Method GET_KTONR on class CL_EPIC_OPEN_ITEM_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_OPEN_ITEM_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 20131115

Method GET_SPART on class CL_EPIC_OPEN_ITEM_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 20131115

Method GET_VKBUR on class CL_EPIC_OPEN_ITEM_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 20131115

Method GET_VKGRP on class CL_EPIC_OPEN_ITEM_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 20131115

Method GET_VKORG on class CL_EPIC_OPEN_ITEM_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 20131115

Method GET_VRTNR on class CL_EPIC_OPEN_ITEM_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 20131115

Method GET_VTWEG on class CL_EPIC_OPEN_ITEM_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 20131115

Method GET_WAERS on class CL_EPIC_OPEN_ITEM_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) TT_WRBTR_RANGE 20131115

Method GET_WRBTR_RANGE on class CL_EPIC_OPEN_ITEM_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 20131115

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