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 PRIV_CX_EXCEPTION Static Attribute Private Object reference (TYPE REF TO) CX_BNK_EXCEPTION SUper class for exceptions 20060303
2 PRIV_LOG_MSG Static Attribute Private Type reference (TYPE) BNK_STR_LOG_MESSAGE Structure for log message 20060710
3 PRIV_SREF_BNK_DB_BATCH 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 COMMIT Static method Public Method Trigger Commit work 20060302
2 INSERT_BATCH Instance method Public Method Creates and Stores a new Batch in the DB 20060302
3 INSERT_ITEMS Instance method Private Method Creates and Stores new Batch Items in the DB 20060302
4 LOCK Instance method Public Method Block Batch 20060302
5 READ_BATCH Instance method Public Method Get Batch Details 20060302
6 READ_BATCH_ITEM Instance method Public Method Get Batch item Details 20060302
7 READ_BATCH_KEYS Static method Public Method Reads the batch keys from the reference feilds 20060323
8 READ_GUID Instance method Public Method Reads the value of GUID 20060314
9 ROLLBACK Static method Public Method Trigger work rollback 20060302
10 S_INSTANCE Static method Public Method Static instantiation of the class 20060302
11 UNLOCK Instance method Public Method Unblock Batch 20060302
12 UPDATE_BATCH Instance method Public Method Change Batch details in the DB 20060302
13 UPDATE_ITEMS 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 Importing I_BATCH_HEADER Call by reference Type reference (TYPE) BNK_STR_BATCH_HEADER Batch Header 20060309
2 Importing 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 Importing 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 Importing I_BATCH_NO Call by reference Type reference (TYPE) BNK_COM_BTCH_NO Batch Identification Number 20060309
# Exception Resumable Description Created on
1 CX_BNK_DB 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 Exporting E_BNK_BATCH_HEADER Call by reference Type reference (TYPE) BNK_STR_BATCH_HEADER Batch Header 20060309
2 Exporting E_RETURN Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20060309
3 Importing I_BATCH_GUID Call by reference Type reference (TYPE) BNK_COM_BTCH_GUID Batch Identification Number 20060314
# Exception Resumable Description Created on
1 CX_BNK_DB 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 Exporting E_BATCH_ITEMS Call by reference Type reference (TYPE) BNK_TAB_BATCH_ITEM Table type for Batch Payment Item 20060309
2 Importing I_BATCH_GUID Call by reference Type reference (TYPE) BNK_COM_BTCH_GUID Batch Identification Number 20060314
3 Importing I_BATCH_ITEM_NO Call by reference Type reference (TYPE) BNK_COM_BTCH_CTR Item Counter 20060309
# Exception Resumable Description Created on
1 CX_BNK_DB 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 Exporting E_RC Call by reference Type reference (TYPE) SY-SUBRC Table type for Batch Payment Item 20060323
2 Exporting E_TAB_BATCH_ITEM Call by reference Type reference (TYPE) BNK_TAB_BATCH_ITEM Batch Item 20060607
3 Importing I_BATCH_MERGE_PARAM Call by reference Type reference (TYPE) BNK_STR_BATCH_MERGE_PARAM Merge parameters 20060323
4 Importing 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 Exporting E_GUID Call by reference Type reference (TYPE) BNK_COM_BTCH_GUID GUID to identify the batch 20060314
2 Importing I_BATCH_NO Call by reference Type reference (TYPE) BNK_COM_BTCH_NO Batch Identification Number 20060314
# Exception Resumable Description Created on
1 CX_BNK_DB 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 Exporting 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 Importing I_BATCH_NO Call by reference Type reference (TYPE) BNK_COM_BTCH_NO Batch Identification Number 20060309
# Exception Resumable Description Created on
1 CX_BNK_DB 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 Importing I_BATCH_HEADER Call by reference Type reference (TYPE) BNK_STR_BATCH_HEADER Batch Header 20060309
2 Importing 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 Importing 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