Modifying Address Format

I found a bug in 2007a PL15 when modifying the business partner address format (USA) with the Setup area.  I wanted to remove the row that contains the Block field.  When I did that, all of the Free Text fields disappeared and they can't be re-added.  When I attempt to re-add the Free Text fields, they don't get saved.  Now I don't have a space or comma between my city/state/zip code fields.
SAP tells me that this "will not be fixed in this version."  I was stunned.  Now I don't have an address format that is usable without the spaces and commas.  I needed to remove the Block field because the address doesn't fit within my client's window envelope. 
Does anyone know how to change the format directly within the SQL tables?  I don't want to manually add each address field on all of my PLD documents.
By the way, the other problem I found is that if you click on a free text field in any address format, B1 crashes.  Just clicking on the field makes B1 shut down.  SAP says this will be fixed in the March patch release.

Martin,
I saw your post and tested, and got the same result.  B1 doesn't always crash for me when I click on the Free Text field, but it does always freeze.
This is a critical issue, but remember we are in a pre-release ramp-up version of 2007A, so bugs are expected.  I think you might see more issues that are not fixed until the general release version, now that we're closer to it and more development resources are focused on the general release's stability.
We have been able to work with the Address formats in SQL, I recall for a certain situation we had awhile back, but can't give you any specific details on how you can fix your issue in SQL, sorry.
If I figure anything out, I'll repost here.

