Updating multiple bank details for each vendor, through LSMW

Hi,
We need to do a massive update on our vendors bank details, and I'm trying to do it via LSMW. I have two problems.
Each vendor may have several bank accounts. In XK02 they appear in a list, and in LSMW the bank detail fields are inside arrays (for example the bank key on first line would be LFBK-BANKL(0)), but I don't know on what lines are stored the banks I want to update. Is it possible to determine the index n° of the array (line number) just by reading the table LFBK ? I can't go into XK03 for every vendor to check at which line the bank details are stored.
Second, I don't know how to update a different line each time with a single batch input recording. When I record a LSMW batch input, I have to chose a specific field to update, which includes the line n°. How can I specify the line n° as a variable part of the data? Or alternatively, I could record the batch input to update enough lines for each vendor (say 5) and only provide data for the the lines to be updated, but I assume the lines without data would get deleted when the batch is run?
Please help.

Dear John;
You may create your LSMW with a vendor which has n banks (say 5). You will write 5 rows of bank info. LSMW will create new field names for these areas. 01-02...
LFBK-BANKS(01)                 TR
LFBK-BANKS(02)                 tr
LFBK-BANKL(01)                 0067-00002
LFBK-BANKL(02)                 0067-00003
LFBK-BANKN(01)                 1234
LFBK-BANKN(02)                 1235
you will prepare your excel for this purposes after then.
I hope it will help.
BR.
Aydın

