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.

Similar Messages

  • Not able to create customer master data with country code US

    Hey All,
    I am not able to create customer master data in the Transaction Code XD01/FD01 with the country code as US.
    The error message for the same is NO JURISDICTION CODE COULD BE DETERMINED. I have checked the tax code settings but could not locate the problem.
    Request you to provide me with a solution.
    Thanks & Regards
    VK

    Hey all,
    I have checked the field in the account group(OBD2) but its in optional status
    and also checked the country settings for US in the transaction code OY17 still the same error message, but when i tried checking the settings for a differnt company code's customer data base i can see that there is a number mentioned in the address tab under tax jurisdiction feild (beside time zone) which is not populating for this company code.
    so, do anyone know where exaclty we mention this number so that it populates in that field of address.
    hope am clear
    hope to receive  a solution
    thanks & regards
    vinila

  • ABAP runtime errors during customer extension to other company code

    Hi,
    I have created one customer in company code 1111 with tcode XD01.
    When i am trying to create the same customer in the other company codes 2222,3333, and 4444, with tcode FD15, system is giving runtime errors like below.
    The following syntax error occurred in the program RFBIDE20             
    "Field "BSZA1_D0100-MOB_NUMBER" is unknown. It is neither in one of the"
    Error in ABAP application program.                                                                               
    The current ABAP program "RFBIDE10" had to be terminated because one of the
    statements could not be executed
    *This is probably due to an error in the ABAP program *
    Could anyone help me out in this regard.
    Thanks,
    Srinu.

    Hi
    Check SAP Note - 757821
    Thank You,

  • Error in Customer master data creation

    when I am creating customer master data, error is in sales area data :partner functions
    data is not complete:
    I can't proceed from there. If I choose account group 001, it is working, when I am doing with my own account grp gets eorror.
    I hope I did correct partner determination procedure.
    how to solve this?

    Hai Jobi Thottungal,
    Since you can create a Customer with Account type 001, please check what is the PARTNER TYPE assigned.
    Now, GO TO
    IMG Sales and DistributionMaster DataBusiness PartnersCustomersCustomer Hierarchy
    Set Up Partner Determination for Customer Master
    Partner Determination Procedure Assignment
    Assign the Partner procedure to your Account group
    So at the time of creation of Customer master with your Account group, the partner function will get created automatically.
    Regards,
    Mani

  • Postal code length

    Hi,
    I got feedback form user that in Taiwan the postal code length has been changed from 3-digits to 5-digits, they are still under transition period but soon all of them will be using 5-digits postal code.
    When we maintain 5 digits postal code in customer master, there is an error message appeared to change the postal code to 3-digits. I know the validation is reading the postal code setting from country-specific checks config (SPRO). But before I change the config I would like to check; does any one knows if SAP has released any patch to update the country-specific check config for postal code for country Taiwan?
    Thanks for your help.
    Best regards,
    Shoaib.

    Hi,
    You should be able to change the Postal Code length in
    SAP Web AS ->General Settings ->Set Countries->Set Country specific checks.
    Here you can configure the postal code length according to your requirements for Taiwan.
    Thanks
    Sudhan Shan

  • Report error: ORA-01403: no data found.

    Hi,
    I was getting a following error and not able to figure it out.
    Here what I have:
    I have a page where I have 3 regions and out of them, there are 2 Html conditional regions
    and one SQL updatable report. Also, I have a validation to validate a field on the tabular form
    based on one field on the HTML region. The validation works fine but it also throws following error :
    report error: ORA-01403: no data found.
    Code:
    Declare
    v_office_id number;
    Begin
    SELECT count(id) into v_office_id from dar_asd.asd_office;
    if (:P299_ROLE_TYPE_ID = 1 and apex_application.g_f30.COUNT = v_office_id ) or
    (:P299_ROLE_TYPE_ID = 2 and (apex_application.g_f30.COUNT < v_office_id
    and apex_application.g_f30.COUNT >= 1) ) then
    return null;
    else
    RETURN 'Error: '||'Not a valid office selection.';
    end if;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    RETURN 'Error: '||SQLERRM;
    end;
    Thanks.

    Marc,
    Thanks for the reply.
    It is derived columns i.e. Use Query-Specific Column Names and Validate Query. The select statement returned by the stored procedure function will allways have all list of columns in select list. But the report displays allways some fixed number of columns in the secod region and remaining will be dependent on the check boxes and lov items selected in the first region. For e.g. if the select has 20 columns. Out of this, let's say 8 will allways displayed and remaining 12 will be displayed depending on the check box and lov items defined for them in the first region. I mean if 3 check boxes are checked and if the user selected some value from lov for the corresponding check box items, then the report will display 8+3 = total 11 colums. And the lov values selected will be used in the where condition of the SQL.
    How can I go to the report attributes? I can go to page definition, but I am not finding report attributes here. Please let me know...
    Thanks,
    Srini

  • Validation of Canadian Postal Codes

    Canadian postal codes follow the A9A 9A9 format.
    In my display validation pattern, I have  text{A9A 9A9}
    In my edit validation pattern, I have text{A9A 9A9}|text{A9A9A9}
    In my validation pattern, I have text{A9A 9A9}
    I also have a JavaScript validation running client side.
    It reads:
    form1.#subform[0].Section1.PostalCode::validate - (JavaScript, client)
    this.rawValue = this.rawValue.toUpperCase();
    Given these paramaters, I am stumped as to why I keep getting the following validation error: "The value you entered for Postal Code in valid."
    Any thoughts?

    Your uppercase code should be on the exit event of the field. The validation pattern works by testing against the display pattern.
    Or you could put xfa.event.change = xfa.event.change.toUpperCase(); on the change event of the field.

  • Canadian Postal Codes in Numbers

    Hi,
    I am trying to format a column on a spreadsheet so that all of the postal codes are in the same format.
    I think I would do something like:
    =PROPER((LEFT(A1,3),MID( ),PROPER(RIGHT(A1,3))
    but i keep getting a syntax error.
    I would like the postal codes to read A1A 1A1
    Any thoughts on what I can do to fix it?
    Thanks in advance!!
    MH

    Wayne Contello wrote:
    What is missing from this solution?
    This, perhaps:
    =UPPER(left(A1,3)&" "&right(A1,3))
    HYllom's use of PROPER in the question implies some entries may not include the required capitalization. With Canadian postal codes, where a letter always either leads the string or follows a numeral, either PROPER or UPPER will ensure that all letters display as capitals. With other systems (eg. Britain) where many post codes contain two consecutive letters, PROPER will convert only the first (or the first following each numeral) to capitals, while UPPER will convert all letters.
    Note that in either case, the conversion is 'display only,' the underlying text remains unchanged.
    Regards,
    Barry

  • Customer no moving into GTS due to Postal code error.

    Hi
    I need your help. While pushing customer form R/3 in to GTS it's showing ZERO partner process. Then I checked in GTS in the BP logs it showed me that postal code has to contain 7 digits.
    But in R/3 customer master record it's taking only 6 digits it has set up accordingly. So it's not accepting 7 digits. So what could be the setting so that I can look into it ?
    Thanks in Advance.
    Best Regards
    Sits

    Hello Sits,
    check in GTS customizing
    IMG --> SAP NetWeaver --> General Settings --> Set Countries --> Set Country-Specific Checks.
    In here are country specific checks. One of them is also length of postal code.
    Check whether for the country of your customer is 7 digit required for the postal code. Then change it to 6.
    Best regards,
    Gabriel.
    PS: To be sure your countries in GTS are aligned with the Feeder use simple "adjustment" in the Utilities to compare/change via RFC to ERP..

  • XD01 assertion failed error while updating customer master data

    Hi Guys,
    This is an error when I use transaction XD01 to create customers accounts, If you have any ideas do let me and we'll try it....
    The error does not let an BDC or LSMW progress as well. There are also no recent sap notes on the same.
    The error is as follow
    ASSERTION_FAILED
    Short text
    The ASSERT condition was violated.
    What happened?
    In the running application program, the ASSERT statement recognized a
    situation that should not have occurred.
    The runtime error was triggered for one of these reasons:
    - For the checkpoint group specified with the ASSERT statement, the
    activation mode is set to "abort".
    - Via a system variant, the activation mode is globally set to "abort"
    for checkpoint groups in this system.
    - The activation mode is set to "abort" on program level.
    - The ASSERT statement is not assigned to any checkpoint group.
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    The following checkpoint group was used: "No checkpoint group specified"
    If in the ASSERT statement the addition FIELDS was used, you can find
    the content of the first 8 specified fields in the following overview:
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    I have a company code CG01 with sales organization CTS0 and I want to transfer or extend all the customer master data to another company code CG03 with the sales organization CTS0
    The things that I have tried and not work
    using xd01, fd15, fd16, fd01, does not wok and gives the error as above
    The things that I have tried and it works
    Change the sales organization from CTS0 to CTS1 I am able to post the customer master data, using any of the above tcodes and it does not give any error, however the client wants to sales organization to remain CTS0
    So please give me any ideas as per your experience as this transfer of master data has to happen by Monday, else I'll be fried by my boss
    My number is 9820029197
    Will also keep you'll posted on any developments on this case,
    Ronan Pinto

    >
    > Firstly I am from SAP FI, so totally new to SAP SD
    >
    Then you are best person to explain the reason on why the same sales organization, can't be assigned to different company codes. When a sales is done through one sales organization, then will the  profit/loss be accounted in different company codes. Is it legally allowed in the country, where your customer is doing business? How you are going to develop the  balance sheet? Again being the FI person, you are best judge to provide the details to your customer and not a SD guy.
    >
    > 1) How did the system not give an error while putting the data inside CG02 with sales organisaton same as CST0 same as in company code CG01.
    >
    I dont see any other method than removing the assignments in the backend and uploading the data. You can consult a Basis person to find the  change logs for the assignment table. In my opinion, removing the sales organization from a company code assignment just for loading a customer master data and then reassigning to original sales org is  a crooked method and/or not a professional method.
    >
    > 2) Since I have limited experience of SD, If I have to convince my client about the use of CTS1 sales organisation or a unique sales organisation against his argument that it worked for company code CG02, how should I do it.......
    >
    As explained above, how the sales will be accounted  in different company codes (even if the system allows  to assign the same sales org to different company codes)?
    I would recommend you to post this question in FI forum (after closing here) to check what are the legal implications for this scenario.
    Regards,

  • Error in pulling customer master data from R/3 to CRM

    Hi,
    I am trying to pull customer data from R/3 to CRM with different SHIP-TO partner. In this case, the VAT REG. NO. is different from its country ISO code, so when i try to execute in tcode R3AR2 and R3AR4, I was encountered error message in tcode 'SMW01' saying "ISO CODE <code> IS NOT CORRECT IN THE VAT REGISTRATION NUMBER".
    Is there anyone knows any recent updates from SAP that might solve this problem?
    Please help.
    Thanks.

    Hello,
    it seems your customizing of ERP and CRM is different in this area.
    Please try a new initial load for all the customizing objects which may be responsible:
    DNL_CUST_BASIS
    DNL_CUST_BASIS2
    DNL_CUST_BASIS3
    DNL_CUST_BASIS5
    DNL_CUST_BASIS6
    DNL_CUST_BNKA
    DNL_CUST_KTOKD
    DNL_CUST_PRC
    DNL_CUST_PROD0
    DNL_CUST_PROD1
    DNL_CUST_PROD3
    DNL_CUST_SPROD
    DNL_CUST_TVAST
    DNL_CUST_TVFS
    DNL_CUST_TVKN
    DNL_CUST_TVLS
    We do every week a new load of this objects using a background job.
    Alternativly you could investigate which customizing object is the correct one and only load this.
    After this new load retest your scenario.
    Best regards
    Manfred

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

  • "Postal code does not exist" - bypass error message in CREMAS

    Hi.
    I am on a client implementing ALE between HR+Travel and FI/CO.
    Vendors are created in HR and send to FI/CO with the IDoc CREMAS.
    They don't want to validate the Postal Codes and Cities in the Vendors' Master Data.
    But the IDoc ends with the status 51 and the message:
    R5(510): "Postal code &1 in country &2 does not exist".
    Do you know a way to bypass the validation in this Inbound Idoc in FI/CO?
    Is it possible to customize this message to be a warning instead of an error in the IDoc, like it is on the manual entry screen?
    Thank you for your help.
    Edited by: MDuarte on Jan 9, 2012 11:32 AM

    Hi there
    I did some checks on this error and in fact found some support issues fixed in BC-SRV-ADR component (but for transaction XK01 directly) however for tcode PRAA there are some additional BADi's and user exits you can check in note 570023 - User exits for the generation of vendors with RPRAPA00, If the address editing in the vendor master record does not suit
    your requirements, it can also be changed. For this purpose you have the user exit routine 'set_address_by_user'.
    However specifically in XK01, this was alleviated by removing the flag CITY FILE ACTIVE for the relevant country.
    If CITY FILE ACTIVE is disabled, it will disable regional structure checks, similarly POSTAL CODE CHECK will disable postal code checks. (See the F1 help)

  • Postal Code and Region relationship in AR customer

    Hi,
    Is there a table that maintain the relationship between Postal Code and Region?
    If User keyed in the postal code, it would be able to identify the region.
    Is there a place to configure it in SPRO?
    Thanks
    Bye

    Hi,
    As it was suggested in different threads, you may think to continue updating the address with the BAPI_ADDRESS** and right after the commit, simply trigger XD02 transaction in batchinput + ensuring that ZAV_FLAG is checked in the initial screen then save. This would re-synchronise the master data with the address.
    An alternative in one step would be to trigger class CMD_EI_API directly with one of the MAITAIN methods.
    Additionallly, SD_CUSTOMER_MAINTAIN_ALL is used in standard during the maintenance of a consumer using the standard customer master data transaction XD01 & XD02.
    It is not intended to be used out of the transaction and in no case it should be used out of its original context. Due to the specificity of the function module, out of the original context we may face limitations and data inconsistencies.
    This is precisely what you face in your case.
    For the maintenance of customers, there is NO BAPI and NO direct function module.
    There are some functions modules like the one above where the name is looking nice. But these should not be used.
    Below ECC 2005 (6.00), the only solution was batch input and DEBMAS idocs. See note 384462
    Starting with ECC 2005 (6.00) and above: a synchronisation tool has been introduce. See class CMD_EI_API and VMD_EI_API
    Hope this helps
    BR
    Alain

  • Unable to make postal code as Optional in Customer Master

    Hi,
    I am unable to make postal code as Optional in Customer Master.
    I have defined it in customizing that the postal code is Optional (Financial Accounting (New) > Accounts Receivable and Accounts Payable > Customer Accounts > Master Data > Preparations for Creating Customer Master Data > Define Account Groups with Screen Layout Customers)
    see screenshot attached.
    But then when I go to créate a customer for that account group the system asks for the postal code as mandatory.
    Any help??
    Thanks!!!

    Hi,
    Go to T-code: OY17
    Select your country then check if “Postal code required entry” maintained with check mark in further checks section
    Thanks,
    Krishna.

Maybe you are looking for

  • POL-4800

    Hi to all, I have a device (win32) which is not able to sync (using msync for example) because he has this error: POL-4800 If I try to de-install and re-install oracle lite the problem continue to exist. How can I solve this problem? thanks for all f

  • SAPDB migration from Windows to AIX

    Dear all: We are planning to do the content server migration. SAPDB7.3 to MaxDB7.6, from Windows2000 IA32 to AIX 64bit. I checked note 962019, but get confused on one point, Note 962019 said "You must use the same binary-compatible loader for the ent

  • Error in cenvat Assignment.

    We find that when multiple PO's are selected for Invoice Verification in a Single MIRO Transaction, the Assignment Column of Cenvat Clearing Account No: 135600 gets populated with the last PO number given rather than the corresponding PO Numbers for

  • Update a Temp table from the values of another table (Best Approach)

    Hi  Can anyone help me out to find a solution for the requirement mentioned below. I have a temp table like I have mentioned below. Column Period Name will have values like "Current Year", Two Years Before", Three Years Before" , YTD etc. Table: Peri

  • Animate opacity of shape mask in color?

    I have a shape mask that I'd like to fade in and then out. The Opacity attribute under Video for the clip affects the entire clip. Is there a way to do this? Thank you! Scot