Regarding Postal Code Issue in Address

Hello all,
I have one question regarding the postal code.
When we enter a postal code which is 01987 for example in the plant. why does SAP remove the 0 in front of 1987. any idea??
When we create a PO as well the postal code picks up only 1987 but the 0 is left out...
What is the reason behind this... my client wants the 0 as well... what do we do to get the whole postal code which is 01987.
Please guide...
Thanks in Advance
Thanks & Regards,
Kiran V

I cannot really believe this as postal code is a character field, and in my system the leading zero is definitly not removed.
do you have the same issue in vendor master and customer master?
Maybe you have a validation for that field which removes this value.
In IMG > SAP NetWeaver > general settings > country definitions > country specific checks
is defined what checking rule is used for the postal code.

Similar Messages

  • Maintainance of Postal code of chinese address

    Hi,
    I just wanted to maintain a master data of first of our Chinese Vendor. Our Chinese vendor did not provide us the postal code with his address. I have a choice to deactivate the postal code of all Chinese address in customizing then it will not ask me any more.
    Can any body tell me, whether the addresses in china are written always with the postal code and my vendor has forgotten it to mention?
    Is there any website where I can find this information?
    Thank you

    Hi,
    We have chinese vendors/customers with or without postal code.  I guess, postal code is optional for the region CN.
    Best Regards,
    Madhu
    Edited by: Madhusoodanan Ramachandran on May 3, 2010 3:46 PM
    Edited by: Madhusoodanan Ramachandran on May 3, 2010 3:50 PM

  • Problems with the postal code in address iview ESS.

    I would greatly appreciate if someone answer this threat. I am having this big problem with the address iview. It is not possible to change the postal code in the address iview.

    Can you explain the issue? Means for which country this issue is coming. We faced similar issue. There is some bug in ESS/MSS package itself. You send me details of issue at [email protected] I will reply you back with OSS message answered by SAP if that is a bug.

  • Maps shows incorrect postal code

    The maps app shows an incorrect postal code for my address.  It is showing the one for the block next to my house - maybe it's because I live on a corner lot.  Is there any way this can be fixed?  Google maps shows the correct postal code.

    Yes, Google maps shows the correct postal code.
    I am trying to use "remind me at a location" in the "Reminders" app.  I have two choices for my home location: one with my correct street address and incorrect postal code, and one with another address in the neighbourhood that uses the same postal code (which is correct for that street address).  I don't think there should be two addresses, but, nevertheless, I choose the one that has my street address and incorrect postal code.  The reminder does not alert me.
    I have contaced the map developers through "report a problem" in the app, but they must get many reports, so who knows how long it will take to correct the problem if they can even do it!

  • Postal Code not appearing correctly thru ADDRESS statement

    Hi,
    I am using ADDRESS - ENDADDRESS to write company code address.
    Now, Postal Code of one of the co code is maintained as
    5605 LS. However, in the form it is appearing without space i.e
    5605LS.
    I just noticed that in function module ADDRESS_INTO_PRINTFORM, once postal code is entered into the string , there is a CONDENSE statement with NO-GAPS that suppresses the spaces.
    Kindly advise how i can print postal code with space correctly in form using ADDRESS - ENDADDRESS .
    Thanks
    Nidhi

    Hi Sohit,
    We all know that the address will be generated from the FM 'ADDRESS_INTO_PRINTFORM' into a work area. That work area will be of type adrs_print. So that work area contains 10 lines of the address.
    Now just observe the line into which the Postal code is populating. Then take that line value i.e for example l_wa_address-line4 into a variable and separate the number(5605) and string (LS).
    concatenate v_postalcode0(4) '   '  v_postalcode4(2) INTO v_string.
    Then write the below code:
    READ TABLE out_tab ASSIGNING <fs_outtab> INDEX l_c_5.
          IF sy-subrc = 0.
            <fs_outtab>-value = v_string.
          ENDIF.
    I hope this trick works. Try it out & let me know in case of any issues.
    Don't forget to reward if this is useful.
    Pavan.

  • ESS: Addresses check on postal code based on country

    Hi,
        We have implemented ESS addresses for non standard country by reusing the existing application.
        One of the requirement is to enforce postal code validation based on the selected country (for specific subtypes).
        Is this validation applies by default or we need to do any customizing / enhancement ?
    Thanks & Regards,
    SuresH.

    Usually which country you resuse, those checls are avalable automatically
    You can also do so using CL_HRPA_INFOTYPE_0006_XX SPECIFIC_COMPUTATIONS
    xx for country you are using
    or check here too V_T005_BAS

  • Display address omitted postal code for all countries in sapscript

    Hi everyone
    Does anyone know how to omit the postal code for all countries(eg. US ) when displaying address in sapscript form?
    I want to avoid to display postal code even the country is US.
    coz my firm doesn't want to show postal code.....
    Also, how to use combination keys of PRIORITY parameter?
    For example, if i want PRIORITY '1' 'S' 'L' 'N' 'C'
    I cannot write like this as following....
    /:   ADDRESS DELIVERY PARAGRAPH AS <b>PRIORITY 1 S L N C</b> LINES 5
    /:   ADDRESSNUMBER &VBDKR-ADRNR_WE(K)&
    /:   FROMCOUNTRY &VBDKR-SLAND&
    /:   ENDADDRESS

    Hi,
    Bold text describes the usage of <b>Priority</b>.
    ADDRESS: Formatting of addresses
    The command ADDRESS - ENDADDRESS formats an address according to the postal standards of the
    destination country defined in the parameter COUNTRY. The reference fields are described in the
    structure ADRS. Both constants and symbols can be assigned to the parameters.
    Syntax:
    /: ADDRESS [DELIVERY] [PARAGRAPH a] [PRIORITY p] [LINES l]
    /: TITLE title
    /: NAME name1[,name2[,name3[,name4]]]
    /: STREET street
    /: POBOX PO box [CODE zip code]
    /: POSTCODE zip code
    /: CITY town1[,town2]
    /: REGION region
    /: COUNTRY country
    /: FROMCOUNTRY from country
    /: ENDADDRESS
    Both formatting data and address data are given as parameters. Address data is formatted for output in accordance with the parameters COUNTRY, PRIORITY and LINES. If available, the P.O. box is used instead of the street as the default.
    •&#61472;DELIVERY: Defines the street address. If this parameter is selected, the system prints the street address on the layout output instead of the P.O. box.
    •&#61472;PARAGRAPH: Defines in which paragraph format the address is output. If the parameter is not defined, the address is output in the default paragraph format.
    <b>•&#61472;PRIORITY: Defines which address lines can be omitted if necessary. You can enter a combination of the following values:
    A form of address
    P mandatory blank line 1
    Q mandatory blank line 2
    2 name2
    3 name3
    4 name4
    L name of country
    S line for the street
    O line for the city
    </b>
    •&#61472;LINES: Defines how many lines are available for formatting the address. If all the address data cannot be formatted due to an insufficient number of lines, the data entered in the parameter PRIORITY is omitted. If the LINES specification is missing and this command is in a layout set window whose type is not MAIN, the lines available for the address layout are then calculated automatically by means of the current output line item and window size.
    •&#61472;TITLE: Required form of address.
    •&#61472;NAME: Up to four separate names, separated by commas, can be defined.
    •&#61472;STREET: Street specification including address number.
    •&#61472;POBOX: Post Office box number.
    •&#61472;CODE: P.O. box Postal or ZIP code if it is different from the postal code of the city.
    •&#61472;POSTCODE: Postal or ZIP code of the city.
    •&#61472;CITY: Up to two place names can be defined.
    •&#61472;REGION: Determines the administrative area.
    •&#61472;COUNTRY: Specifies the country according to whose specific postal standards the address    is formatted.
    •&#61472;FROMCOUNTRY: Defines in which language the name of the destination country is formatted. In EC countries, only the international country identification letter is put before the postal code with a hyphen.
    Example:
    /: ADDRESS
    /: TITLE ‘Company’
    /: NAME ‘Widget Technology, Inc.’, ‘All Kind of Widgets’
    /: STREET ‘1005 Lido Lane’
    /: POBOX ‘2935’ CODE ‘94400’
    /: POSTCODE ‘94404’
    /: CITY ‘Foster City’
    /: REGION ‘CA’
    /: COUNTRY ‘USA’
    /: FROMCOUNTRY ‘USA’
    /: ENDADDRESS
    Generates the following address:
    Company
    Widget Technology, Inc.
    All Kind of Widgets
    PO box 2935
    Foster City, CA 94400
    If the supplement DELIVERY is specified for the command ADDRESS, then the street is entered instead of
    the PO box.
    Company
    Widget Technology, Inc.
    All Kind of Widgets
    1005 Lido Lane
    Foster City, CA 94404
    Regards,
    Sailaja.
    Reward points if answer helps you.

  • On my i phone account is says...we couldn't verify your address.  make sure you've entered the correct street, city, state, and postal code.

    ive recently purchased an i phone.  i have an ipod with and account.  while trying to access i tunes or apps for purchase, i am able to log in, but then it asks me to validate my info.  so i do.  same credit card, card number,  sec code. billing address, everything that is used on my ipod.  then i try to verify and it says....we couldn't verify your address.  make sure you've entered the correct street, city state, and postal code.  please help.

    I'm suddenly having this same problem.  I've had the other problem for a month or two where I had to reverify my payment info every day, and now when I do that I can't because it says the address that's been in there for 5 years is now unable to be verified.  Anyone else?  Any suggestions?

  • Postal Code for portugal.

    Hi Experts,
    We are facing a production issue. When user enters the address details through the ESS he/she gets the error "Please enter a valid postal code".
    User is trying to enter 2820-363 for country portugal district charneca de caparica. But there is no table entry in view V_T5PCP for 2820*.
    The older postal code for portugal was 2815.
    Request you to let me know whether we need to implement any SAP not for this or directly enter a series of postal code. Also let me know all the new set of postal code for portugal.
    Best Regards
    Manas

    Hi Manas,
    I guess this is updated by SAP by LCP update.
    But you can download the official Postal Code file from:
    http://www2.ctt.pt/fewcm/wcmservlet/ctt/empresas/download_documentos.html
    -->Documentos para Informação
        -->Ficheiro de Códigos Postais (formato zip)   
    >(registration needed, but free !!! )<
    And upload the table view V_T5PCP, after LCP update it will be updated.
    Have fun.
    PCA

  • Clearing the the street,Postal code and city in partner tab at sales order

    Hi Experts,
    I have a requirement like in sales order header or Item, In partners tab, when they are selecting the particular partner function like CR and the customer number is 500, and if they press enter then automaticaly it fetches the name,street,postal code and city at the right side for that entry. My requirement is like for particular customer 700, they want to hide the customer address in that Partner tab while sales order creation VA01. If they select the partner function CR and customer 700, after pressing enter, it shouldn't fetch the automatic address of that customer. They just want the customer name and remaining fields like street,postal code,city should be blank.
    Can you please let me know how to reach this requirement ate sales order creation or change level in partner function tab.
    I test these exits EXIT_SAPLV09A_001 to EXIT_SAPLV09A_004 but no use. Let me know possible ways to achieve this?
    Any idea on these?
    Thanks in advance ,
    Edited by: dolly B on Jan 18, 2010 11:36 AM

    Hi,
    This is happening because you have not maintained your data in sales order.
    Billing document takes the reference of order and delivery document for taking the data.
    Now if you donu2019t maintain your partner function in order nor in delivery then it wont be determine in billing document.
    If you want ZZ to shown in billing document then you have to make that function visible in sales order.
    While creating sales order it will take it from customer master data but when you are creating billing it wont search in customer master data it will search in sales order only.
    You can do one thing make that function non modifiable in partner determination procedure.
    So it cant be change in sales order.
    But I want to know why you want that should not be visible in sales order.
    Hope so I will be correct with my explanation.
    Regards
    Raj.

  • Unable to make Postal code as required field in Vendor master creation

    Hi,
    We have a requirement of making Postal code (POST_CODE1) field under street address of new vendor master creation/change as a required field.
    In the configuration settings of vendor account group (OBD3), SAP provided Postal code City combined as only one field.
    Even after making the Postal code&City field as required in the configuration of a particular Vendor group (OBD3), the system is allowing to create new vendor master under that particular group with out the input of Postal code.
    The system only making the city (CITY1) as required filed but not the Postal code (POST_CODE1) even after setting Postal code&City field as required in OBD3.
    Could you please provide  the activities to be performed apart from the above so as to make Postal code as required filed at the time of the vendor master creation/change
    Regards
    Mani Prasad

    Yes, it is country specific. It will affect in vendor masters as well Customer masters.
    You have two options now :
    Create a Transaction variant using SHD0 and Make Postal code field as required and create a custom transaction code in SE93 (Transaction with Variant (Variant transaction) and assign here and save. Your requirement will be fulfilled.
    Else you can go for Enhancement using EXIT_SAPMF02K_001 Vendors: User Exit for Checks prior to Saving
    The following user exits exist for vendor master records:
    o   Check entered data before saving
    Please refer to the interface description of the function module to see which data is available.
    If we found any other solution we will let you know the same.

  • Using IMB Postal Code with LiveCycle Designer ES

    I am trying to add an IMB postal code field to my form that auto-populates based on the 5 or 9 digit zip
    the user enters.  I found the IMB filed and dragged it to the form.  Gave it the same name as the zip code field the user keys.  However, after I key in the zip code it returns the following error:
    Invalid Barcode Value: 24551-3938 is an invalid value for barcodes of type USImb.
    Can anyone assist with this issue?  It actually creates a IMB barcode if I ignore the error message and tab through but when I compare the IMB created to an actual one from some mail pieces I received using this address ... they are not the same at all.
    Dennis

    Hi,
    Not sure why you are resolving the node (??), also I would not be inclined to include a period in the object name (.), maybe this is why you are resolving the node.
    Also I don't see in the script where you are calling the instanceManager, in order to use the addInstance method.
    Having said that the problem may be in the File > Form Properties > Defaults tab:
    Check that Preserve script changes is set to Automatic.
    Lastly is the form Reader Enabled? It would need to be for users with Reader to save the changes, including new instances of a repeating element.
    Niall

  • HT1918 what is the postal-code for lebanon ? I cand find it :(

    what is the postal-code for lebanon ? I cand find it

    From a quick search, some of the results that I've found seem to imply that Lebanese addresses can have postal codes, which consist of 8 numbers - the first 4 for the region, the second 4 for the building. Are you being forced to enter a post code ?
    What sort of visa card are you trying to add, debit or credit ? If it's a debit card then I don't think that they are still accepted as a valid payment method - they are not listed on this page and there have been a number of posts recently about them being declined
    If it's a credit card then is it registered to exactly the same name and address (including format and spacing etc) that you have on your iTunes account, it was issued by a bank in your country and you are currently in that country ? If it is then you could check with the card issuer to see if it's them that are declining it, and if not then try contacting iTunes support and see if they know why it's being declined : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Account Management

  • Vendor master creation postal code mandatory through LSMW

    Dear Expert
    Postal code is mandatory while create vendor master record through LSMW,
    but while create manually system is not asking the postal code,
    mean not mandatory. please can tell why?
    Regards
    karan

    you did not tell if you are speaking about a vendor in the same country
    you did not tell what import method you are using in LSMW
    if recording, then you may have missed to activate the small box for "use central address management"

  • Need to pull postal code in SO from customer master instead on postlcd/city

    I want  postal code to be pulled in sales order - partners tab for  bill to party from customer masater/ under PO box adress.
    Currently it is pulling postal code/city from customer master/ under street address.
    Is there any standard con-fig available for same ?
    please reply,
    Thanks and regards,
    Sujit

    normally not but in asset reporting there seems to be a relation between structure and report-name (not tcode)
    go to tcode se11 and search for structures with search term FIAA_SALVTAB* and you'll find some structures.
    The last part of the name (RABEST, RABEWG ) is the link to the report (RABEST01, RABEWG01)
    hope that helps
    Andreas

Maybe you are looking for

  • Multiple Hard Drive Failures in 2 months on 2 MacBook Pros

    I have a mid-2009 13" MacBook Pro with a 320GB hard drive. In early Feb. the hard drive failed suddenly and would no longer mount. My Apple Store replaced it and I restored from a Time Machine backup. A week later the hard drive failed again. It was

  • How do you exit a frozen program, trying to open an exel

    how do you exit a frozen program, trying to open an exel not realizibg my new mac book pro has no such software installed, .i keep getting the pretty color spinning wheel

  • Java and oracle connection

    Hello I have made tables in oracle and im tryin g 2 connect these tables to java where i have made forms. i havent downloaded any driver but i think when i installed Oracle 8.1.7 it has jdbc drivers too. now i dont know which driver it is, thin, inte

  • OIC_C03   dataflow...

    Hi gurus, Iam implementing in BI7. Im confused with the dataflow of 0IC_C03. As far as my reading goes, previously  they used 2lis_03_BF and 278 datasources which is now to be replaced by 2lis_03_BF and 2lis_03_BX. Thats fine.. But is there  BI7 data

  • Missing Menu Items in Lens Correction Menu

    I shoot with a Canon 5Dmk3 and a standard EF 24-70 S f/2.8 lens. ACR finds the body and lens fine. When I go to Filter-> Lens Correction or Adaptive Wide Angle, I previously could select the Mk2 body and pick my lens. After a recent update, in CS6 on