ZIP code format for each country in SAP

Please provide me the way to retrieve ZIP code format for each country in SAP.....

Well Yash
You might have noticed the checking rules in the same place. They are the ones which is used for checking formats. I don't know which internal table  (I doubt if there is one) holds the format data per country.  There are formal format checks for few specific countries like Canada, the Netherlands, Poland, Sweden, Slovakia, the Czech Republic, South Korea, and Portugal and I guess they are hardcoded.  Another thought is that Regional Structure Group related tables may hold this.
If you have ABAPer by your side, check out Function module POSTAL_CODE_CHECK which is used in conjunction with the checking rules mentioned. This may provide you some clues.
I am wondering why you need this info.
If you need to set up your own config in Address Management than what is supplied in the standard,  then use the following path:
SPRO/IMG/SAP NetWeaver/Application Server/Basis Services/Address Management
Also go through the following OSS notes:
1123588 - Postal code check for different countries
1381564 - Postal codes

Similar Messages

  • Report for time log on detail for each employees in SAP ABAP-HR report

    hi experts,
          please help me .how to create a report for time log on detail for each employees in SAP ABAP-HR report.please help me.
                                                      thank you

    Hi,
    For Time Management Infotypes , If you want to read the data using macro you need to use the Macro called RP_READ_ALL_TIME_ITY
    Example:
    DATA: BEGDA LIKE P2001-BEGDA, ENDDA LIKE P2001-ENDDA.
       INFOTYPES:  0000, 0001, 0002, ...
                         2001 MODE N, 2002 MODE N, ...
         GET PERNR.
       BEGDA = '19900101'. ENDDA = '19900131'.
       RP_READ_ALL_TIME_ITY BEGDA ENDDA.
       IF PNP-SW-AUTH-SKIPPED-RECORD NE '0'.
          WRITE: / 'Authorization for time data missing'.
          WRITE: / 'for personnel number', PERNR-PERNR. REJECT.
       ENDIF.

  • Different formats for each line in enums & rings?

    I don't know if this one is possible but I can't figure it out.
    Can you make an enum or ring control have a different format for each selection? 
    E.G.:
    Selection 1 [default]
    Selection 2 [test mode]
    Selection 3 [optional]
    Selection 4 [optional]
    I've tried the formatting options and property nodes, no luck.  Maybe there are possibilities with control customizing I'm not thinking of???
    Thanks & Regards,
    K
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

    Hi K.
          I don't think it's possible to have those text properties vary in a text-ring, but you might be able to accomplish your goal using a pict-ring - using images of formatted text.  In the example (attached) Paint was used to create the pictures then import them into the pict-ring.  Here Unclebump shows how to use "Draw Text at Point.vi" to create formatted text in a picture control, though, I have no idea how to copy such pictures out of the pictures control!
    Cheers!
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
    Attachments:
    FormattedTextPicRing.vi ‏14 KB

  • Default remit to address for each country

    Hi all,
    Is it possible to set default remit to address for each country in Oracle 12.1.3 or it's can be achieved only for one country? For example - We defined Spain as Default country and whenever autoinvoice or other functionality met another country (Italy, USA, Russia) to map it to Spain? I checked metalink and found docs only for defaulting remit to address for one country.
    Thanks in advance,
    Bahchevanov.

    Hi Bahchevanov,
    I have 2 remit addresses for a country ,one address belongs to Maharastra and one for Ahmedabad.
    Under receipts from i have given states as chhattisgarh,goa,maharastra for Maharastra address and For Ahmedabad address i have give states as Gujarat,Dadra and nagar haveli.
    when i raise invoice for chhattisgarh customer remit address is Maharastra ,Now i would like map chhattisgarh state to Ahmedabad address,so when i raise invoice for chhattisgarh customer remit address should be Ahmedabad address.
    Can you please tell me how to achieve this.
    Thanks
    Lohitha

  • How to get multiple output formats for each execution of the report?

    Hi,
    Is it possible to get multiple output formats for each execution of the report? If so can you provide some details?
    Thanks

    In Reports 6i, Reports Distribution was introduced. This allows you to run the report once and output to a number of destinations with a different format. It also allows you to distribute individual sections within a report to different destinations in different formats.
    The Destinations for a Report to distribute to are defined either in a distribution file and passed on the command line or inside of the report definition.
    To add a destination to the the report definition, bring up the property palette against the report object and then select the "Distribution" property under the "Report" node. This will bring up a dialog that allows you to create a distribution list. You can then test this list by selecting "file->distribute" from the menu.
    To run a report that is to be distributed through rwrun60, you need to add "distribute=yes" to the command line. It will pick up the destinations from the report definition. If you add "destination=<filename>" then it will pick up the destinations from the specified "<filename>" and ignore the destinations in the report definition.
    Note: if "distribute=yes" is specified on the command line then the destype/desname/desformat parameters will be used to format the report (ie: which printer/display to use during formatting for sizing objects) but will be ignored when the report is sent to the destinations.

  • Need to read Hex data format for Handheld device. (SAP AII RFID )

    Hello,
    we developed a custom screens for packing, unpacking, tag commission.. etc for handheld device for my client. the Serial number field  type is /ain/barcode. Its working fine. but for the new system need to read the Hex format. I created a new field in the screen. but the handheld device is not reading the Serial number in Hex format.
    Could anyone suggest me how to read Hex data in Handheld devices. We are using Motorola MC9090 Series.
    Regards,
    Kamal

    Hi
    Are you using the reader to read an RFID tag or for reading barcodes.
    Ideally, if you read an EPC Gen2 RFID tag, for example, the 96 bit encoded EPC is read and that can be converted to its equivalent  HEX format for posting the observation to SAP AII.
    In case of barcodes, the string is read as is printed on the barcode.

  • Set nls-date-format for each session

    I'm using oracle 8i on win2k professional. Using sql*plus I want my date formats as: 'DD-MON-YYYY'
    how is it possible for each session.
    Regards

    You posted this same question in the SQL forum. Did you see my reply?
    Re: How to populate a filter field in one page with the value from other pa
    Armand

  • Off topic question - I need to know US zip code format

    I would suggest it is obvious I do not live in the US.
    When looking on the net everything I find show a US postal zip code as 5 long.
    However I seem to remember seeing codes that were longer than 5 long.
    Example 3241-76543 ?
    rykk

    Have a look at the ZIP faq on the USPS site ( http://zip4.usps.com/zip4/zipfaq.htm ). It has information about zip codes, ZIP+4 (what you're referring to) and zip validation services.

  • Can i make (for example) 3 partitions on my external Hard Drive, and make different formatations for each, so i can share files of one of them in a pc and mac?

    Hello ...
    My name is Rui, i'm from Portugal ... (so please be patiente with my english, it can get a bit confusing)
    so... first of all ... i have to say ... i'm still a pc user ... i don't have a Mac ... yet ... they are sold out right now in the shops near me ... i am waitting for them to arrive so i can pick up mine ... (i wish in a couple of days i will be entering the Mac world ....) ... i'll be picking the "entery" iMac model, the 21,5'', i5 with 500gb hard disk ... well .. i know it's the cheapest one (i hope it is a good machine tho) ... but it's my entering Mac world too (my only apple products till know were the ipod ...) ... one of my concerns are being the 500gb hard drive ... that for my pc experience is a little bit short ... that makes me a little scared (but paying 300e for the next model to have a 1tb disk, it's not a good option for me right now) ...
    so..
    I've been reading a lot about iMac's ans OS X so i can get familiar with this all new world ...
    and i couldn't get any answer for some of my doubts... so i decided to ask you Mac Users ..
    My idea is to have an external HD to store files (and not to fill the 500gb of the iMac) ... and i am wondering if it would be possible to make this ...
    - make three partitions on the external Hard Drive and
    - the first be formatted in Mac OS extended (journaled) mode
    - the second on fat 32 - so i can store and share files with a mac or pc
    - third be reserved for  Time Machine
    i wonder would that be possible... or would make sort of incompabilities ... would it work all well ?
    hummm ...
    I hope someone can help me with this ...
    ... if it is a silly question ... sorry ... but please remember, i've never had a Mac computer (i'm waiting for my 1st iMac to be available on store) ... so a lot of things are "flying" in my head right now ...
    ... and of course .. sorry for my english ... i hope you all understood me ...
    thanks (obrigado) a lot for your patience...
    Rui from Portugal

    Hi! Dwagner, once again ...
    I've just got my Mac last friday ... i'm still getting amazed with this new world to me ... eehe .. quite different ... but
    ... "i can do it, i can do it" eheeh
    i'm in that period that a new question appears at almost every mouse click ... lol
    so ... can you help me (once again) ..
    you said you had your hard drive with this settings...
    "You can partition for OSX (extended Journal) - read/write by only OSX or read only by Windows via BootCamp
    You can partition for Windows (NTFS) - readable by only Windows
    OR - you can format with ex-FAT and this is read/write capable for both operating systems."
    how did you formated the partition in NTFS ? ... on the mac? using the "disk utility" ? or did you use another program to do so ...?
    i hope i'm not "bugging" you ... this might be a silly question for most of people ... but right now ... it's a major question for me ... ehehe
    once again Obrigado (Thank You)
    Rui from Portugal

  • HT200179 aperture 3.4.5 does not support rx100m2.  I got a message "unsupport File Format" for each of the RAW file that I imported.  I have tried to repair permission, remove Aperture Plist from Preferences, create a new aperture library

    I have updated Aperture with RAW camera update 4.0.7.

    Wow, you got yourself a great camera!
    The list of supported raw formats is here:
    http://www.apple.com/aperture/specs/raw.html
    I see DSC-RX100***   on that list, but not yet rx100 Mark 2; I am afraid you will have to wait a bit for the raw support.
    You may want want to shoot raw+jpeg, while you are waiting, and work with the jpegs for the time being. You can import the raw later, when the raw support will be available, or use the software that came with the camera, while you are waiting.
    Regards
    Léonie

  • Do I need to have two formats for each phone number of my contacts ?

    I just bought a new iPhone 5 and I am really regret about this.  All  my contacts are stored in the contact list as international format ( eg . +218 91 xxxxxxx ) but when I receive a call from any of these contacts , it displays as a number only and not as names!!!!!?. I searched for some ideas , and found some advises about  to reset the network setting, i did that but no way , and I don't want to use any jailbreak.
    I really don't know what to do , this is really disappointing , any idea from you guys ??
    Thanks

    Thanks to both of you . This is weird , it seems there is difference in iPhone versions , because i don't have any dial assist option under setting>phone > , I only have calls /reply with message /call forwarding /call waiting ...etc , but I don't have dial assist .
    Any way than you for your advise , good try

  • Code formatting for Applescript

    I found the "Syntax Highlighting," but can't figure out how to use it to format Applescript snippets in posts.
    Can someone tell me how to do it so I don't look like the amateur noob that I actually am?

    tell application "Contacts"
      set new_folks to every person whose company is false and last name is not missing value and first name is not missing value
      repeat with each_person in new_folks
      tell each_person
      set lookup_name to (character 1 of (get first name)) & last name as text
      if note is missing value then
      set note to lookup_name
      end if
      if note is "" then
      set note to note & lookup_name
      else
      if note does not contain lookup_name then
      set note to (note & return & lookup_name) as text
      end if
      end if
      end tell
      end repeat
      save
    end tell
    Works great for me. Ran it from my Favorites Bar.
    Hiroto had a simple and effective suggestion: Just uncheck "indent wrapped lines by:"
    tell application "Contacts"
      set new_folks to every person whose company is false and last name is not missing value and first name is not missing value
      repeat with each_person in new_folks
      tell each_person
      set lookup_name to (character 1 of (get first name)) & last name as text
      if note is missing value then
      set note to lookup_name
      end if
      if note is "" then
      set note to note & lookup_name
      else
      if note does not contain lookup_name then
      set note to (note & return & lookup_name) as text
      end if
      end if
      end tell
      end repeat
      save
    end tell
    I like the bookmarklet better.
    quinn

  • Code Format for Swing.

    Hi , anyone knows how can Jdeveloper use automatically getters and setters to add components in my frame, for example , in the usual way jdeveloper add a new component making : this.getContentPane().add(jButton1, null);
    but I want this : getContentPane().add(getButton1(),null) ; like eclipse do .
    Thanks

    Hi , anyone knows how can Jdeveloper use automatically getters and setters to add components in my frame, for example , in the usual way jdeveloper add a new component making : this.getContentPane().add(jButton1, null);
    but I want this : getContentPane().add(getButton1(),null) ; like eclipse do .
    Thanks

  • I live in Sweden and Portugal, can I have two apple accounts one for each country?

    Hi,
    I need your help, at the present moment I devide my time between two countries Sweden and Portugal, my Apple acoount is based in sweden, my question is can I open an account in Portugal and keep the Swedish account or i am only allowd an account?

    yes
    you can open your apple  account  any where

  • Values not showing up for 3 digit zip code maps of states

    I've been tinkering with an app that displays the US, with a query that shows how many folks we have in each state. The link takes you to a page that displays the state/zip code style map. On the map of the US, I can see the label and the value from the query for all states. But in the state map, all that shows up are the labels. I have the map set to show values, but they won't display.
    I'm using APEX 4.0.1 in a 10.2.0.4 database running on Windows.
    Any thoughts?

    Hi mjblake,
    The Map Region columns (i.e. REGION_NAME, REGION_ID, etc) can vary for each Map source .amap file. So it's definitely worth referencing the AnyChart Map Reference Information when you're adding your map series query, to ensure that your query is referencing data that's actually contained in your chosen .amap file.
    By default, the wizard will set the "Map Region Column" to REGION_NAME, as this the default AnyChart column. However, some maps, like the US State Zipcode maps, don't actually have a REGION_NAME column in their data, which is why you would need to update the "Map Region Column" on the Map Attributes page to your chosen column e.g. REGION_ID. In the case of the US State Zipcode maps, the available columns are REGION_ID, CENTROID_X and CENTROID_Y, as shown in this example: http://anychart.com/products/anychart/docs/users-guide/map_reference/United-States-of-America-3-digit-ZIP-Code-Maps-for-All-50-States-Alabama-Flash-Map.html?fromtree. You may not be aware of this, but when stepping through the Create Map wizard, on the 'Query' page, there's a Show/Hide region called "Map Region Information", which displays the AnyChart information associated with your selected map.
    Regards,
    Hilary

Maybe you are looking for

  • Can I get the screen on the iPhone 4S fixed if it was dropped and cracked? How much does it cost?

    Can I get the screen fixed on the iPhone 4S if it was dropped and cracked? How much does it cost?

  • Is this a proper query to add an Index?

    If you are talking about adding it to a non-production version of SQL Server and then monitoring it under a workload, then yes. Database Engine Tuning Advisor is good for analyzing the efficiency of the indexes. One of the biggest concerns with recom

  • Palm Pre not charging...

    I'm on my 3rd battery and 2nd unit, 2nd setof cables and plugs/coils... When I go to bed, the phone says it's charging...when I wake up it's deader than George Washington!  I've attempted charges via USB AND induction coil...having same results with

  • Sap Conatiner Concept

    hello all, I was Trying to open a web application inside SAP and a PDF inside the sap Screen but in both the case it is opening in new respective window. I tried to open it through the Container concept but was not able to open it. I am able to creat

  • I have Iphone 4 v4.3 with BB 04.10.01 and it should be factory unlocked

    have Iphone 4 v4.3 with BB 04.10.01 and it should be factory unlocked as the purchaser said and it supposed to work globally , i used my local sim at Egypt and said sim is not supported? , i did register my I4 first at itune and didnt update SW. am I