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

Similar Messages

  • Electronic bank statement MT940 post with FB05

    Hi expert,
    I am configuring Electronic bank statement with MT940 (field 86 unstructure) format and when i upload the text file in FF_5. The system will post to FB01 but i would like to post FB05 and searching for vendor open item and make clearing.
    My text file as below:
    :20:20100524
    :25:50070010/10000100
    :28C:20210/05
    :60F:D100524EUR346
    :61:100524DX50NC01//CHQ
    :86:C01?20?1500000002?145001
    :62F:D100524EUR396
    Please advice which field or word i need to change to post with FB05?
    Thanks.
    regards,
    ng chong chuan

    hi  Anand Raichura,
    7 Clear deb.subledg.ac & 8 Clear cred.subl.acct is maintain in create account symbols? or assign accounts to account symbol? or create keys for posting rules? or define posting rules? or create transaction type? or assign external transaction types to posting rules? or assign bank account to transaction types?
    Beside, is my text file as below is correct? or need to add some word to define on FB05 vendor clearing?
    :20:20100524
    :25:50070010/10000100
    :28C:20210/05
    :60F:D100524EUR346
    :61:100524DX50NC01//CHQ
    :86:C01?20?1500000002?145001
    :62F:D100524EUR396
    thanks.
    regards,
    ng chong chuan

  • Electronic bank statement importing error

    Dear Guru,
    We've just upgraded support package upto last version and then happened to see errors while importing account statements in SWIFT MT940 format.
    Message says,
    "House bank table: No entry with bank key  and acct 40443751657275"
    Procedure
    Maintain the house bank tables.
    Actually, there are bank key, account number in SAP.
    This error message is somewhat misleading.
    Is there any special programe to generate "Electronic bank statement"?
    Thanks for advice in advance.
    J.

    Look like there is a solution if we put bank account number in alternative bank account number also.
    Take a look at this thread.
    MT940 :No entry with bank key  and acct

  • Electronic Bank Statement BAI file format

    Hi,
    I am trying to upload electronic bank statement with BAI file format. When I select the file and executed in FF_5, it is not giving any error. Nothing is happening. The same file I have used I was able to upload it. I am searching where it went. I have maintained complete configuration.
    Then I have prepared a simple file on my own in text format, that simple file is working fine and able to upload.
    Can somebody have any idea why it might have gone wrong?
    Thanks in advance.
    Ravi

    all the file lines are filled with " in the beginning and at the end. Then I replace all those " values and I am able to upload the file. I am not sure how these " values are placed in the file.

  • GL account issue with Electronic Bank Statement

    Hi Gurus,
    I need your help and advice with the following issue. We are using ECC 6.0 and have implemented electronic bank statement. It is working fine but we havea new requirements.
    Presently all the incoming ACH (ACH in) are being posted to one GL account set- up for such payments +++++++++1. Going forward, we want to post customer incoming ACH payments to seperate GL account and all the other incoming ACH's should keep on posted to the old account +++++++++1. I do not have exposure to configuring EBS and not sure how should I configure this.
    I would really apreciate if you can guide me with step by step details to do this set-up.
    Thanks,
    Best Regards,
    Shalu

    Usually ACH in or outgoing, the corresponding bank will send you a code.
    so once you get into the config item for EBS
    1. you create account symbols( ACHPAY and ACHPAY2) and assign accounts (++++1 and a debit account ++++2) respectively
    2. Create posting keys, usually this is mimicked with a Z attached to the bank code for ACH payments (EX: 675 is the BAI code for ACH, create a posting key with Z675)
    3. create rules for the same posting keys like debit and credit account symbols, doc types, what kind of postings it should post( clearing entry or posting to GL)
    4. Create a transaction type and in the following step create external transaction types (usually bank BAI codes) and map them to posting rules and the processing types
    5. finally map bank accounts to transaction types

  • 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

  • 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 customer payment and invoice(s) clearing

    Hi there,
    I am configuring electronic bank statements and wanting to "increase the hit rate" of automatic clearing. For this, I have configured postings, posting rules, etc. and I am testing on a bank statement we receive from the bank (this is ABN Amro in Germany) and all works fine. I see it with FEBA and the line items are posted to GL ok. I then configured the define search string for electronic statements to search in the note to payee our invoice numbers, which also are our document numbers, that the customers pay. I linked the search string use to algo 20 Document number search. I also changed the external transaction type assignment so that the appropriate posting rule refers to algo 20 too. When I use the simulation prog FEBSTS, it shows me all the documents found in the note to payee of all the items, and displays the document numbers found that match the note to payee for the few cases I have set-up for testing. All this look to me very good.
    My question is as follows. Despite the above, when I get to FEBA to post/clear the posting area 2 of the matching cases, SAP links to FB05 and asks me to select line items first of all, expecting that I enter either the customer id, or the document numbers. I don't understand this, and I don't understand why it does not get automatically to the matched documents and clear them automatically. I very probably am missing something, but I don't know what and I am somwhat stuck.
    I would very much appreciate some hints as to what to do to make this work.
    I thank you in advance.
    Jean
    PS. We are running SAPKH47025
    Message was edited by:
            Jean Weyrich

    Thks Ramesh for the hint but this did not change, although I changed this table so that it looks for BELNR only for all account type D.
    When I hit save on the FEBA_bank statement line item to clear (in Posting Area 2)SAP brings me to the FB05 screen asking for either customer id or document no (invoice). If I feed this then it would clear the invoices I have prepared. What I would like is that SAP finds out these invoices by itself using the search I have configured which seems to work ok from the simulation transaction FEBSTS. Well when I say it works ok, this is because I see the invoice numbers that have been mapped, have been found. I also see in the Cat column the field BELNR, I see however that the column Partner remains empty (should that be filled with the customer number ?), and lastly I see that the last column Partner Type is a D for customer which looks OK.
    If by any chance you have another path to drive me that would be great. Many thks

  • Issue with electronic bank statement upload

    Hi All,
              Presently I face an inssue in posting electronic bank statement upload (Tcode - ff_5).
    The scenario goes like this.
             First we do payment to vendor using 'f110' transaction.Here the document currency is different from local currency.Let us say we paid 100 EBP i.e, approximately 177 USD.
    After the payment we get statement from Bank (in this case BAI format).In the bank statement due to exchange rate difference the amount will not be exactly 177 USD but slightly different like 185 USD or may be 170 USD.
           At this point we have to upload this statement using transaction 'FF_5' to system.Here obviously the differential amount goes to the system ( 185 USD or 170 USD).
    Now the issue is we have to post this difference amount like USD 8 or USD 7 to a specific GL account ( 11800 or any other GL acc number ).
    The 'FF_5' transaction updates the tables 'FEBKO,FEBEP' by using the programs 'RFEBBU00',
    'RFEBBU10'.There is an exit also like 'FEB00001'. We can put this difference amount in one of the fields of FEBEP table by using this exit.
       But the point I don't know is how to post this difeerence amount 8 or 7 USD to a specific G/l account ? I could not locate in the above program 'RFEBBU00' where the posting happens ?
    Thanks for any help.
    Vinod.

    Hi Sharaad & Naga,
                         Thanks for the replies.One more doubt, Will I have to use these function modules inside the exit or do I need to change the sap standard program to incorporate these FM calls ?
    Thanks
    Vinod.

  • Electronic Bank Statement - Check register not updated with encashment date

    I need help in Electronic Bank Statement. After uploading the bank statement file, i got the document number posted, but when i looked in Check register for the checks it's still showing up as outstanding check and there is no encashment date updated with this check.
    We received file from bank in BAI format and use t.code ff_5 to upload the bank statement file. Algorithm 011 already assigned in Config. Please help me to solve this issue.

    Encashment field did not get updated....
    This happens to us in the following instance...
    Our checks numbers are as follows with zeroes in front... 0000000121558
    The BAI file from the bank has the number listed as 121558. We have a process to convert the BAI file to a .txt format and add seven zeroes in front of the number in the file before processing. We had a new user that forgot this step. Without the zeroes added to the file to match the check numbers, our encashment field did not get updated. We had to do it manually.

  • 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 Determining Incorrect Business Partners

    Have an issue with some electronic bank statements we import into SAP. Several of the line items we get from the bank identify the incorrect business partner when creating the payment advice. We are using intepretation algorirthm 001 to interpret the Note to Payee field in the statment.
    We do have 5 search strings in place which do successfully replace the text in the Note to Payee and replace with the vendor #. These work just fine.
    What is weird to me is that when I repeat the issue in another environment and simulate using FEBSTS, it is finding "document numbers" that are text strings and somehow determining the vendor from that. I cannot figure out what logic it is using to do this and why it thinks that when it sees ABCDEGF in the Note to Payee it should be for vendor 1234555, for example.
    These are files from Citibank and the Note to Payee field is in German if that make any difference. The easy solution is to setup search strings that correspond to the text found in there like we do for the other 5 instances which would solve it but we probably won't catch all instances upfront and this issue will still be present;
    Thanks in advance for any assistance.

    Anyone?

  • 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 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

  • EBS - Electronic Bank Statement Multiple Posting Rule for One External Transaction Type NTRF

    hello SAP Gurus,
    I'm configuring EBS - Electronic Bank Statement. My requirement is for Bank External Transaction Type NTRF <for Incoming Payment> I want to assign 2 posting rules for Posting Area 2 that is Sub-Ledger posting viz. <1> For the payments received from Customer which should clear the Customer Open item since it is bill to bill exactly matching the open line item and <2> For the payments which should not clear the Customer Open item since i know that they are not bill to bill and only partial against the original line item
    Is this possible? if yes then how?
    Currently, SAP allows only one assignment like one external transaction type NTRF => one Posting Rule <either clear the sub-ledger-system picks FB05 or just post on Sub-ledger so that not to clear - system uses FB01 >
    Journal for Posting Area 2:
    Bank Clearing Account Dr
       To Customer Account Cr  <either set this to clear with original invoice / or just post on customer so as to clear/handle it manually later on once paid fully>
    So, what is the solution; how can i differentiate my incoming whether fully payment or partial payment; since bank statement always tag it to external transaction type NTRF always for any incoming payments !
    regards,
    `raj. 

    Hi,
    You cannot create separate rule with sub ledger postings while executing electronic bank reconciliation.The reason is your bill to bill transfers should posted to bank sub ledger account first and then you can write a BDC to clear sub ledger account.Otherwise use F.13 to clear the sub ledger account.
    Regards
    Chrishantha

Maybe you are looking for

  • Itunes messed up my restore and now doesn't see my ipod. What should I do?

    I performed a restore on my Ipod Touch (bought new a couple of years back) and itunes tells me there was an error and the restore could not be completed. Nice that it still manage to delete all my information, contacts and goodness knows what else (I

  • Books imported from previous version of iPhoto

    We have recently bought a new iMac and installed iLife 09. We imported the iPhoto Library from our old G4 iBook which was iPhoto Version 5.0.4. The import went well, except that this new version of iPhoto has completely different themes for books. SO

  • Acrobat Form Permissions

    Hello! We're trying to develop forms within our Marketing department that our Employees can use to email quotes, job orders, etc. to our customers. We build the forms in Acrobat and the employees can use Adobe Reader to fill them out and send to cust

  • Where can I find the amount of gb's a tv show has on the new iTunes via iOS6 for the iPhone 4S?

    The question above says it all. I tried to purchase a season pass for a tv show, but, I can't because I don't have enough space on my phone. I have a 16gb iPhone 4S (I already know how to make more space on my phone). I have 10.9gb's available. But,

  • Network Resource Pool design query

    Current Scenario - Two physical sites - Two SCOM Management servers assigned to perform Network Monitoring. Currently the proposed configuration is to have two separate Network Resource pools so that the network devices in each site is explicitly man