SAP ABAP Class CL_EPIC_EBR_DATA_ACCESS (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_DATA_ACCESS  
Short Description Manager of 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 20130116   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)
Interfaces
Class CL_EPIC_EBR_DATA_ACCESS has no interface implemented.
Friends
Class CL_EPIC_EBR_DATA_ACCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FAKE_EBR_NO_PREFIX Constant Private Type reference (TYPE) EPIC_EBR_NO 'INT' Bank Receipt Number 20130605
2 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_EPIC_EBR_DATA_ACCESS Data Access of Electronic Bank Receipt 20130605
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_NEW_EBR_DUPLICATION Instance method Public Method Check the creating EBR existence in database 20130605
2 CLEAR_CLAIM_DETAIL Instance method Public Method Clear claim detail 20130605
3 COMPLETE_EBR_HEADER Instance method Private Method 20130605
4 DELETE_EBR_HDR Instance method Public Method Delete ebr from database 20130605
5 EXIST_EBR_NUMBER Instance method Public Method 20130605
6 EXIST_EBR_SERIAL_NUMBER Instance method Public Method 20130711
7 GET_BSEG Instance method Public Method Get Bseg information 20130723
8 GET_BSEG_CLEARED_BY Instance method Public Method 20130809
9 GET_CUSTOMER_MASTER_DATA Instance method Public Method 20130605
10 GET_CUSTOMER_REC_ACCOUNT Instance method Public Method Get customer reconciliation account 20130605
11 GET_EBR_CI_FIELD_VALUE Instance method Public Method Get custom field values for any table with ebr id 20131115
12 GET_EBR_CLAIM_SEG Instance method Public Method 20130808
13 GET_EBR_HDR_BY_ID Instance method Public Method Get ebr header by ebr id 20131115
14 GET_EBR_HDR_VIEW_BY_FEBEP Instance method Public Method Get ebr header view by febep 20131115
15 GET_EBR_HDR_VIEW_BY_HDR Instance method Public Method Get ebr header view by ebr hdr 20131115
16 GET_EBR_HDR_VIEW_BY_ID Instance method Public Method Get ebr header view by ebr id 20131115
17 GET_EBR_TEXT_STRING Instance method Public Method Get EBR text string 20130808
18 GET_GL_ACCOUNT_MASTER_DATA Instance method Public Method 20130605
19 GET_INSTANCE Static method Public Method 20130605
20 GET_NEXT_FAKE_EBR_NO Instance method Public Method 20130605
21 GET_OPEN_ITEM_CLAIMED_AMT Instance method Public Method Get Invoice claimed amount 20130711
22 GET_PART_ID_TYPE Instance method Public Method get partner id and type for identify 20130605
23 GET_RECEIPT_CLAIMED_AMOUNT Instance method Public Method Get total claimed amt for an EBR 20130729
24 GET_RECEIPT_TOTAL_AMOUNT Instance method Public Method Get total amount for an EBR 20130729
25 GET_VENDOR_MASTER_DATA Instance method Public Method 20130605
26 GET_VENDOR_REC_ACCOUNT Instance method Public Method Get vendor reconciliation account 20130605
27 HAVE_CLAIM_DETAIL Instance method Public Method Verify whether have claim detail or not 20130605
28 IS_FAKE_EBR_NO Instance method Private Method 20130605
29 QUERY_EBR_HEADERS Instance method Public Method Query EBR headers from Database 20130605
30 QUERY_EBR_HEADERS_OVERVIEW Instance method Public Method 20130715
31 QUERY_EBR_SEGS_BY_BSEG_KEY Instance method Public Method 20130712
32 SAVE_EBR_CLAIMED Instance method Public Method 20130605
33 SAVE_EBR_HEADER Instance method Public Method Save EBR header into Database 20131115
34 UPDATE_EBR_HEADER Instance method Public Method Update EBR header in Database 20130605
35 VALIDATE_EBR_HEADER Instance method Private Method Validate EBR header 20130605
Events
Class CL_EPIC_EBR_DATA_ACCESS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_BSEG Public See coding 20130605 tty_bseg TYPE STANDARD TABLE OF bseg
2 TTY_V_HDR Public See coding 20130711 tty_v_hdr TYPE STANDARD TABLE OF epic_v_ebr_hdr
3 TT_AMOUNT_RANGE Public See coding 20130605 tt_amount_range TYPE RANGE OF epic_ebr_amt
4 TT_AMT_CLAIMED_RANGE Public See coding 20130605 tt_amt_claimed_range TYPE RANGE OF epic_ebr_amt_claimed
5 TT_BANK_DATE_RANGE Public See coding 20130605 tt_bank_date_range TYPE RANGE OF epic_ebr_bank_date
6 TT_BANK_TIMESTAMP_RANGE Public See coding 20130605 tt_bank_timestamp_range TYPE RANGE OF epic_ebr_bank_timestamp
7 TT_BANK_TIME_RANGE Public See coding 20130605 tt_bank_time_range TYPE RANGE OF epic_ebr_bank_time
8 TT_BELNR_RANGE Public See coding 20130605 tt_belnr_range TYPE RANGE OF belnr_d
9 TT_BLART_RANGE Public See coding 20130813 tt_blart_range TYPE RANGE OF blart
10 TT_BUDAT_RANGE Public See coding 20130605 tt_budat_range TYPE RANGE OF budat
11 TT_BUKRS_RANGE Public See coding 20130605 tt_bukrs_range TYPE RANGE OF bukrs
12 TT_BZIRK_RANGE Public See coding 20130605 tt_bzirk_range TYPE RANGE OF bzirk
13 TT_CLAIMED_BY_RANGE Public See coding 20130605 tt_claimed_by_range TYPE RANGE OF syst-uname
14 TT_CLAIMED_DATE_RANGE Public See coding 20130605 tt_claimed_date_range TYPE RANGE OF epic_ebr_claimed_date
15 TT_CURRENCY_RANGE Public See coding 20130812 tt_currency_range TYPE RANGE OF epic_ebr_crcy
16 TT_DIRECTION_RANGE Public See coding 20130605 tt_direction_range TYPE RANGE OF epic_ebr_direction
17 TT_DMBTR_RANGE Public See coding 20130605 tt_dmbtr_range TYPE RANGE OF dmbtr
18 TT_EBR_DATE_RANGE Public See coding 20130605 tt_ebr_date_range TYPE RANGE OF epic_ebr_date
19 TT_EBR_NO_RANGE Public See coding 20130605 tt_ebr_no_range TYPE RANGE OF epic_ebr_no
20 TT_GJAHR_RANGE Public See coding 20130605 tt_gjahr_range TYPE RANGE OF gjahr
21 TT_HBKID_RANGE Public See coding 20130605 tt_hbkid_range TYPE RANGE OF hbkid
22 TT_HKTID_RANGE Public See coding 20130605 tt_hktid_range TYPE RANGE OF hktid
23 TT_KNA1 Public See coding 20130605 tt_kna1 TYPE STANDARD TABLE OF kna1
24 TT_KUNNR Public See coding 20130712 tt_kunnr TYPE RANGE OF kunnr
25 TT_LFA1 Public See coding 20130605 tt_lfa1 TYPE STANDARD TABLE OF lfa1
26 TT_LIFNR Public See coding 20130712 tt_lifnr TYPE RANGE OF lifnr
27 TT_PART_ID_RANGE Public See coding 20130605 tt_part_id_range TYPE RANGE OF epic_ebr_part_id
28 TT_PART_TYPE_RANGE Public See coding 20130605 tt_part_type_range TYPE RANGE OF epic_ebr_part_type
29 TT_SAKNR Public See coding 20130712 tt_saknr TYPE RANGE OF saknr
30 TT_SPART_RANGE Public See coding 20130605 tt_spart_range TYPE RANGE OF spart
31 TT_SRL_NO_RANGE Public See coding 20130605 tt_srl_no_range TYPE RANGE OF epic_ebr_srl_no
32 TT_STATUS_RANGE Public See coding 20130605 tt_status_range TYPE RANGE OF epic_ebr_status
33 TT_VKBUR_RANGE Public See coding 20130605 tt_vkbur_range TYPE RANGE OF vkbur
34 TT_VKGRP_RANGE Public See coding 20130605 tt_vkgrp_range TYPE RANGE OF vkgrp
35 TT_VKORG_RANGE Public See coding 20130605 tt_vkorg_range TYPE RANGE OF vkorg
36 TT_VTWEG_RANGE Public See coding 20130605 tt_vtweg_range TYPE RANGE OF vtweg
37 TT_WRBTR_RANGE Public See coding 20130814 tt_wrbtr_range TYPE RANGE OF wrbtr
Method Signatures

