International Addresses

Hi ,
MY requirement is simple .I wanted to upload EN/KANJI addresses in both Customer master and vendor master.Can u pls help me out on this.
Thanks in Advance

I know how to create attributes, the issue is how to create the right set of attributes that can be used for all given international telephone and addresses?
I would think there would be some sort of predefined standard for doing this but if you have to create your own custom attributes just to do this, then that's not really a great thing.
Oracle or the ldap standards people whomever they are should include all the object classes and attributes for International Telephone numbers and addresses so all you need to do is add the objectclass to your users and use them!
Sorry it just doesn't make sense to have everyone create these...

Similar Messages

  • Unable to access vpn box internal address after vpn

    Hi all. My office network is protected by asa5510 firewall with vpn configured. When i vpn into my office network i could not access the firewall via the firewall's internal address using telnet etc even though i have already enable telnet. The firewall is my office network gateway. Below is my config. Pls advise. Thks in advance. Access to my office network is fine using vpn.
    hostname firewall
    domain-name default.domain.invalid
    enable password xxx
    names
    dns-guard
    interface Ethernet0/0
    nameif inside
    security-level 100
    ip address 192.168.1x.x 255.255.255.0
    interface Ethernet0/1
    nameif DMZ
    security-level 50
    ip address 192.168.2x.x 255.255.255.0
    interface Ethernet0/2
    nameif outside
    security-level 0
    ip address 8x.x.x.x 255.255.255.240
    interface Ethernet0/3
    shutdown
    no nameif
    no security-level
    no ip address
    interface Management0/0
    nameif management
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    management-only
    passwd xxx
    ftp mode passive
    same-security-traffic permit inter-interface
    access-list inside_access_in extended permit ip 192.168.1x.0 255.255.255.0 any
    access-list outside_access_in extended permit icmp any any
    access-list outside_access_in extended deny ip any any
    access-list DMZ_access_in extended permit ip 192.168.2x.0 255.255.255.0 any
    access-list inside_nat0_outbound extended permit ip any 172.16.0.0 255.255.255.224
    access-list split-tunnel standard permit 192.168.1x.0 255.255.255.0
    pager lines 24
    logging enable
    logging asdm-buffer-size 500
    logging asdm informational
    mtu inside 1500
    mtu DMZ 1500
    mtu outside 1500
    mtu management 1500
    ip local pool addpool 172.16.0.1-172.16.0.20 mask 255.255.0.0
    no failover
    monitor-interface inside
    monitor-interface DMZ
    monitor-interface outside
    monitor-interface management
    asdm image disk0:/asdm-507.bin
    no asdm history enable
    arp timeout 14400
    nat-control
    global (outside) 100 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 100 192.168.1x.0 255.255.255.0
    access-group inside_access_in in interface inside
    access-group DMZ_access_in in interface DMZ
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 8x.x.x.x 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00
    timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
    timeout uauth 0:05:00 absolute
    group-policy vpn internal
    group-policy vpn attributes
    dns-server value 192.168.1x.x 192.168.1x.x
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value split-tunnel
    webvpn
    username ciscoadm password xxx encrypted privilege 15
    username ciscoadm attributes
    vpn-group-policy vpn
    webvpn
    http server enable
    http 192.168.1x.x 255.255.255.255 inside
    http 192.168.1.0 255.255.255.0 management
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    sysopt connection tcpmss 13800
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
    crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
    crypto map outside_map interface outside
    isakmp enable outside
    isakmp policy 10 authentication pre-share
    isakmp policy 10 encryption 3des
    isakmp policy 10 hash sha
    isakmp policy 10 group 2
    isakmp policy 10 lifetime 86400
    tunnel-group vpn type ipsec-ra
    tunnel-group vpn general-attributes
    address-pool addpool
    default-group-policy vpn
    tunnel-group vpn ipsec-attributes
    pre-shared-key *
    telnet 192.168.1x.x 255.255.255.0 inside
    telnet timeout 5
    ssh timeout 5
    console timeout 0

    Hi all. Below is my configuration. After i enable "management-access inside" i could access my firewall internal ip via ping after establishing vpn connection but not others like telnet even though "telnet 0.0.0.0 0.0.0.0 inside" is enabled. Pls advise.
    interface Ethernet0/0
    nameif inside
    security-level 100
    ip address 192.168.1x.254 255.255.255.0
    interface Ethernet0/1
    nameif DMZ
    security-level 50
    ip address 192.168.2x.254 255.255.255.0
    interface Ethernet0/2
    nameif outside
    security-level 0
    ip address 8x.xx.xx.xx 255.255.255.240
    interface Ethernet0/3
    shutdown
    no nameif
    no security-level
    no ip address
    interface Management0/0
    nameif management
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    management-only
    passwd xxx
    ftp mode passive
    same-security-traffic permit inter-interface
    access-list inside_access_in extended permit ip 192.168.1x.0 255.255.255.0 any
    access-list inside_access_in extended permit esp any any
    access-list inside_access_in extended permit gre any any
    access-list outside_access_in extended permit icmp any any
    access-list outside_access_in extended deny ip any any
    access-list DMZ_access_in extended permit ip 192.168.2x.0 255.255.255.0 any
    access-list inside_nat0_outbound extended permit ip any 172.16.0.0 255.255.0.0
    access-list split-tunnel standard permit 192.168.1x.0 255.255.255.0
    access-list prod standard permit host 192.168.1x.x
    access-list prod standard deny any
    pager lines 24
    logging enable
    logging asdm-buffer-size 500
    logging asdm informational
    mtu inside 1500
    mtu DMZ 1500
    mtu outside 1500
    mtu management 1500
    ip local pool pool 172.16.0.1-172.16.0.20 mask 255.255.0.0
    no failover
    monitor-interface inside
    monitor-interface DMZ
    monitor-interface outside
    monitor-interface management
    asdm image disk0:/asdm-507.bin
    no asdm history enable
    arp timeout 14400
    nat-control
    global (outside) 100 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 100 192.168.1x.0 255.255.255.0
    access-group inside_access_in in interface inside
    access-group DMZ_access_in in interface DMZ
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 8x.xx.xx.xx 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00
    timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
    timeout uauth 0:05:00 absolute
    group-policy vpnuser internal
    group-policy vpnuser attributes
    dns-server value 192.168.1x.x 192.168.1x.x
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value prod
    default-domain value mm.com
    webvpn
    username user password xxx encrypted privilege 15
    username user attributes
    vpn-group-policy vpnuser
    webvpn
    http server enable
    http 192.168.1x.x 255.255.255.255 inside
    http 0.0.0.0 0.0.0.0 inside
    http 192.168.1.0 255.255.255.0 management
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    sysopt connection tcpmss 13800
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
    crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
    crypto map outside_map interface outside
    isakmp enable outside
    isakmp policy 10 authentication pre-share
    isakmp policy 10 encryption 3des
    isakmp policy 10 hash sha
    isakmp policy 10 group 2
    isakmp policy 10 lifetime 86400
    tunnel-group vpnuser type ipsec-ra
    tunnel-group vpnuser general-attributes
    address-pool pool
    default-group-policy vpnuser
    tunnel-group vpnuser ipsec-attributes
    pre-shared-key *
    telnet 0.0.0.0 0.0.0.0 inside
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    management-access inside
    dhcpd address 192.168.1.2-192.168.1.254 management
    dhcpd dns 8x.x.1x.x 8x.x.x.x
    dhcpd lease 3600
    dhcpd ping_timeout 50
    dhcpd enable management

  • Internation Address Version for Customer and Vendor Master

    Hi Everyone,
    There are a few fields on the General Data screen which are overwritten by value in the International address version and vice-versa. I am listing these fields below and I would like to know if this is just standard SAP functionality or did something change in our system after upgrading to ECC 6.0.
    Communication Language
    Postal code
    Telephone
    Mobile phone
    Fax number
    Email address
    Thanks for your help!
    Sheetal

    I would assume that this is standard functionality, as e.g. it does not really make sense to have different communication languages in the address versions. It is just the opposite: if you have two address versions (e.g. standard and kanji) it is quite important to stored the information about which is the preferred communication language of the customer.
    Regards
    Martin

  • Import and export of international address

    Hello all,
    I need help with the international address version. I want to import greek data to our system using the ELM, because of the duplicate check already in place in our ELM.
    Has anybody experience with that?
    Then I also need to export the international address again via a campaign with the channel data export. Is there an easy way to achieve this?
    Or is it possible to configure the serach result list for accounts/contact persons that I can see and export the information there directly?
    Thanks a lot for your help!
    Regards Anne

    Hi,
    Right click on the DCs which you want to get in the IDE and select Create Inactive Project.
    If it prompts for the dependencies select them.
    Once this is done u will be able to see the project in the WD perspective.
    Now right click on the DC and select Development Component -> Build .
    then Development Component -> Deploy.
    If its there are any errors related with hard references deploy those DCs first and try.
    Regards
    Ayyapparaj.

  • Internal Addresses  - BP Address for Org Unit representing a Company Code

    Dear All
    We are on SRM Server 5.5 and are experiencing an annoying issue. It might be standard, but I do not recall having the problem earlier on, at other customers.
    The internal address of BP ## representing a company code, automatically gets Name1 filled out with the Object Name in the Org structure (Typically Company name).
    This is ok, but what we see is that Name 2 is also filled out with this name. This gives us an issue when printing the PO in the backend system (classic scenario) as the  PO will have both Name1 and Name2 printed as delivery address.
    We have tried to change the address in BP, which works ok - until someone makes a change in the org structure, then the BP address is updated again!
    Can anyone enlighten me whether this is standard functionality or what? And if is there anyway of mitigating this behavior?
    Best Regards, and thanks in advance
    ;O)
    Maria

    Dear all,
    five years later, but we have currently the same problem as Maria described.
    In my company, we are filling the fields SHORT and STEXT of the structure P1000 (transaction PPOMA_BBP) with more or less technical names or terms.
    So far, that was working very well.
    But in the future, we need to use the fields NAME_ORG1 and NAME_ORG2 of the transparent table BUT000 as the first two fields of the delivery address.
    That leads to the situation that technical term/names are used in the delivery address, which is not realy beautiful.
    We cannot enter the correct delivery data into the fields SHORT and STEXT in the PPOMA_BBP, because the fields have not enough spaces.
    Do you have any ideas how we can solve this issue?
    Kind regards
    Ignatius

  • International Address Gets Deleted in R/3

    Hi,
    we're facing an issue that "International Address" in R/3 Customer Master gets deleted each time we update "Communication Data" such as phone, email, fax in CRM Customer Master.
    the program that cause the problem is LBUPA_INTERFACE_OUTBOUNDB26
    we've been trying to find any SAP notes, but so far no luck.
    any lead is really appreciated.
    Thanks.

    Hi Kevin,
    We are having same issue..could you let me know what Sapnote you have implemented.
    Thanks,
    Siva

  • International Address Versions in SAP CRM 2007 WebUI

    Hi gurus,
    I have activated International Addres Versions in SPRO.
    In the SAP GUI, now there's a button 'intern. versions' available in transaction BP. When users create a new business partner, they can enter an address version in the international character set ( i.e. Cyrillic, Chinese, ... )
    I was wondering how I can do the same functionality in the CRM WebUI ? Is it possible to something similar ? I didn't manage to insert or display  these international address versions ...
    Thank you,
    Abjuh

    Hi,
    Thanks for your reply.
    I have entered into my user id through su01.
    There I could find only one role: SAP_CRM_UIU_FRAMEWORK.
    I have removed that role and came out of the SAP CRM system and login to SAP CRM and webui, still by default interaction center page is displaying.
    I have checked my role in Org model and no where it is assigned.
    Though there is no roles and no assignment in org model, I have a doubt why it is showing the Interaction center screen.
    Please let me know, If you have any more suggestions.
    Regards
    Madhu

  • 2 BM Servers Natting to Same Internal Address

    Can this be done? I'm changing my BM server that does natting, to a different server on a different external subnet. To test it's functionality, without downing the old server, I've set natting up the same on the new as the old. This means that during the testing phase, I've got 2 different external addresses natted to the same internal address. I've been having some erratic problems with this. Could it be that this is causing a conflict?

    What you can do is to set up a second BM server in parallel to the
    first one, (and eventually perhaps cluster the two) for testing.
    Make all addresses you point to secondary addresses (except VPN) on the
    old server. This means the internal proxy address needs to be a
    secondary address, which can be done by readdressing the private side
    of the BM server and adding the old address back as a secondary.
    Once the proxy address is a secondary, it becomes much more portable.
    You would have one or two NCF files to add the secondary addresses as
    needed. (Do not add them in inetcfg). And another NCF to delete the
    secondaries.
    Unload proxy on the old server, then load it on the new one (once it
    has been configured with old server addresses). Unload secondaries on
    old server (with NCF) and add to new one (with NCF file) - NAT's and
    filtering need to be set up in advance. All your traffic will move to
    the new server as long as you avoided address duplication. You test
    and see how things work.
    Reverse the process to go back to the old server.
    This is what I call a 'poor man's cluster', as you are doing manually
    what simple cluster scripts would do (unload proxy, add addresses...)
    Process is documented in my BMgr book - see URL below.
    Craig Johnson
    Novell Knowledge Partner
    *** For a current patch list, tips, handy files and books on
    BorderManager, go to http://www.craigjconsulting.com ***

  • International address printout in INVOICE

    Dear All,
    I need to get the international address maintained for different languages in customer master to pass this information to SAPscript to print out invoices. At present it is getting ADRRESS FOR ENGLISH  as follows;
    TITLE    &VBDKR-ANRED_WE&                                               
    NAME     &VBDKR-NAME1_WE&, &VBDKR-NAME2_WE&, &VBDKR-NAME3_WE&, &VBDKR- >
    STREET   &VBDKR-STRAS_WE&                                               
    POBOX    &VBDKR-PFACH_WE&  CODE &VBDKR-PSTL2_WE& CITY &VBDKR-PFORT_WE&  
    POSTCODE &VBDKR-PSTLZ_WE&                                               
    REGION   &VBDKR-REGIO_WE&                                               
    CITY     &VBDKR-ORT01_WE&, &VBDKR-ORT02_WE&                             
    COUNTRY  &VBDKR-LAND1_WE&                                               
    FROMCOUNTRY &ADRC-COUNTRY&                                              
    ADDRESSNUMBER &SHIPADDR_NUMBER&                                         
    Could you please tell me how to read and get a address for customer maintained in CHINESE/JAPAN LANGUAGE under INTERNAITONAL  versions.
    I would appreciate your time and help in this regard.
    Many thanks in advance.
    cheers
    good guy

    hi
    In the <b>Table ADRC</b> give the address number and<b> NATION =</b> I means english in international vertion, if you want chainees give Nation = 'C' then it is chainees vertion.
    international vertion id are examples like
    A      Arabic
    B      Hebrew
    C      Chinese
    G      Greek
    H      Hangul
    I      International
    K      Kanji
    M      Chinese trad.
    N      Katakana
    R      Cyrillic
    T      Thai
    all the veritions in adrc are international verions
    Please let me know u r problem is solved or not

  • International Address Version for Spanish Language

    Hi,
    We need to activate International Address Version for Spanish in our system. But i dont find Spanish language in the available Languages activation Screen. Ony Chinese,thai kind of languages are avialable.
    If i want to activate Spanish which is not available in the system, what are all the things do i need to do?
    Please provide me some inputs on that..
    Thanks

    Hi,
    in the attachment of SAP note 316331 you will find the following:
    Excerpt begin
    If you do not want to use the proposed SAP standard international address version keys, you
    can also create your own address version keys. You can also use transaction SM30 and
    maintenance view V_SAPTSADV to create address version keys in the customer name range
    0-9.
    Excerpt end
    As Spanish (Latin-1) is not typically used as address version key, you need to create a customer specific key ...
    But please note that this is a rather unusual approach:
    Most customers use address versions for Non-Latin scripts only.
    Best regards,
    Nils Buerckel

  • ICal won't work with internal address to exchange server; mysteriously reverts to internal address

    iCal will not sync to our exchange server via our internal address. It WILL sync if I copy the external address into the internal field, but after a few days, the internal address mysteriously reappears and the sync is broken. Please help!
    OS 10.7.5
    iCal 5.0.3
    Exchange 2010

    Your problem seems similar to this thread:
    http://discussions.apple.com/thread.jspa?threadID=1992033&tstart=0
    There is some contradictory anecdotal information there, however. Tis reply in another thread:
    http://discussions.apple.com/message.jspa?messageID=6288712#6288712
    may hold some answers to your problem. There are two very enlightening articles on AFP548.com regarding certificate issues:
    http://www.afp548.com/article.php?story=20080624005724638
    http://www.afp548.com/article.php?story=20071203011158936
    That might also be of assistance. Then there's this little tidbit:
    http://www.networkjack.info/blog/2007/11/30/ssl-cert-with-subject-alternate-name /
    These may-or-may-not solve theproblem but may provide insight as to why it's happening.

  • International Addresses support in I-Supplier Portal

    Hello:
    Has anyone been able to setup international address support in I-Supplier Portal ?
    When supplier enters address, it asks for County and then there is no validation at state, city, zip code level.
    So Supplier can enter: County: United States .... and then State, City, Zip codes are all free-form text fields ...
    Any ideas how to get validation for these fields ..
    Yesh

    Hi
    Has anybody knows how to limit file type attachments in I-Supplier Portal.
    We do not want the suppliers to be uploading jpeg, mp3 files .....
    Yesh

  • Unable to delete internal Address via EDIT INTERNAL ADDRESSES option

    Friends,
    When I login as administrator, the EDIT INTERNAL Addresses option allow me to Add new address and change existing address. but there is no option avialable to delete internal address.
    Can any one tell me how to delete internal address from WEB GUI screens.
    Alternate way is to delete the internal address from SAP GUI business partner transaction. but i do not want user to access SAP GUI client.
    is it an authorization problem?
    Regards,
    Sandeep Parab

    Hi Sandeep
    You are correct. no way to delete address number via web.
    if you want to delete adress no. eye on adrc table.
    if you want permanently delete all adress related to BP .
    one bp is related to more adress number.
    bupa_test_delete - so if you delete one BP and may delete all adresses it linked with.
    regards
    muthu

  • Edit Internal Address option system will only hold one Ship to Address loca

    When trying to add an new address using Edit Internal Address option system will only hold one Ship to Address location. Each time a new one is added it simply over-writes the existing address instead of creating a second address. Attached screenshots show steps taken and results. Problem is also occurring in SRQ, unsure when this started as we do not use this functionality on a daily basis.

    Hello Vijay,
    For one location you can maintain more than one address using Edit Internal addresses in SRM web application (SAP_BBP_STAL_ADMINISTRATOR role).
    Select Edit Internal addresses --> Select your business partner --> Push create button --> Maintain the address and save. A new address number will be generated.
    Maintained addresses will be visible in search help for the requester. One of them can be set as default in PPOMA_BBP attributes.
    Related Information:
    Note 760824 - EBP R/3 - delivery addresses
    http://help.sap.com/saphelp_srm50/helpdata/en/e4/47f839f42a7b2ee10000000a114084/frameset.htm
    Re: ship-to clarification
    Hope this might help. Please mention steps you followed if problem still persists.
    Ashutosh

  • International Addresses and Phone Numbers

    How do people typically deal with International Addresses and Phone Numbers? Do you use special attributes for these?

    I know how to create attributes, the issue is how to create the right set of attributes that can be used for all given international telephone and addresses?
    I would think there would be some sort of predefined standard for doing this but if you have to create your own custom attributes just to do this, then that's not really a great thing.
    Oracle or the ldap standards people whomever they are should include all the object classes and attributes for International Telephone numbers and addresses so all you need to do is add the objectclass to your users and use them!
    Sorry it just doesn't make sense to have everyone create these...

  • International Address iView

    Is their an International Address iView (Ctry Grp 99) that SAP'rs have used that is available in the PCD?
    Thanks
    WB

    Hi WB,
    As of EHP3 there is an international iview for Addresses. PCD path is:
    pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.13.bp_folder/com.sap.pct.erp.ess.13.iviews/com.sap.pct.erp.ess.13.personal_information/com.sap.pct.erp.ess.13.xx/com.sap.pct.erp.ess.13.addr/com.sap.pct.erp.ess.13.addr
    This is used for Foreign Addresses and some additional customizing is needed.

Maybe you are looking for