Vendor bank account number

Hi All,
How can i extend the length of Vendor Bank account number up to 20 Digits character over the SPRO.which max length in that field is 18 digit
Could any one help me out in this case...
Rgds,
Hendro

Are the changes being brought in only the prefix for that vendor and to reflect the same in table  LFBK and see the field in Lifnr getting updated with the new Prefix value .
then check this Fm ..
BAPI_VENDOR_EDIT
May be can write a bdc for that particular vendor(s) in XK02 or can proceed with LSMW.
Im not sure clear with what transaction you are trying to change the  prefix value cause u need to maintain that range for the vendor in the settings Spro.
regards,
vijay.

Similar Messages

  • Mass change of Vendor Bank Account Number

    Dear Friends,
    We have installed the new STS software from Standard chartered Bank for transferring payments to suppliers. This software needs some changes to the vendor bank account number (specific prefix depending on the vendor bank account currency).
    Is there any standard utility available to do this? Or canthis be done using LSMW?
    Thanks
    Ravi

    Are the changes being brought in only the prefix for that vendor and to reflect the same in table  LFBK and see the field in Lifnr getting updated with the new Prefix value .
    then check this Fm ..
    BAPI_VENDOR_EDIT
    May be can write a bdc for that particular vendor(s) in XK02 or can proceed with LSMW.
    Im not sure clear with what transaction you are trying to change the  prefix value cause u need to maintain that range for the vendor in the settings Spro.
    regards,
    vijay.

  • Can we display the bank account number of a vendor in the payment list(APP)

    Hi Experts,
    After APP run ,when i dispaly  the payment list there exist the vendor adress details but no bank account number of vendor !
    Please confirm whether vendors bank account number can be displayed in the payment list or not?
    Note:- 1.I use programme RFZALI20 to dispaly payment list . 2. In the vendor's master data the bank account number is already maintained.
    Points will be rewarded.
    Regards,
    Ramakanta

    Hi Suresh,
    Thanks for your quick response.
    How can i dispaly the DME file ?
    As i mentioned to dispaly payment list use programme RFZALI20.
    I checked the configuration and found that payment programme RFFOUS_C is assigned against payment method "C" in the country setting.
    Note:-  We have 8 (eight payment methods) but "RFFOUS_C" is assigned only agaisnt payment method "C" (check) not against any other payment methods.
    We have a payment method "G"(Empl Payment method) and against this payment method the bank account number of vendor is displaying but not against any other payment method.
    I am confused...please help me.
    Regards,
    Ramakanta

  • Vendor Bank Account No in cheque print FBZ5

    Hi all,
    I maintained vendor bank account no in FK02. Now how to print this bank account No in Cheque print FBZ5.
    I want print vendor name with bank account no in Cheque.
    Pleas guide me , How to prick up this account no and print.
    Regards,
    Moon

    Hi Goldmoon,
    Please informed, where are u maintain Vendor Bank Account Number.
    As per I concerned, If you maintain Vendor Bank Account Name like as (XYZ-1234567890) , bank account no. should be print, if you maintain other place then talk to ABAPer and change the Print configation.
    Because as per standard SAP cheque print name from table LFA1 and name1 field.
    thanks
    Spradip

  • Vendor Master Bank Account Number Changes

    Hi,
    Where are the changes of bank account number (New and the Old one) in vendor master data Reflected , is there any Table.??
    Regards,
    Archit

    You can see the bank account before and after values in vendor master display or change.  Call up the vendor master (XK02 or XK03), go to the Vendor: Payment transaction screen, and then select the menu path Environment -> Account Changes -> All Fields.  The bank account changes will be listed under the change screen heading "Vendor Master (Bank Details)".  You may need to click the button "Entries" to see the Vendor Master (Bank Details).  Double-click that line and you will see the before and after values for ever bank number change.
    Example:
    Entry Vendor Master (Bank Details)
    Date                          Chgd By              Co Bank Number    Acct/IBAN
    11/30/09         ??????????       US 043318092      987654321     NEW
    11/30/09         ??????????       US 043318092      123456789     OLD
    Hope this helps.

  • Vendor's bank account number has 19 digits.

    Dear Friends,
    The user has run the proposal run (T.CodeF110). The  vendor's bank account number didn't captured in full because it contains 19 digits.
    The SAP Note has 96624 has been implemented.As I know, all the 19 digits are not captured in F110.
    Please suggest how to solve the issue?
    Regards
    Sridhar

    Hi,
    You can do the necessary settings in SPRO --> SAP Netweaver --> General settings --> set countries --> set country specific checks.
    Here you can mention 19 as bank account number length
    Dhara D.

  • Vendor Master Enhancement: Add '-'  in Bank account number

    Hi Experts,
    I Have one small requirement where I have to add '-' at second last letter in Bank account number in FK02 whenever user will hit the Enter key.
    kinldy suggets how can I achive this, I have used user exit 'SAPMF02K' but not able to trigger the same.
    Best regards,
    Omkar

    Hello,
    Go for BADI's,
    Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
    1) Goto se24 (Display class cl_exithandler)
    2) Double click on the method GET_INSTANCE.
    3) Put a break point at Line no.25 (CASE sy-subrc).
    Now
    4) Execute SAP standard transaction
    5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
    6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
    7) This way you will find all the BADIs called on click of any button in any transaction.
    Regs,
    Venkat

  • Hide or Encrypt Bank Account Number

    Hey Guys,
    The client has a requirement in FK03 to hide/encrypt the bank account number in the bank details table in the tcode FK03. 
    When using the transaction FK03, I am having a problem with hiding or encryting a user's bank account number.  When you execute the FK03 transaction, select a vendor and go to the next screen, you are then taken to the Payment Transactions Screen.  User bank account information is displayed on this screen.  I do not want the entire table hidden, but I am unable to hide or encrypt the bank account number.  I am unable to find any authorization objects to control this specific field.  Does anyone have suggestions on how to implement this?

    If all users except the accounting department may not see the number, and the accounting department must be able to see the number from the standard transactions in this application area (e.g. FK03, XK02, etc), then you will be best off looking for an enhancement point via which you can add your own coding.
    The easiest and least intrusive way in my opinion would be to find one which affects only the payment transactions screen but regardless of the transaction context, and if the user fails an authority-check of your own invention - then modify the internal table to replace the real number with a bogus one.
    But remember that if the user can debug in display mode, then they will display the internal table before you modify it, unless you DEFINE it in a macro... (but that is again intrusive, and there still are ways).
    If you choose the encrypt / decrypt route, then you will have to fight with the field types of the bank table and can still make the same mistakes... except that someone looking directly at the table via a data broowser will not see much either... (until they find the decryption function and run that).
    Please also a take a look at [SAP Note 1257033 - Cookbook: Modification/enhancement for standard SAP system|http://service.sap.com/sap/support/notes/1257033] before proceding with an enhancement.
    Cheers,
    Julius

  • 20 digits long bank account number

    Hi All,
    We have a supplier in China with a bank account having 20 digits. Unfortunately we only have 18 digits for the bank account in SAP. What configuration needs to be done to enter this 20 digits long Bank account no in the vendor master data?

    Ajitha,
    Are you in a position to use Bank Account Type (2 char) in combination with Bank Account Number (18 char)? That will give you required 20 digit number.
    Changing internal field length of a field as commonly used as Bank Account Number isn't advisable. Do you have details on what type of business (specifically banking) transactions will occur with this Vendor? May be that will help in suggesting different solution.
    HTH,
    Manish Patel
    Sr. SAP Solutions Consultant

  • Bank account number against Document number

    Hi Experts,
    I have a scenario where i have Document no. of clearing doc. i.e. AUGBL and based on that i need to know bank account number i.e. BANKN.
    Can anybody suggest the sap tables from where i can get it ?
    Thanks,
    Akash

    >
    Akash Sawant wrote:
    > Hi Aditya,
    >
    > Probably it is vendor doc. no.
    >
    > Thanks,
    > Akash
    "Probably"?
    You should verify before continuing.
    Rob

  • Bank Account number format for new zealand country

    Hi Expert,
    Could you please help me out with the bank rules for New Zealand bank. I want to know how the Bank key, Bank Account number format will be.
    And also, what would i need to ask for vendor if i try to update the bank details in SAP.

    Hello, Shiva!
    You can check these links for New Zealand bank number formats:
    New Zealand bank account prefix - Wikipedia, the free encyclopedia
    http://www.enz.org/forum/showthread.php?t=7756
    http://www.newzealandbankcodes.com/
    Hope, this will help you!
    Best ragards,
    The Wirtschaftsmann!

  • Bank account number of Svizzera

    Hello
    I need a problem about bank account number of Svizzera.
    The number is not all numeric but contains "/" (88888/1s)
    I use the program RFEBKA00 but this program doesn't accepts "/"
    Can you help me?

    Hi Suresh,
    Thanks for your quick response.
    How can i dispaly the DME file ?
    As i mentioned to dispaly payment list use programme RFZALI20.
    I checked the configuration and found that payment programme RFFOUS_C is assigned against payment method "C" in the country setting.
    Note:-  We have 8 (eight payment methods) but "RFFOUS_C" is assigned only agaisnt payment method "C" (check) not against any other payment methods.
    We have a payment method "G"(Empl Payment method) and against this payment method the bank account number of vendor is displaying but not against any other payment method.
    I am confused...please help me.
    Regards,
    Ramakanta

  • Bank account number is not valid

    Hi All,
    Can you please help when maintaining bank details of vendor master at the time of entering bank account number getting following error
    Bank account number is not valid
    Message no. AR124
    Please help.
    Thanks

    Note 572022 says
    Summary
    Symptom
    Although you have already implemented Notes 507186, 144764, and 310988, the system generates message AR124 (Bank account number is not valid) during the check of a Swedish bank account number.
    Other terms
    FI_CHECK_BANK_ACCOUNT_SE, FI_CHECK_BANK_DETAILS, AR124, BANK_ACCOUNT_CHECK, bank account number, Sweden
    Reason and Prerequisites
    For the check of the bank account number in Sweden, there is no unique check algorithm. The banks use different check procedures, which are not published and cannot therefore be implemented. As a consequence, you may use bank account numbers which are indeed correct, but cannot be recognized as correct.
    Solution
    If the system generates error message AR124 during the check of a bank account number, you can define this message as a warning message in Customizing (transaction OBA5). You may also completely deactivate the check of the bank account numbers for Sweden (transaction OY17, deselect the 'Bank data' field).
    thanks
    G. Lakshmipathi

  • Bank Account Number determination in DMEE

    Dear Gurus,
    We are generating Payment file through DMEE Format tree, Every things work fine except Bank Account Number, We have
    2 Banks keys (A&B) and Account number assigned in Vendor Master Bank details, When i select Bank A in F110 It pull out
    the first bank key and Account Number but when in Selecting House Bank B my Payment file selecting the Bank A
    Account Number which appear in the first row of the bank detials, In DMEE Format Tree Maping
    I assigned the FPAYH structue ZBNKN Field. Please help me to determine the correct Bank Account number to the relevant bank.
    BK

    Hello Bharath,
    IF you are using two different bank accounts in the same vendor master then use field partner bank type (BVTYP), by using this field when you are entering invoices you need to specify the partner bank type so that when you are doing F110 based on this partner bank type field assigned in the invoice  the bank account number will be correctly picked.
    Regards
    Srikanth

  • Manage vendor bank account in company code level - Best practice

    hi,
    we have on our client several company codes, and we are thinking how to manage the vendor bank accounts in company codes level or in centeral level.
    our problem with company codes level is that the vendor bank accounts define in a centeral level so technically with sap standard it is not possible. if anyone can tell me that this is possible i will be very happy to know.
    in centeral level our problem is with the business process because of we do not have a person (functionalism ) that can be responsible for all the company codes, basically every company shoule be responsible for her vendors
    please advice what is the best practice to manage vendor bank accounts in enviroment of several company code
    regards,
    meir

    hi Raghu,
    i know that but this is not my qusition.
    which company code will be responsible to enter the bank account in the vendor master data? as i say the vendor bank accounts manage in centeral level and not in company code level and this is our problem and i like to know how other companies with the same situation handle with this issue
    and also after we have the bank accounts in the vendor master data what happend if for one vendor has several bank accounts one for every company code? how the payment program F110 could know automaticaly which bank account to take (i know that there is an optoin to use Partner bank type in the vendor master data, and enter this PBT when posting the invoice of the vednor, but this is not good because of we do not want the the accountant will be responsible from which bank the vendor get his money).
    regards,
    meir

Maybe you are looking for

  • HT201250 How to restore laptop from time capsule after replacing hard drive

    How do I reload all my programs and files from a time capsule after changing hard drive?  Also Apple store reloaded with Snow Leopard and not Lion.  Will that be a problem?  Thank you

  • What if I uninstall/reinstall

    I cannot find my library or music anywhere since updated Itunes 8 and then the Ipod freezing and having to restore it so have lost all newly purchased product which was on Itunes 7. Have been reading many discussions and wondering if it would be wort

  • Conversion program to do movement type 202 and 309

    Hi everyone, I need to do a conversion program to upload current stock balance from 1 material to another material (Material to material transfer). This is because we have created a new material type, therefore i would need to move any current stock

  • How Can I Restart Two-Sided Printing On the Second Side?

    I printed a PDF document in two-sided mode.  I apparently waited too long after printing the first side because when I clicked on "Continue", nothing happened and the printer just said "Ready".  How can I restart this print job so that only the secon

  • Four digit smtp port number not being accepted in ...

    I have my email id with pop3 port number as 110 and smtp port number as 2525. I have this same configuration in microsoft outlook and it works. IN nokia e61i, i am not able to enter the four digit smtp port number. It only accepts till three digits i