Statistics on automatic processed payments by the electronic bank statement

Hi fellow sap knowledge hungering colleagues.
I have set up the EBS application in my company and it has now run for 4 month with ok success.
I now have to do a follow-up on the project and therefore I'm interested in seeing how many payments have been automatic processed by the EBS application.
I cant seem to find any characteristics on the payment documents that separates the ones that have been automatically processed and those that have been post processed in the FEBA transaction. When each statement is imported you get a sum up on how many pay-ments where automatically processed but is it possible to see overall statistics for all the statements and if not is it possible to recall the statistics for each imported statement?

Hi,
the bank normally includes the details provided by the customer in the bank statement.
depending upon the information provided, the user can clear the customer line items. In order to auto clear using EBS, you can use enhancement FEB00001. You can have your logic to auto clear.
also refer the Note 494777 - Customer enhancements in electronic bank statement.
Thanks

Similar Messages

  • OFX Payment and OFX Electronic Bank Statement

    Dear All,
    Iu2019m facing  with OFX  (internet payments) in Canada. Note 395679 speaks about OFX format managed with PMW. How is that format called in sap ? I look for in PMW using tcode DMEE.
    I also  found some standard transaction(FEBOFXN and others like OBOFXBUS  for the settings) for OFX payments and Electronic Bank Statement management. Where I can find some standard documentation ? Is a
    Is there someone who has experience with this issue ?
    Thanks in advance for your cooperation.
    Regards
    Paolo Lancioni

    check these,
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/10/31f724ca6311d387f6080009b423f4/content.htm
    http://www.sapdb.info/configure-electronic-bank-statement/
    Regards,
    Ravi

  • Electronic Bank statement

    Hi,
    We are planning to use F110 transaction to generate the automatic payment advice(with payment orders) and it will be sent to Bank.Once the payment is made,I understand that the Bank will send the electronic Bank statement based on which we can clear  the vendor open items.We like to simulate the clearing process based on the electronic Bank statement.
    Can any of the forum members provide a sample electronic bank statement.It will help us is understanding the clearing process.
    Thanks in millions,
    Leo

    hi
    i have seen your posting at forum in service.sap.com REGARDING ELECTRONIC BANK RECONCILATION.
    In the reply you made regarding EBR you have mentioned about two options for f110. Actually our banker requires a unique identifier for eact electronic transaction. i have configured DME and getting text file for each APP run. however i was wondering how clearing will be done while receiving advice at day end and statement at month end.
    Your reply seems to match my comapanies scenario however you are requested to more clarify about your forum reply.
    what is option no. 2
    2- Close Vendor and post to an Out of balance sheet account. When receiving bank statement you have to post to this Out of balance sheet account(which is then closed) and bank account. In this way you have a clear picture for your bank accounts.
    How setting of this is done. R u talking about payment order.
    what is account gour of Out of balance sheet account.
    what is entry passed when you do app run.
    what is the way to do bank recon and payment advice upload.
    thanks
    s ap

  • Electronic bank statement with CTX payment advice

    Hi:
    I'm trying to figure out how I can process an electronic bank statement that contains the payment advice embedded as a CTX addendum. I'm finding info how to issue an ACH and add the CTX addendi. But how can I process it when that info comes back from the bank on the electronic bank statement and I'm on the receiving end of that transaction?
    Of course I'm looking to clear the corresponding customer open items along the provided payment advice info.
    I do see an interpretation algorithm 032, which will look at a payment advice that has already been received prior to the bank statement. That's close, but not quite it.
    Maybe the answer is 'functionality not available in SAP standard' and that will be just fine. I've got the list of all the various enhancement points for the process and if that's the route I need to take, I'll be on my merry enhancing way...
    Any pointers highly welcome!
    Thanks
    Stephen

    Hello,
    From FF.5, if you are using interpretation algorithms 11, 12 or 13,
    the check encashment date ( PAYR-BANCD ) will be updated in PAYR when
    the check is neither voided nor cashed. The relevant code is as under
    RFEBBU10. Source Code :
    CASE FEBEP-INTAG.
          WHEN '000'.                 <- A when for every Int. Algorithm
          WHEN '011'.
                PERFORM SEARCH_CHECK_IN_PAYR.
    FORM SEARCH_CHECK_IN_PAYR.
      check is not voided nor cashed
        SELECT SINGLE * FROM BKPF WHERE BUKRS = FEBKO-BUKRS
                                    AND BELNR = PAYR-VBLNR
                                    AND GJAHR = PAYR-GJAHR.
        IF SY-SUBRC = 0.
          PAYR-XBANC = 'X'.
          PAYR-BANCD = FEBEP-VALUT.
      So, the field PAYR-BANC is always updated with FEBEP-VALUT
      (Value Date) and there is no standard way to avoid it.
    If the check number in the statement is wrong, then the interpretation
    algorithm could not update the encashment date. The interpretation
    algorithm run only when the electronic bank statement is loaded
    (hence only once) and not when FEBA is processed.
    In FEBA (SAPMF40A), there is no further update in PAYR, and hence you
    need to go to the Cheque Register and change the date manually in this case.
    Check Note 115147 for further information.
    Regards,
    REnan

  • Electronic bank statement processing failed with error

    Hi All,
    While processing the electronic bank statement incoming file, it created an error like
    'Total of Line Items in line item file not the same as in statement file"
    how do I check if the control totals matches..?
    rgds,

    You should give the exact message, with message number.
    If it is FB 777, "DTAUS: Number of line items not equal to control total; see long text", you should see the long text. I think it contains sufficient information:
    Text                                                                               
    DTAUS: Number of line items not equal to control total; see long text
    Diagnosis                                                                               
    data records of record type 'C' were handed over in the file you    
        imported. There must be  data records according to the control total 
        from the fourth field of record type 'E'.                                                                               
    Processing was therefore terminated.                                                                               
    The DTAUS file was not imported into the bank data clipboard. No     
        postings were generated.                                                                               
    Procedure                                                                               
    Inform your credit institution about the error which has occurred and
        let them give you a correct DTAUS file.                                                                               
    No actions are necessary in the SAP System.

  • Electronic bank statement in Foreign Currency

    Hi,
    We have set up the system so as to create a payment order when automatic payment program is run. Now, we have a scenario, where house bank is in local currency - SEK. This is used to pay the invoices in foreign currencies USD, DKK etc using automatic payment program. The electronic bank statement  we receive from the bank has transactions in different currencies. We convert this  to multicash format using DME engine, mapping the amounts in local currency to the statement and item file.
    When  try to clear the invocies by importing this multicash statement, following error message is generated.
    Message no. F5794 i.e. XXX  is not a payment order for currency XXX. Correction required.
    Any ponters to solve the issue.
    Appreciate the help in this regard!
    Thanks
    /Vartika

    Hi Narasimhulu,
    Thanks for your reply.
    The thing is, payment orders are in a foreign currencies - USD , EUR etc. The clearing account is in local currency SEK. The bank statement has amounts both in order currency as well as local currency for every order. But when we are clearing using multicash, we are trying to pass the amounts in local currencies for each order. This is because,  as far as i understand, it is the currency in multicash statement file that is used for clearing . And there can be only one record in  multicash statement file. So we have to use the local currency for clearing.
    EBS:
    1  Payment order 1 - 1000 USD = 7000 SEK
    2  Payment order 2 -2000 EUR = 18000 SEK
    Multicah Statement File :
    25000 SEK
    Multicash Item File :
    Payment order 1 -   7000 SEK
    Payment order 2 -  18000 SEK
    Or is there any other way of handling it ?
    Many thanks again!
    Regards,
    Vartika

  • Electronic Bank Statement and IHC update

    Hi SAP Gurus
    We are to configure the electronic bank statement in SAP to import all of the items such as deposits, checks, fees, ZBA's, etc for each Real bank account into the IHC (In-house cash) treasury company.  Real Bank accounts are represented within IHC as Current account as well as Subsidiary companies.
    Could any of you advise how to confirugre EBS in FI which will update Current account in IHC? Could you please guide me in details which configuration items I need to do within IHC (i.e. how to determine what IHC account corresponds to each real bank account)
    Also how would I be able to configure IHC's Current Accounts (i.e Subsidiaries) to reflect ZBA physical sweeping cash movements between IHC company and Subsidiaries from EBS in FI?
    Thanks for your advice.
    taro

    Hi Taro,
    On uploading the EBS in the HQ/FI, there are basically 4 steps to post a payment order in IHC:
    1. Determine if the bank statement items are IHC related
    This is done successfully only if the account determination from payment notes or from external bank account is maintained correctly (see point 2).
    2. Determine the IHC account (corresponds to the subsidiary) from either -
                a. the payment notes OR
                b. from the external bank account in the EBS
        You need to customize this in the following IMG node
    Financial Supply Chain Management -> In-House Cash -> Account Management ->Payment Processes in In-House Cash -> Central Cash Receipt / Incoming Bank Statements -> IHC Account Determination from Payment Notes (OR IHC Account Determination from External Bank Account).
    3. Determine the clearing partner account where the offset posting can be made
    This can be customized in the following cutomising node:
    Financial Supply Chain Management -> In-House Cash -> Account Management ->Payment Processes in In-House Cash -> Central Cash Receipt / Incoming Bank Statements -> Set Up Account Determination for Incoming Payment
    4. Find the IHC transaction type for posting the payment order; to be cutomised in the following node:
    Define Transaction Types for Incoming Payment -> Define Transaction Types for Incoming Payment
    With this you should be able to post a payment order in IHC.
    Hope this helps!
    Best regards,
    Sidhartha

  • FF_5 : Electronic Bank Statement.

    Dear All,
    Need to get some inputs regarding t-code FF_5 (EBS).
    1. When we import electronic bank statement (swift format) where is the entries are getting stored in the table level.
    2. Can we create some customized field in the program through IMG, if so how to we do that.
    A stet by step procedure is required.
    Best Regards,
    Rajagopalan

    1. When we import electronic bank statement (swift format) where is the entries are getting stored in the table level.
    FEBKO
    FEBVW
    FEBEP
    FEBRE
    2. Can we create some customized field in the program through IMG, if so how to we do that.
    please have a look at note 494777. there are several user exits, open-fi events, badi, .. for enhancements in the electronic bank statement process. maybe you can avoid a modification in the tables with these enhancements. moreover you can use BDC fields in transaction FEBAN (subsequent processing), if you want to fill certain fields in the posting, which are not included in FEBAN.
    For Example: fill the taxcode in the subledger posting
    ("sorry, can't remember all the fields by heart")
    BDC-fieldvalue1 = V1
    BDC-fieldname1 = BSEG-MWSKZ
    BDC-("account type") = 1 (first line, subledger posting)
    Br, Philipp

  • Electronic bank statement upload to SAP....?

    HI experts,
    plz can any body pass some inputs on electronic bank statement.
    we have received the electronic statement from bank recently and want to upload it to SAP.
    we try to use the TCODE: FF_5 to import the statement.
    but in that tcode need to specify the statement file and line item files.
    actually whatu2019s that files mean ..Where we have to generate those two files from the existed electronic bank statement wt we received fromt the bank.
    and those file should be in which format...?
    plz advise i have not worked on the electronic bank statement before....
    i have done all the related configuration settings in the system... i have assigned the external transaction type MC ( multi cash format) to My bank Key in the config.
    if u have any documentation and file formats please send i to me to sandhya.rani at issconsulting.net
    thank you very much...
    Sandhya Reddy.

    Hi Sandhya,
    For this you need to do a lot off customizing and testing, perhaps to imlement an user exit.
    When you have activated EA-FIN you have more options.
    The setup is different by country, bank, record format,.
    Have a look in customing and click on help. There are some examples available.
    SPRO: Financial Accounting /Bank Accounting/ Business Transactions /Payment Transactions /Manual Bank Statement
    The first step is to look to your bank statements from the last year and write down all possible cases and how you post it. (Like customer invoice, bank transaction code XXX in the text you will found the invoice number, bank costs, interest, slaery payments,......)
    Based on this you can set-up the rule's (customizing - User exit)

  • Error in uploading MT940 format - Electronic bank statement

    Hi
    I am configuring the electronic bank statement.Here I am able to do so using the Swift MT940 international format. Bank Statement is imported and postings made to bank account.
    One bank will provide the data in MT940 format. I tried using the MT940 file directly, however I get the message - Account statement not updated.
    Please help to reslove the error
    Regards,
    Mahendra

    Hi,
    As Nikhil said,  we have two different files in MT940 (structured and unstructured). Select correct one while processing.
    And also check if you maintain external transactions and posting rules for them in the configuration.
    Thanks.

  • FEBA - electronic bank statement - change posting rule

    Hi Experts,
    When processing the electronic bank statement in FEBA, there was an error in one of the lines. The status of the line is ' To be posted'.
    I need to change the posting rule (internal transaction) but i hit this error - Item would not be posted in new transaction; transaction not changed. Message no. FV 715
    Any idea how I can proceed?
    Please help. Thanks!
    -Charlene-

    Hi,
    I guess the bank statement is loaded in the system. If yes then , in addition to the above suggestions, delete bank statement, configure new rule and again run the bank reco. This is because once bank statement is loaded you cannot change posting rule in FEBAN. And also the bank statement number gets updated in SAP.
    Regards
    Milind Sonalkar

  • Electronic Bank Statement - Reg

    Hi All,
    I have configured the Electronic Bank Statement for multicash format. The entries are flown correctly from clearing Account to Main Account once you import the multicash format. We are working SAP R/3 4.7 In this format in Note to payee 1 column bankers captured the cheque number and in note to payee 11 column they captured deposit slip Number.
    When we post the receipt entry we capture the cheque number in assignment column and deposit slip in the reference 3 column.
    After that entry when we import multicash format and subsequent posting to main account system should check the note payee 1 with (Assignment) and note to payee 11 with reference 3 if both are matching the entry should post from clearing account to main account. If any thing is not matching the entry should not pass and system should show that item in error.
    Then user has to run the manual process I have tried with interpretation algorithm also but system not even checks single item. Systems are not throwing any error item.
    Regards
    Venkat

    I tried with both
    :61:0805160516DD114,00NCHK100025//100025
    :61:0805160516DD114,00NCHK100025    1//100025    1

  • BAI file clearing cheque outgoing sub account - Electronic Bank Statement

    Hi,
    I am facing problem with clearing the cheque when uploaded bank statement through FF_5 (electronic)
    If I use the following file, there is no problem in clearing the cheque (this prepared by me for test purpose)
    01,EBSTest,EBSTest,101005,0944,1,99,99,2,,,,,,,/
    02,EBSTest,609242,1,101005,0944,GBP,,,,,,,,,/
    03,0077503702,GBP,010,200000,,,015-100000,,,045-100000,,,/
    16,475,100000,Z,,,Check #150000,,,,,,,,,/
    49,100000,99,,,,,,,,,,,,,/
    98,100000,1,99,,,,,,,,,,,,/
    99,100000,1,99,,,,,,,,,,,,/
    The following is the real file (where it is failing to recognise the cheque number)
    16,475,52378,0,GB84197,0000000027827/
    88,YOUR REF=027827,CHECK NO=00027827,REMARK=RPS BATCH 26390434 027827 SECTION 1
    88, ITEMS 027827
    I tested interpretation algorithms 11 and 13, but still not use.
    Can you please tell how can I clear the items in sub account (cheque outgoing account) based on the cheque number when I upload the bank statement.
    Any valid suggestions will be highly apprecicated.
    Regards,
    Ravi

    Thank you very much for your answer.
    I tested with leading exactly same as FCHN but still somehow it is not working. Changing the electronic bank statement manually may not be possible due to security concern. They the bank statement is week and it has high volume of entries.

  • Configuration / Uploading of Electronic Bank Statement Steps

    Hi
    I have confirgured the electronic bank statement functinality, I have used interpetaton alogrithm as 015, In Assign External Transaction type to posting rule, we have only two exteranal transaction 1001 for Credit and 1002 for debits in bank, we have assigned posting rule Z1 to external transction 1001 and Z2 to 1002.
    I have received the following bank statement in multicash format.
    Line Items File UMSATZ.TXT
    Bank
    Account
    Statement Number
    Value Date
    Blank column
    Text
    Blank1 column
    Blank2 column
    External transaction code
    Reference
    Amount
    Curr
    Blank3 column
    Statement Date
    Header File AUSZUG.TXT
    Bank
    Account
    Statement Number
    Date
    Curr
    Opening Balance
    Credit
    Debits
    Closing
    Kindly advise the step to upload the above files and how the system will identify the reference column and external transaction from the statement to post based on above configuration.
    Basically I want to ask that we are aware that bank statement  have this column, but how SAP will identify the same and post.
    Awaiting for early reply.
    Best Regards
    Mukesh Mokashi

    Hi Srikanth
    I have executed the test program, the system has posted three documents document pertaining to GL accounts as mentioned below:
    1. G/L acct postings
    Cash disbursement
    00011 FB01  SA        001  40  215019      INR       30,000.00-
                                       002  50  215002      INR       30,000.00
             Document 25000037 was posted in company code 1000
    Outgoing checks
    00012 FB01  SA        001  40  215019      INR       31,000.00-
                                       002  50  215001      INR       31,000.00
             Document 25000038 was posted in company code 1000
    Outgoing checks
    00013 FB01  SA        001  40  215019      INR       32,000.00-
                                       002  50  215001      INR       32,000.00
             Document 25000039 was posted in company code 1000
    Files created
    LI file
              C:\Documents and Settings\10000058\Desktop\UMSATZ1.TXT
              Lines:                3
    Stmt file
              C:\Documents and Settings\10000058\Desktop\AUSZUG1.TXT
              Lines:                1
    2. For Customer Open Item it has show error as "(GLT2 001) Item category 04000 not allowed in accounting transaction 0200 /0001"
    Point No.1
    I am confused what system has performed and how the GL codes are picked for posintg for point no.1, further the message
    shows files are generated, the file contents are blank.
    Point No.2
    Error for customer open item creation
    Can you please explain the above points.
    Best Regards
    Mukesh Mokashi

  • Electronic bank statement upload - SWIFT MT940 format...

    Hi All,
    i am first doing the electronic bank statement upload to SAP.
    i already done the related config for this.  i did check with my Client bank about the statement format and they able to provide the statement in SWIFT MT940 only not in multi cash format.
    Is any body done this before i mean upload the MT940 format to SAP. If so please share your experience with me.
    i need:
    1) The format of SWIFT MT940 file.
    2) Is any SAP notes related to this format?
    one important thing is -> 1) is this SWIFT MT940 format got two files(statement file  and line item file )  like mult icash format  or only one file.
      2) if this format got only one file  in which field we have to use  to upload this file in TCODE. FF_5. -> Line item field or statement filed.
    Thank you very much.
    Sandhya

    Hi ,
    Check SAPnote 13283. This has information on
    Multicash
    SWIFT MT940
    DTAUS
    BAZ
    MAOBE
    SAP.TXT and SAPKURZ.TXT
    Also you can see the link  http://www.swedbank.lv/lib/en/SWIFT_MT_940_formata_apraksts_ENG.doc
    for the detailed description of SWIFT MT940 File.
    Hope it helps
    SJ

Maybe you are looking for

  • Transfering reports to other publisher server

    Hi all, First of all, all the best wishes. Is it possible to copy the reports that you made on a 'devolop' publisher server to a 'test'publisher server, and so on? Or what are the best pracitices to work with this problem? I can't find anything about

  • Cannot view Armenian font

    Hello Friends, I am using a blackberry 8310 and anytime I try to view Armenian text on the browser all I get is a blue, filled-in square. For example, if someone writes something in Armenian characters on Facebook and I go to view it, it will show up

  • Exception thrown by OCIStmtFetch

    Hi. We've run into strange issue with OCIStmtFetch. It throws exception but i didn't find any information about what exceptions could be thrown by it in the documentation. By documentation this function only returns error codes but not exceptions. We

  • Master Data Overwrite/Addition

    Hi Mates,   Would just like to know if I keep re-executing Master Data Info Packages, does the Master Data get's replicated or get's overwritten   Thanks in advance

  • Working with APIs for Dummies

    All, So I want to get into working with HFM and FDM APIs and am not sure the best place to start. I have great knowledge of VBA, C++, and javascript coding, but haven't dabbled too much into VB. The other day I was messing around with the FDM API exa