Similar Messages

  • Bank details for onetime vendor

    Cant we maintain bank details for one time vendor any where?I want to make payment to one time vendors thru APP.
    Please help

    Hi,
    We cannot maintain Bankdetails for onetime vendor, since that is a control for onetime vendor.
    Thats why we will select different Account group for one time vendor.
    Since it is a one time vendor system dont want to keep data in Database.
    Thats why we will give bank details while making payment.
    Regards,
    Hemanth.

  • Loading Multiple Partner Fuctions for a vendor using LSMW

    Hi Everyone,
    I need to upload multiple partner functions for vendors. I am using LSMW recording for transcation XK02.
    The LSMW runs fine but instead of adding a new line for each partner function for a specific vendor it keeps overwritting the previous one. As a end result I get only the last partner function in vendor.
    Any help in resolving this is highly appreciated.
    Thanks
    Zor

    you can use below LSMW batch input method and pass the tcode XD02.. for partner functions....
    TCODE                        Transaction Code
                        Rule :   Constant
                        Code:    BKN00-TCODE = 'XD02'.
    Object               0050   Customer master
    Method               0002   Extended PSM
    Program Name         RFBIDEK0
    Program Type         B   Batch Input

  • Update supplier bank details for already paid invoice

    Hello, I have an invoice which has already been paid as part of the payments process. The problem is that the supplier bank information was not setup properly (the last one was end dated) and as a result, looking at the ap_invoices_all table, you will find that the external_bank_account_id column is empty. Is there a way to update this already paid invoice and set the external_bank_account_id for it as my custom report is missing the bank information.
    Many Thanks.

    Hi,
    u can maintain bank account details in vendor master......
    payment terms too in vendor master for diff currencies.
    Thanks
    G.B

  • Multiple bank details of vendor-BDC

    Hi Experts,
      i want to upload bank details of vendor thru xk02 t-code.i want to do this with bdc.iam having multiple bank details for single vendor.iam able to update only one bank data.if i want to update multiple bank data's how.
    can u provide me the sample code and how to put multiple data in file.
    Thx,
    Neelima.N

    Hi,
    Below link program may help in uploading Vendor Bank details including IBAN ; only once the vendor has been created. Where the code mentioned below can upload upto 20 banks for each vendor, more banks can be added by small modifications.
    Please check the below link.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/simple%2bbdc%2bto%2bupload%2bvendor%2bbank%2bdetails%2bwith%2biban
    Regards
    Pugal.P

  • Displaying/Printing Sub-group Details for Each Parent Group

    My question is based on the example code provided under the "Creating an RTF Template" chapter of the Oracle Business Intelligence Publisher Report Designer's Guide, Release 10.1.3.4, Part Number E12187-01. I modified that example as follows:
    <?xml version="1.0" encoding="WINDOWS-1252" ?>
    - <VENDOR_REPORT> -
    - <LIST_G_VENDOR_NAME>
    - <G_VENDOR_NAME>
    <VENDOR_NAME>COMPANY A</VENDOR_NAME>
    - <LIST_G_INVOICE_NUM>
    - <G_INVOICE_NUM> --TRANS_TYPE
    <SET_OF_BOOKS_ID>124</SET_OF_BOOKS_ID>
    <GL_DATE>10-NOV-03</GL_DATE>
    <INV_TYPE>Standard</INV_TYPE>
    <INVOICE_NUM>031110</INVOICE_NUM>
    <INVOICE_DATE>10-NOV-03</INVOICE_DATE>
    <INVOICE_CURRENCY_CODE>EUR</INVOICE_CURRENCY_CODE>
    <LIST_G_LINE_ITEM>
    - <G_LINE_ITEM>
    <LINE_ITEM_NUM>01</LINE_ITEM_NUM>
    <LINE_ITEM_DESC>WIDGETS</LINE_ITEM_DESC>
    <DATE>10-NOV-03</DATE>
    <PROD_ID>882P</PROD_ID>
    <QTY>50</QTY>
    <UNIT PRICE>3.0</UNIT_PRICE>
    <TOT_AMT>150</TOT_AMT>
    </G_LINE_ITEM>
    - <G_LINE_ITEM>
    <LINE_ITEM_NUM>01</LINE_ITEM_NUM>
    <LINE_ITEM_DESC>STUFF</LINE_ITEM_DESC>
    <DATE>10-NOV-05</DATE>
    <PROD_ID>725P</PROD_ID>
    <QTY>20</QTY>
    <UNIT PRICE>5.0</UNIT_PRICE>
    <TOT_AMT>100</TOT_AMT>
    </G_LINE_ITEM>
    - <G_LINE_ITEM>
    <LINE_ITEM_NUM>01</LINE_ITEM_NUM>
    <LINE_ITEM_DESC>WIDGETS</LINE_ITEM_DESC>
    <DATE>10-DEC-05</DATE>
    <PROD_ID>882P</PROD_ID>
    <QTY>5</QTY>
    <UNIT PRICE>4.0</UNIT_PRICE>
    <TOT_AMT>20</TOT_AMT>
    </G_LINE_ITEM> </LIST_G_LINE_ITEM>
    <ENT_AMT>122</ENT_AMT>
    <ACCTD_AMT>122</ACCTD_AMT>
    <VAT_CODE>VAT22%</VAT_CODE>
    </G_INVOICE_NUM>
    <G_INVOICE_NUM> --TRANS_TYPE
    <SET_OF_BOOKS_ID>124</SET_OF_BOOKS_ID>
    <GL_DATE>10-NOV-03</GL_DATE>
    <INV_TYPE>Standard</INV_TYPE>
    <INVOICE_NUM>031110</INVOICE_NUM>
    <INVOICE_DATE>10-NOV-03</INVOICE_DATE>
    <INVOICE_CURRENCY_CODE>EUR</INVOICE_CURRENCY_CODE>
    <ENT_AMT>122</ENT_AMT>
    <ACCTD_AMT>122</ACCTD_AMT>
    <VAT_CODE>VAT22%</VAT_CODE>
    </G_INVOICE_NUM>
    </LIST_G_INVOICE_NUM>
    <ENT_SUM_VENDOR>1000.00</ENT_SUM_VENDOR>
    <ACCTD_SUM_VENDOR>1000.00</ACCTD_SUM_VENDOR>
    </G_VENDOR_NAME>
    </LIST_G_VENDOR_NAME>
    <ACCTD_SUM_REP>108763.68</ACCTD_SUM_REP>
    <ENT_SUM_REP>122039</ENT_SUM_REP>
    </VENDOR_REPORT>
    In my XML file example there are multiple invoices for each vendor as subgroups under the <G_VENDOR_NAME> group. So that multiple <G_INVOICE_NUM> subgroups maybe embedded under the <G_VENDOR_NAME> group element. I would like to create a schedule (table) displaying line item details for each vendor and invoice number. Using the simplified syntax, I'm having problems displaying the line item details for each invoice. Instead I’m only able to display a single line item for each invoice. Unfortunately my example report cannot be uploaded and "Thread" text does not seem to accurately retain blank spaces. So descriptively the report would have a line for vendor name, separate line for group number, and lne item details displaying consectively by line to the right
    COMPANY A: Vendor Number: ##
    Invoice Number LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    Invoice Number LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    Please ignore the data details of my example report. The values do not exactly match the XML data example above. Based on my XML example, please provide a RTF template marked with the XLS or simplified syntax approach to get my results.
    Thanks.

    Make 2 contacts with an email address each rather than 1 contact with 2 addresses.

  • Details of Each Vendor on Different Page

    Dear Experts,
    I have to develop a smartform in which I have to display Details of different vendors
    each on New Page.
    Vendor numbers are passed from driver program Selection Screen.
    Each page dispays Vendor Name and Address in Secondary Windows and List of Purchase
    Order Details for each Vendor in a Main Window.
    I want to have page break as new vendor number is encountered to display it in next/different Page.
    can anyone pls. tell how will it be done.
    Thanks.
    Regards
    Tanu

    Hi tanu,
    It is possible.its not a Big issue . Tell me you have to print only the Details of Vendor .
    For mulltiple vendors , You have to define the condition in smartforms.
    At the end of Secondary Window Rigth click on that Creat->flow Logic->Command->
    In general attribute tick Go to new page and select the same. and at the same time write in condition when new dealer comes.
    Hope it will solve ur problem.
    Please confirm.
    if not solve .
    Edited by: Supriya  Bhatt on Jul 4, 2009 3:55 PM
    Edited by: Supriya  Bhatt on Jul 4, 2009 4:13 PM

  • Multiple contact persons for single vendor--LSMW

    Hi experts,
        i want to upload multiple contact persons for single vendor. using lsmw direct input method or recording method is it possible..if possible can u let me know the procedure.
    Thx in advance,
    Neelu

    Hi
    in our company v wil upload contact person details in Sales Data......
    so its not possible to upload more than one contact person for vendor....
    can u tell me wr u people wil enter the contact person details?
    Regards
    Smitha

  • Single Payment through multiple banks/accounts for multiple vendor invoices

    Hi,
    In R12, is there a way to pay through different Bank Accounts for different supplier invoices in a single go?
    I assume, we can do so by creating a PPR, and then assigning payer bank account for each invoice before creating payment instruction.
    However, we are looking for a single template setup which can have multiple bank accounts tied to different Pay Groups, and based on invoice pay groups the system automatically selects he bank accounts while creating the payment file.
    E.g. We have Inv01 in OU1 with Currency USD, Paygroup USD_PAY, Inv02 in OU1 with Currency EUR paygroup EUR_PAY, Inv03 in OU2 currency USD paygroup USD_PAY & Inv04 in OU2 currency EUR paygroup EUR_PAY. We have seperate Bank Accounts for each currency say EUR_BANK, USD_BANK
    Can we create a single template such that for paygroup USD_PAY, bank account USD_BANK can be set up and for paygroup EUR_PAY, EUR_BANK can be setup, so that when we create payment file, we can have them created simultaneously for USD_BANK (Inv01 & Inv03) & for EUR_BANK (Inv02 & Inv04)
    Appreciate if someone can share their experience/thoughts
    Ashutosh

    Hi,
    have a look at this thread:
    Vendor with Multiple Bank Account in MIRO
    Best regards.

  • Vendor with multiple bank details....paid to the 1st bank account while inv

    Hello Experts,
    We have a vendor with two bank accounts in the vendor master. Now while making the payment, I mean, which account will the money goes? at the time of F110 , we paid to the 1st bank account in the vendor master..
    Settings in vendor master:
    I 'name' the bank accounts in the vendor master, in the field Bank Type. While posting through MIRO, insert this code into the line item 'Patner bank' and the payment program will pick up the bank account accordingly BUT If I don't add this information to the Patner bank account, than always the first bank account will be picked up..
    I want that even if don't add any info in partner bank in the line item,  at the time of F110 , it should paiy to the 2nd bank account in the vendor master..
    This is a very stupid requiremnt but our users wants like this only.
    Kindly show me some light in this dark tunnel...please.
    regards,
    nupur

    Hi Nupur,
    In vendor master data under 3rd tab where we record all bank details of the vendor left hand side you will find one column 'C' .i.e., Collection authorisation......kindly check this option for your second bank to which you want to make the payment.
    Hope this helps you.
    Regards,

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

  • Multiple Bank Acccouts for Vendor

    Hi
    In a Vendor Master we have updated Bank Details so that they would appear in DME file..
    Now, we require to add 2 Banks (Bank-1 & Bank 2) for the vendor &
    payment of first invoice should pickup the Bank 1 & second invoices it should pickup Bank2 in the DME
    Please inform us how should I go about to cater to this requirement
    Regards
    Ash K

    When you fill in 2 bank it takes the first bank.
    In the vendor screen with the bank numbers you have a field Bk type. When you fill in there a value like USD / EUR then it is possible in the posting to select there the BK type. ! Then that bank is used for the payments

  • Bank details for vendors .....

    Hi Experts,
    I have 2 questions:
    1. When we use F110 (APP) in the congiguration me maintian the house banks.
        In the "ranking order" we enter the house bank, and in "bank accounts" we enter the bank accout, hence during the payment     the vendor this bank account is used which we have entered in bank account folder........is my understanding correct.
    2. In FK02 in the bank data, we enter the bank details this bank is the bank of vendor, then in APP we do not enter this bank so what is the use of this bank which is maintained in vendor master data...
    Looking forward to your kind reply as always.
    Regards.

    Hi Gabriel,
    1. In "ranking order", we maintain the combination of payment method and the House Bank, which allows to determine which House Bank to be considered for which payment method. There, we also mention ranks, so that if  House Bank-payment method combination (ranked 1) is unable to process a particular payment, the same is tried by the system to process through same combination ranked two and so on. If the open item cannot be processed through any House Bank for that particular company code it is put in the exception  list. You understanding about the bank account is correct.
    2. The Bank details maintained in Vendor Master Data is used for payment methods like Bank Transfer(payment method "T"), where no checks are issued but our paying Bank is instructed to transfer the amount directly to Vendor's bank account. The Vendor Bank details as maintained in the Vendor Master Data is sent to the bank to do the relevant payments.
    Hope this answers your question.
    Regards,
    Abhishek

  • How to create one primary key for each vendor

    Hi all
    i am doing IDOC to jdbc scenario
    i am triggering idoc from R/3 and the data is going into DB table vendor through XI.
    structures are as follows:
    sender side: ZVendorIdoc (this is a customized IDOC , if i triger IDOC for multiple vendors then it triggers only 1 idoc with multiple segment )
    Receiver side:
    DT_testVendor
        Table
            tblVendor
                action UPDATE_INSERT
                access                     1:unbounded
                    cVendorName         1
                    cVendorCode        1
                    fromdate                1
                    todate                    1
                 Key1
                    cVendorName         1
    if i trigger idoc for multiple vendors ,for example vendor 2005,2006 and 2010 . then i can see that the only key comes from the very first field (2005) and the whole record for vendor 2005,2006 and 2010  goes into the table with this(2005) as a primary key
    now again if i send data for these three vendor 2005, 2006 , 2010, in which record for the vendor 2005 is same and for 2006 and 2010 are different than it takes 2005 as a primary key and it does not update the data in the table.
    my requirement is like this:   for each vendor there should be one unique key assigned.
                                              for above said example there should come three keys one for each vendor .
    could you please help me how to do this???????????

    Hi,
      In Mapping Make the statement is 0-unbounded.For each vendor create a statement.This will solve your problem.
    Regards,
    Prakasu.M

  • Payment run is picking up the old bank details of the vendor

    Hi Experts,
    Following is the issue :
    1. Vendor invoice entered through MIRO/FB60. This picks up the prevalent bank details from the vendor master.
    2. Vendor bank details are changed subsequently and payment run made. The payment run picks up the old bank details ( from the invoice document if it saves any where for the posted document ) and not the current details as in the vendor master.
    3. Payment is returned from the bank as previous bank details are not valid any longer.
    4. I canceled/reversed the MIRO/FB60 document alongwith the payment document.
    I re-enter the same invoice through MIRO/FB60. It picks up the current bank data from the vendor master(which are the new bank details and are correct).
    5. Then I make the payment run but the payment still goes to the previous bank details (which were changed and are no longer valid) and not to the current details(which are on the invoice) and is again returned by the bank.
    What is the reason and how to correct this issue. Your early reply will be really appreciated.
    Thanks & Regards,
    BABA

    Hi,
         By default the payment will go to the bank that is listed first in the vendor master. If you do not need the old details, delete them completely from the master data and leave only the new ones. Alternatively use the Partner Bank field to assign the invoice to which Bank the payment is to be made.
    Kind regards

Maybe you are looking for

  • OutOfMemory Exception while running a JAR file

    Hi, I am working with Java 1.5 and using Eclipse to build a GUI. My application has intensive image loading involved so I set -Xmx inside Eclipse when running the application in debug mode. However, once a JAR file is exported, I do not know how to s

  • TS3694 I have an error code of 21 on my i phone 5s when trying to restore ?

    I have an error code 21 on my i phone when trying to restore ??

  • Connect BPCS with R/3

    Hi, does anybody have experience connecting BPCS (automotive supply industry) software with R/3 over XI? A documentation or a link would be very helpful, Regards, Udo

  • Disable the tab key

    I have TextFields in a column (one under each other). If I select a TextField clicking with the mouse on it, I can move to the next one pressing the tab key. How can I disable this? Thanks in advance.

  • How To Access Files Remotely In Bridge Mode?

    Hey guys, so I've got a TC and my roomate has a TC the only way we can get them both to work is hooked up to our router and placing both TC's to Bridge Mode. The issue is in Bridge Mode we've lost a lot of remote functionality. The main thing we both