SAP ABAP Class CL_EPIC_EBR_CLAIMER_DETAIL (EBR claim detail)
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_CLAIMER_DETAIL | |
| Short Description | EBR claim detail | |
| 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 | 20130513 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_EPIC_EBR_CLAIMER_DETAIL has no interface implemented.
Friends
Class CL_EPIC_EBR_CLAIMER_DETAIL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_EPIC_EBR_CLAIMER_DETAIL | EBR Claim detail | 20130605 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_EPIC_EBR_DATA_ACCESS | 20130605 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Claim detail validation | 20131115 | |
| 2 | Instance method | Private | Constructor | 20130605 | ||
| 3 | Static method | Public | Method | 20130605 | ||
| 4 | Instance method | Public | Method | 20130813 | ||
| 5 | Instance method | Public | Method | 20130605 | ||
| 6 | Instance method | Public | Method | 20130816 | ||
| 7 | Instance method | Public | Method | 20130605 | ||
| 8 | Instance method | Public | Method | 20130605 | ||
| 9 | Instance method | Public | Method | 20130605 |
Events
Class CL_EPIC_EBR_CLAIMER_DETAIL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_EBR_SEG_AMT_COLLECT | Public | See coding | 20130605 | tt_ebr_seg_amt_collect TYPE STANDARD TABLE OF ty_ebr_seg_amt_collect
|
||
| 2 | TT_INVC_SEG_AMT_COLLECT | Public | See coding | 20130605 | tt_invc_seg_amt_collect TYPE STANDARD TABLE OF ty_invc_seg_amt_collet
|
||
| 3 | TY_EBR_SEG_AMT_COLLECT | Public | See coding | 20130605 | BEGIN OF ty_ebr_seg_amt_collect .
INCLUDE TYPE epic_s_ebr_hdr_key.
TYPES: this_claimed_amt TYPE epic_ebr_amt_claimed,
ebr_no TYPE epic_ebr_no,
END OF ty_ebr_seg_amt_collect
|
||
| 4 | TY_INVC_SEG_AMT_COLLET | Public | See coding | 20130605 | BEGIN OF ty_invc_seg_amt_collet,
bukrs TYPE bukrs,
gjahr TYPE gjahr,
buzei TYPE buzei,
belnr TYPE belnr_d,
part_id TYPE epic_ebr_part_id,
part_type TYPE epic_ebr_part_type,
this_claimed_amt TYPE epic_ebr_amt_claimed,
END OF ty_invc_seg_amt_collet
|
Method Signatures
Method CLAIM_DETAIL_VALIDATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_RESULT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131115 | ||||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | EPIC_T_MESSAGES | 20131115 | ||||
| 3 | IT_BR_CLAIMED_DTL_REF | Call by reference | Type reference (TYPE) | EPIC_T_EBR_CLAIM_DTL | Table Type of EPIC_S_EBR_CLAIM_DTL | 20131115 |
Method CLAIM_DETAIL_VALIDATION on class CL_EPIC_EBR_CLAIMER_DETAIL has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EBR_DATA_ACESS | Call by reference | Object reference (TYPE REF TO) | CL_EPIC_EBR_DATA_ACCESS | Manager of Electronic Bank Receipt | 20130711 |
Method CONSTRUCTOR on class CL_EPIC_EBR_CLAIMER_DETAIL has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EBR_DATA_ACESS | Call by reference | Object reference (TYPE REF TO) | CL_EPIC_EBR_DATA_ACCESS | Manager of Electronic Bank Receipt | 20130711 | |||
| 2 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_EPIC_EBR_CLAIMER_DETAIL | EBR Claim detail | 20130605 |
Method GET_INSTANCE on class CL_EPIC_EBR_CLAIMER_DETAIL has no exception.
Method HAS_RECEIPT_PARTIAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EBR_CLAIM_DTL_REF_FULLY | Call by reference | Type reference (TYPE) | EPIC_T_EBR_CLAIM_DTL | Claim detail information | 20130816 | |||
| 2 | EV_CHECK | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Indicator | 20130814 | |||
| 3 | IT_EBR_CLAIM_DTL_REF | Call by reference | Type reference (TYPE) | EPIC_T_EBR_CLAIM_DTL | Claim detail information | 20130813 |
Method HAS_RECEIPT_PARTIAL on class CL_EPIC_EBR_CLAIMER_DETAIL has no exception.
Method SAVE_CLAIMED_EBR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_SAVED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130605 | ||||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | EPIC_T_MESSAGES | Messages Table Type | 20130605 | |||
| 3 | IT_EBR_CLAIMED_DTL_REF | Call by reference | Type reference (TYPE) | EPIC_T_EBR_CLAIM_DTL | Claim detail information | 20130605 |
Method SAVE_CLAIMED_EBR on class CL_EPIC_EBR_CLAIMER_DETAIL has no exception.
Method SET_EBR_DATA_ACCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EBR_DATA_ACCESS | Call by reference | Object reference (TYPE REF TO) | CL_EPIC_EBR_DATA_ACCESS | Manager of Electronic Bank Receipt | 20130816 |
Method SET_EBR_DATA_ACCESS on class CL_EPIC_EBR_CLAIMER_DETAIL has no exception.
Method UPDATE_CLAIMING_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_BANK_RECEIPT_LIST | Call by reference | Type reference (TYPE) | EPIC_T_EBR_CLAIM_RCPT | Table Type of EPIC_S_EBR_CLAIM_RCPT | 20130605 | |||
| 2 | CT_OPEN_ITEM_LIST | Call by reference | Type reference (TYPE) | EPIC_T_EBR_CLAIM_INVC | Table Type of EPIC_S_EBR_CLAIM_INVC | 20130605 | |||
| 3 | IT_EBR_CLAIMED_DTL_REF | Call by reference | Type reference (TYPE) | EPIC_T_EBR_CLAIM_DTL | Claim detail information | 20130605 |
Method UPDATE_CLAIMING_DATA on class CL_EPIC_EBR_CLAIMER_DETAIL has no exception.
Method UPDATE_CLAIMING_OPEN_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OPEN_ITEM_LIST | Call by reference | Type reference (TYPE) | EPIC_T_EBR_CLAIM_INVC | Table Type of EPIC_S_EBR_CLAIM_INVC | 20130605 | |||
| 2 | IS_EBR_CLAIMED_DTL_REF | Call by reference | Type reference (TYPE) | EPIC_S_EBR_CLAIM_DTL | Claim detail information | 20130605 |
Method UPDATE_CLAIMING_OPEN_ITEMS on class CL_EPIC_EBR_CLAIMER_DETAIL has no exception.
Method UPDATE_CLAIMING_RCPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_BANK_RECEIPT_LIST | Call by reference | Type reference (TYPE) | EPIC_T_EBR_CLAIM_RCPT | Table Type of EPIC_S_EBR_CLAIM_RCPT | 20130605 | |||
| 2 | IS_EBR_CLAIMED_DTL_REF | Call by reference | Type reference (TYPE) | EPIC_S_EBR_CLAIM_DTL | Claim detail information | 20130605 |
Method UPDATE_CLAIMING_RCPT on class CL_EPIC_EBR_CLAIMER_DETAIL has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |