IBAN update for vendor bank details using  rfbikr00

Hello,
I am trying to update the IBAN details of vendor using standard upload program rfbikr00.While doing the same, the IBAN is not updated to the corresponding bank details line, rather it is creating a new line with IBAN only.
I am using the below code for the IBAN update
* IBAN Details.
    PERFORM clear_structure CHANGING s_blfbk_iban.
    MOVE-CORRESPONDING s_blfbk TO s_blfbk_iban.
    s_blfbk_iban-stype = '2'.
    s_blfbk_iban-tbnam = 'BLFBK_IBAN'.
    s_blfbk_iban-iban  = t_input_data-iban.
    MOVE s_blfbk_iban TO t_output_data.
Can anybody point some inputs, why a new line is created for the IBAN?
Any kind of help wil be appreciated.
Thanks
Mishra

Did you tried using 'BAPI_IBAN_CHANGE' and 'BAPI_IBAN_CREATE' ?
Thanks,
K.Kiran.

Similar Messages

  • SQVI - Report for vendor bank details.

    Hi all,
    I am using SQVI -- Quick viewer reporting tool to get the vendor bank details. for that i am using tables
    LFA1
    LFBK
    BNKA
    TIBAN
    I joined the above mentioned tables by using table joins. I cross checked the vendors in Tcode: FK03.
    But i found that the vendor is not having IBAN number in the transaction, where as list is showing the IBAN number.
    So please clarify me why it is happending.
    Regards,
    Chinnna

    Hi shiva,
    I tried with the join conditions provided by you. But the problem is ...
    If a vendor is having 2 IBAN numbers, then the first IBAN number is fetching not the two iban numbers.
    Why it is not taking the first entry in FK03 tcode.
    please give me some help.
    Regards,
    chinna

  • Who knows a Std. global data type for vendor bank details (ESR modelling) ?

    Hi,
    we are going to design some simple partner in ESR to be implemented in different backends using SAp global data types.
    What i cannot find anywhere in there is a structure containing the standard fields of customer / vendor bank details. As this is a baisc to partner master - i hope anyone of you has done this and knows it.
    The funny thing thing is, there exists a type called "BusinessPartnerBankDetailsID",
    which is only used  as reference in payment transactions but nowhere in bank details
    Does anybody know a GDT to maintain BusinessPartnerBankDetails?
    Thanks in advance & br,

    No solution -closed

  • 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

  • Change pointers triggering problem for vendor bank details

    Hi,
    I have configured change pointers for vendor master  data. IF I change already existing bank account then that account is coming with deletion indicator and it is picking all other bank details with resend indicator. But if only new account added then idoc is not creating. At the same time entry in table BDCPV also not creating.
    Is there any solution to create idoc if new accounts created.
    Note: I am not changing any other information except bank details.
    Thanks in advance.
    Rgds,
    Sudhakar

    hi ,
    How are you changing the information either via direct table update or Bdc, change pointers will be created only if you do transcation it means Bdc
    i guess.
    regards
    sarath

  • Iview for Vendors - bank details

    Hello,
    we have implemented the repository for vendors and the standard iview in portal. But when we try to update the values for bank details there are no way to do it in portal, it happens same with email,fax.. tables so i don´t understand how to make these updates as there is any active button to insert records in those tables.
    Regards,
    Antonio

    Hi Antonio,
    Even we were facing the same problem. Seems SAP hasn't provided this facility so far. So, we need to do custom development with MDM Java APIs.
    Thanks and Regards,
    Mausam

  • Authorization check for vendor bank details

    Hallo.
    Is it possible for certain users who have the authorization for creating vendor master data not to have access to their bank details?
    Thanks in advance.

    Hi Anna,
    A vendor master record will contain the following (as you might be knowing)
    vendor details
    tax details
    Bank details
    Account data
    payment data
    and the purchasing data
    Hence by default if a user has authorization to create vendor master , he will have access to their bank detail.
    Thanks,
    Janani
    award points if helpful

  • USING LSMW TO UPDATE VENDOR BANK DETAILS

    Hi SAP gurus
    I have used LSMW for mass updates of vendor bank details by recording the Tcode FK02
    But the problem is .. after I load the data, its replacing the old bank details with the new one which Im updating with.
    I want to keep the old bank details and add the new bank details as another entry.
    How do I do that..
    How Do I retain the old one and also the add a new entry to the bank details section of the vendor master record.
    Is there any other way for mass updating the vendor master records
    I have tried using MASS or XK99...but i cant add a whole entry with that transaction. All I can do is updating one of fields (Like Reference Details) in the bank details.
    Thank you in advance for all your replies. Points will be awarded as a token of appreciation

    Hi
    when you record the transaction for bank details in LSMW in , try to create record in last line. Automatically it will go to top line.
    I hope it will solve your problem.
    regards
    Srinivas

  • BAPI to create vendor bank details and IBAN

    Hi,
    here i am developing a program for IBAN creation for Vendors.
    BAPI_CREATE_IBAN is the BAPI which can create IBAN to update TIBAN table but there is no link with vendor. i.e we cannt view the details in XK02/XK03. So at the moment if we can create the bank details for a vendor( updating LFBK table) then probably could work out to get the solution.
    could anybody suggest me how to solve this issue.
    Let me know if there is a BAPI which can update both TIBAN and LFBK table.
    Or
    If there is a BAPI which can update vandor bank details( updating LFBK table) .
    Quite an urgent issue.
    Waiting for your reply at the earliest.
    Thanks,
    SAM

    Try changing Bank details directly giving bank
    BAPI_BANK_CHANGE
    Regards,
    Prashant

  • Vendor Bank details for India

    Hello,
    how do I have to maintain the vendor bank details for an Indian bank? How are the country-specific settings for India in OY17?
    We have the following informations from our vendor:
    Bank name
    Steet
    City
    Swift
    Branch
    1. USD A/c
    2. EUR A/c
    Which information do I have to store in which SAP field (e.g. Bank key, Bank account, SWIFT code, Branch etc.)?
    Thank you already for your suggestions.

    Hi,
    You need to maintain the following in the Payment transactions tab of the Vendor Master:
    Bank Key:
    Select from the Standard Bank Keys that are already available in the system. If they are not available, you can create in T.Code:FI01. If they are available but with incomplete details you can edit the changes in T.Code:FI02. The details like Code/Name of Bank Key, Bank Name, Address, City, SWIFT code need to be entered. You can give the Code/Name of the Bank Key same as the SWIFT code if you do not have any details about the Bank Key from the Bank.
    Bank Account Number:
    This is to be given in the vendor master.
    Bank Address and SWIFT Code:
    No need to give these as they already forming part of the Bank Key.
    Branch Code:
    Branch code is identified in the Bank Account Number itself for each bank. Hence, no need to give these details separately.
    Regards,
    Kiron Kumar T.

  • Hello im trying to update my apps and its keep asking me for my bank details can u help me please

    Hello im trying to update my apps and its keep asking me for my bank details can u help me please

    You need to update your credit card info before you can update your apps.
    Accepted form of payment
    http://support.apple.com/kb/HT5552

  • Uploading vendor bank details

    hi
    i want to use call transaction method to uplaod the vendor bank details. now i want to create a flat file for a vendor with two bank details. can anyone tell me how should be the flat file i.e., how to differentiate the two bank details for a single vendor. also should i declare two internal tables in the BDC program one for the vendor information and one for the bank details to upload the data from flat file using GUI_UPLOAD. please can anyone explain with an example.
    thanks in advance.
    regards
    sandeep.

    I would suggest having two files and two internal tables,  one for the vendor information, and one for the bank details, upload both using GUI_UPLOAD.  Loop at the first one, this one should only have one record per vendor,  inside that loop, loop at the second itab where vendor = the vendor of the first loop.  do the transaction to enter the bank details.
    Loop at itab1.
    * Do transaction to update vendor information.
    loop at itab2 where lifnr = itab1-lifnr.
    * Do transaction to enter bank details.
    endloop.
    endloop.
    Regards,
    Rich Heilman

  • How to get change in Vendor bank details

    Hi,
    i have to do one modification in vendor bank detail program. The user wants the created date of IFSC code(LFBK-XBREF), for that I got the table
    CDHDR and field UDATE. But the problem is that I am not able to join that table with the exiting table of the report.
    In this report LFA1, LFBK, ADRC,LFB1 these tables are used. Suggest me how can i join the table or how can i get created date of that field from any other table.
    Thanks & Regards,
    Anuradha

    I think you should not join CDHDR with other tables.  Use standard function module "CHANGEDOCUMENT_READ_HEADER" to extract the change information.
    Regards
    Vinod

  • Protecting Vendor Bank Details Display

    Hi Gurus,
    My company reimburse expenses to employee, for that purpose I have created seprate Vendor group for employee vendors.
    Authorisatoin for create/change/display vendors are also available to Purchasing department, which is fine for normal vendors. But company don't want all the employee to look at the Employee Vendor Bank detail, which is in general master data segment.
    How do I only allow accounts department to create/change/display Employee vendors, which is having seprate Vendor Group. Can I restrict employee vendor group to only particular Users in accounts department?
    Thanks in advance

    Hi
    We used the existing vendor account group "REIS" and created separate roles for managing this vendor account groups (Authorization object F_LFA1_GRP-KTOKK). For the other roles we added all the account groups besides "REIS".
    Hope it helps.
    Jean Daniel

  • Vendor Bank details in vendor master data

    Hi
    There are two tabs in vendor master data:
    1. Payment Transaction tab
    2. Payment Transaction accounting tab.
    Now i have 100 different vendors with all vendors having account in 20-25 banks. Even if the bank is same, these vendors have account in different branches.
    Now in SAP will i have to create so many bank keys for 100 different vendors?
    In payment transaction tab, there is only one field for our house bank for making payment through APP. What if i need to pay to different banks? Where i will maintain multiple house bank in such cases.
    Please reply for above two queries.

    Hi  Deepak,
    Please understand that there is a total disconnect between the House banks(internal Banks) that you create in FBZP and between the vendor bank Accounts. For Vendor banks you don't need to create House Banks..but YES, you will have to create bank Keys as many as required to maintain Vendor bank details in XK02..Payment transactions tab.
    If you have more than one Bank from which you want to pay.. then maintain all those Banks in FBZP and link it to Payment Methods and when you run APP, you can choose which Bank you want to pay from..
    Secondly, while posting Invoice also if you are sure about the Bank that you want to use.. enter house Bank while posting..
    Thirdly, if you are sure about the Vendor that he gets paid through a particular bank only.. maintain that particular bank in the vendor master data.. and if you are not sure about the Bank.. keep it blank..and decide in APP variant which bank you want to pay from..
    Vendor master bank details of the vendors are used to send to Bank,.. so that the money can be directly credited in the vendor Bank account..
    Hope this helps..
    Regards,
    SAPFICO

Maybe you are looking for

  • Non-English characters

    Hello, I have read several times that since Java uses Unicode, it solves the problems of non-English characters automatically or something like that. But my app is not working as expected. Would someone help please? I have a client/server combo writt

  • Linking classes - How do you make a new window?

    Hey Im currently working on a project for my final course grade, however, it requires that we create a gui interface in java (JCreator) whilst linking it to a microsoft access database we made perviously. I would like to know if it is possible to ope

  • Should I buy a G5?

    I've snooped around this forum to see if there are any ongoing issues with the G5's. There seem to be some problems - but I'm wondering if these issues are tied to a specific model (of the 4) G5's that were released. Here's the story: My trusty Dual

  • Consolidating Redundant Podcast Subscriptions

    *What I did*: I accidentally deleted a podcast subscription (KCRW's Today's Top Tune) and all 300+ associated files. I dragged all those MP3s out of the trash and back into iTunes. *The issue*: in the "Podcast" area, iTunes created 5 podcast subscrip

  • How do I make contact sheets in Bridge?

    How do I make contacts using PDF in Bridge?