How are +Cleared+ Outbound Vendor Cheques / Checks reconciled in SAP?

Hello,
We get a cheque Cleared file from our bank everyday. in txt format. The file contains details of all the CLEARED cheques on that day. Since we have approx 10 checkign accounts at same bank branch, the file contains list of cleared cheques from all these checking accounts. e.g. checque number, cheque amount, date and chequing account. The bank also sends a second file apart from cleared check file.  The second file contains all other transactions except the outbound cleared checks.
We do not use Electronic or Manual Bank statement functionality.
The project wants to only reconcile the cleared checks file.
Question:
Is there an SAP program used only to reconcile outbound cleared cheques?
What configuration is required to ensure electronic reconciling of cleared checks?
Any tips / thoughts to help make this functionality work in SAP?
Thanks

Dear,
It is possible for you to reconcile without EBS or Manual BS, you can use transaction code FB05 and have to select post with clearing option. You have to run FBL3N for payments and collection bank accounts, if you have main bank for BS then it would be fine for you to know the entries that have been posted.
If it is a payment transaction then you have to use posting key 50 and amount and main bank gl account in FB05 then select process open give payment bank account and enter. This will list you all the items then select the transaction and save the posting.
If you check in FBL3N, here give main bank gl account and payment bank gl account and execute. You will see that a new item have been posted in main bank account and a clearing document in the payment bank account.
The same procedure for collections also.
Note: It would be easy if you configure EBS or Manual BS, as this will reduce the time taken for the end user to reconcile manually.

