Postal code a space must replace 5'

Hi ,
Iam creating vendor in foreign country and entered 7 digit postal code 1675129..then
Iam getting error 'In postal code a space must replace 5'
Thnks
jabeen

Hi,
Check the settings for the country you are maintaining the following path -
SPRO>>SAP NetWeaver>>General Settings>>Set Countries>>Set Country-Specific Checks.
In this check for the country what settings have been maintained for postal code. Also do a F1 to see the help on the checking rule field.
Hope this helps.
Thanks and Regards,
Anit

Similar Messages

  • "IN POSTAL CODE A NUMBER MUST REPLACE 2".

    Hi,
    While creating shopping cart WE are getting a error "IN POSTAL CODE A NUMBER MUST REPLACE 2".
    This error we are getting in basic information in first screen during shopping cart creation.
    Note-Recently we have upgraded the system from 4.6c to ECC6.0.we are getting the error after upgrade.
    please suggest a solution earliest .it is of high priority
    Thanks
    Madhav

    Hi
    As suggested earlier, Please ensure that user's Postal code starts with the correct format as per the country. Refer OY07 Transaction for more details.
    Select for country Canada (CA), go in the details.
    There is a tab there for Checks.
    Either you can make the changes to country specific-checks changed in SRM /  ECC systems.
    1) Options to make Postal code mandatory or optional entry
    2) Postal code mandatory or optional entry
    3) Length of Postal code
       check Rule (based on country settings)
    Try Making changes there and then you can avoid this error message. 
    Do let me know.
    Regards
    - Atul

  • Vendor master error - Postal code ??

    Hi experts
    I have tried to creat import vendor , not able to create .
    Its throwing error like . "In Postal code a space must replace 5
    Message no. AM207"
    Can anybody tel me how to rectify this , this vendor is for netherlands.??
    Some body Tel me what mught be the problem??
    Thanks
    SAP_MM

    the checking rule is defined by SAP, following the country specific rules for their address and postal code layout.
    It is mainly used to check the entries made at vendor master, customer master, delivery address, plant adress etc. maintenance.
    But interfaces to external systems like VERTEX (just an example, not valid for NL, but other countries like USA have as well specific checking rules) rely on accurate entered postal codes.
    If you get business letters from a customer or vendor from NL, then they have usually printed the postal code in the right fashion, you just need to type it like it shown to avoid an error coming from the checking rule.

  • Trying to set download apps...says it needs my credit card info...I put it in....but then it won't take it because it says I need to enter my zip code.  I live in Canada and have a postal code, not a zip code.  Help

    I am trying to set up my new Iphone 4 and download apps.  I made an Apple Id which is all good.  But when I try and enter in my credit card info it keeps asking for my Zip code and state.  I live in Canada not US.  I changed the phone to Canadian but it still keeps asking for it and won't let me put in my right information which in turn won't let me download any apps.  Can anyone help?

    Postal & Zip codes are same.  Just enter postal code without space.  It will accept.

  • 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.

  • Replace Quotes of ocrd's code by space for query execution

    Can anybody explain how to Replace Quotes of ocrd's code by space for query execution

    Hi Joseph......
    You can not modify OCRd Codes one it comes under trasnaction.
    But if it is still any transaction less then you can manually replace its code one by one....
    Else it is programatically possible......
    Regards,
    Rahul

  • Postal code must have length 05: Solution

    I am trying to create a business partner in solution manager and i am getting the message "Postal code must have length 05". Can anyone please help

    Hi,
    Postal code & PO Box are linked and postal code is dependent on PO Box and this is dependent on country etc selected in the upper box
    is it really necessary to maintain or are you going to print it somewhere....
    see the help for PO BOX
    Only enter the PO Box number in this field. The text "PO Box" is provided in the recipient language by the system when you print the address.
    When you print an address, the "Street address" and the "PO Box address" are distinguished. The print program determines which of them has priority if both are maintained in an address record.
    Regards
    Prakhar

  • Postal Code fields

    Hello,
    Right now I have a postal code field set up to allow a certain format. Right now it will only let the user enter letters, numbers and spaces. I want to put a restriction on the field so that the user cannot enter a space in the field. I  am having problems doing this though. Below is the script I am using in the EXIT event. Please let me know if you can offer any help.
    Thank you,
    NikDK
    if 
    (!(this.isNull)) { 
    var str = this.rawValue; 
    if (str.length != 6) {xfa.host.messageBox("Please enter a six character postal code in the format A9A9A9 without spaces. The postal code must begin with R.");
    else { 
    var regExp = /^([R]\d[A-Z]\d[A-Z]\d)$/i; 
    if (regExp.test(str)) {str
    = str.toUpperCase();this.rawValue
    = str.substring(0,3) + " " + str.substring(3,6);}
    else {xfa.host.messageBox("Please enter the postal code in the format A9A9A9 without spaces. The postal code must begin with R.");

    You can try placing the below code in Change event with java Script.
    This will restrict the input to numbers and letters only.
    if (xfa.event.change.match(/[0-9\A-Z\a-z]/) == null)
         xfa.event.change = "";
    Thanks
    Srini

  • ITunes Store - Valid Postal Code

    I'm trying to set up an account in iTunes Store and I keep encountering the same problem in the form field. It reads in red letters, "The Postal Code must be valid (such as V7H 1V5)." The rest of the form is okay.
    I've tried two credit cards and addresses in both Canada and the UK over the past several weeks and get the same message every time (except with a different post code format for the two different countries of course).
    The Postal Code I'm entering is correct in both cases and fits the suggested format in both cases as well. I've tried it with and without spaces and upper and lower case letters and can't seem to make sense of it. A google search only returns three pages and I can't find it on your forum so I wonder if I'm making a silly mistake somewhere.
    Thanks.

    Hi,
    I had a similar problem. By using "Dr" instead of "Drive" for my address, it worked correctly. I thought of doing this by checking how my address appears on google maps, so you might want to try that as well.

  • Canadian Postal Code rejected.

    When requested to enter my Postal Code, system will not allow entry of the code. Has anyone else experienced this?

    I've never had a problem entering my postal code on any website I've been to.
    However, sometimes you must enter them without a space. Sometimes the space is necessary. It depends entirely on the form that you're filling out.
    Ex: A1A 1A1 needs to be entered as A1A1A1.
    Provide a link and I will try mine.
    --Travis

  • Freight Cost based on postal code from alternative partner (occasional)

    Hi SAP experts!
    In standard SAP, the freight cost is calculated based on the postal code from WE partner (goods receiver).
    But my client have a situation where he uses an one-time customer as a goods receiver. In this cases the freight cost is being calculated wrong, because the SAP uses the tariff zone from goods receiver (WE partner).
    Does anybody know if there is a standard partner function to be used in order to consider the zipcode from the one-time customer instead ?
    Does anybody knows if there is a standard solution for this issue in SAP?
    Exemple:
    sold to party - client X - postal code NNN
    ship to party - client X - postal code NNN
    goods receiver - client Y - postal code AAA
    Then the freight must be calculated based on the postal code AAA.
    Thanks!
    Edited by: Fesuster on Dec 10, 2009 6:10 PM
    Edited by: Fesuster on Dec 10, 2009 6:13 PM

    k

  • ERROR IN CUSTOMER'S DATA CANADA POSTAL CODE

    Hi,
    Cant save customer master data for canadian customer.  Error in inputting their postal code.  The system prompted for a 7-character field of postal code and yet I cant encode even 1 digit on it with error.
    Please help.
    Regards,

    enter postal code as ex : 123 xyz
    Give the space in between 123 and xyz (Postal code) and save.

  • Problem recieving email Diagnostic-Code: smtp; 530 Must issue a STARTTLS co

    Hello all,
    I am running OSX Server 10.4.9 configured mail services. I'm able to recieve mail from Yahoo. However when logging onto Webmail from Cox or when trying to receive email from others some are getting this messgae:
    Diagnostic-Code: smtp; 530 Must issue a STARTTLS command first
    I am kind of new to this stuff and can't fuguire out what this means or how to fix it... Any help would be great.
    Second question does anybody now how to configure outlook windows users?

    Configure Pop, SMTP with SSL. I just want the mail server to be secure and don't want to end up with open relays for spammers...
    I don't have alternate ports enabled. I read the web page and 'm confused as to how to do it?How exactly do I do this? I'm reading:Alternate SMTP Ports
    To enable alternate SMTP submission ports, add one or both of the following to /etc/postfix/master.cf
    For organization, paste just below this line:
    smtp inet n - n - - smtpd
    # Code to enable two common alternate SMTP Submission ports
    # Modify the -o options to suit your requirements
    # Option lines should start with one or more spaces
    # Don't forget to open firewall ports for outside access
    # Enable SMTP-TLS on port 587 with specified options
    587 inet n - n - - smtpd
    -o smtpdclientrestrictions=
    -o smtpdrecipient_restrictions=permit_saslauthenticated,reject
    -o content_filter=
    -o smtpdenforcetls=yes
    # Enables SMTPS on port 465 with specified options.
    # This works well with Outlook 2003
    465 inet n - n - - smtpd
    -o smtpdtlswrappermode=yes
    -o smtpdclientrestrictions=
    -o smtpdrecipient_restrictions=permit_saslauthenticated,reject
    -o content_filter=
    After saving, from Terminal, issue:
    sudo postfix reload
    Note 1:
    You can achieve the same setup by uncommenting the appropriate lines in master.cf. This tip uses the port# to be clear.
    Note 2:
    You can assign most postfix main.cf options to each port using the format above. The example code disables the content filter for user submittted mail (not the best idea for all sites, but very effecient), smtpdclientsrestrictions are bypasses and smtpd_recipient restrictions are set to only allow authenticated users to submit.
    OK what do I paste and where?

  • Solution to switch off Postal code checks for countries Denmark and Norway

    Client wants to switch off this functionality as the Postal codes in SAP are not updated.
    The user should not have any difficulty in keying Postal codes and the City. The system should not check and must save the entries typed by the user
    What are the possible ways of doing this? please help
    Thanks
    Jegadish

    Thanks. OY17 for Denmark and Norway is unchecked already
    There should definitely be a way in SAP to allow the user to enter the postal code and city
    V_005_B is already unchecked
    for denmark , sytem picks up postal code from Table -T5M8T.. how do I control the sytem not to check this table?
    any help would be highly appreciated
    Thanks
    Jegadish
    Edited by: J Jegadish on Feb 21, 2010 12:01 PM

  • What is the postal code of uae

    what is the postalcode of dubai?

    What are you trying to do?  If you are in Dubai you should know the postal code or ask somebody there.
    You can only purchase items from the iTunes/App store in the country you are physically located and the account/payment method must be associated with the country.

Maybe you are looking for

  • Problem with ActionListener

    Hi i have coded a button and added a Actionlistner that when the button is pressed then it should repaint the dice.but I don't know why it is not working. here i my code import java.awt.*; import javax.swing.*; import java.awt.event.*; import javax.s

  • Sharing my location not showing up in Messages "Details"?

    I have 2 iPhones (5S and 6 Plus), both running 8.1.2 and have iCloud. "Sharing My Location" is enabled in iCloud and Privacy --> Location Services. The problems: 1). iPhone 6 Plus - Send a message to iPhone 5S - Press "Details" - Press "Share my Loca

  • Send XML file to Webservie datasource without XI - Urgent

    Hi, Can anyone send me the JAVA or .Net code to send the XML file to Webservice data source. I have tested it with Navigator test pagae and it works fine. Kindly send me the piece of code to trigger the webservice,since i am not good at JAVA. Thanks,

  • Error in XML for PO confirmation

    Hi Gurus I need your help to determine the reason for the error I am getting when I am confirming a PO on Supplier Portal in SNC, getting below error in XML message generated at SNC Recipient party is Invalid (038/SCA/BIF_MI) Can you suggest me suita

  • Weblogic 10.3 secure jsessionid cookie

    Hi, I am running my application on weblogic 10.3 app server. And my application is running on both HTTP and HTTPS. My questions is around the JSESSIONID cookie that App server generates and send to client. By default this cookie is non-secure, even i