FIBK BankReconciliatiaonReport FS Final
FIBK BankReconciliatiaonReport FS Final
FIBK BankReconciliatiaonReport FS Final
FIBK_BANKRECOREP_FS_1
Development Details
Core-Team Representative
This document is considered Air India confidential and intellectual proprietary information. The information contained
herein may not be disclosed or distributed without Air India’s or IBM’s prior approval. Any person using this document is
responsible for ensuring that the copy is current.
Page 1 of 10
APPROVALS:
Status
7 = Posting Incomplete
2= statement saved
Standard behavior:
Once statement is saved with closing balance it cannot be cannot be changed. : That means you cannot add
the transaction later.
Page 2 of 10
Document Change Control
Date Description Version Created / Modified By Remarks
16/11/2012 Bank Statement Report 1.0 Vrishali Initial
Changes are made to exclude
18.-
Bank Statement Report 1.1 Vrishali Bank Error Items ( Posting Rule
01.2013
AIEX)
Currency check introduced. If the
House bank and Account Currency
18.01.2013 Bank Statement Report 1.2 Vrishali is “INR” then consider Local
Currency Field (DMBTR) if the it is
not “INR” then display (WRBTR)
Logic for generating PDF file of
27.02.2013 Bank Statement Report 1.3 Vrishali
the out put is introduced.
Page 3 of 10
TABLE OF CONTENTS:
1 INTRODUCTION.......................................................................................................... 4
1.1 Purpose of the document........................................................................................4
2 OVERVIEW................................................................................................................ 4
2.1 Key business requirements.......................................................................................4
2.2 High level Process overview.....................................................................................4
3 DETAILS................................................................................................................... 4
3.1 Detailed Processing Logic........................................................................................ 4
3.2 Selection Screen................................................................................................... 4
3.3 Report/Form Layout.............................................................................................. 5
3.4 Data Mapping Requirements for Conversion...................................................................5
3.5 Exception handling and Error messages........................................................................5
3.6 Dependencies...................................................................................................... 5
3.7 Constraints......................................................................................................... 5
3.8 Scheduling Requirements for Interfaces.......................................................................5
3.9 Special Requirements, Test Specification and test scenarios/cases.......................................6
3.10 Attachments....................................................................................................... 6
Page 4 of 10
1 INTRODUCTION
2 OVERVIEW
Bank Reconciliation Report - Citibank, Newyork Collection A/C 36872986 Dated 31.12.2012
Particulars Amount Amount
Balance as per Company Book : (A) XXX
Less : (B)
Cheques Deposited but not Cleared by Bank :( 2213015001 ) XXX
Debited by Bank but yet to enter in Company Book : XXX XXX
Add : ( C )
Cheques Issued but not yet Cleared : ( 2213015002 ) XXX
Credited by Bank but yet to enter in Company Book : XXX XXX
Balance As per Bank Statement:(D) [ A-B+C ] XXX
3 DETAILS
Logic:
Page 5 of 10
1. Deriving the value “Balance as per Company Book : (A)”
1.Go to table T012K
Where
Co Code: As given in input parameter
House Bank: As given in input parameter
Account ID: As given in input parameter
Fetch value of field “HKONT”
Add the values of Field WRBTR / DMBTR. If the value of field SHKZG is “S”, then consider the
amount as Positive else negative.
2. Deriving the values of Cheques Deposited but not Cleared by Bank :[B]
1.Go to table T012K
Where
Co Code: As given in input parameter
House Bank: As given in input parameter
Account ID: As given in input parameter
Fetch value of field “HKONT”
Page 6 of 10
Add the values of Field WRBTR / DMBTR. If the value of field SHKZG is “S”, then consider the
amount as Positive else negative.
3. Deriving the values of Cheques Isuued but not Cleared by Bank :[C]
1. Go to table T012K
Where
Co Code: As given in input parameter
House Bank: As given in input parameter
Account ID: As given in input parameter
Fetch value of field “HKONT”
Add the values of Field WRBTR / DMBTR. If the value of field SHKZG is “S”, then consider the
amount as Positive else negative.
4. Deriving the values of Debited [B] / Credited [C] by Bank but yet to enter in Company Book
Page 7 of 10
Else
If Transaction (VGMAN) = “CHIN”
Display under heading Credit by Bank yet to enter in Bank Book
Value date Amount* Check No Text
*Consider the amount as negative if it D/C indicator is “S” in FEBEP table else consider the amount
positive.
*Total of Amount column should be displayed in the inner column without sign as shown in the
output.
Sum the values derived above for A and C derived above and subtract the value of B and display
against "Balance As per Bank Statement :( D)”
Go to table FEBKO
Where :
Application ID(ANWND) = “0001”
Co Code (BUKRS): As given in input parameters
House Bank (HBKID): As given in input parameter
Account ID (HKTID): As given in input parameter
Statement Status (ASTAT) # “2”
List of statements displayed
Pick up the latest statement
Display the value of Ending Bal Amt (ESBTR) : If ESVOZ = “S” consider the amount as negative
else positive.
If FEBKO does not return any entry check BSIS table
Go to Table T012K
Where Co Code: As given in input parameter
House Bank: As given in the input parameter
Account ID: As given in the input parameter
Pick up the value of HKONT
Go to BSIS Table
Where Co Code: As given in the input parameter
GL Account: As derived form T012K table above.
Posting Date: Less than or equal to Statement date as given in input parameter
Document Type(BLART) : “UE”
7. Difference [D-E]
Page 8 of 10
Display the difference between values of D minus E here.
Summary :
Bank Reconciliation Report ______*4__________________Dated __*5________
Particulars Amount *1 Amount *1
Balance as per Company Book : (A) XXX
Less : (B)
Cheques Deposited but not Cleared by Bank :( *2 ) XXX
Debited by Bank but yet to enter in Company Book : XXX XXX
Add : ( C )
Cheques Issued but not yet Cleared : ( *3 ) XXX
Credited by Bank but yet to enter in Company Book : XXX XXX
Balance As per Bank Statement:(D) [ A-B+C ] XXX
<NA >
TRANSFORMATION RULES
Page 9 of 10
Source System Target System Conversion Conversion Rules Validation
Table-Field Table-Field Type (Direct
mapping, Logic,
Table,
Constant)
[Direct One to one mapping; Logic derived value from one or more source fields; Table One-to-One
and Many-to-One mapping based on table below; Constant Does not depend on source data]
3.6 Dependencies
3.7 Constraints
<Discuss all the constraints or the limitations if any for this development>
3.10 Attachments
<Any Specific attachments related to data mapping, legacy files ,screens or references files >
Page 10 of 10