Report on Bank Reconciliation

Hi experts,
Bank reconciliation process is carried out through Manual reconciliation screen.
Every time users will enter the ending balance and date.
System will enlist the transactions remaining open for Reconciliation and user will clear the realized transactions.
Now my requirement is i want to know the transactions remained open for reconciliation for any given date.
For example,Even though the transactions has been reconciled on January, i need a report to show it as open while running a report for December date.
Regards
Ravindran Srinivasan

Hi,
There is no standard query or a report where in you can find out a transaction which is unreconciled in earlier month but was reconciled now.
It is very difficult to determine such thing.
You can may be check the OBNK and OMTH table and see whether you get any field where you can customize such query if possible.
Kind Regards,
Jitin
SAP Business One Forum Team

Similar Messages

  • XL report for Bank reconciliation

    I was wondering has anyone worked on a XL report for previous bank (external) reconciliations which shows not only the history but also the accounts which have an outstanding balance and not been reconciled. Is there any other way of reporting this.
    Thanks

    Shelipa - finally found the version they used in production:
    <b>SELECT
    T1.CheckAbs AS 'Check Num',
    T0.TransId AS 'JE Num',
    T0.BtfStatus AS 'Stat',
    T0.BaseRef AS 'JE Ref 1 Field',
    T0.RefDate AS 'Post Date',
    T0.Memo AS 'JE Notes Included',
    T0.CreateDate AS 'Create Date',
    T1.Debit AS 'Debit $ Amt',
    T1.Credit AS 'Credit $ Amt',
    T1.ExtrMatch AS 'Recon Indicator',
    T2.AcctName AS 'GL Account Name',
    T2.Segment_0 + ' ' + T2.Segment_1 AS 'Acct Num',
    T2.Finanse AS 'Cash Acct?'
    FROM OJDT T0  INNER JOIN JDT1 T1
    ON T0.TransId = T1.TransId
    INNER JOIN OACT T2
    ON T1.Account = T2.AcctCode
    WHERE T1.DueDate >= '01/01/07'
    AND T1.CheckAbs IS NOT NULL
    AND  T1.ExtrMatch = ' '</b>
    This is the report they used with the auditors doing some work with their company.  I guess the best would be to see what other information your customer might want to pick up from the Journal Entry Window (which is where the golden drill-down arrow under field "JE Num" leads to)...
    Good luck and let us know if it worked for you...sure hope this is what you are looking for!
    Zal

  • Bank Reconciliation report missing transtype=57

    Hi
    we are using SAP B1 version 8.81(8.81.313) PL 05
    We have a cyrstal report for Bank Reconciliation which is missing all transactions with transtype=57 (Checks for Payment).
    1. Is this a standard report for SAP B1 or has this been developed for us?  I have not been here long and while some reports were developed by the reseller, I am not sure which ones they were.
    2. The Show SQL Query code includes the following which I have not been able to find anywhere in the report.I have looked in all the reports both main and sub-reports under report->selection formula->record selection as well as in all formula fields and section experts.
    AND ("JDT1"."TransType"=N'30'
          OR "JDT1"."TransType"=N'-4'
          OR "JDT1"."TransType"=N'46'
          OR "JDT1"."TransType"=N'24'
          OR "JDT1"."TransType"=N'25')
    I understand that this is the piece of code I need to add  " OR "JDT1"."TransType"=N'57' "
    3.Can anyone help where else I might find the above code?
    4. Does anyone know what TransType=-4 in table JDT1 represents?
    Thanks Chris

    Hello Friend,
    It is use for Opening Balance for stock.
    Item Stock as opning balance use  '310000001'
    BP master Opening Balance use '-2'
    G/L Opening Balance use '-2'
    Thanks
    Manvendra Singh Niranjan
    Edited by: Manvendra Singh Niranjan on Jan 15, 2012 10:29 AM

  • Bank Reconciliation Report (Cleared and Uncleared Checks)

    Dear Team,
         I am looking for an advice on our reports in Bank Reconciliation. First there is a report Under u201CBanking -> Banking Report -> External Reconciliation -> Locate Reconciliation in Bank Statement By Row Numberu201D, when I run the report I am asked for u201CVisual Orderu201D. What is this? And in the Account query how to add more accounts as I can see only around 4 accounts. Please advice. Please Refer link below:
    http://www.megaupload.com/?d=SXA3A2BY                (Locate Reconciliation in Bank Statement)
    Secondly I am simultaneously work on the same report in Crystal Reports. And I am stuck with how to differentiate between Cleared and Un cleared Check as Seen Under Bank Statements and External Reconciliation -> Manual Reconciliation -> Cleared (Field). Please Refer link below:
    http://www.megaupload.com/?d=F96DXTUB                 (Manual Reconciliation)
        Waiting for your response.

    Hello, I am trying to create the same report in Crystal Reports and was wondering if someone could tell us how to distinguish between the Cleared and Uncleared checks so I can complete the reports for my clients?
    Thanks in advance,
    Jason Grandmaison

  • REG: Bank Reconciliation field

    HI
    I need information on bank reconciliation
    i have to develop a report regarding bank reconciliation
    where it shows following things:
    1. bank book balance
    2.cheque deposited but not credited by bank
    3.cheque issued but notpresent in bank
    4.Amount debited by bank not credited by us
    5. Amount credited by bank not debited by us.
    6.balance as per bank statement
    now i got some issues regarding 4 and 5
    FEBKO is header table
    i was asked to use FEBEP table for line items
    in that i was asked to filter out customer amout , vendor amount
    and the remaining amount of line items is bankcharges as told
    by my functional consultant
    but i want a field which filter out these vendor and customer
    amounts  iam assuming it as FKOA1(Account type) from table
    FEBEP  . this field has three choices 1.vendor account
                                                           2.customer account
                                                           3. g/l acount  
    based on this i decided to take that field
    now tell me if my field is correct what is the transaction that
    updates this table(FEBEP) and field FKOA1.
    iam in necessary of it  replie as soon as possible
    and also list out all transactions regarding
    Bank Reconciliation.

    The payment tables is your solution.
    Check
    REGUH
    REGUP
    struct - REGUD

  • REG: BANK RECONCILIATION

    HI 
    I need information on bank reconciliation
    i have to develop a report regarding bank reconciliation
    where it shows following things:
    1. bank book balance
    2.cheque deposited but not credited by bank
    3.cheque issued but notpresent in bank
    4.Amount debited by bank not credited by us
    5. Amount credited by bank not debited by us.
    6.balance as per bank statement
    now  i got some issues regarding 4 and 5
    FEBKO is header table
    i was asked to use FEBEP table  for line items
    in that i was asked to filter out customer amout , vendor amount
    and bank charges
    i cannot find these related fields   in this table
    if u know any related table  tell to me

    The payment tables is your solution.
    Check
    REGUH
    REGUP
    struct - REGUD

  • Bank Reconciliation Report

    Dear Members,
    A bank reconciliation report is the report showing all the transactions reconciled in the period. In accounting the bank statement is regarded as the bible of the company's monthly transactions and the bank reconciliation report is the only prove that all transactions on the bank statement has been reconciled in the SAP Bydesign or any system.
    This report must be signed by the chief financial controller for listed companies and filed at the end of every period or month. We need to have a tab on the bank statement creation/reconciliation window for printable bank statement report which should have the cheque numbers, payment references, receipts references, customer/supplier name, amount in credit/debit, date etc all in rows. There should be an option to print a detailed or summary or total report. There should also be a reminding pop up at the end of every bank statement creation or reconciliation to print this report.
    I believe we need this facility on Bydesign ASAP, as it does not look good for a wonderful system like bydesign with complete mobility to be downgraded due to a simple tab or an essential like bank reconciliation report. I am an accountant and the first DOCUMENT I will request for on an audit is the bank reconciliation report( please ask any accountant or auditor to confirm this). Currently my CFO is questioning the selection of Bydesign due to the lack of this report and soon our auditors will request that we migrate to another accounting system due to SOX 404( Listed companies reporting requirements).
    Sincerely,
    Emeka Ikwukeme, CPA

    Hello Emeka,
    I landed on this thread when I tried searching for a similar requirement. I'm curious to know if something came out of this discussion.
    Have you been able to pull something out of the system using any workaround, or creating a new report,...?
    Thanks,
    Mohan

  • Bank Reconciliation Report  SAP B1 2005 or 2007 versions

    Any progress made here ?
    Needs to have cashbook balance, list of unreconciled transactions and a bank statement balance. Can provide an example if needed.
    Interesting the Banking section has been revamped in 2007 version without such a standard report.
    Yes, there are work arounds, but something so standard should not need a work around.
    Would be good to get a resloution here.
    Thanks in advance for any help here.

    Hi Guys,
    I am pleased to inform that to meet this crucial feature we have come up with a Bank Reconciliation Add-on which provides a comprehensive inquiry and reporting on posted Bank Reconciliation.  Apart from the detailed inquiry screen the add-on also provides following useful reports in standardize format.
    Summary Report:
    This report list the summary information per statement in a format as shown below:
    <<Section 1- Values in Books>>
    GL Balance
    +Positive Adjustments
    Sub Total
    -Negative Adjustments
    Ending GL Balance
    In section 2
    <<Section 2 - Values in Bank statement>>
    Cleared With./Chks.
    Cleared Inc./Dpsts..
    Balance on Statement
    +Out Standing Deposits
    Sub Total
    -Out Standing Checks
    Ending Balance
    Difference - The difference between GL Ending Balance and Bank Statement
    Ending Balance is shown.
    Detailed Report:
    This report list the detailed information per statement; giving details such as Cleared, Un-Cleared Checks, Outgoing Payments, Incoming Payments, Credit Card transactions and Adjustments.
    If you are interested you can get in touch with us at sap at greytrix.com
    Regards,
    Nits
    Manager - SAP Business One
    G r e y t r i x
    It's time to think outside the box.
    Migration, Integration, Customization and Modification Solutions
    E-mail: sap at greytrix.com
    Web: www.greytrix.com/sap
    Edited by: Nits - Greytrix on Jul 22, 2008 11:15 AM

  • New bank reconciliation report in 8.8.1

    Hi,
    I'm trying to find details about the new bank reconciliation report in 8.8.1 ( a screenshot or detailed description of contents).
    Banking - Banking reports - Bank Statement Information. I believe it is a crystal report.
    I can't find any detailed information on the 8.8.1 landing page.
    Can someone who has a 8.8.1 install send me a screenshot or detailed description?
    Thanks

    Hello Maeve Cahillane ,
    If you got it is good otherwise i have maual for configuration and execution.
    Thanks
    Manvendra
    Edited by: Manvendra Singh Niranjan on Apr 30, 2011 12:35 PM

  • Bank Reconciliation Report Error

    Hi,
    Need help.
    I'm about to generate the bank reconciliation report and I supply the following parameters, Please see attached screenshot of the error.
    Account Code: Bank500
    Reconciliation Number: 20131231
    and got error stating below,
    This field name is not known.
    Details: errorKind
    Error in File RCRI0002
    {dbd2e8dc-8c55-4ac1-885e....
    {.......}.rpt
    Error in formula Record Selection:
    '{OBNK.AcctCode} = { ?GLAccount@Select Distinct
    OBNK.AcctCode, OACT.AcctName From OBNK inner join dsc1 on
    DSC1.GLAccount=OBNK.AcctCode inner join OACT on
    OACT. AcctCode=OBNK.AcctCode} and
    This field name is not known.
    Details: errorKind
    Thank you for your help.
    Cheers.
    Ryan

    hi,
    this means that the transaction reached a screen, which is not handled by the program. Is it a Z... program which you use, or is it standard? In both cases you can start in mode E, that means it will stop at this error and you will see what is missing.
    ec

  • External Bank Reconciliation Report in 8.81 PL04

    Hi There.
    When clickin on the new Bank Reconciliation Report, the Selection Criteria window opens up. Show Acc code, and Reconciliation nr. Its 2 drop down lists. However, the problem is that there is no accounts I can choose from in acc code, and no reconciliation nr in reconciliation nr.
    I did do a manual recon, and it still does not give you any options in the selection criteria.
    One of the other databases I have, I did a manual recon, and in the report it does give me option to choose from one acc code, and one reconciliation nr.
    What do I need to do for the selection criteria to appear in my bank reconciliation report?
    Thanks.

    Hi,
    Please update the path which report you are trying to fetch.
    If a manual reconciliation is performed, it would not be displayed as reconciled in the External Reconciliation.
    Kindly let us know the exact window you are checking so that we can further check.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • External Bank  Reconciliation Report

    Hi,
    I want to know where this entries are saved.
    I want to know what was the earlier External Bank Reconciliation entries that were executed.
    Thanks & Regards-
    Mona.

    Hi Mona.....
    Check this table OBNK.....
    This table will give you reconciliation details......
    Regards,
    Rahul

  • Standard Bank Reconciliation and Customer and Vendor Statement of Accounts

    Hello Experts,
    I am implementing ECC6.0 now.  I'm noit very familiar with the version so I am very hopeful that you could help me find the following standard reports in SAP. If these are not standard, then I need to recommend customization since the data are in SAP nonetheless.
    Are these reports available as standard report in SAP ECC6.0?  Can you please tell me the transaction codes?
    - Bank Reconciliation
    - Statement Of Accounts for Customers
    - Statement of Accounts for vendors
    - Credit Analysis using Credit Control Area as parameter
    Thanks in advance
    Rocel

    Hi,
    BRS - FF_5 (If the statement is in a recognised format), FF67 and FEBA_BANK_STATEMENT (if the statement is manual)
    Statement of Accounts for vendors and customers - F.27, Correspondence SAP06. However you may want to change the standard form.
    Credit Analysis - FCV3, F.33, F.31, S_ALR_87012218.
    Rgds
    Shivram.

  • Bank Reconciliation (India Specific)  for information from Non SAP systems

    Bank Reconcilaition to be performed in SAP ECC6 on data received from A Non SAP system
    Following is the scenario:
    1. Data is received in to SAP for Cheques deposited in to the Bank with a unique Key feild
    2. A Bank Reconciliation process is Run on the Line Items received using the Cheque numbers and amounts
    3. The honored Cheques need to be Cleared in SAP
    4. SAP will require to generate a report listing the Dishonored Cheques and also populate the Key feild against the Dishonored Cheques in the Report
    Kindly help as to how this can be acheived in SAP, as teh Automated BRS process is executed sequentialy for every line in the Bank statement received.
    Thanks in Advance

    Hi ,
      Check this link
      <a href="http://help.sap.com/saphelp_nw04/helpdata/en/58/54f9c1562d104c9465dabd816f3f24/frameset.htm">DB Connect</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/fe/65d03b3f34d172e10000000a11402f/frameset.htm">XML Connect</a>

  • Configuration setting for bank reconciliation staement

    Hi
    pl. provide the configuration setting required for BRS with TC
    Thanks
    shivaji

    Hi,
    Electronic Bank Statement
    Global Settings for Electronic Bank Statement
    You should carry out Customizing for the electronic bank statement as follows: In Customizing for Bank Accounting, choose Business Transactions &#61614; Payment Transactions &#61614; Electronic Bank Statement &#61614; Make Global Settings for Electronic Bank Statement.
    Create Account Symbols:
    In this step, you create account symbols. You will need these symbols at a later stage to define the posting specifications. Before the posting rules are used, the individual account symbols are replaced by the account to which items are to be posted.
    Account Text
    AUSG-UEBERW-AUS Foreign out. transf.
    AUSG-UEBERW-INL Domestic out. transf
    BANK Bank account
    BANKEINZUG Bank collection
    BANKGEBUEHREN Bank cost
    BARAUSZAHLUNG Cash payment
    BAREINZAHLUNG Cash deposit
    GELDEINGANG Cash receipt
    SCHECKAUSGANG Outgoing cheques
    SCHECKEINGANG Incoming cheques
    SCHECKVERRECHNG Cheque clearing acct
    SONSTIGE Other bank trans.
    TREASURYAUSGANG Treasury outg. trans
    TREASURYEINGANG Treasury inc. trans.
    ZINSAUFWAND Interest paid
    ZINSERTRAG Interest received
    Assign Accounts to Account Symbol:
    In this step, you define how accounts are determined for a particular account symbol. To avoid you having to define a separate account symbol for each individual house bank account (each with a different G/L account and separate bank clearing accounts), the G/L Acct field can contain a masked output.
    Act Symbol Acct Mod. Currency G/L Acct
    AUSG-UEBERW-AUS + + +++++++++3
    AUSG-UEBERW-INL + + +++++++++2
    BANK + + ++++++++++
    GELDAUSGANG + + +++++++++2
    GELDEINGANG + + +++++++++9
    KASSE + + ++++++++++
    SCHECKAUSGANG + + +++++++++1
    SCHECKEINGANG + + +++++++++8
    SCHECKVERRECHNUNG + + ++++++++17
    SONSTIGE + + ++++++++19
    SPESEN + + 479000
    Create Keys for Posting Rules:
    In this step, you create the descriptions for the required posting rules. Each posting rule represents the business transaction on the bank statement in the SAP system, such as a cheque received, a credit memo, or debit memo.
    Posting Rule Text
    001+ Cash inflow via interim account
    002 + Cheque credit memo through bank
    003- Cashed Cheque
    004- Domestic transfer
    005- Foreign transfer
    006- Other disbursements
    007+ Other receipts
    008- Cash payment
    009+ Cash receipt
    010+ Collection/direct debit
    011- Returns collection/direct debit
    012- Bank fee
    013+ Interest received
    014- Interest paid
    015+ Payment by credit card
    016- Vendor direct debit
    017+ Treasury receipts
    018- Treasury disbursements
    Define Posting Rules/Posting Specifications:
    In this step, you create posting specifications for each posting rule. The posting specifications enable you to define how a particular business transaction (such as a credit memo) is to be posted.
    Posting specifications comprise one or two posting records Debit &#61614; Credit. The first posting record is called posting area 1 and usually involves a G/L account posting (BANK ACCOUNT &#61614; CASH RECEIPT, for example). The second posting record, which is optional, is called posting area 2 (CASH RECEIPT &#61614; CUSTOMER, for example).
    Depending on whether a posting transaction affects bank accounting only, or affects both bank accounting and subledger accounting, you define posting rules either for the first posting area only, or for both the first and second posting areas.
    Pstg Rule PosAr PKey Acct (Debit) PKey Acct (Credit) Doc. Type Pst Ty
    Cash inflow via interim account 001+ 1 40 BANK 50 GELDEINGANG SA 1
    001+ 2 40 GELDEINGANG DZ 8
    Cheque credit memo through bank 002+ 1 40 BANK 50 SCHECK-EINGANG SA 1
    Cashed Cheque 003- 1 SCHECK-AUSGANG 50 BANK SA 4
    Domestic transfer 004- 1 AUSG-UEBERW-INL 50 BANK SA 4
    Foreign transfer 005- 1 AUSG-UEBERW-AUS 50 BANK SA 4
    Other disbursements 006- 1 40 SONSTIGE 50 BANK SA 1
    Other receipts 007+ 1 40 BANK 50 SONSTIGE SA 1
    Cash payment 008- 1 BARAUS-ZAHLUNG 50 BANK SA 4
    Cash receipt 009+ 1 40 BANK BAREIN-ZAHLUNG SA 5
    Collection/
    direct debit 010+ 1 40 BANK BANK-
    EINZUG SA 5
    Returns collection/
    direct debit 011- 1 40 SONSTIGE 50 BANK SA 1
    Bank fee 012- 1 40 BANKGEBUEHREN 50 BANK SA 1
    Interest received 013+ 1 40 BANK 50 ZINSERTRAG SA 1
    Interest paid 014- 1 40 ZINSAUFWAND 50 BANK SA 1
    Vendor direct debit 016- 1 40 AUSG-UEBERWSG INL 50 BANK SA 1
    2 50 AUSG-UEBERWSG INL KZ 7
    Treasury receipts 017+ 1 40 BANK TREASURY-EINGANG SA 5
    Treasury disbursements 018- 1 TREASURY-AUSGANG 50 BANK SA 4
    Returns collections/direct debits are posted to the account for other interim postings, since they need to be postprocessed.
    Create Transaction Type:
    In this step, you create the names and descriptions for the various transaction types required. House banks that use identical lists of business transaction codes (external transactions) can later be assigned to the same transaction type.
    Trans. Type Name
    MC MultiCash
    Assign External Transaction Types to Posting Rules:
    In this step, you assign (external) business transaction codes to a posting rule (internal), which enables you to use the same posting specifications for different business transaction codes.
    Ext Trans +/- Post. Rule Int Algthm
    001 - 003- 012 Outgoing cheque: cheque number same as payment doc. no.
    002 - 003- 012 Outgoing cheque: cheque number same as payment doc. no.
    004 - 016- 021 Reference document number search
    005 - 016- 021 Reference document number search
    009 - 011- 000 No interpretation
    020 - 004- 019 Reference no. (DME management)
    051 + 001+ 021 Reference document number search
    070 + 002+ 000 No interpretation
    071 + 010+ 019 Reference no. (DME management)
    082 + 009+ 001 Standard algorithm
    083 - 008- 001 Standard algorithm
    201 - 005- 019 Reference no. (DME management)
    202 + 001+ 021 Reference document number search
    206 - 005- 019 Reference no. (DME management)
    401 + 017+ 019 Reference no. (DME management)
    401 - 018- 019 Reference no. (DME management)
    402 + 017+ 019 Reference no. (DME management)
    402 - 018- 019 Reference no. (DME management)
    411 - 018- 019 Reference no. (DME management)
    412 + 017+ 019 Reference no. (DME management)
    413 - 018- 019 Reference no. (DME management)
    414 + 017+ 019 Reference no. (DME management)
    415 - 018- 019 Reference no. (DME management)
    416 + 017+ 019 Reference no. (DME management)
    417 - 018- 019 Reference no. (DME management)
    418 + 017+ 019 Reference no. (DME management)
    808 - 012- 000 No interpretation
    814 + 013+ 000 No interpretation
    814 - 014- 000 No interpretation
    833 + 017+ 001 Standard algorithm
    833 - 018- 001 Standard algorithm
    UNALLOCATED + 007+ 000
    UNALLOCATED - 006- 000
    To enable the bank statement to find the item to be cleared in the vendor direct debit transaction, the bank details must be maintained in the vendor master record. The bank statement finds the vendor using the bank details and the item using the value (if unique).
    For algorithm 012, the number interval of the document numbers must be entered in the import report. For algorithm 026, the number interval of the reference document numbers must be entered (SD number assignment = XBLNR in the FI document). For further information on searching for the reference document number, refer to SAP Note 0107592.
    The UNALLOCATED transaction results in the bank statement being imported, even if the external transaction code has not been created in Customizing. The transaction is posted to the interim account +++++5 (bank subaccount, depending on bank). Take a look at this interim account after the bank statement has been imported and post the items to the correct accounts where necessary. To ensure that the transaction is contained in the system the next time the statement is imported, define the new external transaction code in Customizing and assign an appropriate posting rule.
    Assign Bank Accounts to Transaction Types:
    In this step, you assign each of your bank accounts to a transaction type.
    Bank key Bank Account Transaction
    400500 XXXXXXXX MC
    5.5.3 Manual Bank Statement
    Create and Assign Business Transactions
    In this step, you define an indicator and assign a posting rule for each business transaction.
    Tran +- Post. Rule Acct Mod Int Algthm Text
    001+ + 001+ + 21 Cash inflow via interim account
    002+ + 002+ + Cheque credit memo through bank
    003- - 003- + 12 Cashed Cheque
    004- - 004- + 19 Domestic transfer
    005- - 005- + 19 Foreign transfer
    006- - 006- + Other disbursements
    007+ + 007+ + Other receipts
    008- - 008- + 1 Cash payment
    009+ + 009+ + 1 Cash receipt
    010+ + 010+ + 19 Collection/direct debit
    011- - 011- + Returns collection/direct debit
    012- - 012- + Bank fee
    013+ + 013+ + Interest received
    014- - 014- + Interest paid
    016- - 016- + 21 Vendor direct debit
    017+ + 017+ + 19 Treasury receipts
    018- - 018- + 19 Treasury disbursements
    019+ + 017+ + 1 Cash concentration - incoming
    020- - 018- + 1 Cash concentration - outgoing
    Define Posting Keys and Posting Rules for Manual Bank Statement
    The posting keys and rules have already been set up for the electronic bank statement. The posting keys and rules for the manual bank statement are the same as those used for the electronic bank statement.
    5.5.4 Cheque Management
    Create and Assign Business Transactions
    In this step, you define transaction codes for cheque deposits and assign them to a posting rule. You have to specify these transaction codes in the Tran (Transaction) field on the initial screen for cheque deposits.
    Tran +- Post. Rule Acct Mod Text
    CD01 + CD01 + Direct cheque deposit
    CD02 + CD02 + Cheque deposit via interim account
    Define Posting Rules and Posting Keys for Cheque Deposit
    Two posting rules have been created: Direct cheque deposit and Cheque deposit via interim account. These rules represent two ways of posting cheques in the system. If you only want to post the bank accounting item in the first step and then clear the open customer items, use the Cheque deposit via interim account transaction. This is of particular importance when you have a lot of cheques and you have to ensure that all the cheques in Bank Accounting are posted by 10:30 a.m., for example. Otherwise, you use the Direct cheque deposit transaction in which the customers are cleared immediately provided that clearing information is available.
    Procedure
    Create Account Symbols:
    In this step, you create account symbols. You will need these symbols at a later stage to define the posting specifications. Before the posting rules are used, the individual account symbols are replaced by the account to which items are to be posted.
    Symbol Description
    SCHECKEINGANG Incoming cheques
    SCHECKVERRECHNG Cheque clearing acct
    BANK Bank account
    Assign Accounts to Account Symbol:
    In this step, you define how accounts are determined for a particular account symbol. To avoid you having to define a separate account symbol for each individual house bank account (each with a different G/L account and separate bank clearing accounts), the G/L Acct field can contain a masked output.
    Act Symbol Acct Mod. Currency G/L Acct Acct Symb. Desc. (set automatically)
    SCHECKEINGANG + + +++++++++8 Incoming cheques
    SCHECKVERRECHNG + + ++++++++13 Cheque clearing acct
    SCHECKVERRECHNG + CHF ++++++++60 Cheque clearing acct
    SCHECKVERRECHNG + USD ++++++++50 Cheque clearing acct
    BANK + + ++++++++++ Bank account
    Create Keys for Posting Rules:
    In this step, you define a posting rule for cheque deposits. The key determines the posting rules for general ledger and subledger accounting. The posting rule represents the typical business transactions involved in cheque deposits.
    Posting Rule Text
    CD01 Direct cheque deposit
    CD02 Cheque deposit via interim account
    Define Posting Rules:
    In this step, you define the posting rules for cheque deposits and prepare account determination. Depending on whether a posting transaction affects general ledger accounting only, or affects both general ledger and subledger accounting, you define posting rules either for one or two posting areas. You only need one posting area if you post items directly “Bank to incoming cheques” rather than using clearing accounts, for example.
    Pstg Rule PosAr PKey (D) Acct (Debit) PKey (C) Account (Credit) Doc. Type PstTy
    CD01 2 40 SCHECK
    EINGANG DZ 8
    CD02 1 40 SCHECK
    EINGANG 50 SCHECKVER-RECHNUNG SA 1
    CD02 2 40 SCHECKVER-RECHNUNG DZ 8
    User transations..
    Bank Reconciliation Process:
    1) Input the electronic statement from the bank -- FF_5
    2) Acct statement - posting and clearing -- FEBP
    4) Post process manually for any missing items -- FEBA
    If this helps,please assign points.
    Thanks,
    Rau

Maybe you are looking for