Similar Messages

  • How to clear Mass Vendor

    Hi,
    Please any one suggest me how to clear mass vendor.
    thanks in advance

    what are you trying to clear?
    Are you trying to pay the invoices?
    How do you want to clear the Vendor's open items, what will match?

  • How to clear archived vendor open items in F-44

    Hello Experts
    My user trying to clear the vendor open items through F-44.once he posted that document and he double clicking the document no, here he is getting error like below
    Express document "Update was terminated" received from author "Ravi"
    Before that he is trying to display the open item document, here he is getting error like below
    System error: Routine Beleg_Nachl info '0100-1100000001-2003-001' Not in
    BSEG/archive; inform systems administrator
        Message no. F5333
    Diagnosis
        In program routine 'Beleg_Nachle' an error
        ('0100-1100000001-2003-001') has occurred. Processing is terminated.
    Procedure
        This is caused by a program error and you should contact SAP Support.
    Can anybody please tell me how I can clear those document and also is there any possibility to get back archive data and clear it.
    Thanks in advance
    Regards
    Vamsi

    Hello!
    Please check if someone has activated the OpenFI/BTE 1650 in your 
    system.                                                                               
    Within this BTE you can change parts of the internal table where th
    data that should get displayed is in.                                                                               
    Please review the BTE, or if after you deactivate it the line item
    display works ok.                                                 
    In other cases this message can be caused due to inconsistencies, for example if ( for some reason ) there are
    entries in BKPF, BSID or BSIK or BSIS and nt in BSEG. Please  run the reports below to check inconsistencies:
    1) SAPF190 as per note 86067 if you have only the Classic GL active
    or
    2)TFC_COMPARE_VZ (tcode: FAGLF03) if they are using the NewGL.
    Regards,
    REnan

  • How to clear a vendor account with documents in different currencies

    Hello all -
    I am aware that the purpose for using F-44 is to clear the vendor open items; however my vendor account is in rupees and the document I am trying to clear against the vendor is in USD.
    My debits and credits are slightly off due to FX. Is it possible to write this off to FX within F44 or is there another Tcode I can use to clear the vendor account?
    Can you please help?
    Thanks,
    Indira

    Hi Indira,
    When you clear vendor open items in another currency, exchange rate differences will / should post to a "Forex rate differences" account automatically, according to your configuration.
    Your vendor open item is now cleared. Now for the posted exchange rate differences. When you say "write off", I am guessing you don't want any postings to this "Forex rate differences" account.
    In this case, you can do a reclass from your "Forex rate differences" account to another expense account. Post the opposite DR/CR entry to your "Forex rate differences" account in a GL journal. This will make the net effect in the exchange rate difference account 0.
    Thanks and Regards,
    Chee Chung  

  • How to clear outbound Queue in  SXMB_MONI

    HI Experts,
    Unable to process the file in SXMB_MONI as a result the files are getting strucked with the QUEUE and now how to clear this queues for processsing the file...
    and another i have configure the server with 611 client but while executing the client of the server is showing 001 and we didn't observe initially as it is working fine but when we observed now it is found
    is this has an impact..
    do we need to do any other certain configurations at the Server end..
    regards,
    Kishore

    > There is no URL in SXMB_ADM, how to provide an url there, and even before we didn't get this problem as the files are successfully processsing for the past 3 months in PDN, and now we are getting this problem.
    >
    Hello,
    I have understood your problem but you are not following the steps which we are mentioning here.
    For your above problem you need to follow ONLY step no1 & 2 mentioned in the blog since steps are common for acitvating the proxy and thats way you are getting confused that why I am asking you to follow that blog.
    In the blog step 1 will simply help you creat the RFC destination.
    Step 2 will help you to use the above RFC destinaiton as an url.
    In opionion if you resolve this problem first then it will be easier to solve your queue problem.
    Please let me know if you need more help/clarification in this regard i will help you.
    Regards,
    Sarvesh

  • How to change the vendor code of site in SAP IS retail

    Dear All,
    In SAP IS Retail, At the time of site creation. we create Site Customer & Site Vendor with site creation. For example If Site code is "1228" then the Customer Code of site will be "C1228" & Vendor Code for site will be "V1228". If by mistake I entered wrong Vendor/customer code then how I can correct it ? "WB02" is not the doing it.
    So my questions is How to change the vendor/Customer code of a site in SAP IS retail ? Which T-Code which be required for it ? Please explain me the steps for doing it.
    Regards
    Birender

    Hello Rajat,
    Please provide us more information about the error you have and it's description so that we can help here arounfd here.
    thanks
    Willie

  • How to clear interco vendor/customer which auto created during interco pstg

    Hi all,
    During intercompany posting, system auto created vendor/customer line items.
    When and how these created items to be clear out?
    TQ

    Hi,
    Please go through below thread:-
    [Inter company AR/AP open item clearing - Urgent;
    Regards,
    Gaurav

  • How are parameters based on %ROWTYPE checked?

    Hi there,
    (Oracle DB 11g)
    Please consider the following sample code:
    CREATE table t1(c1 number, c2 DATE);
    CREATE table t2(c1 number, c2 DATE);
    CREATE OR REPLACE PROCEDURE p (p1 IN t1%ROWTYPE) IS BEGIN NULL; END;
    DECLARE
    v t2%ROWTYPE; -- please note, different table from p definition
    BEGIN
      p(v); -- this compiles!
    END;
    /It looks like Oracle validates the parameter based on the underlying record elements only, not on the actual "source" of the record. Is that correct?
    Is this a bug or by design? In either case, I think it is not good because I just found a bug in my application where the wrong table was referenced but it was only detected when the code was deployed to another environment where that table didn't exist...
    Thanks
    Luis

    Luis Cabral wrote:
    Why is it different when using <table>%ROWTYPE? Maybe because it is not a explicitly named record? Kind of. PL/SQL is an independent language based on Ada. SQL is integrated with it.
    PL/SQL is a strong typed language. A type structure in PL/SQL is via defined via the record clause. However, it would be quite inflexible and cumbersome to use the record clause for duplicating SQL structures you want to use in your code. Thus the +%RowType+ clause. Instead of you having to identify the structure members and data types, it does it for you.
    The result is a record structure. PL/SQL does not know about SQL tables. It does not use tables. That is the function of the SQL engine - and the SQL language is used (within PL/SQL code) to access tables.
    PL/SQL thus needs to make calls to the SQL engine to, for example, insert data into a table. PL/SQL uses a data structure as bind values for that SQL call. PL/SQL itself does not write directly to that table using that structure.
    That PL/SQL structure needs to match the structure of the table. And that is about it.
    Why should PL/SQL check the write target (specified in another language and written to by that language's engine). Why should it determine whether its structure it is passing to the SQL engine, matches that of the SQL engine's target? The only requirement here is that the structure itself is valid - not whether that structure, when it was defined, was defined using the same SQL target.
    I still think that not checking the table the record is based on may lead to confusion.Disagree. It will break a lot of existing code and make existing code a lot more complex.

  • How are tax calculations or tax updates handled in SAP?

    We are implementing Assets and currently using a system that not only calculates the tax on depreciation but also updates any new changes to the taxes as mandated by the federal and state government.
    My understanding is that SAP does not auto update the tax changes in the system unless we have a tax software, is that right?  And if we have no need for a tax software just to update depreciation tax changes, what are the options out there that will enable the new tax to be calculated and applied in SAP?
    We are looking for an auto option instead of manually updating the percentage rates/tax for calculating depreciation in SAP.  Is there any software that can be interfaced to SAP that can perform this function and enable the calculation of depreciation tax?
    Appreciate any input/suggestions or help in resolving this issue.
    Thanks
    Edited by: Chandra S on Feb 17, 2009 10:42 PM

    In AM you set-up a separate depreciation are for TAX with complete different rules as your normal depreciation. You can do with it what you want to get the correct values.
    Based on your tax requirements you can set this up. If there is a specific question you can drop it on this forum:
    You have option like revaluation, inflation, unplanned depreciation, write up...... When you have activated the extension AE-FIN you have some extra options.
    There is not a standard for tax changes. You have to know the change and based on that to use the correct option to update the values. There are hundreds of possible changes.

  • Clearing of Vendor Open Item

    Dear all,
    After I have done MIGO and MIRO for the PO. May I kown how to clear the Vendor Open Item found in F.41?
    Thank you.

    Hi
    Vendor Open items will be cleared automatically by the system after making payment to Vendor by the company.  You need not clear anything.
    Cheers
    Srinivas

  • Clear the vendors documents

    How to clear the vendors open documents pls give me advice

    Hi
    Vendor openitems u can clear by way of payment F-53
    if spl gl down payments u can transfer the payment f-54 and also f-44
    Regards

  • How to address the vendor inpsection call booking.

    Dar Guru's
    please suggest me  how to address the vendor inspection calls in the Sap r/3.
    here same vendor can log on the portal system and i will give the Time and date of inspection acooridng the work completion (intermediate operation hold for cust. point.
    there amy be many inspection call for one Purchase order.
    pls give me some idea to proced.................
    thanks in advance.

    Hi Praveen,
    You can implement the Autiding in SAP.
    trx PLMD_AUDIT for Data Creation.
    trx PLMC_AUDIT for it's for the customization of it.
    update us to help you more, reward points to help you better!
    Regards,
    Shyamal

  • How to clear Vendor Debit item Through F110

    Hi All,
    I have a new requirement,
    I have a vendor for which transactions are posted in multiple currecies, like USD & EUR.
    I have 2 invoices for this vendor, one is in EUR, and other one is in USD, along with this i have a dabit balance for this vendor which generated through a credit note.
    now when iam trying to make the payament for this Vendor thrugh F110, and try to clear the debit amount also, the system is throwing one error message saying that "Enter incoming payment method for the debit amount "(whici is in USD)
    Please let me know how to solve this issue
    Thanks in advance

    Hi Robert,
    This is the content of SAP Note 164835 as follows:
    SAP Note 164835 - F110: Clearing credit memos and
    invoices
    Note Language: English Version: 14 Validity: Valid Since 29.05.2008
    Summary
    Symptom
    When you execute a payment run, you select credit memos and invoices for a
    customer or a vendor, but the system does not clear them together. In the
    payment (default) log, the system may generate the error message FZ
    347:"...none of the payment methods defined can be used for these items".
    Other terms
    F110, SAPF110S, clearing, FZ 347
    Reason and Prerequisites
    The items to be cleared do not match in particular fields (see below).
    Therefore, they are not paid together.
    You can set a payment method only for either outgoing or incoming payments.
    This explains the error message FZ 347.
    Example
    - Payment run is executed with payment method U for outgoing
    payment.
    - Credit memo is not cleared against invoice.
    - Invoice is paid with U.
    - Error message FZ 347 is generated for the credit memo.
    Solution
    The following explains in general how to clear, and describes some options
    for eliminating errors. The logic of the grouping in the payment program is
    independent of the type of the documents (for example, invoice, credit
    memo, down payment, cross-company code posting).
    General information
    o You can pay open items together using the automatic payment
    transactions, but only if certain fields are identical. The
    structure ZHLG1 specifies these fields. Important fields are:
    - Currency
    - Receiver
    - Payment method in the item
    - Bank details in the item
    o Whenever invoices and credit memos are in different payment groups,
    you cannot clear them together, even if the credit memo contains an
    invoice reference. If you set a payment group for a business
    27.12.2010 Page 2 of 4
    SAP Note 164835 - F110: Clearing credit memos and
    invoices
    partner (grouping key in the master record), then this is saved in
    structure ZHLG1 (field PAYGR). This way the invoice reference in
    the credit memo is overridden if they do not belong to the same
    payment group.
    o Invoice and credit memo must be due at the date of clearing. The
    due date of a credit memo without invoice reference (BSEG-REBZG) is
    the baseline date for payment (BSEG-ZFBDT), and for a credit memo
    with a fixed value date (BSEG-REBZG = 'V'), the due date is
    calculated in the same way as for an invoice. For credit memos with
    invoice reference, the due date of the invoice applies.
    o You cannot clear credit memos and invoices if the payment is
    supposed to be made using a payment method set for the POR
    procedure.
    Invoices are grouped with a POR number with the document number as
    an additional part of the grouping key so as to save the individual
    payment required for POR payment methods. Invoice-related credit
    memos for invoices with POR numbers receive the same grouping key
    as the related invoice. This ensures that the clearing is
    performed. However, you can no longer make payments using the POR
    payment method because this payment method allows only one item to
    be paid. However, you can make the payment using a different
    payment method.
    The POR procedure is only relevant for payment transactions with
    the Swiss Postal Service. Consequently, the relevant fields in the
    document and in the business partner master record are only of
    importance in Switzerland.
    What can you do?
    o Check the payment methods in the line items (field BSEG-ZLSCH). For
    clearing, these must be filled with the same value.
    o If you have entered a specific payment method for the items, then
    check Customizing for this payment method (transaction FBZP). The
    indicator "Single payment for marked item" should not be set there.
    o Check the field "Grouping key" in the master record of the business
    partner for payment transactions in the company code. If, for
    example, there is a grouping set according to assignment number,
    then the invoice and credit memo must have the same assignment
    number in the business partner line for clearing. Using transaction
    OBAP, you can define which fields of the key you want the system to
    use for grouping.
    o Check the indicator "Pay all items separately" (LFB1- or
    KNB1-XPORE) in the master record of the business partner for
    payment transactions in the company code. If this field is set,
    each open item for this business partner is paid separately.
    o If you have set the indicator "Separate payment for each Business
    Area" (T042-XGBTR) for the payment program (all company codes) in
    Customizing, check the business area in the items. They must match
    in this case.
    o Check the house bank in the line items (field BSEG-HBKID). The
    27.12.2010 Page 3 of 4
    SAP Note 164835 - F110: Clearing credit memos and
    invoices
    values must also match for clearing. A document without house bank
    can only be cleared with a document with house bank if this house
    bank is defined in the master record of the business partner
    (LFB1-HBKID or KNB1-HBKID).
    Make sure that the house bank from the payment program is filled
    for any reset clearing documents (see Note 159607).
    o Check the partner bank type in the line items (> Other data > field
    BSEG-BVTYP). These values must also match for clearing. You can
    specify the partner bank type in the master record of the business
    partner for general payment transactions.
    o For postings to one-time accounts, the address data is encoded and
    saved in field BSEC-EMPFG. The coding routine has been changed in
    Release 3.0E. Therefore, if you want to offset documents from an
    earlier release against documents from a later release (for
    example, after an upgrade) you need to check the contents of this
    field. These values must match for clearing. If this is not the
    case, the documents from the earlier release need to be reversed
    and be posted again. If reversal is not possible, contact SAP
    Support.
    o If you do not clear using a payment method set with POR procedure
    (with or without invoice reference in the credit memo), then check
    the contents of the fields BSEG-ESRNR, BSEG-ESRRE and BSEG-ESRPZ.
    They must not be filled if you do not enter a payment method in the
    item.
    o If you set a separate payment for each payment reference (for
    example separated by a CID number in Norway or reference number in
    Finland) (FBZP > Paying Company Codes > field T042B-XKIDS), then
    the items for a clearing in field BSEG-KIDNO must be the same. Note
    that the Customizing setting (T042B-XKIDS) is effective only if
    vendors are involved in the payments. When you separate the
    payments by payment reference, also take into account that no
    outgoing payment can be generated for a payment reference for which
    only credit memos exist.
    o Check the structure ZHLG1 in your system. If you have inserted
    additional fields there, the line items must also match in these
    fields. Contact your consultant.
    Header Data
    Release Status: Released for Customer
    Released on: 30.05.2008 10:55:56
    Master Language: German
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: FI-AP-AP-B Payment Progam / Payment transfer
    (DE, JP, US)
    Secondary Components:
    27.12.2010 Page 4 of 4
    SAP Note 164835 - F110: Clearing credit memos and
    invoices
    RE-RT Rental
    The Note is release-independent
    Related Notes
    Number Short Text
    1084325 FSCM-BD: Payment method for invoice-related credit memo II
    305414 F110: Unintelligible grouping of documents
    197626 Partner bank category in RAs and payment program
    159607 F110: Reset clearing is not offset against
    143311 F110:Incorr.due date for cred.memo w/ fix.val.date
    109233 F110: message FZ347 or several payment documents
    86578 Guidelines for F110 Payment Program (W/Check mgmt)
    33288 Payment methods for rental agreement
    22856 Customer credit memos are not paid
    20484 Payment program does not clear due items
    4904 Credit memo clearing or down pmnt clearing for POR

  • How to clear vendor open items if vendor invoice currency and payment currency different

    Hi All.
    How to clear vendor open items through f-44 if vendor invoice currency is EUR , payment currency is USD  but local currency is INR
    while clearing through f-44 system showing error as "to large for clearing clearing is not possible"
    I checked all configuration, configuration wise no problem
    BR.
    Chandra

    Hi Chandra,
    You chose any one of the currency i.e. EUR/INR/USD for clearing in F-44. After selecting line items for clearing, system will show a difference. Click on over view button and manually write off the difference by selecting any one account i.e. dummy or small diff.account, after that click on process open items then system will show the difference 0 and simulate the document, here system will post gain/loss exchange GL postings along with other line items. After save the document, manually pass journal entry to dummy account and gain/loss account. I have explained clearly in the below example.
    Invoice is in USD - 1000 & INR - 60000
    Payment is in INR - 60000
    Now I am going to clear these in INR currency in F-44 on 31.03.2015. On this date the exchange rate for USD is 60.10. At the time of clearing system will post the below entry
    Vendor A/c Dr 60000 (invoice)
    Vendor A/c Cr 60000 (Payment)
    Gain from exchange rate A/c Cr  100 (60000 - 60100)
    Small diff.write off A/c (or) Dummy A/c Dr 100
    After done the above posting, we have to pass below manual JV in FB01
    Gain from exchange rate A/c Dr  100
    Small diff.write off A/c (or) Dummy A/c Cr 100
    Regards,
    Mukthar

  • How to clear vendor open documents

    How to clear vendor open documents, I had previously tried to clear the documents in PRD with transaction F-44 and I get the following message.
    X. Ex.rate diff.accts are incomplete for account 00015080 currency CAD

    You can clear using the t code F-44 which is manual or by using F.13 which is automatic.
    The error you are getting is with refernce to a transaction between your Local currency and Currency "CAD"
    Maintain a transalation ratio and the exchange rate. Here the system also looks for a exchange loss or gain on such conversion also. Map those accounts and you will be clearing the transaction.
    If you are using automacti clearing you need to decide on the link(Common feild)  between the DR open item and CR open item and these open items after having this as a refernce can be cleared automatcially in F.13.
    Hope you understood.
    Reward points if useful.
    sarma

Maybe you are looking for

  • Can't send receive email from Yahoo account or send from .mac account

    On 5/1, when launching Mail, it asked me to update to new settings or use old settings. I should have kept the old settings. Instead, I had to set up all of my email accounts again. Everything is working except receiving mail from my Yahoo account. A

  • Problem with my ipod 5g

    lllasss plz help me i have ipod 5g and facetime automatic date and time itunes these things not working now i am in pakistan but i bought ipod from ksa

  • Message bind Not appearing as should

    Dear All; I have an application where i bind, the labels of the buttons and fields, from a pre-existing file using load bundle, and it happens that the names binded are arabic, and when i run locally they appear as should, only when i deployed to ora

  • Need help with a USB 760 by Novatel

    I have an Asus eee pc running windows 7.  I am trying to use the usb 760. I download vz access manager and try to set up modem, its says "no device detected" I have removed, re booted, unplugged, been to IT, been to verizon store, etc.  Nothing works

  • Iphone 4 updated to ios 6 last night and cannot make or receive phone calls

    How to fix it?!!!! I am sooooo freaking out!!!