Address Management

Hi,
We are currently on ERP version 4.6c.
I am trying to configure Address Management in SAP.
The purpose of using it is that when creating vendor/customer masters,
the addresses should be validated by Address management
(through USPS database which my client has procured).
Problem: Is that, when I enter the State and City, I want the Zip Code
to be automatically populated. How do I achieve this?
While configuring City details in Address Management,
I have linked City with Zip Code. But I can't find a way
to link the Zip Code to the Street.
Thanks.

Hi,
You stated that:
<i>Problem: Is that, when I enter the State and City, I want the Zip Code
to be automatically populated. How do I achieve this?</i>
I feel the solution to your problem can be achieved using a <b>qualified lookup table</b> and provide a link for it into the  main table.
<i>Concept:</i>
A qualified lookup table is used when the value of one or more field is changing (Zip Code) depending upon the values of some other fields(City, State).
As per your requirement :
1.) Create a lookup table of type Lookup[Qualified Flat](muti-valued) having the following fields:-
     State --> Non-qualifier
     City  --> Non-qualifier
     Zip Code  --> Qualifier
Qualifier --> field whose value is changing (DECIDED)
Non-qualifier --> field due to which value is changing (DECIDOR)
2.) Link this table to main table by inserting a field in the main table of type -Qualified Lookup.
3.) Initially you will have to populate values into the Lookup Qualified table; i.e. whenever you are creating Vendor/customer master (using Import Manager) you will first have to map State and City fields of your source to corr fields of your Qualified Lookup table(Destination Table: <Qualified Lookup Tb name>)and execute import.
4.) Thereafter map the Qualifier field (Zip code) to corr field of main table (Destination Table: <Main Tb name>). Also again map the non-qualifier (City n State) to corr fields of main table. Then right click on the Field Mapping pane - select<i> Create Compound field</i>. Map this compuond field with corr field (type Qualified lookup) on destination side. Execute Import.
I think this should solve your purpose.
Please let me know if this helped you solve your problem.
Thanks and Regards,
Siddharth Sharma.