Method CHECK_NEW_EBR_DUPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHECK_RESULT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE exist, ABAP_FALSE not exist 20130711
2 Importing IS_EBR_HDR Call by reference Type reference (TYPE) EPIC_S_EBR_HDR Electronic Bank Receipt Header 20130605

Method CHECK_NEW_EBR_DUPLICATION on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method CLEAR_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 20131115

Method CLEAR_CLAIM_DETAIL on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method COMPLETE_EBR_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_EBR_HDR Call by reference Type reference (TYPE) EPIC_S_EBR_HDR Electronic Bank Receipt Header 20130605

Method COMPLETE_EBR_HEADER on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method DELETE_EBR_HDR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EBR_HDR Call by reference Type reference (TYPE) EPIC_S_EBR_HDR Electronic Bank Receipt Header 20130605

Method DELETE_EBR_HDR on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method EXIST_EBR_NUMBER 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 Company Code 20130605
2 Importing IV_EBR_ID Call by reference Type reference (TYPE) EPIC_EBR_ID Bank Receipt Identifier 20130605
3 Importing IV_EBR_NO Call by reference Type reference (TYPE) EPIC_EBR_NO Bank Receipt Number 20130605
4 Importing IV_HBKID Call by reference Type reference (TYPE) HBKID Short Key for a House Bank 20130605
5 Importing IV_HKTID Call by reference Type reference (TYPE) HKTID ID for Account Details 20130605
6 Returning RV_EXIST Value transfer Type reference (TYPE) ABAP_BOOL 20130605

Method EXIST_EBR_NUMBER on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method EXIST_EBR_SERIAL_NUMBER 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 Company Code 20130711
2 Importing IV_EBR_ID Call by reference Type reference (TYPE) EPIC_EBR_ID Bank Receipt Identifier 20130719
3 Importing IV_EBR_SRL_NO Call by reference Type reference (TYPE) EPIC_EBR_SRL_NO Bank Receipt Number 20130711
4 Importing IV_HBKID Call by reference Type reference (TYPE) HBKID Short Key for a House Bank 20130711
5 Importing IV_HKTID Call by reference Type reference (TYPE) HKTID ID for Account Details 20130711
6 Returning RV_EXIST Value transfer Type reference (TYPE) ABAP_BOOL 20130711

Method EXIST_EBR_SERIAL_NUMBER on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_BSEG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BSEG Call by reference Type reference (TYPE) BSEG Accounting Document Segment 20130723
2 Importing IV_BELNR Call by reference Type reference (TYPE) BELNR_D Accounting Document Number 20130723
3 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20130723
4 Importing IV_BUZEI Call by reference Type reference (TYPE) BUZEI Number of Line Item Within Accounting Document 20130723
5 Importing IV_GJAHR Call by reference Type reference (TYPE) GJAHR Fiscal Year 20130723

Method GET_BSEG on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_BSEG_CLEARED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BSEG Call by reference Type reference (TYPE) BSEG_T Table Type for BSEG 20130809
2 Importing IV_AUGBL Call by reference Type reference (TYPE) AUGBL Document Number of the Clearing Document 20130809
3 Importing IV_AUGDT Call by reference Type reference (TYPE) AUGDT Clearing Date 20130809
4 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20130809
5 Importing IV_GJAHR Call by reference Type reference (TYPE) GJAHR Fiscal Year 20130809
6 Importing IV_KUNNR Call by reference Type reference (TYPE) KUNNR Customer Number 20130809

Method GET_BSEG_CLEARED_BY on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_CUSTOMER_MASTER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KUNNR Call by reference Type reference (TYPE) KUNNR Customer Number 20130605
2 Returning RS_CUSTOMER Value transfer Type reference (TYPE) KNA1 General Data in Customer Master 20130605

Method GET_CUSTOMER_MASTER_DATA on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_CUSTOMER_REC_ACCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AKONT Call by reference Type reference (TYPE) AKONT Reconciliation Account in General Ledger 20130605
2 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20130605
3 Importing IV_KUNNR Call by reference Type reference (TYPE) KUNNR Customer Number 20130605

Method GET_CUSTOMER_REC_ACCOUNT on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_EBR_CI_FIELD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EBR_TABLE Call by reference Type reference (TYPE) TABLE 20131115

Method GET_EBR_CI_FIELD_VALUE on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_EBR_CLAIM_SEG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EBR_SEG Call by reference Type reference (TYPE) EPIC_T_EBR_V_SEG Table Type of Electronic Bank Receipt Segment 20130808
2 Importing IV_EBR_ID Call by reference Type reference (TYPE) EPIC_EBR_ID Bank Receipt Identifier 20131115

Method GET_EBR_CLAIM_SEG on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_EBR_HDR_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_EBR_HDR Call by reference Type reference (TYPE) EPIC_S_EBR_HDR Electronic Bank Receipt Header 20131115
2 Importing IV_EBR_ID Call by reference Type reference (TYPE) EPIC_EBR_ID Bank Receipt Identifier 20131115

Method GET_EBR_HDR_BY_ID on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_EBR_HDR_VIEW_BY_FEBEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FEBEP Call by reference Type reference (TYPE) FEBY_FEBEP EBR ID 20131115
2 Returning RT_EBR_HDR_VW Value transfer Type reference (TYPE) EPIC_T_EBR_HDR_VW Generated Table for View 20131115

Method GET_EBR_HDR_VIEW_BY_FEBEP on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_EBR_HDR_VIEW_BY_HDR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EBR_HDR Call by reference Type reference (TYPE) EPIC_T_EBR_HDR EBR ID 20131115
2 Returning RT_EBR_HDR_VW Value transfer Type reference (TYPE) EPIC_T_EBR_HDR_VW Generated Table for View 20131115

Method GET_EBR_HDR_VIEW_BY_HDR on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_EBR_HDR_VIEW_BY_ID 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 EBR ID 20131115
2 Returning RS_EBR_HDR_VW Value transfer Type reference (TYPE) EPIC_V_EBR_HDR Generated Table for View 20131115

Method GET_EBR_HDR_VIEW_BY_ID on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_EBR_TEXT_STRING 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 20130808
2 Returning RV_TEXT_STRING Value transfer Type reference (TYPE) STRING 20130808

Method GET_EBR_TEXT_STRING on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_GL_ACCOUNT_MASTER_DATA 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 Company Code 20130605
2 Importing IV_SAKNR Call by reference Type reference (TYPE) SAKNR G/L Account Number 20130605
3 Returning RS_SKAT Value transfer Type reference (TYPE) SKAT G/L Account Master Record (Chart of Accounts: Description) 20130605

Method GET_GL_ACCOUNT_MASTER_DATA on class CL_EPIC_EBR_DATA_ACCESS 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_DATA_ACCESS Manager of Electronic Bank Receipt 20130605

Method GET_INSTANCE on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_NEXT_FAKE_EBR_NO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EBR_NO Call by reference Type reference (TYPE) EPIC_EBR_NO Bank Receipt Number 20130719
2 Returning RV_EBR_NO Value transfer Type reference (TYPE) EPIC_EBR_NO Bank Receipt Number 20130605

Method GET_NEXT_FAKE_EBR_NO on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_OPEN_ITEM_CLAIMED_AMT 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. 20130711
2 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20130711
3 Importing IV_BUZEI Call by reference Type reference (TYPE) BUZEI Number of Line Item Within Accounting Document 20130711
4 Importing IV_GJAHR Call by reference Type reference (TYPE) GJAHR Fiscal Year 20130711
5 Returning RV_CLAIMED Value transfer Type reference (TYPE) WRBTR Amount in Document Currency 20130711

Method GET_OPEN_ITEM_CLAIMED_AMT on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_PART_ID_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PART_INFO Call by reference Type reference (TYPE) EPIC_T_EBR_PARTNER_INFO Table type of EPIC_S_EBR_PARTNER_INFO 20130605
2 Importing IV_ACC_NO Call by reference Type reference (TYPE) CHAR24 Character field length 24 20130605
3 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20130605
4 Importing IV_PART_TYPE Call by reference Type reference (TYPE) EPIC_EBR_PART_TYPE Partner Type of Electronic Bank Receipt 20130605

Method GET_PART_ID_TYPE on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_RECEIPT_CLAIMED_AMOUNT 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 20131115
2 Returning RV_AMT_CLAIMED Value transfer Type reference (TYPE) EPIC_EBR_AMT_CLAIMED Bank Receipt Amount That Has Been Claimed 20130729

Method GET_RECEIPT_CLAIMED_AMOUNT on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_RECEIPT_TOTAL_AMOUNT 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 20131115
2 Returning RV_TOTAL_AMOUNT Value transfer Type reference (TYPE) EPIC_EBR_AMT_CLAIMED Bank Receipt Amount That Has Been Claimed 20130729

Method GET_RECEIPT_TOTAL_AMOUNT on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_VENDOR_MASTER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LIFNR Call by reference Type reference (TYPE) LIFNR Account Number of Vendor or Creditor 20130605
2 Returning RS_VENDOR Value transfer Type reference (TYPE) LFA1 Vendor Master (General Section) 20130605

Method GET_VENDOR_MASTER_DATA on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method GET_VENDOR_REC_ACCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AKONT Call by reference Type reference (TYPE) AKONT Reconciliation Account in General Ledger 20130605
2 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Company Code 20130605
3 Importing IV_LIFNR Call by reference Type reference (TYPE) LIFNR Account Number of Vendor or Creditor 20130605

Method GET_VENDOR_REC_ACCOUNT on class CL_EPIC_EBR_DATA_ACCESS 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_DATA_ACCESS has no exception.

Method IS_FAKE_EBR_NO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EBR_NO Call by reference Type reference (TYPE) EPIC_EBR_NO Bank Receipt Number 20130605
2 Returning RV_FAKE Value transfer Type reference (TYPE) ABAP_BOOL 20130605

Method IS_FAKE_EBR_NO on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method QUERY_EBR_HEADERS 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 Head 20130605
2 Importing IT_AMOUNT_RANGE Call by reference Type reference (TYPE) TT_AMOUNT_RANGE 20130605
3 Importing IT_BANK_DATE_RANGE Call by reference Type reference (TYPE) TT_BANK_DATE_RANGE 20130605
4 Importing IT_BANK_TIMESTAMP_RANGE Call by reference Type reference (TYPE) TT_BANK_TIMESTAMP_RANGE 20130605
5 Importing IT_BANK_TIME_RANGE Call by reference Type reference (TYPE) TT_BANK_TIME_RANGE 20130605
6 Importing IT_BUKRS_RANGE Call by reference Type reference (TYPE) TT_BUKRS_RANGE 20130605
7 Importing IT_CURRENCY Call by reference Type reference (TYPE) TT_CURRENCY_RANGE 20130605
8 Importing IT_DIRECTION_RANGE Call by reference Type reference (TYPE) TT_DIRECTION_RANGE 20130605
9 Importing IT_EBR_DATE_RANGE Call by reference Type reference (TYPE) TT_EBR_DATE_RANGE 20130605
10 Importing IT_EBR_NO_RANGE Call by reference Type reference (TYPE) TT_EBR_NO_RANGE 20130605
11 Importing IT_HBKID_RANGE Call by reference Type reference (TYPE) TT_HBKID_RANGE 20130605
12 Importing IT_HKTID_RANGE Call by reference Type reference (TYPE) TT_HKTID_RANGE 20130605
13 Importing IT_PART_ID_RANGE Call by reference Type reference (TYPE) TT_PART_ID_RANGE 20130605
14 Importing IT_PART_TYPE_RANGE Call by reference Type reference (TYPE) TT_PART_TYPE_RANGE 20130605
15 Importing IT_SRL_NO_RANGE Call by reference Type reference (TYPE) TT_SRL_NO_RANGE 20130605
16 Importing IT_STATUS_RANGE Call by reference Type reference (TYPE) TT_STATUS_RANGE 20130605

