IBAN Generation for Turkey from bank details (FK01)

Hi Experts,
Is it possible to generate the IBAN from bank details for a Turkish (TR) supplier in FK01 ?
If yes, can you please specify the required configuration ?
I have checked the OSS note 925410 that shows how we can determine bank details from IBAN. BUt the client's demand is to generate the IBAN from bank details for the Tukish supplier.
Thanks for sharing your precious knowledge !
Regards,
Mahesh

Hi Srikanth,
Thanks for thr reply.
I had already read the OSS note 925408. It does noty mention any correction for Turkey : It mentions changes only for the countries Bosnia and Herzegovina, Bulgaria, Serbia and Montenegro, and Tunisia and it says to refer to note 925410 for Turkey.
And in 925410 it explains hoe to generate bank details from IBAN. But I need the reverse of this , i.e from bank details to IBAN.
Ragards,
Mahesh

Similar Messages

  • Override default values for infotype 0009 (Bank Details)

    Dear all,
    When we create a new bank details, default value will populate.
    I would like to know how to override these value, dynamic action? User exist? Feature? Or something else?
    Thanks in advance
    Regards
    Bill

    Hi Sikindar,
    Thanks for the reply, am trying to understand the options available.
    It look like the current behavior is: INITS + RUFNM
    and the user want to change it into: INITS only
    And it should only apply to country group 28
    Regards
    Bill

  • Possible scam email about termination of service asking for all my bank details

    I have recieved an email saying that i have not updated my account details under "Know your customer"
    and my apple and i cloud account will be terminated unless i update my account giving ALL my bank details including bank account number AND sort code details. I have never been asked this in five years. does anybody know if this is Legit

    It's not. Forward the email to [email protected] and then delete it.
    If there's an actual problem, you'll find out when you try logging into the iTunes Store or downloading content from it.
    (121559)

  • Load IBAN code in Infotype 0009 Bank Details

    Hi everyone.
    I'm on a massive upload of IBAN code for employees in the SAP-HR module.
    When I try to build up a batch input, the screen doesn't show the IBAN button active. It doesn't occur when you manually go to PA30 -> infotype 9 -> Create (there's no problem when you do it manually).
    This behaviour happens in many customers (it's no problem for a particular R/3)
    There's a bapi for creating the IBAN code (BAPI_IBAN_CREATE), but I don't see the reference to an employee on that bapi.
    Any suggestion?
    Kind regards and a point bonus promise for any helpful answer.
    Josep Rodergas

    Hello Josep,
       Batch input very difficult way for this , You can use infotype BAPI FM "HR_INFOTYPE_OPERATION". And My Iban creation recommendation is "FIBF" , You can use "business transaction events". "CONVERT_BANK_ACCOUNT_2_IBAN"  modules.
    I' ll hope its help you,
    Best Regards,
    İrfan.

  • AIA FP 11.1.1.3 - Deployment Plan Generation for migrating from Dev to Test

    Hi All,
    Can you please validate the following from a Deployment from Dev to Test perspective. We have almost completed the development for an interface using AIA 11g, and are in the process of moving the interface from one instnace to another, and any help is highly appreciated.
    Let us the take Purchase Order Integration between a legacy application and Oracle Purchasing, File Adapter-> Requester ABCS -> EBS -> Provider ABCS -> DB Adapter, which is a classical flow.
    1. The Functional person defines a project in the Project Life Cycle Workbench
    2. Functional decomposition done through Purchase Prder Business Task, and Service Solution components for each composite in the classical flow
    3. The ABCSs are created by linking the corresponding Service Solution Components from the LCW using Service Contructor. These composite.xmls will have the annotation populated by the Service Constructor. It is okay for these composites to have concrete wsdls during development phase, but the concreate ones have to be replaced with abstract ones before geenrating deployment plans.
    4. The EBS is not changed, it will have the annotations prepopulated, and there is no need to add any annoations to them
    5. The File Adapter and DB Adapters (Transport Adapters?) have to be annotated based on the developer guide
    6. The xsds and wsdl go into the mds based using the scripts provided. Any other common components can also be placed into MDS.
    7. Once the development is done, Harvest the composites using the AIA Harvester.
    8. After harvesting, from the AIA LCW, Generate the BOM. If we harvest all the 5 composites for the Business Task together, and do Generate BOM, does it capture all the composites? Or do they capture only the composites created using the Service Constructor? Or we have to add all the compistes manually to the Business Task?
    9. Add Harvested Contents by Editing the BOM -> "Search and Add Existing Composite" option. We couldnt locate the "Add Harvested Composite" option while right clicking the Business Task.
    10. Once all the harvested composites have been added to the BOM, export as XML
    11. Using the BOM, generate the DeploymentPlan. The deployment plan will have references to the xsds and wsdls in the MDS
    12. Using the Deployment Plan and AID, deploy the composites into a new instanec.
    These are the questions I have,
    1. Is the above understanding correct?
    2. Since the MDS is in the Dev database, a pre-requisite for AID seems to be deployment of xsds and wsdls into the Test MDS schema. Can you please validate?
    3. What happens to the bpels, xsls, mplans etc? How do they move from one instance to another?
    Regards,
    Anish

    Hi Anish,
    Following are the responses -
    These are the questions I have,
    1. Is the above understanding correct?
    1. The Functional person defines a project in the Project Life Cycle Workbench - Yes
    2. Functional decomposition done through Purchase Prder Business Task, and Service Solution components for each composite in the classical flow - Yes
    3. The ABCSs are created by linking the corresponding Service Solution Components from the PLWB using Service Contructor. These composite.xmls will have the annotation populated by the Service Constructor. It is okay for these composites to have concrete wsdls during development phase, but the concreate ones have to be replaced with abstract ones before geenrating deployment plans.-Yes but location attribute in binding.ws section of composite.xml should always have concrete WSDL location.Use <replaceToken> in DeploymentPlan to replace the ip and port.
    4. The EBS is not changed, it will have the annotations prepopulated, and there is no need to add any annoations to them - Yes
    5. The File Adapter and DB Adapters (Transport Adapters?) have to be annotated based on the developer guide-Yes
    6. The xsds and wsdl go into the mds based using the scripts provided. Any other common components can also be placed into MDS.- Yes
    7. Once the development is done, Harvest the composites using the AIA Harvester.-Yes
    8. After harvesting, from the AIA PLWB, Generate the BOM. If we harvest all the 5 composites for the Business Task together, and do Generate BOM, does it capture all the composites? Or do they capture only the composites created using the Service Constructor? Or we have to add all the compistes manually to the Business Task?-The 5 composites created by you should have a corresponding service solution component defined.When you define a service solution component in PLWB then a GUID is generated in the database table.You need to retrieve that value and manually enter in the annotation section of composite.xml except for ABCS.Then only the BOM will contain information on all the composites.
    9. Add Harvested Contents by Editing the BOM -> "Search and Add Existing Composite" option. We couldnt locate the "Add Harvested Composite" option while right clicking the Business Task.*-Once you harvest it will be visible.*
    10. Once all the harvested composites have been added to the BOM, export as XML - Yes
    11. Using the BOM, generate the DeploymentPlan. The deployment plan will have references to the xsds and wsdls in the MDS - Yes
    12. Using the Deployment Plan and AID, deploy the composites into a new instance.-Yes
    2. Since the MDS is in the Dev database, a pre-requisite for AID seems to be deployment of xsds and wsdls into the Test MDS schema. Can you please validate?
    Yes the 'UpdateMetaData' section under 'Configurations' in the DeploymentPlan will upload XSDs, WSDLs, DVM,Xrefs into MDS.
    3. What happens to the bpels, xsls, mplans etc? How do they move from one instance to another?
    The 'Deployments' section will deploy the project into server and write the information into MDS.
    Rgds,
    Mandrita

  • Is there an add-on for Shopsafe from Bank of America?

    Since switching to Firefox, I'm unable to use ShopSafe on my Bank of America account. I get an error message that an add-on is needed to use this feature. ShopSafe works fine when I use IE as my browser.

    I dont believe there is one but you can check for your self.:
    https://addons.mozilla.org/en-US/firefox/
    Also '''try contacting Bank of America for support.''' That is probably the best option.

  • IBAN information for United States of America's banks accounts

    hi
    I am creating a vendor (trx XK01) based in the USA, and I am not sure which information should I populate in the IBAN information at vendor's bank account (USA bank account).
    Could you please tell me which information should i populate in IBAN for USA vendor?
    Does anybody knows what validation SAP makes when populating the IBAN code for a US banks account?
    points will be rewarded
    Cheers!

    Rafael,
    First things first - as pointed by others in this thread, US does not primarily rely or use the concept of IBAN. So, just putting a normal bank key and bank account no. should suffice for most operational requirements.
    However, to answer your query, for IBAN SAP does validations similar to what it does for any other country. The validations are contained in the function module MAINTAIN_IBAN_FROM_DATA where system checks, among other things, for:
    - check if IBAN corresponds to country code
    Another FM that gets called from within the above-mentioned FM is CHECK_IBAN where the following checks are are included:
    - check ISO code exists for country
    - check IBAN length
    - IBAN can contain just numbers and letters
    But then, as I mentioned earlier, you perhaps might not need to go into all this as US does not bother with IBAN much.
    Remember to assign points if found useful.
    Regards
    Gulshan

  • BP user exit for Bank details

    Hi Techies,
         The FM    RP_BANK_ACCOUNT_CHECK_ZA  must
      performs CDV check to validate the Bank AC to Brank
    combination for Business Partner Bank details (t-code BP)
    &#61656;     By default the import parameters are assigned to table P0009 (HR Master Bank details) they have to be assigned to table BUT0BK (BP: Bank Details) under the Function Module import parameters.
    &#61607;     VALUE (BANK_ACCOUNT) LIKE BUT0BK – BANKN;
    &#61607;     VALUE (BANK_CONTROL_KEY) LIKE BUT0BK – BKONT;
    &#61607;     VALUE (BANK_NUMBER) LIKE BUT0BK – BANKL; and
    &#61607;     VALUE (BANK_COUNTRY) LIKE BUT0BK – BANKS.
    So are there any specific User exits or Badis to do this.
    Thanks,
    Mallik

    Solved by My Self

  • Impossible to enter IBAN code for Serbian vendor

    Hi,
    I want to enter the IBAN code for a vendor from Serbia (Country code: RS), but I get the message BF00016: generation not possible/
    The bank details are:
    IBAN: RS35160053020009138705
    BIC: DBDBRSBG
    Banca Intesa a.d. Beograd
    Milentija popovica 7b
    11070 Novi Beograd
    SERBIEN
    What could be the reason?
    Thank you for your advice.
    Kind regards,
    Linda

    Hi Linda,
    Do you have note 1032697 implemented in your system (or actually the instruction it gives)?
    Regards,
    Eli

  • IBAN Issue for ES - 1

    Hello Friends - I have got an issue, while maintaining IBAN  for ES. Before maintaining Bank details in Vendor master, I have maintained IBAN in FIBAN as below.
    Ctry
    Bank Key
    Bank Account
    CK
    IBAN
    ES
    21000418
    0200051332
    ES91 2100 0418 4502 0005 1332
    Then, I came to XK02 and clicked on IBAN and then IBAN converter as I have got IBAN.
    IBAN has got generated as below.
    Ctry
    Bank Key
    Bank Account
    CK
    IBAN
    ES
    21000418
    0200051332
    45
    ES91 2100 0418 4502 0005 1332
    (1) My doubt is that when I have already maintained IBAN in FIBAN, why another IBAN has got generated from LFBK.
           I can see two entries as below in FIBAN.
    Ctry
    Bank Key
    Bank Account
    CK
    IBAN
    ES
    21000418
    0200051332
    45
    ES91 2100 0418 4502 0005 1332
    ES
    21000418
    0200051332
    ES91 2100 0418 4502 0005 1332
    (2) When Bank details and IBAN to be maintained for Vendor, directly we can maintain in Vendor master itself, without doing anything in FIBAN? Pls let me know the Best practice.
    The difference between IBAN maintained in FIBAN and LFBK is that Control key is not maintained in the IBAN maintained in FIBAN and IBAN generated in LFBK has got Control key 45 filled in.
    Thanks

    Hi,
    When you know the IBAN, you have not to enter both account number ans IBAN. You can enter IBAN only and generate bank account number.
    For this, use an empty row in the bank details of the supplier's master data.
    In this empty row, click on the arrow in the "IBAN" column.
    Then enter the IBAN and click on "Generate Bank details".
    If your system is well configurated, the other fields will be automaticaly filled and TIBAN table will be automatically updated.

  • How to Use Parameter ID to default the Bank details in Vendor master

    HI,
    Client wants to default the Bank details for his vendor master records which will be created in future.Kindly advice me how to create parameter ID for defaulting the Bank details in vendor master.
    Kindly advice me
    Thanks
    Sunitha

    Hello,
    You have misunderstood the concept of Parameter ID.
    A field can be filled with proposed values from SAP memory using a parameter ID for that particular user. Normally in Finance, you can keep Company Code, Controlling Area etc. can ke kept as default. You find the Parameter tab in User Master Record in SU01.
    I am afraid that you want to populate the bank details in vendor master record. These fields are very critical for all types of payment. You should double make sure that you are entering the correct bank details in the vendor master record. If you do not fill any of these details, your BACS and CHAPS (DME) payments would get failed.
    If your client do not have details of bank information, the same can be filled later by writing a LSMW.
    Thanks,
    Ravi

  • A critical error has occured: java.lang.NullPointerException in bank detail

    Hi all,
            When i maintain data for infotype 0009 in R3, bank details link works fine. But when there is no data maintained in R3 for infotype 9..... instead of option for creating new bank details...im getting the following error...
    java.lang.NullPointerException
         at com.sap.xss.hr.per.nz.bank.fc.FcPerBankNz.readRecord(FcPerBankNz.java:276)
         at com.sap.xss.hr.per.nz.bank.fc.wdp.InternalFcPerBankNz.readRecord(InternalFcPerBankNz.java:631)
         at com.sap.xss.hr.per.nz.bank.fc.FcPerBankNzInterface.readRecord(FcPerBankNzInterface.java:146)
         at com.sap.xss.hr.per.nz.bank.fc.wdp.InternalFcPerBankNzInterface.readRecord(InternalFcPerBankNzInterface.java:219)
         at com.sap.xss.hr.per.nz.bank.fc.wdp.InternalFcPerBankNzInterface$External.readRecord(InternalFcPerBankNzInterface.java:295)
         at com.sap.xss.hr.per.nz.bank.overview.VcPerBankNzOverview.onBeforeOutput(VcPerBankNzOverview.java:257)
         at com.sap.xss.hr.per.nz.bank.overview.wdp.InternalVcPerBankNzOverview.onBeforeOutput(InternalVcPerBankNzOverview.java:265)
         at com.sap.xss.hr.per.nz.bank.overview.VcPerBankNzOverviewInterface.onBeforeOutput(VcPerBankNzOverviewInterface.java:134)
         at com.sap.xss.hr.per.nz.bank.overview.wdp.InternalVcPerBankNzOverviewInterface.onBeforeOutput(InternalVcPerBankNzOverviewInterface.java:132)
         at com.sap.xss.hr.per.nz.bank.overview.wdp.InternalVcPerBankNzOverviewInterface$External.onBeforeOutput(InternalVcPerBankNzOverviewInterface.java:208)
    I have maintained all configs in SPRO and active subtypes have been maintained....
    Please help me solve this... ITs CRITICAL for me to solve this problem....
    thanks,

    Hi,
    I think system working fine ....logically there should be entry for the infotype "0009"
    But if you want to change that then you need change the "Time constraint"  for this ...
    You can set that in table "T591A"
    go to se16 give 'T591A" then selection screen give "0009" and check the DATA.
    I think for infotype "0009 subtype "0" ( main bank ) the time contain will be "1" ......
    And its means there should be data in the PA30 for infotype "0009" .

  • Bank details check during creation of vendor master

    Hi,
    I'm sharing the same vendor account group for local and overseas vendor.
    For overseas vendor , bank details is a requirement field that user has to fill.
    But for local vendor, bank details is optional information.
    How to do this ?
    Thanks,
    Melissa

    Hi,
    Thanks for reply..
    1. To prevent human error, I would like SAP to raise error message when bank details empty for overseas vendor. I don't think we can use solution no.1.
    2. The data is already in production, my project is not an implementation project. So I don't think I can change the account group for the existing data. And I don't think the user will accept to create new vendor code under new account group.
    I'm thinking to use user exit. Do you know any user exit I can use during saving vendor master data ?
    Another thing, just to make sure, can we use validation for this purpose ? as far as I know, validation only applicable for transactional data, not master data. Correct me if I'm wrong.
    Thanks,
    Melissa

  • How to check the bank details in the table?

    Hi All,
    i want to develop a report in BW for getting duplicate bank details for the employee.
    i am not sure where can i find the details of the bank details field. i have searched in the RSA6 for any datasource which contain any bank details. But there is no such details available on the existing datasource.
    I don't know how to proceed further. can any one help me will be greatful.
    Regards,
    Ganesh

    hi sivaraju,
    in cmod i have given the EXIT_SAP but i am not clear about how to write a program to populate.
    i am new to bw can you please help me...
    in CMOD
    Project Management of SAP Enhancements
    Project: EXIT_SAP (Create)
    Sub Object
    Attributes -
    (i have selected this)
    Enhancement Assignment
    Components
    Documents
    If i say create it gives error and i can't able to change it is in display mode.
    Regards,
    Ganesh

  • Vendor with Bank details - How to replicate?

    Hi guys,
    I need help for replicating Vendor bank details. I`m transferring vendors by BBPGETVD, but the bank details don`t go to SRM. I have tried to transfer basic data by R3AS where the object name is DNL_CUST_BNKA, didn`t work as well.
    I`m using the transactions for this procedure: R3AS, BP, R3AC3, SE11 - table BNKA.
    Any idea?
    Thank you very much

    Hi,
       Sorry for my late.
       I want to show the vendor data in the Portal, in case Bank Master. Besides, when we use BBPGETVD, the system shows that the No Bank Data maintain.
      The complete message: No Bank Master Data Maintained No Bank Data Transferred
       Any help?
       Thanks a lot
    Edited by: Alexandre Jantsch on Jun 29, 2011 5:24 PM

Maybe you are looking for

  • Wont accept Payment details in Istore

    Hello, I just got an ipod touch for Xmas yesterday. I want to download some free apps from the Istore. When i register it just wont accept my payment information. Its 100% correct and i have now inserted the info 10 times. Im quite frustrated. Why wo

  • CS2 @ Win XP: Pie charts not closed

    Hi all, I have a pretty urgent problem with pie charts in Illustrator CS2 Here is what I do - Start Illustrator - create new document - select pie chart from tools - draw a rectangle for my chart - in the poped up window, I enter these values: 330 19

  • 3d fx

    hello illustrators how about some 3d fx upto date in illustrator,i always try to make objects trying ot give them the right light source and shading,imagine a feature in illustrator that can add like lights omni,spotlights etc etc and give various re

  • PSE7 when opening the editor only the upper half of the picture is displayed

    When I open a picture in the editor only the upper half of the picture is displayed in the lower part of the screen. I tried adjusting the size of the canvas but that didn't work.

  • Macbook pro harddrive is full.

    I have a 3TB Time Capsule and for some reason it won't back up to the Time Capsule so instead it backs up to my internal harddrive on my Macbook Pro and it is now full.  I know that there is a way to make your computer stop backing up to the local ha