Bank Statement Interface update program for R12

Hi
Working on a custom pgm which runs like below
1.seeded bank statement loader pgm
2. custom pgm updates the CE_STATEMENT_HEADERS_INT and
CE_STATEMENT_LINES_INTERFACE tables
3.seeded Bank Statement Import Program
Anyone wrote a custom pgm(like in step 2) please let me know how to join
ap checks all and CE_BANK_ACCOUNTS tables.
In 11i there is ap bank accounts table and it has attribute2 column..Does 'atribute2' serve the same in R12 CE BANK ACCOUNTS TABLE also?
Also would like to know how to join between
--ar_batches_all and ce_bank_accuonts_all tables
--ap_inv_selection_criteria_all isc and ap_checks_all c and CE_BANK_ACCOUNTS
please advise
kp
Edited by: user12220718 on Feb 25, 2011 9:26 AM

Hi Tan,
Based on the external transaction type, you will link to the posting rules. Yes there are so many subfields, available if you see 61 fields, it tells you about the payment you have received/made, it gives the line item details of a particular transaction.
My sincere request is dont look at the bank statement and do the configuration. Do the configuration first and then SAP provides one program RFEBKATX. Using this program you can create a bank statement file and customer line items. Once after bank statement file is created you can import it using FF_5 and if your configuration is not properly made, it will let you know where you are missing. But this program will generate bank statement file in multi cash. How ever if your configuration is correct and if you are able to import bank statement, then there will not be any difficulty in importing MT 940.
Hope you understood.
Regards
Srikanth