Similar Messages

  • PRAA in combination with central address management

    Hello,
    In our system we have central adress management activated. All the
    personell nrs are entered with the correct address (sreetname and
    housenumber in 2 separate fields). We use this information to create
    the corresponding vendor numbers in FI (transaction PRAA).
    However, with transaction PRAA both the address (streetname and
    housenumber) are copied into one field (streetname). As a consequence,
    the corresponding batch input session, which is using program SAPMF02K,
    cannot automatically (in bcakground) create all the vendors, since we
    always get a message about central address management. (Streetname does
    not exist, because it wrongly contains both the streetname as well as
    the housnumber.)
    The field USE_ZAV which is automatically ENTERED in the background
    processing of the SAPMF02K batch job, is causing this address check.
    We think this is a bug.
    Ideally the PRAA should be entering the streetname and housnumber in 2
    separate fields in FI-vendor master data, of the automatic check of
    field USE_ZAV should not be entered in this batch input background
    processing.
    Can you please give us some advice on how to deal with this situation?
    Kind regards
    Karinne Van Goethem
    SAP Consultant - Holland Casino

    XXX

  • Anyone know about centarl address management.

    hi expert,
       nyone know about centarl address management. how to use it in xdo1

    Hi
    Central address Managements stores the data in ADRC and other ADR* tables
    These tables contains the entire address details of the Customers.
    KNA1 may contain only few but these ADR* like ADRC contains all.
    So when you create Customer usinf XD01, if you create address centrally these tables are filled.
    Reward points if useful
    Regards
    Anji

  • IPv6 Address Management and Security Questions

    I'm trying to draft an IPv6-based version of our location's current routing configuration in anticipation of when our ISP will finally roll it out, and address management has been giving me the biggest headache - ironic, considering IPv6 was supposed to simplify address allocation.
    My first config draft was made assuming that I would be getting a static /56 or /60 prefix from the ISP, and I was just going to insert the prefix into my DHCP pools and there would be no issues. That was before reading around and discovering that some ISPs are considering prefix delegation (PD) for both residential and business accounts instead of static blocks. Now I have questions about how to stick as close to the current IPv4 configuration as possible.
    For the PD scenario, what I am looking at now are two addresses ranges for each network - a ULA /120 space that I want to control using stateful DHCPv6, and the global space which can be /64 and auto-configured. That way there will be a "private" address space for internal routing in the event of a prefix change or an extended outage. But I'm not sure how the config should look for such a scenario. What I have drafted so far is this:
    ipv6 dhcp pool DHCP6_INTERNAL
     address prefix FDAB::1:0/120
     domain-name whatever.net
     dns-server FDAB::1:1
    ipv6 dhcp pool DHCP6_DMZ-WIFI
     address prefix FDAB::2:0/120
     domain-name guest.whatever.net
     dns-server FDAB::2:1
    interface GigabitEthernet0
     description WAN-LINK
     ipv6 enable
     ipv6 address dhcp
     no ipv6 unreachables
     no ipv6 redirects
     ipv6 flow ingress
     ipv6 flow egress
     ipv6 virtual-reassembly in
     ipv6 nd autoconfig default-route
     ipv6 dhcp client pd hint ::/56
     ipv6 dhcp client pd ISP-PREFIX
     zone-member security OUTSIDE
     speed auto
     duplex auto
     no cdp enable
    interface FastEthernet8.1
     description VLAN_1-INTERNAL
     encapsulation dot1Q 1 native
     ipv6 enable
     ipv6 address FDAB::1:1/120
     ipv6 address ISP-PREFIX ::1:0:0:0:1/64
     ipv6 flow ingress
     ipv6 flow egress
     ipv6 virtual-reassembly in
     zone-member security INSIDE
     ip tcp adjust-mss 1300
     ipv6 dhcp server DHCP6_INTERNAL
     ipv6 nd managed-config-flag
     ipv6 nd other-config-flag
    interface FastEthernet8.2
     description VLAN_2-DMZ-WIFI
     encapsulation dot1Q 2
     ipv6 enable
     ipv6 address FDAB::2:1/120
     ipv6 address ISP-PREFIX ::2:0:0:0:1/64
     ipv6 flow ingress
     ipv6 flow egress
     ipv6 virtual-reassembly in
     zone-member security DMZ
     ip tcp adjust-mss 1300
     ipv6 dhcp server DHCP6_DMZ-WIFI
     ipv6 nd managed-config-flag
     ipv6 nd other-config-flag
    Will this config work? By which I mean: will the DHCPv6 servers provide ULA addresses, and will SLAAC work for global address allocation? If not, what needs to be changed?
    Also, another question. I found a few references to a prefix name (the "ISP-PREFIX") which can be used as part of a static IPv6 address on an interface, which is a good idea in case the prefix changes. But that brings up another concern - if the prefix changes, that will invalidate ACLs referencing the global addresses using the previous prefix. Is there anything similar to the prefix name string that can be used in ACLs to keep this from occurring?

    DHCPv6-PD is not necessarily dynamic the same way as DHCP was with the public IPv4 addresses in the IPv4 world.
    While the outside network (PPPoE, DHCPv6, anything) might be truly dynamic and changing with possibly every login session, the DHCPv6 delegated prefix might be tied to your login credentials or DHCPv6 client's DUID after the first connection. A bit like a DHCP lease reservation.
    If that is the case, there is some possibility that your ISP will run reverse route injection, and will always route your "fixed" prefix  to the currently active dynamic "outside" address.
    Talk to your ISP and have them confirm that, once the PD'd /48 or /56 is initially assigned, it won't change, and that the same prefix will be delegated every time. Then you can treat it as if it were fully static, and you won't have to go down the ULA path.
    I contacted one of our local ISPs, and they're doing it exactly that way: PPPoE for IPv4 and IPv6 (fully dynamic), and DHCPv6-PD with the /48 tied to the PPPoE login credentials. I might change to that ISP sooner or later.
    With my current ISP, my IPv6 access is 6RD based. I get a /60, with my current public ipv4 address (by DHCP) embedded into those 60 bits. Readressing is bound to happen sooner or later, and it happens every so often, and it breaks my IPv6 ACLs.
    I'm also looking for a way to write IPv6 ACLs with wildcard bits, not prefix/mask, so I can use them with ZBFW. So far, no sign of it.
    A few more comments:
    ULA addressing: 
    It may look tempting, plausible and intuitive to use dual global and ULA addressing. 
    I started this way as well. However, it turns out that Windows 7 has (had?) some issues with proper source address selection. The "longest common prefix" rule never seemed to work properly. In some cases, it would pick the global address to talk to ULA hosts, or stubbornly insist to use the ULA address to talk to an IPv6 internet host. It was a frustrating experience. Be sure to test this to the full extent (and back, and again and then some more) with every operating system you intend to use.
    Using /120:
    Be sure to test this as well, and very thoroughly. Subnet masks longer than /64 are sometimes called "uncharted territory" in IPv6. Longer subnet masks will break SLAAC, and there may be (embedded) devices that will not react benevolently to a subnet mask other than /64, or simply lack support for DHCPv6.
    adjust-mss
    I see you have "ip tcp adjust-mss 1300". While PMTUd may be mandatory with IPv6, I found it being broken already :-( . "ipv6 tcp adjust-mss .... " is now a separate command since IOS 15.4(1). I would suggest considering it, depending with your experience with PMTUd on IPv6.

  • IPv6 Address management

    Hi,
    we are at the stage where we are now looking to begin implementing IPv6 in the network. Not wanting to rush into this and end up with something unmanageable, our initial consideration is address management. Due to the large number of address' we are looking for advice on address management software, which seems to be a little thin on the ground.
    So the question is, how are those people who are already using v6 managing their address allocations and what software is the most useable and popular? Value for money is also a consideration, any advice most welcome,
    Thanks
    Toby

    Hi,
    we are at the stage where we are now looking to begin implementing IPv6 in the network. Not wanting to rush into this and end up with something unmanageable, our initial consideration is address management. Due to the large number of address' we are looking for advice on address management software, which seems to be a little thin on the ground.
    So the question is, how are those people who are already using v6 managing their address allocations and what software is the most useable and popular? Value for money is also a consideration, any advice most welcome,
    Thanks
    Toby

  • CRM - IS-M Central Address Management

    Hi Guys,
    Can we integrate CRM (7.0) with IS-M Central Address Management.
    In IS-M trx. BP when creating a Business Partner address system validates against Central Address if this address exists and fill, for instance Postal Code.
    CRM can download standard ERP Regional Structure (Address Management), but I'm not sure if and what type of integration we can have with Media Central Address Management.
    Any inputs are welcomed.
    Best regards,
    Renato Petrulis

    Close since no answer for so long.

  • CAM - Central Address Management

    Hi All,
    IR8A SG tax report is reading the employers address from CAM, i.e. Cental address management.
    Can anyone share where are the nodes for CAM present in IMG...
    On searching for CAM i get certain nodes under Business area but not sure are they the correct one??
    Thanks & Regards,
    Swat

    Hi All,
    IR8A SG tax report is reading the employers address from CAM, i.e. Cental address management.
    Can anyone share where are the nodes for CAM present in IMG...
    On searching for CAM i get certain nodes under Business Partner but not sure are they the correct one??
    Thanks & Regards,
    Swat

  • Tcode for Central Address Managment

    Hi
    I've an issue with sending emails to external systems and i beleive i need to set the email address of the sender in central address management. Anyone is asare of how to maintain  this email via transaction code only and not by coding !!!
    i assume that this is done using SU01. is this correct? kindly guide
    thkx
    Prabhu

    Hi,
    Check this,
    hope it helps,
    Re: RFBIDE00 - Address data issue not populated
    Re: T-Code(RZ20)
    regards,
    Pritha.
    Message was edited by:
            Pritha Agrawal

  • SAP Address Management

    Hi All
    would appreciate if anybody let me  know how to add contact details(Address/cell) of a person in SAP Address Management.
    Chiru

    Hi
    There are severals BAPI in order to insert an address, which BAPI has to be used depends on the kind of address u need to create, these are the BAPIs:
    BAPI_ADDRESSORG_SAVEREPLICA
    BAPI_ADDRESSPERS_SAVEREPLICA
    BAPI_ADDRCONTPART_SAVEREPLICA
    Max

  • Information needed about Address Management

    Hi All,
    while trying to send mail to external mail ids through some custom program, i'm facing an error as "recipient not in address management".
    Can anyone giude me why this is occuring and actually what is this Address management?
    Thanks & Regards,
    Anil.

    hi anil ,
    can u tell me what is type of that recipient ? Means
    Type of RECEIVER entry.
    The following values are allowed:
    'B' : SAP user name
    ' ' : SAPoffice name
    'C' : shared distribution list
    'F' : fax number
    'U' : Internet address
    'R' : remote SAP name
    'X' : X.400 address
    Regards
    Prabhu

  • Enterprise Wireless Guest IP Address Management

    Hi
    We have requirement to deploy wireless guest access for the Enterprise.
    Would appreciate feedback as to wether to use internal DHCP which is  centrally managed or using WLC DHCP.
    Some Considerations
    1.     IP Address reporting historical on number of addresses used, this could be provided by the guest access server on users logged or can WLC
             provide historical IP address reporting
    2.     Centralised address configuration versus distributed on each controller.
    3.    Correlating guest user to IP address allocated, we need to use this for forensic identification of the IP address to the user as guest access will be authenticated via the Radius server and from there access the Internet via a transparent proxy. No requirement for second authentication when accessing the Internet.
    Any feedback on real world experiences would be greatly appreciated.
    Regards
    Bill

    Hi,
    The below doc is the design and deployment Guide for Guest access.. This is just like a bible!!
    http://www.cisco.com/en/US/docs/solutions/Enterprise/Mobility/emob41dg/ch10GuAc.html
    Lemme know if this helps.. and please dont forget to rate the usefull posts!!
    Regards
    Surendra

  • Using Oracle as an IP Address Managment Database

    Can an Oracle database be setup to document and manage IP
    Adresses. Our Software team built a database for my group to
    document addresses but, it does not perform any math features
    based on subnet mask. Any suggetions on where to look for IP
    Address Database creation with an Oracle database?

    Dear Stefan
    (Please send the King of Iceland my regards)
    We have just undertaken a similar project - but in reverse - i.e. synchronising an LDAP server from Oracle.
    Our challenge was a little simpler in that we could use triggers to instigate an LDAP call on update/delete/insert.
    We originally tried using the Oracle JVM in conjunction with the Netscape's LDAP JSDK, but this proved too flakey, and we have reverted to calling an extproc which inturn calls some java code to update LDAP.
    Working the other way would be more complex and I'm not sure how you could get LDAP to invoke a command to update Oracle.
    However, if you managed the process from within Oracle you could maybe use LDAP groups to maintain a list of those users that were in sync, and those that required synchronising.
    Good luck
    Andrew

  • MAC address management

    Does anyone have more information on how Sun is generating MAC adresses for guest/IO/service domains and is their concern that this method will potentilly create duplicates in the enterprise.
    I have seen where there is a range of MAC addrs Sun has set aside for manual assignment to LDOMs, however that does not solve the issue of managing MAC addresses across potentially thousands of LDOMs to prevent duplicates?

    I'll have to look again, but I believe there is a calculation that is explained in the admin guide or in the Blueprints doc. Obviously this means there is the potential of MAC address collision. You can manually edit the MAC address, which is also in one of the docs I mentioned.

  • IP Address management

    I'm looking for a tool to manage IP addresses. The ones I've come across are EasyIP, INS, 'Men and mice' and IPTrack (open source).
    Can you suggest any others?
    Thanks

    VitalQIP by Lucent (complete IP-management system, can also control DHCP, DNS etc. etc) is a good system.
    http://www.lucent.com/products/solution/0,,CTID+2020-STID+10439-SOID+1456-LOCL+1,00.html
    Cisco has a product called Cisco Network Registrar, but I haven't tried it yet... Check this link:
    http://www.cisco.com/warp/customer/cc/pd/nemnsw/nerr/index.shtml

  • Problem with email address management page (not re...

    A couple of weeks ago I was moved to BT mail and I linked my BT ID to my main email address, as instructed. On the email management page, I linked six other email addresses, which I had previously had in BT Yahoo, using the ‘add to BT ID’ function. However, my main email address, which was the one I initially linked, also appears on the email management page, but with the ‘add to BT ID’ function still appearing. When I click on this, I keep getting the message: ‘Sorry, we haven't been able to claim that email address due to an error. Please try again later.’ This means that I am unable to have my main email address as my favourite, so when I log in, it always defaults to another one of my addresses. How do I fix this problem?

    I found this, that may help - BTW, MEU is Mail Enabled Users: 
    http://social.technet.microsoft.com/Forums/exchange/en-US/470af578-53cc-45df-8a3e-b9ff16815cc7/exchange-2010-sp3-rollup-2-email-address-policies-not-applying-to-mail-enabled-users-but-working?forum=exchange2010

Maybe you are looking for