Customer Bank Details creation in Lockbox using EDI

Hi Experts,
I am working on a Lockbox implementation project. Here we migrate the BAI2 based file processing to the IDOC (FINSTA01 ) based one.
When we used BAI2, in the standard program RFEBLB20, there was a logic to create the customer bank details, if they are not present in the KNBK Table. I do not see any such logic in the IDOC file processing Function Module IDOC_INPUT_LOCKBX. Is this functionality missing and we need to do it manually?
Any help on this would be greatly appreciated.
Thanks,
Ajith Cheruvally

Thanks Nithin,
I am aware of that configuration. And there is a corresponding subroutine in the BAI2 file processing program to create the BDC Session with the name that we mention there.
However, I am unable to find any relevant code for creating the BDC session in the FINSTA IDOC's IDOC_INPUT_LOCKBX function module.
No worries, I have implemented an exit with the required logic in that FM.
Thanks,
Ajith Cheruvally

Similar Messages

  • Customer + Bank Details !

    Hello Friends,
    I am basically a J2EE developer, and very new to SAP. I need to display the information of certain customers information of AI->Account->debtor (using BAPI's). Therefore I need to create the customers,(things work till here). Now after creating the customer when I call the BAPI(GetDetails), it gives me message that customer exists, but no bank data found!.
    I have tried a lot, to search the screen, for creating the bank data of a particular customer, but as I am very new to SAP, couldn't able to find the respective screen.
    It would be very nice if any one would like to guide me, that how I can create the bank details of a particular customer(Debtor).
    So nice of you and many thanks in advance
    Marek.

    Hello Markus,
    Thanks for your reply.
    With XD02, it does not change the data of the customer which has been created through differnt screen e.g those customers which I have created before are through AI->Acount Recievable->Master record--> create, however if I create a customer with transcation XD01 and then change with using XD02, it works. any suggestions !
    What does OSS message means, and where to post it ?? (sorry very new to SAP and not so much familiar with the surounding things ) !
    With Regards,
    Marek.
    Message was edited by: Marek Jöricke

  • Customer bank details check for the UK

    We are looking to validate sort code and bank account numbers for UK Customers.
    Within the standard config, there is further checks, bank details flag against country - however this does not relate to the UK.
    Does anyone know a way to validate UK bank details?
    Is there a service we can call, or can it be achieved via standard SAP?

    Use SPRO > Financial Accounting (New) > Accounts Receivable and Accounts Payable > Customer Accounts > Master Data > Preparations for Creating Customer Master Data > Develop Enhancements for Customer Master Data
    Enhancement SAPMF02D in SMOD transaction. Here in component function module EXIT_SAPMF02D_001, you can define your own logic in include ZXF04U01
    Then your logic will be checked before saving master data via this enhancement
    Regards,
    Gaurav
    Edited by: Gaurav Aggarwal on Apr 28, 2011 1:19 PM

  • Delete Bank Details via FD02- Lockbox Program

    Good Morning SAP Gurus,
    Is there a procedure or 'best practices' in deleting bank details or MICR information from all Customer in one company code?
    My current client as a result of incorrect format has incorrect MICR information in Payment transactions so we decided it would be best to delete the existing MICR information under customer master.  We have corrected the format with the bank and now we would like to start new. 
    Your help is greatly appreciated.
    Regards,

    Hi Brenda,
    From my understanding, the bank account details are held at the general level and not the company code level, therefore even though your vendor is working in both company codes, the banking data for either company code are stored in the same place (LFA1).  Hopefully that makes sense.
    Now, when you are making a payment to a vendor using FB60 or MIRO, you have the option of selecting the bank account you want to pay.  To do this, first you must set up the vendor, ensuring you put something into the BnkT field, on the vendor master.  You can put a number in, or a country abbreviation or whatever makes sense to you.  You can also put some information in there in the Reference Details field, to help you identify which bank account is which.
    Now when you go to FB60 or MIRO, you should have a field called Part.Bank on the Payment tab.  You can select the bank account there that you wish to pay, as long as you have set up the vendor properly.  If you leave this blank, SAP will automatically allocate the payments to the default bank account, which I believe is either the first bank account or if you have left BnkT blank on the vendor master, it will default to that one.  You can test this to see which bank account it defaults to.
    Hope this helps,
    Laura

  • Customizing Bank details in ESS

    Hi,
    I am looking for how to hide a field in infotype 9. (fieldname EMFTX) Is it possible to hide this field only in ESS or do I have to use table v_T588M?
    Best regards
    Kjersti

    Hi Kjersti,
      You can hide the field through personlaization. This is done only in the portal so it will be hidden only in the ESS.
    Do these steps.
    Login as content admin. Go to the ESS bank iview -> Preview. Press CTRL+right click, the personalization window will be shown, hide the field which you want to. save and close.
    Now the field will be appear  hidden in the Bank application.
    Regards,
    Sharadha

  • Error while creating vendor bank details using MAINTAIN_BAPI of class VMD_ei_api

    hi, iam using maintain_bapi of class vmd_ei_api for bank details creation at the time of vendor creation. but im getting error: ' Invalid address:bank Country missing'.please suggest
    *    *** Bank details***************************************
        DATA: lt_bankdetails TYPE TABLE OF cvis_ei_cvi_bankdetail,
              ls_bankdetails TYPE cvis_ei_cvi_bankdetail.
        ls_bankdetails-data_key-banks = 'DE'. "Bank Country
        ls_bankdetails-data_key-bankl = 'BEBEDEBB'.     "Bank Key..
        ls_bankdetails-data_key-bankn = '3538174400' ."Bank account number.
        ls_bankdetails-data-bvtyp     = 'USA'.
        ls_bankdetails-data-bkref     = 'BEN'.           "Reference details.
        ls_bankdetails-datax-bvtyp     = 'X'.
        ls_bankdetails-datax-bkref     = 'X'.           "Reference details.
        ls_bankdetails-task            = 'I'.
        ls_bankdetails-data-iban      = 'DE24100200003538174400'.
        ls_bankdetails-datax-iban      = 'X'.
        APPEND  ls_bankdetails TO lt_bankdetails.
    *CLEAR : ls_bankdetails.
    *    ls_bankdetails-datax-iban      = 'X'.
    *   APPEND  ls_bankdetails TO lt_bankdetails.
    *  Inserting bank details,,,,
        ls_bank-bankdetails = lt_bankdetails[].
        ls_bank-current_state = ''.
        ls_vendors-central_data-bankdetail = ls_bank.
    And second question how/which method to use from this class to update bank details latter. Is it possible after creating vendor with mandatory fields and then update bank details?

    Hi Abhijeet,
    please check in transaction FI01, about your data consistencies. You can use this wiki help in terms of Address, it it found any useful facts for you
    Address Checks - Business Address Services (BC-SRV-ADR) - SAP Library

  • Creation of  customer  bank account in 11i

    Hi all,
    please help any one.
    I am new to the oracle istore. And i want to know the customer credit card updation process.
    I have to update the credit card information using the process_order API means , it will update exiting customer bank account or it creates new bank account for order.
    Thanks
    prabu

    Duplicate post -- Customer bank account creation API

  • ADD or Change Bank Details in the Customer master

    Hello Gurus,
    I am looking for a BAPI or Function Module that will help me to update the Payment Transaction Tab of the customer master that contains the Bank details. I tried using BAPI_BUPA_BANKDETAIL_ADD and BAPI_BUPA_BANKDETAIL_CHANGE, but these are allowed to be used if only Business Partner is created for the payer/customer in SAP R/3.
    For every customer we donot have BP created in R/3, hence the above bapis donot help to meet my requirement.
    Has any of you had this requirement and used any bapi or any other method to add / change bank details.
    Expecting lots of options from you experts,
    Thanks & Regards in advance,
    Casimer

    hi, thnks for the update,
    i have followed as per your guidelines,  but i could not able to generate the report  , i have included the tables  knb1, kna1 and knvv.  and in the list field i have selected all the dialog box  , and in the selection list i am selecting according to the customer account group .
    but i cannot able to excuete the report it says  "no data has been selected"  and it says the following msg
    "When executing a query on the selection screen, no data was found for the criteria you entered. Therefore, no list could be generated."
    is there any problem in choosing the table  should i have to choose according to the  order level , like  General data, company code data, and sales area data   .  
    can u help me on this
    thanks

  • Customer master Bank details

    Hi,
    In customer master/vendor master bank details tab whose bank details we have to give. customer bank details or our own bank details. Can anyone please tell and what is the use of this tab

    HI,
    In Customer and Vendor Master Bank Details Screen, you need to maintain the respective Bank details of the Customer and Vendor. you need to create Bank key in FI01(Provided by Customer or Vendor) and need to update that Bank key in Customer or Vendor Master.
    Currently we are maintaining Vendor Bank Key in Vendor master data and i have cearted a Query for master data. client will use the Query and check the Bank key (Bank Key Contains Bank Details of the Vendor) makes the payment to the proper Bank account.

  • Where should I fill the bank details of customer while getting the incoming payment ?

    Hi all
    Can any one advise me where I can fill the information of customer bank detail while creating incoming payment by Check ?
    User want to update the customer bank detail when we get the check from customer
    Thanks
    Rini

    Hi,
    By bank detail do you mean the Bank Name, Branch and Account? These information can be set in the business master data. In the Payment Terms tab there is a portion about Business Partner Bank.
    There you can add the bank details.
    See this help file for more information:
    http://help.sap.com/saphelp_sbo882/helpdata/en/1d/bbc2e2c0704b308577aabbae3ac25b/content.htm?frameset=/en/44/f3e883c4b80…
    once it is added by the time the payment means is selected the bank detail/s of the customer can be selected.
    hope this helps

  • Bank details for a customer

    Hi,
    is there any other transaction to see customer bank details apart from XD03, please ?
    thank you.

    HI
    T code : S_ALR_87012179
    Please tick on      further selection tab u201CBank datau201D
    Please let me know , if it meets your requirement
    Regards
    DV

  • Problem update IBAN bank details with IDOCs segment E1KNBKM

    Hi all,
    i use Idoc DEBMAS07 in which i use the segment E1KNBKM to create IBAN in customer bank details. If bank details do not exist, the IDOC is integrated, IBAN is created.
    If i recreated the same Idoc, with same data (just change bank name) the Idoc is in error with the message : 'No batch input data for screen SAPMF02D 0130'.
    In debugging, we see that the dynpro sequence is wrong. For vendors it's work. I can create and update IBAN.
    i don't find SAP notes, or help forum on this problem.
    Any ideas ?
    Thanks
    Edited by: ToraTora on Aug 17, 2011 11:16 AM

    maybe you are the first who encountered this error, open a call at SAP yourself

  • Issue with DTW import of BP bank details

    Dear Experts,
    While trying to update IBAN & Swift Code for existing bank details in BP Master using DTW, below error appears :-
    Enter Valid Code (OCRB.BankCode) [?????173-36] Application defined or object defined error65171
    I have checked the Bank code & it is correct.
    Another question is if there are more than 1 entry in OCRB template, & a particular entry is to be update, linenum is required but there is no field named linenum available in OCRB table to determine which line in table is to be updated. But in DTW sample template for OCRB, linenum field is shown. Please advise from where to get this value or how to determine which line to be updated.
    Another issue is that even if there is a single line in DTW template it takes 10-15 min for DTW to show the results. DTW hangs for this period.
    I have tried to update the entry manually in BP master data to validate the IBAN number & it happened successfully.
    I checked the import in a test environment & there as well I faced the same issue. Tested the issue on 8.82 PL12 & 14 with same results.
    Please advise.
    Thanks & regards,
    Nitin

    Hi,
    Please refer SAP note:
    865191
    - DTW Troubleshooting Guide
    Thanks & Regards,
    Nagarajan

  • EDI-IDOC: want to generate Reference Specifications for Bank Details field

    Hi Guru,
           We are running to the situation that we use EDI with China vendor (using China bank account). The bank account for China has greater than 18 characters which is the maximum limit for bank account field. Based on note 96624, we are suggested to maintain the exceeding amount into the "Reference Specifications for Bank Details" field. However, when I run the payment on F110, IDOC do not generate the reference field.
           How can the bank reference field be included in the IDOC?
    Thanks,
    Song

    Hi Auro,
    You use use EDI_DC-SNDSAD field, currently this field is used no where.
    If you not sure where to see double control record and click address info tab
    you can use either field receiver or sender.
    For testing use WE19 transaction and pass your paymethod to following field
    and then inform to EDI Mapper that your sending paymethod in this field.
    For them this field is very easy to grab.
    Let me know if you any concern.
    Thanks,
    Narayan

  • HT5622 Tried to put bank details in settings x it wont accept my security code. Telling me to use another account. I havnt got another account. Now i cant download anything in the app store.

    Try to change bank details in settings x it wont accept them. Tells me to use another account but i havnt got 1. Now i cant use the app store. Has any1 got any ideas,please. My grandson is not a happy little boy!!!

    Mikeandnicki wrote:
    I have looked through everything but cannot find a way to delete or spend the 69 cents credit. Can anyone help me?
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

Maybe you are looking for

  • I want to save large pdf files from my computer to my iPad so I can view them in Adobe Reader.

    I want to save large pdf files from my computer to my iPad so I can view them in Adobe Reader. I do not want to view them in iBooks or Quickoffice. Since I cannot email these large files, how can I get them on my iPad? Thanks for your help.

  • USPS account options

    Can anyone tell me which USPS tool/account we need for a client who will be shipping Media, Priority and Priority International?  I see the USPS Web Tools, but it looks to me like that has to do with installing and configuring the whole API, which I

  • How can I know the right component for a transaction?

    Hi, I have a question When creating a new message in Solution Manager, notif_create, how can I know the right component given the transaction code or program name? Thanks in advance Edited by: María Valdés on Aug 19, 2008 6:25 PM

  • FTPS issues

    Hi I have setup a new FTPS server in Windows 2012 r2 and whilst I can connect I cannot write any files to the root FTP folder using Winscp or Filezilla, the error I get is "550 The supplied message is incomplete. The signature was not verified.".  I

  • Is there a printer that works with imac

    I upgraded my operating system and now I can not get any printer to work??