Similar Messages

  • Re-Org/Update Program for Route determination

    Hi
    does anyone know if there is a Re-org / Update program for Routes ?
    I have added new routes, against Shipping conditions from NO and SE to many Western European Countries ,  and would like to update Sales orders/ deliveries with these new routes
    Many thanks for your advice
    Tony

    Hello Tony
    For the orders, if you have configured 'Define New Route Determination By Delivery Type', then route redetermination takes place  during delivery creation and finds the new route.  So I would say don't bother about fixing the orders.
    Just ensure you have configured these 2 items in IMG:
    LE/Shipping/Basic Shipping Functions/Routes/Define New Route Determination By Delivery Type,
            and
    LE/Shipping/Basic Shipping Functions/Routes/Define Allowed Actual Route By Proposed Route.
    That leaves open deliveries which are not PGIed to be taken care of.

  • Upload bank statements interface(with different layouts)

    HI
    My component is upload bank statements interface(with different layouts) .
    to which module it belongs exactly.And how to proceed with this....
    plz give u r sugessitions.................
    pavan kumar

    firstly go through the documentation and TRMs
    if you have any doubt in the coding . the send the code and errors encountered
    so, that we can help you.

  • ISSUE WITH SUPPLIER SITE OPEN INTERFACE IMPORT PROGRAM in R12

    I am facing issue while submitting supplier site open interface import program programmatically using fnd_request.
    I am uploading the interface tables with the mandatory data and running the standard Request Set for Suppliers.The program is creating the Suppliers but is unable to create the Supplier Sites.It is getting completed with no rejections as well as imported records.
    It is updating the Supplier Sites Interface table (ap_supplier_sites_int ) with status as rejected with no rejected records in ap_supplier_int_rejections table.
    I am using the following code.
    Step 1 - call set_request_set
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Calling set_request_set...');
    success := fnd_submit.set_request_set ('SQLAP', 'FNDRSSUB852');--'FNDRSSUB1703');
    IF (NOT success)
    THEN
    RAISE srs_failed;
    ELSE
    apps.fnd_file.put_line (apps.fnd_file.LOG,
    'Calling submit program first time...'
    END IF;
    -- Step 2 - call submit program for each program in the set
    success :=
    fnd_submit.submit_program ('SQLAP',
    'APXSUIMP',
    'STAGE10',
    'ALL',
    1000,
    'N',
    'N',
    'N',
    CHR (0)
    IF (NOT success)
    THEN
    RAISE submitprog_failed;
    END IF;
    apps.fnd_file.put_line (apps.fnd_file.LOG,
    'Calling submit program second time...'
    success :=
    fnd_submit.submit_program ('SQLAP',
    'APXSSIMP',
    'STAGE20',
    'ALL',
    1000,
    'N',
    'N',
    'N',
    CHR (0)
    IF (NOT success)
    THEN
    RAISE submitprog_failed;
    END IF;
    -- Step 3 - call submit_set
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Calling submit_set...');
    req_id := fnd_submit.submit_set (NULL, TRUE);
    IF (req_id = 0)
    THEN
    RAISE submitset_failed;
    END IF;
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Finished.');
    And in the interface table the record status is rejected and ther is no corresponding record in ap_supplier_int_rejections.
    but the supplier is getting created succesfully.
    ### Steps to Reproduce ###
    INSERT INTO ap_suppliers_int
    (exclusive_payment_flag,
    vendor_interface_id,
    vendor_name,
    segment1,
    vendor_type_lookup_code,-- set_of_books_id,
    status
    VALUES ('N', --'N',
    ap_suppliers_int_s.NEXTVAL,
    'TEST_REC4',
    4428813,
    'VENDOR', --2041,
    --rec_spl_site_bank_hdr.set_of_books_id,
    'NEW'
    INSERT INTO ap_supplier_sites_int
    (vendor_site_interface_id,
    vendor_interface_id,
    vendor_site_code,
    address_line1,
    city,
    state,
    zip,
    country,
    operating_unit_name,
    status --exclusive_payment_flag
    VALUES (ap_supplier_sites_int_s.NEXTVAL,
    -- VENDOR_SITES_INTERFACE_ID
    ap_suppliers_int_s.CURRVAL,
    -- VENDOR_INTERFACE_ID
    'REC_VDR_SITE4',
    -- VENDOR_SITE_CODE
    'REC_ADDR4',
    -- ADDRESS_LINE1,
    'REC_CITY4', --CITY
    'REC_STATE4', --STATE
    3442121,
    'US', -- COUNTRY,
    ' Test US Operating Unit',
    'NEW'
    );

    Hi
    I have the same issue with ap supplier sites interface program .. Did your problem got solved..I will be thankfull for any help
    Thanks

  • Bank Statement Interface

    I'm working at a site setting up Cash Management for the first time in the UK - they want to import bank statements using Barclays Business Manager software - the format that seems most useful is BAI - does anyone have the specification of the fields in a BAI format file and / or written this interface in the past ?

    Hi Tan,
    Based on the external transaction type, you will link to the posting rules. Yes there are so many subfields, available if you see 61 fields, it tells you about the payment you have received/made, it gives the line item details of a particular transaction.
    My sincere request is dont look at the bank statement and do the configuration. Do the configuration first and then SAP provides one program RFEBKATX. Using this program you can create a bank statement file and customer line items. Once after bank statement file is created you can import it using FF_5 and if your configuration is not properly made, it will let you know where you are missing. But this program will generate bank statement file in multi cash. How ever if your configuration is correct and if you are able to import bank statement, then there will not be any difficulty in importing MT 940.
    Hope you understood.
    Regards
    Srikanth

  • SAP MT940 bank statement interface to SAP

    Dear expert,
    We plan to integrate the bank statement in SAP MT940 format to SAP. Can you please kindly share if you have any information on how to configure the SAP for uploading the SAP MT940 format?
    The configuration guide that I have is : FI Electronic Bank Statement from SAP R/3; based on this guide the recommended bank statement format is in Multicash Format.
    Thank you very much in advance for your kind assistance.
    Best regards,
    DTan

    Hi Tan,
    Based on the external transaction type, you will link to the posting rules. Yes there are so many subfields, available if you see 61 fields, it tells you about the payment you have received/made, it gives the line item details of a particular transaction.
    My sincere request is dont look at the bank statement and do the configuration. Do the configuration first and then SAP provides one program RFEBKATX. Using this program you can create a bank statement file and customer line items. Once after bank statement file is created you can import it using FF_5 and if your configuration is not properly made, it will let you know where you are missing. But this program will generate bank statement file in multi cash. How ever if your configuration is correct and if you are able to import bank statement, then there will not be any difficulty in importing MT 940.
    Hope you understood.
    Regards
    Srikanth

  • Using Bank Statement in Excel format for Electronic Bank Statement

    Hello Gurus,
    I have asked my bank for bank statement in the following formats MT940, SWIFT MT942, Multicash, BAI and BAI2 but they seem not to understand me and have not been able to provide that. I have been able to get the bank statement in Excel format and I will like to know how to develop the two TXT files that are required for bank statement upload. Does anybody have a suggestion of how to do the conversion?
    Thanks

    Hi
    There are various std SAP programs for file conversion. Goto SE38 -> and do an F4 with program name RFEB* or RFE*.
    You should get the list of programs related to EBS.
    Also just check whts the file format required for tcode FF67.
    One more thing will asking the bank for a specific fiel format, you just giv a reference of the file format which can be downloaded from internet.
    Hope this helps you.
    Regards
    Nikhil

  • Oracle EDI - Bank Statement Interface, Payment file to Bank and AR Auto Lockbox

    Hello,
    There is a need from the client to do setups for EDI - this is needed for Bank Statement Import from the Bank, sending Bank Payment file and also getting the Lockbox details. How is this done? What are the steps? What are the setup steps? Thanks,
    Arun

    Hello,
    There is a need from the client to do setups for EDI - this is needed for Bank Statement Import from the Bank, sending Bank Payment file and also getting the Lockbox details. How is this done? What are the steps? What are the setup steps? Thanks,
    Arun

  • 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

  • Problem with Submit statement into print program for delivery

    Hi all,
    i got a problem with the SUBMIT statement that i put into a print program associated to a delivery output message.
    If i print the message by VL02N or VL71, everything works.
    But if i associate the output with RV56ABST, the SUBMIT instruction isn't accepted and i get the message
    "Processor ABAP: POSTING_ILLEGAL_STATEMENT"
    There is any solution to this situation?
    Why i cannot use the SUBMIT statement in this case?

    Hi Simone,
    you could try to do the operation in a separate task (call a function in starting new task). This will decouple your current process from the new task.
    Cheers,
    Stefan.

  • Update Program for a Table

    Hi Experts,
    I have one table which is getting updated via a program, How can i know the Program name that updates this table.
    Thanks.

    Hi Karthick raz
    Can also try through the transaction SE11 placing the name of the table and then press the button "Where-Used List"  (ctrlshiftF3).
    Hope this information is help to you.
    Regards,
    José

  • RMCA0768 - LIS update program for info-structure S076 will not regenerate

    Does anyone know how to trigger this program to regenerate?
    I was able to regenerate S501 - S999 using RMCSISIGN via SAP note 99507.
    However this one remains a problem.
    Thank you,
    Michelle

    By the way this is a unicode problem.   The unicode flag is not checked on the program.  The program is $TMP program that is generated by SAP for info-structures.

  • When I try and download my Bank Statement for Microsoft Money using Firefox, Microsoft Money doesn't recognise the file.

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/816841''
    My bank, Alliance and Leicester/Santander provides a facility for downloading bank statements in various formats for use with accounting packages. I use Microsoft Money and can download my statements in a file format Microsoft Money recognises. This works fine with Internet Explorer. When I try the same process with Firefox I just get a generic "file" that Microsoft Money does not recognise and will not open.

    Error "has not been signed by a recognized distributor" | Launch Adobe applications | Mac OS
    Try Solution 1.

  • TR-EBS  SwiftMT940 mapping to an IDOC message FINSTA01 - Bank Statements

    For Treasury, we are going to move to the PI platform. We are currently using EDI.
    We start the process by requesting Citibank(GXS operations team) to put a sample file into the outbound mailbox to let our company pick up.  The output of the file will be XML.
    We will them map and create an IDOC with the FINSTA message.
    However, we are only beginning the IDOC mapping process.
    Does anyone have a sample crosswalk which will allow us to see how the SwiftMT940 from Citibank can be mapped to an SAP Idoc?
    If so, may we see how you mapped the segments?
    Also, how do you test the loading of the IDOC created? with the RFEBKA00 program?
    Please advise.

    Hello,
    I am really not sure how you map to IDOC.
    But, the following information may be useful to you.
    Hello, You can configure the electronic bank statement at the following path: IMG => Financial Accounting => Bank Accounting => Business Transactions => Payment Transactions => Electronic Bank Statement => Make Global Settings for Electronic Bank Statement. All the settings will be done at this path only. 1. Create Account Symbols 2. Assign Accounts to Account Symbols 3. Create keys for posting rules 4. Define posting rules 5. Create transaction type Assign external transaction types to posting rules 6. Assign bank accounts to transaction types. There are different programs to upload electronic bank statement. FF.5 or FF_5. I think your case Multicash format you are using. You need have three files in FF.5 and two files in FF_5 You can prepare a Z program in order to truncate the electronic bank statement into two or three part files and save them on the application server. 1. Take all the external codes list from bank. 2. Take any available documentation from the Bank describing the relevance of the external codes. 3. Make sure that your Chart of Accounts (Bank Accounts) last digits logic is appropriate to meet the requirements. 4. Based on this decide the Account Symbols that are required to be created. 5. Make sure that the masking rules are configured properly. 6. Decide the posting rules that needs to be created. 7. Link up your external symbols provided by the bank with Posting rules and give proper algorithms for posting and clearing logic. 6. Concentrate on the posting areas to be posted while uploading the bank statement. Further explanation would help you to understand the functionality when uploaded the electronic bank statement. Main purpose of uploading the bank statement into SAP is to make your Bank Main Account and physical bank statement balance in sync. You do not have any traditional Bank Reconciliation Statement (BRS) report in SAP. SAP is normally you maintain bank main account and bank sub account. Whenever you make a payment through F-53 or F-58 or F110, the entry would be: Vendor Account Dr To Bank Sub Account The ending digits of the sub-account would be important in configuring the masking rule. Based on this masking rule when you upload the bank statement the entry the system would pass is: Bank Sub Account Dr To Bank Main Account It depends on the configuration, either the sub account will be cleared by the system automatically or you need to run F.13 to clear the sub accounts. At the time of receipts, you have different accounting entries unlike payments. It needs to post to two posting areas. 1. GL Accounting 2. Sub-Ledger Accounting The entries would system itself pass is: Bank Main Account Dr To Bank Sub Account Bank Sub Account Dr To Cutomer account. Clearing logic mentioned for your posting rules and the alogrithm used for your external bank symbols will also play pivotal role in clearing the accounts. Ideally you will use FF67 / FF.5 / FF_5 for uploading manual or electronic bank statement FEBA / FEBA_BANK_STATEMENT is used for furthe rprocessing. GO THROUGH SAP NOTE 48854 Please go through SAP Note. 48854. You will get an idea regarding the functionality of the algorithms. Though this note is in relevant to GB specific, you will find this very useful. description follows below regarding the normal procedure for maintaining table T028G. Due to the different bank codes and posting rules, pre-Customizing is not possible at this point. The following processing types are available - unless stated otherwise, you should use the interpretation algorithm: '000 - No interpretation' in each case. 1. '00': There is no processing. The entry line is ignored. 2. '01': A validation is made whether an entry exists for the transferred check number in the check table (PAYR). The check number and payment document number are transferred for further processing. Interpretation algorithm: outgoing check processing '011'-'013'; the update in the check file is via the interpretation algorithm. 3. '02': Transfer of the ending balance to the electronic bank statement 4. '03': Transfer of the opening balance to the electronic bank statement 5. '04': Clearing via the allocation number which is delivered with the bank statement. No interpretation algorithm. 6. '05': Clearing of BACS payments or BACS bank collection. The reference text field is first read to ascertain whether it involves payments initiated by users or bank collection via BACS. Providing it does involve a cash transaction initiated by the user, the payment document numbers concerned are determined via the reference number and transferred as a reference to further processing. Interpretation algorithm: '000 - No interpretation' or '019 - Reference number DME'. Note To differentiate between the two procedures in table T028G, you have to maintain two separate entries. Example: the bank uses bank code '62' for cash receipts and for BACS bank collection. Ext. Transaction +/- sign Posting rule Int. Algorithm Processing type 62 + GB62 001 5 62 SAPBACS + GB63 000 5 7. '06': Bank costs or interest revenues Recommended interpretation algorithm: '000 - No interpretation' 8. '07': Total amount of cash disbursements 9. '08': Total amount of cash receipts 10. '09': Items not paid Recommended interpretation algorithm: '000 - No interpretation' Regards, Ravi

  • CE Bank Statement Loading

    Hello,
    I'm trying to load a bank statement to the application by defining a new testing template and populating it with the BAI2 template.
    I have redefined the testing template with sample lines information.
    I ftp the dat file as ASCII to the server Bank Statement Loader program results in the following error:
    Exceptions posted by this request:
    Cannot submit concurrent request for program CESLRPROBAI2
    Check if the concurrent program is registered with Application Object Library.
    Check if you specified the correct application short name for your concurrent program.
    I don't know what went rong exactly because I tried to use the standard BAI2 template in the uploading and it gave me the same error.
    Please help...

    Hi,
    Once you transfer the data file to the server, Run Bank Statement Loader" Concurrent Program from Oracle Applications.
    Mention the parameters. Give appropriate Parameter values.Never mention spaces or Spl Characters in the Name of the Data file.Also mention the Path where this data file is placed.
    If you are getting the mentioned error after runnung this Concurrent Program then Let us Know at what point this exception was arised

Maybe you are looking for

  • Function module for getting the all PO waiting for release

    Hi, Is there any standard Function module for gettting all the PO's which all waiting for release. Regards Bala.

  • Can you open a  seperate photo page?

    Hi all, I recently ran across a website where the images were able to open in a seperate page as well as the usual photo gallery and slideshow. Does anyone have any insight as to how this is done? This is a link to that website http://www.francoiskal

  • Where the error is in I/B IDoc?

    Hi, I have 2 systems S1 and S2. In S1, I created a custom msg type of object USER and method CREATE. Generated o/b FM in S1 system. All configuration for ALE development done from S1 > S2. In S2 system, i/b FM also generated. Now when Creating IDoc f

  • String offset problem

    Hi, I'm using 1.4.2 at the moment. I got the problem below and have no idea how to solve it. The program portion is: String x = node.getText(); The node.getText() should contain value = "\n\r" However, it always return me "\r" only. I checked with th

  • The Home button is not responding with my ipad2.

    My recently bought ipad2 is having problem with the Home button as it is unresponsive. I had removed all new applications downloaded from apple stores and restored it to the orginal setting. Still the same, even if i press the Home button & Sleep but