Method QUERY_EBR_HEADERS on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method QUERY_EBR_HEADERS_OVERVIEW 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 20130715
2 Importing IT_AMOUNT_RANGE Call by reference Type reference (TYPE) TT_AMOUNT_RANGE 20130715
3 Importing IT_BANK_DATE_RANGE Call by reference Type reference (TYPE) TT_BANK_DATE_RANGE 20130715
4 Importing IT_BUKRS_RANGE Call by reference Type reference (TYPE) TT_BUKRS_RANGE 20130715
5 Importing IT_CURRENCY Call by reference Type reference (TYPE) TT_CURRENCY_RANGE 20130715
6 Importing IT_CUSTOMER_PART_ID_RANGE Call by reference Type reference (TYPE) TT_KUNNR 20130715
7 Importing IT_DIRECTION_RANGE Call by reference Type reference (TYPE) TT_DIRECTION_RANGE 20130715
8 Importing IT_EBR_DATE_RANGE Call by reference Type reference (TYPE) TT_EBR_DATE_RANGE 20130715
9 Importing IT_EBR_NO_RANGE Call by reference Type reference (TYPE) TT_EBR_NO_RANGE 20130715
10 Importing IT_GL_PART_ID_RANGE Call by reference Type reference (TYPE) TT_SAKNR 20130715
11 Importing IT_HBKID_RANGE Call by reference Type reference (TYPE) TT_HBKID_RANGE 20130715
12 Importing IT_STATUS_RANGE Call by reference Type reference (TYPE) TT_STATUS_RANGE 20130715
13 Importing IT_VENDOR_PART_ID_RANGE Call by reference Type reference (TYPE) TT_LIFNR 20130715

Method QUERY_EBR_HEADERS_OVERVIEW on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method QUERY_EBR_SEGS_BY_BSEG_KEY 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_SEG 20130712
2 Importing IV_BELNR Call by reference Type reference (TYPE) BELNR_D 20130712
3 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS 20130712
4 Importing IV_BUZEI Call by reference Type reference (TYPE) BUZEI 20130712
5 Importing IV_GJAHR Call by reference Type reference (TYPE) GJAHR 20130712
6 Importing IV_PART_ID Call by reference Type reference (TYPE) EPIC_EBR_PART_ID 20130712
7 Importing IV_PART_TYPE Call by reference Type reference (TYPE) EPIC_EBR_PART_TYPE 20130712

Method QUERY_EBR_SEGS_BY_BSEG_KEY on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method SAVE_EBR_CLAIMED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_SAVED Call by reference Type reference (TYPE) ABAP_BOOL 20130605
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) EPIC_T_MESSAGES 20130605
3 Importing IT_EBR_CLAIMED_DTL_REF Call by reference Type reference (TYPE) EPIC_T_EBR_CLAIM_DTL Claim detail information 20130605

Method SAVE_EBR_CLAIMED on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method SAVE_EBR_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EBR_HDR Call by reference Type reference (TYPE) EPIC_S_EBR_HDR Electronic Bank Receipt Header(Structure) 20131115

Method SAVE_EBR_HEADER on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method UPDATE_EBR_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EBR_HDR Call by reference Type reference (TYPE) EPIC_S_EBR_HDR Electronic Bank Receipt Header 20130605

Method UPDATE_EBR_HEADER on class CL_EPIC_EBR_DATA_ACCESS has no exception.

Method VALIDATE_EBR_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EBR_HDR Call by reference Type reference (TYPE) EPIC_S_EBR_HDR Electronic Bank Receipt Header 20130605

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