Similar Messages

  • Address formatting in Cheque printing

    I am doing an enhancement on Cheque printig to change the address format.I coded a perform to call a subroutine to which i am giving the address number and retrieving the address as ADDRESS-END ADDRESS is causing some issues .but when the subroutine is called it passes address no. in some different format( like XXXXX) rather than actual value.I debugged script and in the particular window the adress no. is displayed as XXXX.i also used CONVERSION_EXIT_ALPHA_INPUT.Any suggestion is highly appreciated.Below is piece of my code
       /: DEFINE &GV_NAME& = ' '
       /: PERFORM GETADD IN PROGRAM ZRFI_FI110_CHCK_CA
       /: USING &GV_ADR&
       /:CHANGING &GV_NAME&
       /: ENDPERFORM
    REPORT  ZRFI_FI110_CHCK_CA.
    types : gtt_itcsy type standard table of itcsy .
    *&      Form  GETADD
    form getadd tables xt_intab  type  gtt_itcsy
                       xt_outab  type  gtt_itcsy.
    data: lv_name1 type NAME1,
          lv_adrnr type ADRNR,
          lwa_input type itcsy,
          lwa_output type itcsy,
          zadrc type adrc.
    read table xt_intab into lwa_input index 1..
    lv_adrnr = lwa_input-value.     ( here i am getting value of address no. from script as XXXXXXX)
    select single * into zadrc from adrc
                                 where addrnumber = lv_adrnr  and
                                       date_to  >=  sy-datum and
                                       nation     = space.
       lv_name1 = zadrc-name1.
    read table xt_outab into lwa_output index 1.
      lwa_output-value = lv_name1.
      modify xt_outab from lwa_output index 1.
      endform.

    hi amar,
    this is my subroutine. i fetch requiredvalues like this and not using address---endaddress.
    form get_ADDRESS TABLES  in_tab STRUCTURE itcsy
                          out_tab STRUCTURE itcsy.
      DATA : STREET1 LIKE ADRC-STR_SUPPL1,
             STREET2 LIKE ADRC-STR_SUPPL2,
             STREET3 LIKE ADRC-STR_SUPPL3.
      DATA :  ZADNR LIKE REGUH-ZADNR.
      DATA : LV_ADRNR TYPE AD_ADDRNUM.
      DATA : IT_ADRC TYPE ADRC OCCURS 0 WITH HEADER LINE.
    *BREAK MTABAP.
      READ TABLE IN_TAB INDEX 1.
      CONDENSE IN_TAB-VALUE.
      MOVE IN_TAB-VALUE TO  ZADNR.
      MOVE ZADNR TO LV_ADRNR .
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
      EXPORTING
        INPUT         = LV_ADRNR
    IMPORTING
       OUTPUT        = LV_ADRNR           .
    SELECT * FROM ADRC INTO TABLE IT_ADRC
      WHERE ADDRNUMBER  = LV_ADRNR .
      READ TABLE IT_ADRC WITH KEY ADDRNUMBER = LV_ADRNR.
      STREET1 = IT_ADRC-STR_SUPPL1.
      STREET2 = IT_ADRC-STR_SUPPL2.
      STREET3 = IT_ADRC-STR_SUPPL3.
    read table OUT_tab index 1.
    MOVE STREET1 TO OUT_TAB-VALUE.
    CONDENSE OUT_TAB-VALUE.
    MODIFY OUT_TAB INDEX 1.
    read table OUT_tab index 2.
    MOVE STREET2 TO OUT_TAB-VALUE.
    CONDENSE OUT_TAB-VALUE.
    MODIFY OUT_TAB INDEX 2.
    read table OUT_tab index 3.
    MOVE STREET3 TO OUT_TAB-VALUE.
    CONDENSE OUT_TAB-VALUE.
    MODIFY OUT_TAB INDEX 3.
    ENDFORM.
    in in sapscript , i added,
    /: DEFINE &STREET1&.
    /: DEFINE &STREET2&.
    /: DEFINE &STREET3&.
    /: PERFORM GET_ADDRESS IN PROGRAM ZRFFOUS_FORM
    /: USING &REGUH-ZADNR&.
    /: CHANGING &STREET1&.
    /: CHANGING &STREET2&.
    /: CHANGING &STREET3&.
    /: ENDPERFORM.
    A6 &SPACE(6)&&REGUH-ZNME1&               
    A6 &SPACE(6)&&REGUH-ZSTRA&
    A6 &SPACE(6)&&STREET1&
    A6 &SPACE(6)&&STREET2&&SPACE(1)&&STREET3&
    A6 &SPACE(6)&&REGUH-ZORT1&-&REGUH-ZPSTL&&ADRC-POST_CODE1&
    hope this helps u.

  • My apple id is not working on icloud because it is not in email address format.   how can i change my apple id to email format so icloud can work?

    Hello - I just purchased an iPhone 4s and would like to use iCloud but my apple id is not in email address format so when i try to sign into iCloud it won't let me use my apple id.  i tried to change my apple id through my account settings but could not find a way to do that.  i found ways to change everything else in my settings but when i pushed on the edit button to change my apple id the page didn't change.  Not sure how i can get to use iCloud?  Please help.

    You change the name of your ID at https://appleid.apple.com.  See http://support.apple.com/kb/HE40.

  • How to make Address Book obey Preferences? I run MacBook Pro 4.1 laptop,  Mac OS X 10.6.8  Address Book 5.0.3 (883) Preferences set at ... General First name following Last name   Sort for Last name Address Format Canada Font size Large Phone format set a

    How to make Address Book obey Preferences?
    I run MacBook Pro 4.1 laptop,  Mac OS X 10.6.8
    Address Book 5.0.3 (883) 
    Preferences set at ...
    General
    First name following Last name 
    Sort for Last name
    Address Format Canada
    Font size Large
    Phone format set at
    +1.123.456.7890
    When application quits - it's all forgotten and it self-resets to
    unwanted configuration.

    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the third-party developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    Here are some general guidelines. Suppose you want to remove something called “BrickYourMac.” First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickyourmac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, email the developer. While you're waiting for a response, download BrickYourMac.dmg and open it. There may be an application in there such as “Uninstall BrickYourMac.” If not, open “BrickYourMac.pkg” and look for an Uninstall button.
    If you can’t remove software in any other way, you’ll have to erase your boot volume and perform a clean reinstallation of OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" that purport to remove software.

  • How to setup the From header  in fullname and email address format

    when I sent mail from the messaging express , the mail that I sent cannot show the sender in the fullname and email address format. I use webmail and other mail client . It show only email address. I don't know how to setup this . I use the SUN JES messaging server 6.0 SP1 .

    exactly so.
    in general, for any configutil setting:
    0=off=no
    1=yes=on

  • Standard US Address format in Smart forms

    Hi All,
    Can any one please tell me how can we achieve standard US Address format while displaying Address.
    Thanking you in advance.
    Ragards,
    Bhanu.R

    Command ADDRESS - ENDADDRESS formats an address according to the postal standards of the destination country defined in parameter COUNTRY. the reference fields are described in structure ADRC
    Syntax
    /: ADDRESS
    write ur address between this commands
    /: ENDADRRESS

  • Can I set the address format for individual contacts?

    I have some foreign friends and would like to set the address format for their individual cards correctly. I can't seem to find a way to do this. I will be taken aback if this can't be done - I think the old Claris contact product did that.
    Anyone with any answer?
    Bryan

    Hi Bryan,
    When in edit mode, can you right click on the address field and change the country format there? I'm not on a Mac at the moment to double check, but that's what you do in OS 10.4 so I'd be surprised if it were changed in 10.5.
    Edit: Here's picture to demonstrate what I'm referring to:
    !http://www.ampersandbox.com/imprint/change-address-format.jpg!

  • Preventing empty rows in address formats

    Hallo everyone!
    I'd like to know if there is a method to prevent SBO2005A from printing empty rows in the address fields when for instance there is missing county in BP addresses like this:
    I have defined an address format that goes
    Block
    County
    Street
    ZipCode | Freetext(" ") | City
    We use Block as "Name2" and County as "Name3" in master data just in case the customer wants to use additional names for his BPs.
    If I use the "Block" - field and I leave the "County" - field blank it prints an empty row between "Block" and "Street". This is not the behaviour I would like to see. In case "county" is missing I would rather see something like this in a printout:
    Block
    Street
    ZipCode | Freetext(" ") | City
    So, is there a method to force this? or any workaround?

    Hello Patryk,
    PLD does not offer the functionality to control the blank lines in an address field.  I would suggest you use a formatted search in your address field on the marketing document and have it formatted in the document itself before you print.
    Please see sample code for your requirment for the Ship to address.  If you want this to applied to the Bill to address field then you have to slight alter the query by cha
    For Shipto address formatting
    SELECT CASE WHEN T0.Block IS NOT NULL THEN + CHAR(13) + CHAR(10) + T0.Block + CHAR(13) + CHAR(10) ELSE '' END +
    CASE WHEN T0.County IS NOT NULL THEN + CHAR(13) + CHAR(10) + T0.County + CHAR(13) + CHAR(10) ELSE '' END +
    ISNULL(T0.Street, '') + CHAR(13) + CHAR(10) + ISNULL(T0.ZipCode, '') + '  ' + ISNULL(T0.City, '')
    FROM  [dbo].[CRD1] T0 WHERE T0.AdresType = 'S' AND T0.Address = $[$40.0.0] AND T0.CardCode = $[$4.0.0]
    For Billto address formatting
    SELECT CASE WHEN T0.Block IS NOT NULL THEN + CHAR(13) + CHAR(10) + T0.Block + CHAR(13) + CHAR(10) ELSE '' END +
    CASE WHEN T0.County IS NOT NULL THEN + CHAR(13) + CHAR(10) + T0.County + CHAR(13) + CHAR(10) ELSE '' END +
    ISNULL(T0.Street, '') + CHAR(13) + CHAR(10) + ISNULL(T0.ZipCode, '') + '  ' + ISNULL(T0.City, '')
    FROM  [dbo].[CRD1] T0 WHERE T0.AdresType = 'B' AND T0.Address = $[$226.0.0] AND T0.CardCode = $[$4.0.0]
    Suda

  • Address Book - Changing the address format?

    A couple of years ago I imported all my old contacts into address book. I've now discovered that I had the address format set to USA in preferences and I'm a UK user. I've since changed the preference to UK but it this only affects new addresses that I add.
    Is there a way to change those old addresses to UK format? I've tried exporting a V card and re-importing but it doesn't change.
    TIA, Steve

    Hi Steve, and a warm welcome to the forums!
    I'd take a look at Barney-15E's Script here for converting to gb/uk...
    http://discussions.apple.com/thread.jspa?threadID=764832

  • Default Address format

    How can i set default address format & show complete name of country & state in pld.

    Hi,
    Check the following thread
    Country Field problem
    Re: Address Formats - Country
    Invoice ship to State and Country
    *Close the thread if issue solved.
    Regards
    Jambulingam.P

  • Script to enforce IP address format

    Greetings,
    In Acrobat XI Pro, in order to ensure the user enters a properly formatted IP address, I have the following JavaScript called from a text field's properties, Format tab using a custom format script.
    // Validate IPv4 address format
    var ipAdr = getField("PHYSICAL IP ADDRESS");
    if (event.value!=null && event.value!="") {
    var re = /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/;
    if (re.test(ipAdr.value) == false) {
       app.alert("Please enter a valid IPv4 address");
       event.target.setFocus();  
    This appears to be working, though I am wondering:
    (1) Is it ok to not have an else clause?
    (2) Can the RegEx be improved?
    The RegEx is trying to enforce the standard IPv4 dotted decimal notation that does not include the subnet mask.
    Thanks!

    Many thanks Gilad, just one quick one...
    Any thoughts on the 'if' with no 'else'? Or is it just a subjective preference?

  • PRKC-1023 : Invalid IP address format & PRCR-1001 Error in root.sh

    Hello All,
    At prompting to execute root.sh, I get the following errors. I am installating 11.2.0.1 Grid Software. I am not sure why it is taking the virtual IP name.
    The details give are on Specify Cluster configuration window is :-
    Scan name : rs1pre91cl
    Both nodes edited/added as below
    hostname Virtual IP name
    rs1pre91dvdbaa01.pre.ccosvc.com rs1pre91dvdbaa01vip.pre.ccosvc.com
    rs1pre91dvdbaa02.pre.ccosvc.com rs1pre91dvdbaa02vip.pre.ccosvc.com
    Identify network interfaces option used to show eth0 for public (172.) and eth1 for private (192)
    SSH connectivity already established, but tested using this screen.
    Error in root.sh
    PRKC-1023 : Invalid IP address format: rs1pre91dvdba01vip
    add nodeapps -n rs1pre91dvdba01 -A rs1pre91dvdba01vip/255.255.252.0/eth0 on node=rs1pre91dvdba01 ... failed
    PRCR-1001 : Resource ora.net1.network does not exist
    add scan=rs1pre91cl ... failed
    When running pre-checks installation -- it shows me successfull.
    ./runcluvfy.sh stage -pre crsinst -n rs1pre91dvdba01,rs1pre91dvdba02 -fixup -verbose > ~oracle/run_pre_install_cluvfy.out.1
    Has someone experienced this error and what are the steps to fixup
    Thanks

    We have also experienced similar issue with 11.2.0.2 on HPUX:
    srvctl add nodeapps -n host2 -A "host2-vip/255.255.252.0/lan0|lan3"
    PRKC-1023 : Invalid IP address format: host2-vip
    Replacing host2-vip with IP address works fine.
    More surprisingly, on one node, it accepts same command with vip format, whereas on others it is expecting IP address in command. ( although vip names are resolvable to its IP address from all nodes--checked using nslookup)

  • PRCT-1302 : The "OCR," has an invalid IP address format

    Dear RAC experts,
    I am setting up RAC nodes and during installation it fails with error PRCT-1302.
    PRCT-01302: The "{0}" has an invalid IP address format
    Cause: The format of the subnet number and/or the subnet mask is an invalid IP address format. 
    Action: Make sure that both the subnet number and the subnet mask have a valid IP address format.
    It seems like everything OK with subnet. 
    public network
    eth0       
             Mask:255.255.255.192  / 26
    private interconnect
    eth1   Mask:255.255.255.240 / 28
    private interconnect  
    eth2     
            Mask:255.255.255.240 / 28
    Please advice.
    Thanks in advance.
    RAC 2node
    Linux
    VMware
    IBM

    Hey ioannis,
    So I would recommend starting from scratch on this one and seeing if we can get things to work.  I would recommend following these steps:
    Make sure that you have access to port 80, which is what LabVIEW and the Web Server uses for communication.  This might mean turning off virus checkers or firewalls, as Altenbach suggested.
    Restart your computer.  This is to make sure that there isn't anything already accessing this port that is conflicting.
    Start LabVIEW once the computer is back up.
    Open the VI that you would like to publish.  I might recommend using an Example just to test, but you could use your program.
    Select Tools » Web Publishing Tool (WPT).
    On the bottom of the WPT window, press the Start Web Server button.
    Configure your VI as you would like.  You can probably just use the defaults for now. 
    Select Save to Disk and replace the file if necessary.
    Hightlight the address that comes up in the Document URL window and press Ctrl+C to copy it.
    Open Internet Explorer and past the URL into the address bar on the development computer. 
    These steps should be all that is necessary to use the WPT, so please follow them and let me know if they help or not. 
    Thanks!
    Andy F.
    Message Edited by Andy F. on 03-17-2006 12:41 PM
    National Instruments

  • Address Format Help Needed

    Could someone please direct me to some information explaining how Apple deals with Address Formats?
    I upgraded to Snow Leopard, then synced. I was syncing from what a perfect version which I had saved on Mobileme before upgrading, and I had not changed anything on the computer after upgrading. I expected it to be straightforward. However, I was told that I had 730 conflicts in Address Book. (That's half my records). When I started to go through these conflicts, I found that they all had something to do with Address Formats. One version, for example, had format 'Japan', and was formatted one way, and another version, had format 'ja', and was formatted another way. Also, sometimes I had 'United Kingdom', and sometimes 'uk'. Actually, there were all sorts of strange conflicts, which is why I'd appreciate some general information that I can study.

    Using 'Reset Sync Data', I uploaded a perfect version of my contacts from an ibook running 10.4.11. It was when I tried to download this onto another, new, computer using 10.6 (again using 'Reset Sync Data' that all these conflicts came up. There was nothing on the latter machine for there to be a conflict with.
    Thanks for your advice, but if I always choose the side with the full name, then I will be sometimes choosing a side that has an incorrectly written address. And I'm afraid I don't want to have to spend a morning doing this 730 times, as very often I also need to check the address from the original computer.
    What I'd like to know is if there is a way to do this without these conflicts. I suppose I could just copy/paste the address data, but then next time I sync, will I get the conflicts again? Why is this happening? What are these two letter codes?

  • JAAS -Incorrect address format-Heimdal

    hello,
    I am trying to execute the jaas authentication tutorial sited in the following url: " http://java.sun.com/j2se/1.4.2/docs/guide/security/jgss/tutorials/AcnOnly.html ". But when I set the "useTicketCache" option to true in the jaas.conf configuration file and run the code it returns the error:
    "Incorrect address format."
    Authentication failed:
    java.lang.OutOfMemoryError
    I also add the option: 'ticketCache="/tmp/krb5cc_0"' but the error remains.
    Before running the code of the tutorial, I have executed heimdal's kinit so the TGT of the principal is placed in the ticketCache, in the "/tmp/krb5cc_0" file.
    The version of kerberos I am using is 'heimdal daily snapshot october 2005'.
    Does anyone have a clue why this fault occurs?
    Thanks in advance!

    On 15.05.2012 23:26, dsag wrote:
    >
    > I have been having the following issue. A internal GW users sends an
    > email to a external non-groupwise user and cc's other internal groupwise
    > users. The external non-groupwise user replies to the email, then
    > receives several bounce messages because some of the users do not exist.
    > When looking at the header I see that some of the internal users email
    > address are in the userid.po.dom format, while others are in the
    > userid.domain format. It has only been happening for the past couple of
    > months. What have I changed to create this issue? Thanks. David
    Check the personal addressbooks of the sender. Most likely he has the
    wrong internal users in his AB incorrectly.
    CU,
    Massimo Rosen
    Novell Knowledge Partner
    No emails please!
    http://www.cfc-it.de

Maybe you are looking for