New Country (South Sudan) to be set up in SAP

Hi,
I have to set up new country, South Sudan (SS) in SAP. I know   how to configure and also have the OSS note related. However, I cannot find the Alternative Country Key to be used. Not specified in the OSS (1620561) either. Can someone tell me how to find the Alternative Country Key for this new country??
Thanks

Check the below links;
http://www.bundesbank.de/meldewesen/mw_aussenwirtschaft_schluessel.en.php
http://www.bundesbank.de/download/meldewesen/aussenwirtschaft/schluessel/listofcountries.pdf
I couldn't find S.Sudan in it. If you dont find in your search, may be you can check with them or SAP.
Regards
TGB

Similar Messages

  • New country set-up

    Hi,
    I have to set-up new country in SAP .
    I know the path to create new country , but i do not know how to get this following from -
    Alternate  country key
    Tax Procedure
    ISO code
    Is there anything else need to be configured in order to set-up new country?
    The country i want to set up doesn't exist in standard SAP i.e. Serbia
    Thanks,
    Manish

    HI
    Apart from the above you have to maintain
    Set Country-Specific Checks
         For all countries with which your company maintains business
         relationships, you must include rules for checking the following data:
         o   Bank data
         o   Postal data
         o   Control data
         This data is then checked during master data maintenance.
    Define Country Codes
         You should maintain dialing codes in table T005K for all countries with
         which you communicate by telephone, fax or telex.
         These entries are used when creating fax or telex messages (SAPcomm
         orSAPLPD and WinFax) and for computer-supported telephoning (TAPI).
    Set Country-Specific Checks
    Insert regions
    regards

  • South Sudan missing

    I'm not able to change my call forwarding to South Sudan. The country is not listed in the drop box of countries. What do you suggest?
    Best,
    Miep

    Hi and welcome to the Skype Community,
    Indeed the call forwarding settings on the web account page is missing South Sudan. I've forwarded your feedback internally.
    If you have access to Skype for Windows desktop or Mac you can use the options -> Calls -> Call forwarding to set up call forwarding to South Sudan there meanwhile.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • South Sudan (SS) not known in Locale of Java

    I'm currently programming a payment program and I'm encountering an issue with my validation of BIC's. I have a giant list of all known BIC's but one seems to fail (I validate on it's ISO country code where is use the build in Locale API from Java.
    But unfortunately it doesn't seem to know South Sudan (SS) as valid ISO country, but according to Wikipedia and Swift (=keeper of the BIC's) South Sudan is a valid country and ISO:
    http://en.wikipedia.org/wiki/ISO_3166-2:SS
    Also Java seems to follow the ISO 3166 standard and they also state that South Sudan SS exists:
    http://www.iso.org/iso/support/country_codes/iso_3166_code_lists/iso-3166-1_decoding_table.htm#SS
    I can work around this (but I don't like to create exceptions for this sort of things :p), but maybe someone can give me an explanation. Or should I submit a bug report ;)?
    Thanks in advanced
    Regards

    Updated yesterday to be sure I had the latest version:
    Java JDK 7.0u4
    NetBeans 7.1.2
    Below I'm listing all country code's available to Java. SS doesn't seem to be in there :-/
    Result of following code
    Locale country = new Locale("en", "SS");
    System.out.println(country.getDisplayCountry() + "\nList all countery CODE");
    for (String con : Locale.getISOCountries()) {
         System.out.println(con);
    Properties p = System.getProperties();
    Enumeration keys = p.keys();
    while (keys.hasMoreElements()) {
         String key = (String) keys.nextElement();
         String value = (String) p.get(key);
         System.out.println(key + ": " + value);
    }SS >> This should be South Sudan, but since Java doesn't know it, they display SS
    List all countery CODE
    AD|AE|AF|AG|AI|AL|AM|AN|AO|AQ|AR|AS|AT|AU|AW|AX|AZ|BA|BB|BD|BE|BF|BG|BH|BI|BJ|BL|BM|BN|BO|BQ|BR|BS|BT|BV|BW|BY|BZ|CA|CC|CD|CF|CG|CH|CI|CK|CL|CM|CN|CO|CR|CU|CV|CW|CX|CY|CZ|DE|DJ|DK|DM|DO|DZ|EC|EE|EG|EH|ER|ES|ET|FI|FJ|FK|FM|FO|FR|GA|GB|GD|GE|GF|GG|GH|GI|GL|GM|GN|GP|GQ|GR|GS|GT|GU|GW|GY|HK|HM|HN|HR|HT|HU|ID|IE|IL|IM|IN|IO|IQ|IR|IS|IT|JE|JM|JO|JP|KE|KG|KH|KI|KM|KN|KP|KR|KW|KY|KZ|LA|LB|LC|LI|LK|LR|LS|LT|LU|LV|LY|MA|MC|MD|ME|MF|MG|MH|MK|ML|MM|MN|MO|MP|MQ|MR|MS|MT|MU|MV|MW|MX|MY|MZ|NA|NC|NE|NF|NG|NI|NL|NO|NP|NR|NU|NZ|OM|PA|PE|PF|PG|PH|PK|PL|PM|PN|PR|PS|PT|PW|PY|QA|RE|RO|RS|RU|RW|SA|SB|SC|SD|SE|SG|SH|SI|SJ|SK|SL|SM|SN|SO|SR|ST|SV|SX|SY|SZ|TC|TD|TF|TG|TH|TJ|TK|TL|TM|TN|TO|TR|TT|TV|TW|TZ|UA|UG|UM|US|UY|UZ|VA|VC|VE|VG|VI|VN|VU|WF|WS|YE|YT|ZA|ZM|ZW
    java.runtime.name: Java(TM) SE Runtime Environment
    sun.boot.library.path: C:\Program Files (x86)\Java\jdk1.7.0_04\jre\bin
    java.vm.version: 23.0-b21
    user.country.format: BE
    java.vm.vendor: Oracle Corporation
    java.vendor.url: http://java.oracle.com/
    path.separator: ;
    java.vm.name: Java HotSpot(TM) Client VM
    file.encoding.pkg: sun.io
    user.country: US
    user.script:
    sun.java.launcher: SUN_STANDARD
    sun.os.patch.level: Service Pack 1
    java.vm.specification.name: Java Virtual Machine Specification
    user.dir: D:\Steven\Documenten\Java\PaymentGenerator
    java.runtime.version: 1.7.0_04-b20
    java.awt.graphicsenv: sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs: C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\endorsed
    os.arch: x86
    java.io.tmpdir: C:\Users\Steven\AppData\Local\Temp\
    line.separator:
    java.vm.specification.vendor: Oracle Corporation
    user.variant:
    os.name: Windows 7
    sun.jnu.encoding: Cp1252
    java.library.path: C:\Program Files (x86)\Java\jdk1.7.0_04\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;"C:\Program Files (x86)\Java\jre7\bin";.
    java.specification.name: Java Platform API Specification
    java.class.version: 51.0
    sun.management.compiler: HotSpot Client Compiler
    os.version: 6.1
    user.home: C:\Users\Steven
    user.timezone:
    java.awt.printerjob: sun.awt.windows.WPrinterJob
    file.encoding: UTF-8
    java.specification.version: 1.7
    java.class.path: C:\Program Files (x86)\Java\jdk1.7.0_03\db\lib\derbyclient.jar;C:\Program Files (x86)\Java\jdk1.7.0_03\db\lib\derby.jar;D:\Steven\Documenten\Java\lib\jdom-1.1.3.jar;D:\Steven\Documenten\Java\lib\commons-lang3-3.1-sources.jar;D:\Steven\Documenten\Java\PaymentGenerator\build\classes
    user.name: Steven
    java.vm.specification.version: 1.7
    sun.java.command: eu.uytterhoeven.paymentgenerator.bank.BIC
    java.home: C:\Program Files (x86)\Java\jdk1.7.0_04\jre
    sun.arch.data.model: 32
    user.language: en
    java.specification.vendor: Oracle Corporation
    user.language.format: nl
    awt.toolkit: sun.awt.windows.WToolkit
    java.vm.info: mixed mode, sharing
    java.version: 1.7.0_04
    java.ext.dirs: C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    sun.boot.class.path: C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\resources.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\rt.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\sunrsasign.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\jsse.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\jce.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\charsets.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\jfr.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\classes
    java.vendor: Oracle Corporation
    file.separator: \
    java.vendor.url.bug: http://bugreport.sun.com/bugreport/
    sun.io.unicode.encoding: UnicodeLittle
    sun.cpu.endian: little
    sun.desktop: windows
    sun.cpu.isalist: pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    Edited by: 923091 on Apr 30, 2012 1:56 PM

  • Creation of new country codes - Serbia.

    The business user is not able to find country code for Serbia in production system.
    We are currently using SAP ECC 6.0.
    I have refered the SAP note no 603152 for creating country code .
    Their are two alternatives available to fix it:
    1. Manual creation of country code in the system. We need to maintain additionally the currency also in the system.    Note: I do not know the implication of manual creation of country code in SAP sytem. As Country codes are used by many tables.
    2. If we need new country codes for country settings of Serbia.
       Then it can be done by using new SAP Basis (Netweaver) releases from release SAP_BASIS 710 or  appropriate support pack. Then country precustomised setting of serbia can be done by upgrading support pack of basis.
    The above alternatives are available. As country code is an important aspect & maintained at client level.
    Please let us know which alternative would be suitable, Why.

    I would recommend the basis way.
    If you go the manual way - Go to T Code OY01.
    Thanks,
    Nandita

  • Finding and installing cartridges after moving to a new country

    HP customizes some products and cartridges to meet specific local customer needs. During your initial printer setup, the printer automatically set itself to accept cartridges specific to a country or region. If you take your product from that country to another country, you might not find cartridges with the same number on the label as your original cartridges. These cartridges will not work in your product even though they appear to be compatible with it. If you purchase cartridges that you believe are compatible with your product, and then try to install them, you might see one of the following error messages:
    'Incompatible Cartridges'
    'Cartridge Not Intended for this Printer'
    'Incorrect Cartridges'
    For further details, refer to this link
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

    Resolving a cartridge-related error message after moving to another country
    If your printer or your cartridges are within warranty, HP will help you resolve this issue. Before you contact HP, make sure that you have the following items ready:
    Your HP product
    A full set of HP cartridges for your new country or region
    A computer that is connected to your product
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

  • New country not working

    I recently moved from the UK to Spain. I updated my account and set it to the new country, however, when I want to redeem a voucher bought here in Spain, I get the error message that this vouch needs to be redeemed in a Spanish storefront. Does this mean I can only use UK vouchers here in Spain?

    You will need to change the store that your account is accosted with from UK to Spain. To do this go to Settings > iTunes & App Stores then tap your Apple ID, tap "View Apple ID", enter in your Apple ID password if requested, then tap "Country/Region", then tap "Change Country or Region and select Spain. If you any credit on your account from UK you will have to make sure your credit reaches zero or contact Apple to cancel your balance.

  • How to create a new Country-Key and Region

    Dear Sir,
    We are creating a new Customer Master record using Tcode XD01 , the customer belong to a Country "MOZAMBIQUE" . This country doest not exist , so we have to create a new Country , Country-Key and Region for this .
    Pl guide us , as what steps are required to be followed for this .
    We assure to award full points for the suggested solution pl
    Rgds
    B Mittal

    Hello,
    You can define new country code at general settings in SPRO.
    SPRO --> IMG -> General Settings -> Set Countries -> Define Countries . Transaction code OY01.
    Prase

  • New Country Billing Issues

    In 2007 I moved from the United States to Brazil. New country, new bank, new credit card. At the time I didn't even think about changing my apple account info, especially as I wasn't purchasing anything. My old card info from the States was on my account.
    The US card expired, something I didn't even notice, until I went to the App store and poked around. As I had changed countries, I decided to update my info and change it all to Brazil.
    I had a Brazilian Visa card for use only in Brazil and when I tried to update my info, the card was rejected with the statement that the security code was invalid. Here in Brazil very often the banks issue domestic-use only cards on new accounts. When I was unable to update my info because I needed to have proper billing information, I asked my bank about this and they said I probably needed an international Visa card rather than a Brazilian-only card.
    I entered into contact with iTunes support, explained that I was unable to switch to the Brazilian store, explained that I had a Brazilian Visa card for use only in Brazil, and asked if I needed to have an international card to be able to change my info and update my billing information. The tech assured me this was not the case, that I should be able to use any valid bank-issued card, and had me begin what turned into a support nightmare, complete with resetting my password I don't know how many times.
    My frustration level was pretty high and I asked repeatedly if the issue was the fact that I needed an international card, not a domestic-only card, and the tech repetedly assured me this was not the case.
    I knew it was, asked my bank for an international card, and decided to wait until it arrived to change my details.
    That would have been fine except that the tech, in an effort to make me "feel" better, decided to issue me two song credits. I did not ask for the credits, did not want them, could not use them because I did not have billing info in the United States. To be able to use credits, you have to have proper billing information.
    When I explained this to the tech, he responded that he didn't understand why I couldn't use the credits, that I just needed to update my US billing information.
    I explained to him that I did not have billing information in the United States to update, that the whole issue centered around that central fact. I asked him to remove the credits to which he replied that techs cannot do this, but not to worry, the credits will be on my account witing for me when I am ready to update my billing information.
    My response was less than polite. He wrote back that he spoke with his supervisor and the only thing I can do is abandon my old account and create a new account with a new id with the Brazilian store.
    That is a horrible solution!
    In the meantime, my new card arrived. It works just fine at setting up an account, meaning the whole issue was the domestic card.
    I entered into contact with apple again to see if maybe they could get rid of the credits thus allowing me to change countries without abandoning my old account and creating a new id. The response, two different techs attempting to walk me through how to reset my password!
    I am curious to know if there is a better solution. How is it a tech can simply ignore the issue, have no real knowledge about the process, credit an account without the permission of the account owner, and yet have no way to eliminate credits or enable a user to use the credits.
    Is my only option to abandon my account and create a new one? What happens to the music I downloaded with the old account?

    I'm sorry you are having difficulty. An agent with access to your account will reach out to you directly by email, private message in the Forums and/or the billing telephone number on your Verizon account for more information or to help you resolve your issue.
    decafgrandmom wrote:
    I'm in the process of copying 4 innacurate bills, e-mails from Verizon & supporting documentation to forward to the FTC, FCC, and anyone else I can think of to expose Verizon's shoddy billing practices.  Efforts to resolve the matter have been unsuccessful, I'm sick of calling every month, and receiving the next bill with unresolved issues.  Last call to Verizon the CSR was so confused that she couldn't itemize the disputed amount...it's a disgrace. I was however cautioned to pay the disputed amount or I would have to deal with collections - BRING IT!!!  As soon as I can find an attractive bundle with COMCAST I'll cancel Verizon - it's the worst decision I' every made. 

  • How to Create a new column from two different result sets

    How to Create a new column from two different result sets, both the result set uses the different date dimensions.

    i got solutions for this is apply filters in column formula it self, based on the requirement.

  • HT1699 i dont know how to connect my new ipod touch to itunes to set it up

    i dont know how to connect my new ipod touch to itunes to set it up

    Look at the Users Guide:
    iPod touch User Guide (For iOS 5.0 Software)

  • The App Store want allow me to download new apps because I have not set up security questions.But I share an iTunes account with my friend. So if I set up the questions will my friend have to use and answer the same thing?

    The App Store want allow me to download new apps because I have not set up security questions.But I share an iTunes account with my friend. So if I set up the questions will my friend have to use and answer the same thing?

    They will have to be answered the first time when purchasing from a new computer or device.

  • I bought a new iphone and as i was setting my apple ID account and i signed in to my account and confirmed two useres with diffrent numbers that were signed to the same apple ID and it messed up my i messege and face time. how do i fix that ?

    i bought a new iphone and as i was setting my apple ID account and i signed in to my account and confirmed two useres with diffrent numbers that were signed to the same apple ID and it messed up my i messege and face time. how do i fix that or delete one user ?

    Hello sapiii96,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/ts4268
    To sign out of your Apple ID
    Go to Settings > FaceTime, tap your Apple ID, and select Sign Out.
    Go to Settings > Messages > Send & Receive, tap your Apple ID, and select Sign Out.
    Best of luck,
    Mario

  • I am new to LR and have it set up on a Mac desktop and laptop.  On the laptop, the Basic function under Develop simply disappeared.  I am lost.  Help.

    Question:  I am new to LR and have it set up on a Mac desktop and laptop.  On the laptop, the Basic function under Develop simply disappeared.  I am lost.  Help.

    It's a common issue. The Basic panel is merely hidden.
    Hiding/unhiding panels is actually a feature of Lightroom but it is unintuitive - few people know it exists - so most newcomers are thrown when a panel somehow gets hidden.
    Right-click anywhere in the right hand side panel area and a context menu will appear.
    Click the Basic option to make the Basic panel re-appear.

  • HT5622 I have just received a new iphone 5s and need to set the Apple ID with my work email.  I used my work email on my personal iphone 4s to set up an icloud account and it will not let me use my work email as the Apple ID on my new iphone. What do I do

    I have just received a new iphone 5s and need to set the Apple ID with my work email.  I used my work email on my personal iphone 4s to set up an icloud account and it will not let me use this email as the Apple ID on my new iphone.  As it is a work phone I need to use this email address as my Apple ID.  How do I do this?

    when you open the app store scroll down to the bottom it will display the apple id currently in use, change it to your normal apple id email

Maybe you are looking for

  • Downgrading Oracle database ( Version 9.2.0.8.0 to 9.2.0.6.0)

    Hi All, I am working as development Dbs. I had upgraded Oracle DB 9.2.0.1.0 to version 9.2.0.8.0 for some testing purpose in Windows XP(32bit). I didnt take the backup before applying patch. Now they want to downgrade the db to 9.2.0.6.0. How can i d

  • Keyboard backlight - 1/2 doesn't work

    I have a Sept 2007 MBP 17" and the left half doesn't light up in the dark. It is actually more than half. Only the area under U,J,and M and to the right of that lights up. Wonder if this is covered by Apple Care? If not how hard is that to fix.

  • Call function with rfc or not ?

    How can I know that an function is called by rfc or not ? info : The caller is not R/3 system. This web interface... thanks in advance

  • Reduced File size at target

    Hi folks, I am getting an strange error in my scenario. The scenario is very simple, File->XI->File. I am using -- 1. File Content Conversion in source and target CCs. 2. Multi-Mapping in MM. The source file is 7 MB, which is not at all a very big fi

  • How can I remove 'open with'?

    Hi. I would like to remove 'open with' from my PC please.