CM Open Interface - reference back to original bank statement line

we are using Open Interface for our bank reconciliation. we found that, the API APPS.CE_999_PKG.clear always send us the Open Interface Transaction amount as the cleared amount, and we have no visibility to the amount in the bank statement line.
eg:
bank statement line is $100
if a user manually reconcile this line with an open interface transaction line with amount $200, the status will changed to reconciled and the cleared amount is $200.
the cleared amount passed through the API to our customize program also $200.
how can we get the amount $100?
we are doing some GL posting for the cleared amount. getting $200 will caused us to do over post, as the amount we received only $100 (bank statement line amount)

Hi All,
I found this article, which explains about the bank statement mappings.
*Mapping BAI2, SWIFT Bank Statement Format Masking: BANK_ACCOUNT_NUM, BANK_TRX_NUMBER, BANK_ACCOUNT_TEXT, Agent Bank account number And Others [ID 752532.1]*
Based on this I defined a new bank statment mapping by coping the existing BAI2 mapping.
The only change I had to do was to change the position of the BANK_TRX_NUMBER to -2 and my problem got resolved.
Below is the question and answer as per the document.
Q2: Why following BAI2 datafile needs bank statement mapping as:
BANK_TRX_NUMBER 16 -2 and not -1?
16,581,156500,Z,813009392186700,000000002004/
A2:
The bank statement mapping you give to populate depends on where the BANK_TRX_NUMBER is in the data file: Example:
Rec 16 structure is as follows:
16,<transaction code>,<amount>,<funds type>,<bank ref #>,<customer ref #>,<text>/
In the rec:16,581,156500,Z,813009392186700,000000002004/
while the NUMBER appears to be -1 position however the text is assumed missing here and hence the
BANK_TRX_NUMBER 16 -2 will work.
Thanks and Regards,
MPH

Similar Messages

  • Bank statement lines are unreconciled status even after the auto recon

    In Cash Management, Bank Statements Loaded, Imported and Reconciled, but for the AP Transactions bank accounts there are few statement lines that are in unreconciled status and few are in reconciled status.
    IN bank statement line the Error code was : No matching payment, No matching Open Interface transactions, No matching payment batch,

    Hi,
    1) please check whether you are using the correct bank statement for reconciliation in case if you have multiple bank accounts / Statements.
    2) Check whether the payments that were unreconciled were all functional currency or foreign currency payments ...in which case exchange rates might be causing this ..
    References:Autoreconciliation Execution Report Shows Exception No Matching Payment Batch [ID 166716.1]
    Autoreconciliation Has No Matching Payment and No Matching Payment Batch Errors for Foreign AP Payments [ID 1387334.1]
    Regards,
    Ivruksha

  • Match bank statement lines across mutliple operating units

    Hello,
    We need the ability to reconcile bank statement lines from a single bank account with transactions across multiple operating units. Any ideas how I can do this in Oracle R12?
    Thanks for your help.

    Horrible code. If defies logic and basic Oracle concepts...
    Why even use a package when monolithic cr@p like this is written?
    What is wrong with this code you may ask? Everything.
    What is right with this code? Nothing.
    How to fix this code? Cannot be fixed. It needs to be trashed. Every single infected byte. And new code needs to be designed and written that addresses the requirements logically, adheres to Oracle concepts, and applies fundamental software engineering principles.

  • Saving edited pics. When opened they go back to original.

    I have been searching online trying to find an answer with no luck but am sure this has probably been covered many times.  Anyways I am a newb...  I am trying to use photoshop elements 5 for the first time
    editing.  Once I get the pic tweaked to my liking I of course save it.  Now I would like to email the edited photo to someone who doesnt have photoshop.  I click save as and choose jpeg, tiff, jpeg2000, etc(tried all) and once I re-open the saved/converted file it is the original and not the edited version.  What is my problem?  Thanks!

    You don't enlarge them, all you're doing is zooming into them. Try cropping.
    Regards
    TD

  • CE: Autorec for Multi Bank Stmt Lines to one Receipt in Open Interface

    We have a requirement to auto reconcile multiple bank statement lines to a single receipt in the Open interface table. We are on 11.5.10.2 and unable to autoreconcile.
    Could some one tell me how can we automatically reconcile two bank statement lines (either in same bank statement or in multiple bank statements) to a single receipt in open interface table?
    FYI The transaction number in both bank statement lines and the open interface table are same
    Thanks,
    Ram

    We have a requirement to auto reconcile multiple bank statement lines to a single receipt in the Open interface table. We are on 11.5.10.2 and unable to autoreconcile.
    Could some one tell me how can we automatically reconcile two bank statement lines (either in same bank statement or in multiple bank statements) to a single receipt in open interface table?
    FYI The transaction number in both bank statement lines and the open interface table are same
    Thanks,
    Ram

  • Cash Management - Open interface - raise error

    in Cash Management - Bank Reconciliation, Open interface,
    APPS.CE_999_PKG.clear
    and
    APPS.CE_999_PKG.unclear
    i would like to check and if meet certain condition, i would like to raise error/exception, so that the Reconcile or UnReconcile can not proceed, how can I do that?
    i try to do a plsql 'raise exception', in ebs screen, show
    'FRM-40734: Internal Error: PL/SQl error occurred.'
    anyway to show the error msg in a popup msg box and/or display with more meaningful error message?

    Hi Brian,
    This is because, one payment/receipt cannot be shared by more than one bank statement line. This is why once payment/receipt is reconciled against a bank statement line, you can view this transaction only from reconciled screen.
    Regards,
    Kiran

  • Problem opening pdf of my bank statement using IM 9

    Has anyone else had this problem?  Since installing Internet Explorer 9 my Adobe reader will not open the PDF file for my bank statement.  Thanks

    "will not open" - what exactly happens instead?
    Do you use the 32-bit or 64-bit edition of IE9 ?
    Anyway, I have seen similar reports here in the forum, and I don't know what is causing this.  The easiest solution is to try with another browser, like Firefox.

  • Open FPGA reference - slow?

    I'm trying to do some data acquisition through a cRIO 9101 attached to DI, DO and AI modules. Right now, I have something like a Read AI VI in my cRIO application that opens the FPGA reference, reads the control (using the read control node), then closes the FPGA reference and returns the read value to the calling VI. My issue is that this seems mindbogglingly slow.
    I use this VI and the corresponding DI and DO VIs that are pretty mucht he same internally in a handful of places throughout my code and at least in one spot where I've timed it, it takes something like one full second to run this VI. The culprit seems to be the open FPGA reference VI.
    At this point, can anyone suggest what I'm doing wrong?
    Is this the right way to go about this, given that my access to the FPGA needs to be fairly scattered throughout my code?
    Should I perhaps just write the FPGA reference into a global variable and initialize it once at the start and use it everywhere from the global?
    An alternative that I've got going right now is to use the first call VI to only use the open FPGA reference once, then store the reference in a shift register.
    Both of these soultiuons create some issues with closing the FPGA reference. Can anyone comment if closing the FPGA reference is really all that necessary?
    Thanks,
    Chris

    My VI is fairly complex, I do single reads and writes in various locations throughout the code, but never repeatedly in rapid succession. To facilitate this, I had a subVI that just reads analog values from the FPGA and it is within this subVI that I had the sequence of Initialize FPGA ref. --> read --> close FPGA ref. This was the initial solution that was giving me trouble, each call to this sub VI would take a very long time.
    My solution right now is to initialize the FPGA reference once at the start of the application and store it in a global, then use that reference every time I do a read/write. This leads to not closing the reference until the application is done, which, in my application, really doesn't happen unless there's a system reboot, power failure, etc. So at the end of my application frequently, the reference will not get closed.
    I assume that opening the reference does not store any state information that would survive a reboot (i.e. storing something in flash), so not closing the reference shouldn't be an issue. If anyone has any information to the contrary, please let me know.
    Thanks,
    Chris

  • CE Bank Statement Auto-Reconciliation failure

    Hey guys,
    We have this problem about auto-recon not finding a match even if the bank statement line has an equivalent available
    transaction for reconciliation. I am guessing it doesn't refer to the amount as the matching criteria. I checked Oracle support but it's only the Journal entries that refer to line description as the only matching criteria and I have AR lines that are not auto reconciled.
    What am I missing?
    How do I set the matching criteria, be it AP, AR or JE??
    I'm sorry if these are such newbie questions..
    Thanks in advance!

    Hello.
    Does this helps you?
    Matching Bank Statement Lines with Transactions
    Reconciling bank statements in Cash Management has two major steps: matching and
    clearing.
    • Matching: Match a bank statement line against a Payables payment, Receivables
    receipt, Payroll payment, miscellaneous transaction, or open interface transaction
    using a transaction number (such as the payment or deposit number), bank
    account, amount, and currency. You can match a statement line against a Treasury
    settlement using date and amount. You can also match a statement line against a
    General Ledger journal entry. You can match a bank statement against a Payroll EFT
    payment by using transaction number and date.
    If matching criteria are not met, the statement line remains unmatched.
    For manual reconciliation, there are no restrictions for matching statement lines
    and transactions.
    • Clearing: Clear the transactions that are matched to the bank statement line, if the
    transactions have not been cleared previously. Only Payables payments, Receivables
    receipts, miscellaneous transactions, and open interface transactions can be
    cleared. Reconciled Payroll payments and General Ledger journal entries are
    matched but not cleared.
    Octavio
    Edited by: OctopusRex on Nov 4, 2009 2:55 AM

  • Bank Statement Loader Error

    I have been uploading my bank statements using the standard bank statement loader program in Cash Management for the past 10 years. We recently upgraded to version 12 and I had no issues. We upgraded to 12.1.3 last week and since then I amnot ablwe to upload bank statements to the interface table, whenI run the bank statement loader request, I get an error that tells me the bank statement is not in EDIFACT format. Our bank sends our statements to us in a text format and they are loaded automatically from our mainframe onto our Unix box also in a text format. Please assist me if possible, I cannot figure out how to upload my statements like I used to and I cannot figure out what has changed.
    Thanks
    Linda

    Hi Linda;
    Please see below notes,
    How to Reproduce Edifact Paymul Payment Format Program [ID 956166.1]
    How To Create New Bank Statement Mapping Template To Requirement, Latest Patch [ID 563476.1]
    Edifact Paymul: Format Payment Instructions With Text Output Ens In Error [ID 1120353.1]
    R12: XML Templates: EDIFACT PAYMUL FORMAT: wrong COUNT element [ID 1304222.1]
    How to Map 11i Payment Formats to R12 Payment Formats [ID 1220563.1]
    If you dont have issue wiht R12.1.1 than if you face this issue after 12.1.3 upgrade and if upper notes not helps than i suggest rise SR
    Regard
    Helios

  • Setup Bank Statement Processing for Belgium

    Hi,
    I need help with the setup of Bank Statement Processing for a Belgian system in version 8.8  (pl 16). This is an upgrade from 2005A.
    We installed the BTHF add-on and weu2019ve checked u201CInstall Bank Statement Processingu201D in the company details.
    Banks and house banks (2 banks) are set up according to the Belgian values to validate bank account data.
    However when I go to u201CBank Statement Processingu201D and select Country u201CBelgiumu201D I donu2019t see (let alone can select) the house banks that I set up.
    It almost seems like thereu2019s another table that needs to be adjusted, but I have no clue where that could be.
    Any ideas?
    Thanks,
    Josephine

    Hi Josephine Noah  ,
    Try this .... May it will help you...
    Steps to Reconciliation Bank Statement
    1) Select Review & Install Bank Statement Processing form to detail in business.
    2) Fill the informaion bank on the same window.
    3.After the need BTHF installed add-on add-on window management for the activation of the Import option on the bank statement process form (in banking module.
    4.Need to FD (Definination format) install of the same form by using this add-on, we make banking format (Indian Bank in the SAP format.
    Made using this format, then it should assign bank account level house.
    Administration> Settings> banking> bank account and select the column (import file
    Name), then new window will appear from this window we can create new file formate filled by relavent info (format name (SAP_TEST), make formate-type (account statement) to).
    Then assign file format (. BFP), from another add-on
    (FormatDefination).
    Click on the row that was added as a file format name
    After selecting the correct file name to update the file format setup form
    Here we show format to bank account
    For mapping based on the number of: -
    Now make this internal code that is used with external code link (which by bank provided) This code is the date the statement summery you use this code also recognize that the nature of the booking process at the time the bank statement processing (ie BP from used / to the account, property account from / to bank, interim account from / to bank account etc.)
    Administration> Settings> Banking> Bank Statement Process> Internal Bank operation code
    Administration> Settings> Banking> Bank Statement Process> External Bank Operation Code
    Banking> Bank Statement Reconciliation and external> Process statement form (if we're to import from a file, click here button, then select statement we file for processing)
    After successfuly import the bank statement file, it shows as a draft.
    If we account statement finilize then double-click on the same line to design, then new window opens
    If we import into SAP bank statement, if any open party invoive either A / P or A / R should reflect it to produce incoming and outgoing payments. Have assigned its totally dependent on what kind of accounting method users.
    Then customize SAP users or to reconcile all bank transaction. When the user double-clicks on row then new windows to open again for the setting.
    Thanks
    Manvendra Singh Niranjan

  • Bank statement generation

    Hi ABAP gurus,
    Please suggest me regarding a immediate issue. I have to generate bank statements in two different file formats. Already we have standard program which generates bank statements in IDOC format . Now the thing is i have to generate bank statements with another file format called MT940.
            Can i generate bankstatements second time for the same accounts on the same day.
    thanks&regards,
    Hemanth

    hi
    when u upload the electronic bank statement entries post to FI. there is no idoc to gereration as per as my knowledge.
    is there any interface using to upload the bank statement? or directly upload in SAP using T.code FF_5
    and Please explain what business process following? then i will try to explain.
    Regards
    Venkat

  • Electronic bank statement global setting and search string usage

    In electronic bank statement configuration, there are two major places to setup the data
    1) Make Global Settings for Electronic Bank Statement
    2) Define Search String for Electronic Bank Statement
    When bank statements are imported and possessed via FF_5, which of the above configuration will take priority.  I'm now using BAI2 bank statement

    The Global Settings are required for loading bank statements.  The Search String configuration is optional.  Search strings are used in to override and/or augment the Global settings.
    For example, you might have a BAI code that is used by the bank for 2 (or more) different types of postings.  You can only assign one posting rule in the Global Settings.  However, you can use a search string to assign a different posting rule to transactions based on the note to payee information.  So this is a case where the search string overrides the Global settings.
    Or you might have transactions that need to be cleared based on reference information from the bank statement.  You would assign the posting rule and appropriate interpretation algorithm via the Global Settings, however you might need a search string to get the reference information from the note to payee.
    Hope this information helps.
    Regards,
    Shannon

  • R12 CE Bank Statement Reconciliation issues.

    We are about to setup Cash Management on r12.
    AP and GL are already up and running.
    I have a couple of questions:
    1. I checked user guide of matching criteria for General Ledger Journals, but it's only the Journal entries that refer to line description as the only matching criteria, is this the only one? No date and amount?
    2. How can reconcile the multiple bank statement lines be matched against one subledger transaction. ie Journal? (manually or automatically).
    I am very new to this, could you anyone guide me how to proceed.
    Thanks in advance for your help!

    Please refer the below documentation:
    How To Reconcile Multiple Statement Lines To One Receipt or Payment or Journal Lines and related Q/A (Doc ID 420940.1)
    Regards,
    Ivruksha

  • Choose Posting Date when entering Bank Statement

    Version: 2007A SP00 PL49 (and newer)
    Problem: Because of SAP note 1296726, you have to use the bank statement date as the posting date for the corresponding journal entries and reconciliations.  This is not flexible: if I have a bank statement of 24/06/2009 and I want to reconcile an invoice with posting date 30/06/2009, I get an error: "Reconciliation date must be on or after the last posting date for
    transactions selected for reconciliation Message 3821-3".  Using 30/06/2009 as posting date for this particular row is not possible because the posting date of the bank statement is 24/06/2009 and you will get the same error again because you reconcile that row JE with the total bank statement JE at date 24/06/2009 containing a journal entry on 30/06/2009 (namely that row JE).
    Since PL49 and the fix of SAP note 1296726, it is no longer possible to use a different posting date and bank statement date and this is the main cause of the problem above.
    Current Workaround: Don't reconcile the invoice when entering the bank statement and do this manually after you have finalized the bank statement.
    Proposed solution: Make an extra field "posting date bank statement" in the "Bank Statement Details" window where the user can choose on which day he can post his bank statement (just like in other documents like invoices, ...).  In the problem described above the user could choose 30/06/2009 as the posting date, but keeping 24/06/2009 as the statement date.

    >
    Avinoam Fraenkel wrote:
    > Pieter
    >
    > I had some feedback recently that the cumulative journal posting in the Bank Statement Processing functionality which is unique to the Belgian localization may in fact not be a general requirement from a business process perspective in Belgium
    This is true. I completely agree with that.
    >
    > If this is true then my preferred approach to solve this issue is to provide the standard Bank Statement Processing functionality to Belgium where each separate Bank statement line creates a separte posting with no collective cumulative posting being made.
    >
    > Please confirm if this approach will be acceptable to you.
    I'm not a business man, but an IT expert.  But as far as I know, your approach is correct.
    Before we used SAP in our company, our previous accounting software made only one journal post for each Bank statement.  This way, the (series) numbering of the journal posts correspond to the bank statement numbers.
    >
    > If so then I will need to do some further research and will consider this approach in our future version planning.
    >
    > Aside from the above I will add your proposal to the future change list but cannot currently guarantee if and when it will be implemented.
    Thanks for taking my proposal into consideration.
    >
    > In the meantime I would ask you to kindly use the workaround of performing manual reconciliations after bank statement finalization.
    >
    > Thank you for raising this issue and providing your solution proposal.
    >
    > Grateful thanks,
    >
    > Avinoam
    You're welcome!
    Regards,
    Pieter Verhaeghe

Maybe you are looking for