SAP ABAP Class CL_BNK_DB_BATCH (DB Layer for Bank Communication Batch)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FIN-FSCM (Application Component) Financial Supply Chain Management
⤷
FIN_BNK_COM_CORE (Package) Bank Communication: Core Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BNK_DB | DB Layer for Bank Communication | 20060307 |
Properties
| Class | CL_BNK_DB_BATCH | |
| Short Description | DB Layer for Bank Communication Batch | |
| Super Class | CL_BNK_DB | DB Layer for Bank Communication |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FIN_BNK_COM_CORE | Bank Communication: Core Objects |
| Created | 20060302 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BNK_DB_BATCH has no forward declaration.
Interfaces
Class CL_BNK_DB_BATCH has no interface implemented.
Friends
Class CL_BNK_DB_BATCH 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) | CX_BNK_EXCEPTION | SUper class for exceptions | 20060303 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | BNK_STR_LOG_MESSAGE | Structure for log message | 20060710 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_BNK_DB_BATCH | DB Layer for Bank Communication Batch | 20060302 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Trigger Commit work | 20060302 | |
| 2 | Instance method | Public | Method | Creates and Stores a new Batch in the DB | 20060302 | |
| 3 | Instance method | Private | Method | Creates and Stores new Batch Items in the DB | 20060302 | |
| 4 | Instance method | Public | Method | Block Batch | 20060302 | |
| 5 | Instance method | Public | Method | Get Batch Details | 20060302 | |
| 6 | Instance method | Public | Method | Get Batch item Details | 20060302 | |
| 7 | Static method | Public | Method | Reads the batch keys from the reference feilds | 20060323 | |
| 8 | Instance method | Public | Method | Reads the value of GUID | 20060314 | |
| 9 | Static method | Public | Method | Trigger work rollback | 20060302 | |
| 10 | Static method | Public | Method | Static instantiation of the class | 20060302 | |
| 11 | Instance method | Public | Method | Unblock Batch | 20060302 | |
| 12 | Instance method | Public | Method | Change Batch details in the DB | 20060302 | |
| 13 | Instance method | Private | Method | Change Batch Item details in the DB | 20060302 |
Events
Class CL_BNK_DB_BATCH has no event.
Types
Class CL_BNK_DB_BATCH has no local type.
Method Signatures
Method COMMIT Signature
Method COMMIT on class CL_BNK_DB_BATCH has no parameter.
Method COMMIT on class CL_BNK_DB_BATCH has no exception.
Method INSERT_BATCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BATCH_HEADER | Call by reference | Type reference (TYPE) | BNK_STR_BATCH_HEADER | Batch Header | 20060309 | |||
| 2 | I_BATCH_ITEMS | Call by reference | Type reference (TYPE) | BNK_TAB_BATCH_ITEM | Table type for Batch Payment Item | 20060309 |
Method INSERT_BATCH on class CL_BNK_DB_BATCH has no exception.
Method INSERT_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BATCH_ITEMS | Call by reference | Type reference (TYPE) | BNK_TAB_BATCH_ITEM | Table type for Batch Payment Item | 20060309 |
Method INSERT_ITEMS on class CL_BNK_DB_BATCH has no exception.
Method LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BATCH_NO | Call by reference | Type reference (TYPE) | BNK_COM_BTCH_NO | Batch Identification Number | 20060309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for DB Layer | 20060303 |
Method READ_BATCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_BNK_BATCH_HEADER | Call by reference | Type reference (TYPE) | BNK_STR_BATCH_HEADER | Batch Header | 20060309 | |||
| 2 | E_RETURN | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20060309 | |||
| 3 | I_BATCH_GUID | Call by reference | Type reference (TYPE) | BNK_COM_BTCH_GUID | Batch Identification Number | 20060314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for DB Layer | 20060307 |
Method READ_BATCH_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_BATCH_ITEMS | Call by reference | Type reference (TYPE) | BNK_TAB_BATCH_ITEM | Table type for Batch Payment Item | 20060309 | |||
| 2 | I_BATCH_GUID | Call by reference | Type reference (TYPE) | BNK_COM_BTCH_GUID | Batch Identification Number | 20060314 | |||
| 3 | I_BATCH_ITEM_NO | Call by reference | Type reference (TYPE) | BNK_COM_BTCH_CTR | Item Counter | 20060309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for DB Layer | 20060303 |
Method READ_BATCH_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Table type for Batch Payment Item | 20060323 | |||
| 2 | E_TAB_BATCH_ITEM | Call by reference | Type reference (TYPE) | BNK_TAB_BATCH_ITEM | Batch Item | 20060607 | |||
| 3 | I_BATCH_MERGE_PARAM | Call by reference | Type reference (TYPE) | BNK_STR_BATCH_MERGE_PARAM | Merge parameters | 20060323 | |||
| 4 | I_BATCH_PYMT_GRP | Call by reference | Type reference (TYPE) | BNK_STR_PYMT_GRP | Payment Group | 20060323 |
Method READ_BATCH_KEYS on class CL_BNK_DB_BATCH has no exception.
Method READ_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_GUID | Call by reference | Type reference (TYPE) | BNK_COM_BTCH_GUID | GUID to identify the batch | 20060314 | |||
| 2 | I_BATCH_NO | Call by reference | Type reference (TYPE) | BNK_COM_BTCH_NO | Batch Identification Number | 20060314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for DB Layer | 20060314 |
Method ROLLBACK Signature
Method ROLLBACK on class CL_BNK_DB_BATCH has no parameter.
Method ROLLBACK on class CL_BNK_DB_BATCH has no exception.
Method S_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SREF_BNK_DB_BATCH | Call by reference | Object reference (TYPE REF TO) | CL_BNK_DB_BATCH | DB Layer for Bank Communication Batch | 20060309 |
Method S_INSTANCE on class CL_BNK_DB_BATCH has no exception.
Method UNLOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BATCH_NO | Call by reference | Type reference (TYPE) | BNK_COM_BTCH_NO | Batch Identification Number | 20060309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for DB Layer | 20060303 |
Method UPDATE_BATCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BATCH_HEADER | Call by reference | Type reference (TYPE) | BNK_STR_BATCH_HEADER | Batch Header | 20060309 | |||
| 2 | I_BATCH_ITEMS | Call by reference | Type reference (TYPE) | BNK_TAB_BATCH_ITEM | Table type for Batch Payment Item | 20060309 |
Method UPDATE_BATCH on class CL_BNK_DB_BATCH has no exception.
Method UPDATE_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BATCH_ITEMS | Call by reference | Type reference (TYPE) | BNK_TAB_BATCH_ITEM | Table type for Batch Payment Item | 20060309 |
Method UPDATE_ITEMS on class CL_BNK_DB_BATCH has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |