SAP ABAP Class CL_FEB_BSPROC_BS (Bank Statement)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
FI-BL-PT-BS-EL (Application Component) Electronic Bank Statement
⤷
EA-FIN_EB_BSPROC (Package) Electronic Bank Statement - Postprocessing
⤷
⤷
Properties
| Class | CL_FEB_BSPROC_BS | |
| Short Description | Bank Statement | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | EA-FIN_EB_BSPROC | Electronic Bank Statement - Postprocessing |
| Created | 20100713 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FEB_BSPROC_BS has no forward declaration.
Interfaces
Class CL_FEB_BSPROC_BS has no interface implemented.
Friends
Class CL_FEB_BSPROC_BS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | FEBKO | Electronic Bank Statement Header Records | 20100713 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | YT_INSTANCE | 20100713 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | YT_LI_INSTANCE | 20100713 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | FLAG | General Indicator | 20100713 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | FLAG | General Indicator | 20100809 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | KUKEY_EB | Short key (surrogate) | 20100713 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Constructor | CONSTRUCTOR | 20100713 | |
| 2 | Instance method | Public | Method | 20100819 | ||
| 3 | Instance method | Public | Method | Determination of Detail Information for a Bank Statement | 20100713 | |
| 4 | Static method | Public | Method | Gets the instance for a bank statement - buffered | 20100713 | |
| 5 | Instance method | Private | Method | Determines the instance of individual bank statement items | 20100713 | |
| 6 | Instance method | Public | Method | Saves the Changes to the Bank Statement | 20100713 | |
| 7 | Instance method | Public | Method | Changes to the Bank Statement | 20100713 | |
| 8 | Instance method | Public | Method | 20110329 | ||
| 9 | Instance method | Public | Method | Sets the Update 1 OK Status | 20101117 | |
| 10 | Instance method | Public | Method | Sets the Update 2 OK Status | 20100809 |
Events
Class CL_FEB_BSPROC_BS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_FEBCL_DEL | Public | See coding | 20100713 | BEGIN OF ys_febcl_del,
kukey TYPE kukey_eb,
esnum TYPE esnum_eb,
END OF ys_febcl_del
|
||
| 2 | YS_INSTANCE | Private | See coding | 20100713 | BEGIN OF ys_instance,
kukey TYPE kukey_eb,
ref TYPE REF TO cl_feb_bsproc_bs,
END OF ys_instance
|
||
| 3 | YS_LI_INSTANCE | Private | See coding | 20100713 | BEGIN OF ys_li_instance,
kukey TYPE kukey_eb,
esnum TYPE esnum_eb,
ref TYPE REF TO cl_feb_bsproc_bs_item,
END OF ys_li_instance
|
||
| 4 | YT_FEBCL_DEL | Public | See coding | 20100713 | yt_febcl_del TYPE STANDARD TABLE OF ys_febcl_del
|
||
| 5 | YT_INSTANCE | Private | See coding | 20100713 | yt_instance TYPE STANDARD TABLE OF ys_instance
|
||
| 6 | YT_LI_INSTANCE | Private | See coding | 20100713 | yt_li_instance TYPE STANDARD TABLE OF ys_li_instance
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KUKEY | Call by reference | Type reference (TYPE) | KUKEY_EB | Kurzschlüssel (Surrogat) | 20100713 |
Method CONSTRUCTOR on class CL_FEB_BSPROC_BS has no exception.
Method DELETE_LI_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ESNUM | Call by reference | Type reference (TYPE) | ESNUM_EB | Einzelsatznummer (Nr. des Einzelpostens im Kontoauszug) | 20100819 | |||
| 2 | I_KUKEY | Call by reference | Type reference (TYPE) | KUKEY_EB | Kurzschlüssel (Surrogat) | 20100819 |
Method DELETE_LI_INSTANCE on class CL_FEB_BSPROC_BS has no exception.
Method GET_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FEBCL | Call by reference | Type reference (TYPE) | RE_T_EX_FEBCL | Clearing-Daten zu einem Einzelposten des Elektr. Kontoauszug | 20100713 | |||
| 2 | ET_FEBEP | Call by reference | Type reference (TYPE) | RE_T_FEBEP | Einzelposten Kontoauszug (FEBEP) | 20100713 | |||
| 3 | ET_FEBRE | Call by reference | Type reference (TYPE) | RE_T_EX_FEBRE | Referenzsatz zu einem Einzelposten des Elektr. Kontoauszug | 20100713 | |||
| 4 | E_FEBKO | Call by reference | Type reference (TYPE) | FEBKO | Kopfsätze des Elektronischen Kontoauszugs | 20100713 | |||
| 5 | I_ESNUM | Call by reference | Type reference (TYPE) | ESNUM_EB | Einzelsatznummer (Nr. des Einzelpostens im Kontoauszug) | 20100713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Message / Exception Klasse für den Kontoauszug | 20100713 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KUKEY | Call by reference | Type reference (TYPE) | KUKEY_EB | Kurzschlüssel (Surrogat) | 20100713 | |||
| 2 | RO_BANK_STATEMENT | Value transfer | Object reference (TYPE REF TO) | CL_FEB_BSPROC_BS | Kontoauszug | 20100713 |
Method GET_INSTANCE on class CL_FEB_BSPROC_BS has no exception.
Method GET_INSTANCE4LINE_ITEM Signature
Method GET_INSTANCE4LINE_ITEM on class CL_FEB_BSPROC_BS has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Message / Exception Klasse für den Kontoauszug | 20100713 |
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SAVE_ITEMS | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20100908 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Message / Exception Klasse für den Kontoauszug | 20100719 |
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FEBKO | Call by reference | Type reference (TYPE) | FEBKO | Kopfsätze des Elektronischen Kontoauszugs | 20100713 | |||
| 2 | IT_FEBCL | Call by reference | Type reference (TYPE) | RE_T_EX_FEBCL | Clearing-Daten zu einem Einzelposten des Elektr. Kontoauszug | 20100713 | |||
| 3 | IT_FEBCL_DEL_KEY | Call by reference | Type reference (TYPE) | YT_FEBCL_DEL | 20100713 | ||||
| 4 | IT_FEBEP | Call by reference | Type reference (TYPE) | RE_T_FEBEP | Einzelposten Kontoauszug (FEBEP) | 20100713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Message / Exception Klasse für den Kontoauszug | 20100713 |
Method UPDATE_ASTAT Signature
Method UPDATE_ASTAT on class CL_FEB_BSPROC_BS has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Message / Exception Klasse für den Kontoauszug | 20110329 |
Method UPDATE_VB1OK Signature
Method UPDATE_VB1OK on class CL_FEB_BSPROC_BS has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Message / Exception Klasse für den Kontoauszug | 20101117 |
Method UPDATE_VB2OK Signature
Method UPDATE_VB2OK on class CL_FEB_BSPROC_BS has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Message / Exception Klasse für den Kontoauszug | 20100809 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |