List of customer address

Dear all,
How to get list of addresses customerwise / areawise , etc...
Is there any T code ?
Or
From which tables we will get this ?
Thanks.

Hello,
You can find adress customer wise in t-code OV50.
Once you execute this t-code you can find one column called "Address".
Hopefully this will solve your issue.
Reward if it helpful to you.
Regards,
Chandra

Similar Messages

  • List of Customer Addresses

    Hi,
    Where can I get the list of customer addresses?
    Is there any possiblity to get them in the Address format and not in Table format?
    I want to get the list,print 4 to 8 addresses on one sheet, so that I can cut and use the addresses to paste on enevelpoes.
    Thanks and Regards,
    Ajit

    Dear Ajit,
    The global Table of all Address in SAP is ADRC.
    All the address (Customer, Vendors, Brokers, Transporters, etc) is stored in ADRC Table.
    From KNA1 Table take Customer Code & Name & Address Number - Feild ADRNR.
    From ADRC Table take feild ADDRNUMBER & other address feild like street, city, etc...
    The figure in ADRNR & ADDRNUMBER for each Customer would be same.
    Now run vlookup in excel & linking figures of ADRNR & ADDRNUMBER. You will have a MAster List ready of Customer Address.
    You can follow the same process for Vendor (LFA1) address also. 
    Hope this helps...
    Thanks,
    Jignesh mehta
    Mumbai

  • Custom Address List - Email Header in IC Web Client

    Hello,
    I wanted to check if there is a possibility to provide users
    with a custom address list wherein we can have our own set of email addresses
    to choose from for sending the email through SAP CRM.
    Currently I am aware that three types of address lists
    mentioned below are possible.
    CRM Addresses ( BP Address)
    MS Outlook
    Lotus Notes
    The requirement came up, as my customer’s call center
    employees do not have official email ids & hence outlook or lotus notes
    integration is not possible.  Every time
    if they want to send an email to any internal employee through SAP CRM, they
    have to manually enter email ids which they find it bit uncomfortable.
    Any guidance will be appreciated.
    Regards, Mathy

    Hi Ragav,
    Creating a DL will not suffice the requirement here. Recipient IDs are not always the same.
    Regards, Mathy

  • Customer Addresses and their Payment Terms

    Hello to everyone.
    I need to list the customer name, it’s addresses and the payment terms. (Profile:Transaction section of the customer addresses window)
    I’m trying to build a query using RA_CUSTOMERS and RA_ADDRESSES_ALL but I don’t know how to link the addresses with the payment terms.
    Any help on this issue is highly appreciated.
    Octavio

    SELECT
    substrb(party.party_name,1,50) Customer_Name ,
    cust.account_number Customer_Number ,
    substrb(look.meaning, 1, 8) Site_Use ,
    acct_site.cust_acct_site_id Address_Id,
    substrb(loc.address1,1,30) Address_Line_1,
    substrb(loc.city,1,15) City ,
    substrb(loc.state,1,2) State ,
    substrb(loc.postal_code,1,10) Zip_Code ,
    cust.status Cust_Status,
    site_uses.payment_term_id
    FROM
    ar_lookups look,
    ar_lookups look_status,
    hz_cust_accounts_all cust,
    hz_parties party,
    hz_cust_site_uses_all site_uses,
    hz_cust_acct_sites_all acct_site,
    hz_party_sites party_site,
    hz_locations loc
    WHERE
    cust.cust_account_id = acct_site.cust_account_id
    AND cust.party_id = party.party_id
    AND acct_site.party_site_id = party_site.party_site_id(+)
    AND loc.location_id(+) = party_site.location_id
    AND acct_site.cust_acct_site_id = site_uses.cust_acct_site_id(+)
    AND look.lookup_type(+) = 'SITE_USE_CODE'
    AND look.lookup_code(+) = site_uses.site_use_code
    AND look_status.lookup_type(+) = 'CODE_STATUS'
    AND look_status.lookup_code(+) = nvl(cust.status, 'A')
    ORDER BY
    party.party_name ;

  • Missing City Code in Receivables Customer Address

    We want to add ALKMAAR, DELFT, ZEVENBERGEN as Cities to select from while creating a customer address. Where is this List of Values coming from? Is it extendable. New eBS user, please explain if possible with your reply.
    Thanks.

    Hello,
    Follow the following steps to search for the value set in which all the cities are listed:
    1. Descriptive Flexfield Segments --> Query for Application =Receivables - Title: Address
    2. Open Segment for the Context where you see your country Address Style assigned.
    3. You will see the City value and a corresponding value set name attached.
    4. Go to System Administrator --> Validation --> Set
    5. Query for the Value you found in step 3 and see whether it is an independent value set or table. The you will be able to add the new cities you want.
    HTH,
    Vik

  • Allowing only a list of mac addresses to connect to the internet?

    Hi,
    I'm setting up a solution, where access to wireless internet is granted only to a list of mac addresses. It seems MAB security is what I am after. However, before mac address is allowed internet access, I want a user to go through an external and controller-independable registration page.
    Consider this flow:
    Clientconnects to WLAN, since it's mac address is not allowed, the user is redirected to an external website (http://registration.com, aspx website). Here I ask the user to register an account. Using ip address from the request, I send a CLI command to the WLC controller and learn client's mac address from arp table. Here I need to run another CLI command to add the mac address to the mac database, and inform the user they can access the web.
    Few struggles that I'm having now:
    1) How to setup web MAB authentication, that, upon failure, redirects the user to an external website?
    2) How can I add (white-list?) a mac address to enable it access to the internet? 

    It seems I should be able to do this, can anyone elaborate?
    1) Layer-2 set to Mac filtering only
    2) Upon success - user is granted access
    3) Upon failure, falls back to Extrenal Web Auth, which redirects the user to my custom web page
    4) Upon registering, I make a postback to the action_url
    5) User is authenticated? Is there a way to reset authentication sequence at step 4? I don't really want to register the user. During step 4, I'm sending user's mac address back to WLC via SSH. Since mac address will be present on the WLC after step 4, I would like it to just grant access to the mac address, rather than register the user.

  • Default Bill-To customer address to be populated in the AR TRANSACTION form

    In the AR transaction screen whenever i opened the form , the Bill-To customer Address should be populated by default. But iam not getting that and in the line items form the UNIT PRICE to be populated by default whenever i select the particular line item. In the PO purchase order screen we are getting the unit price whenever we select the particular line item becoz when we created the item we had an option to give the list price by default,but for receivables we dont have.
    Plz find the solution for it.
    thank u

    Suresh,
    You will not be able to accomplish this using standard functionality without doing some development. It maybe possible to accomplish this through Transaction variant.
    Other than the above, the simplest way to hide the search options would be to place a implicit enhancement at the begining of the FM "PM_HLP_PREVENT_RECURSION" to delete of the search helps other than "Equip By Equip List" based on the calling program and screen number.
    With respect to defaulting, other than what Paul had indicated , try defaulting those values by setting the Parameter ID.
    Thanks
    Narasimhan

  • How to move iPhone contact list with custom ringtones to OS X server Contacts?

    I have recently setup a new Mac Pro, Mid 2012, running Mavericks OS X Server.  I was previously syncing through iTunes on Snow Leopard, 10.6...
    Due to the changes in Mavericks WRT iTunes address book syncing, I want to setup Contacts in Server, as I do not want to use iCloud. I tried using the Address Book sync on my MacBook Pro, but that doesn't appear to save any custom ringtone data. I setup Contacts in Server & I moved the current address book to Mavericks, but dragging the contacts into the Server list in Contacts generates warnings, "Some contacts could not be copied to the server"  and then sometimes starts duplicating the groups and contacts. The system log has some errors that seem related (system & user munged):
    Jan  1 22:44:46 system.sub.domain Contacts[3203]: Error reading store metadata: Error Domain=NSCocoaErrorDomain Code=260 "The file \u201cAddressBook-v22.abcddb\u201d couldn\u2019t be opened because there is no such file." UserInfo=0x60000047ec80 {NSURL=file:///Users/kilroy/Library/Application%20Support/AddressBook/Sources/4 233913F-017D-4AA5-887A-E0957EECA4B0/AddressBook-v22.abcddb}
    Jan  1 22:44:46 system.sub.domain Contacts[3203]: Database file is empty: /Users/kilroy/Library/Application Support/AddressBook/Sources/4233913F-017D-4AA5-887A-E0957EECA4B0/AddressBook-v2 2.abcddb
    Jan  1 22:44:46 system.sub.domain Contacts[3203]: Failed adding account: The operation couldn\u2019t be completed. (AppleInternetAccountsErrorDomain error 13.)
    AddressBook-v22.abcddb, does exists, T/S of 22:44. Maybe the above is actually a warning that it created the file?  ... except the Failed adding account doesn't sound good.
    Jan  1 23:30:37 system.sub.domain Contacts[7073]: [CardDAVPlugin-ERROR] -_handleCompletedAction:(null) href:https://[email protected]:8443/addressbooks/__uids__/85897855-A1A7-4846-8134-65C7619EE3B8/addressbook/677 0d3b722f65b9d1657bb55412ad071.vcf localETag:"29b0055eeb14610abbb7d2808c08e540" errorItem:(null) error:(null); NIL href or action
    Jan  1 23:30:38 system.sub.domain Contacts[7073]: [CardDAVPlugin-ERROR] -_handleCompletedAction:(null) href:https://[email protected]:8443/addressbooks/__uids__/85897855-A1A7-4846-8134-65C7619EE3B8/addressbook/1ca 7c41d318c83472743fad0400ecdd3.vcf localETag:"aa2b10b8148984374a2117e87444f4d0" errorItem:(null) error:(null); NIL href or action
    Jan  1 23:30:38 system.sub.domain Contacts[7073]: [CardDAVPlugin-ERROR] Exception caught while running sync with server: Error Domain=CoreDAVErrorDomain Code=1 "The operation couldn\u2019t be completed. (CoreDAVErrorDomain error 1.)"
      1 23:30:41 system.sub.domain Contacts[7073]: [CardDAVPlugin-ERROR] -_handleCompletedAction:(null) href:https://[email protected]:8443/addressbooks/__uids__/85897855-A1A7-4846-8134-65C7619EE3B8/addressbook/86b 4883827ee841f0e6d01893a8ae225.vcf localETag:"79e207a20cf8e7052decba4fe9e1e743" errorItem:(null) error:(null); NIL href or action
    Jan  1 23:30:41 system.sub.domain Contacts[7073]: [CardDAVPlugin-ERROR] -_handleCompletedAction:(null) href:https://[email protected]:8443/addressbooks/__uids__/85897855-A1A7-4846-8134-65C7619EE3B8/addressbook/90c 4c7aa12d6cb1fa4d68b2748fde985.vcf localETag:"d4ca80d1e1ac5dc69e08db5c0cb18835" errorItem:(null) error:(null); NIL href or action
    So the question is:
    How to does one move or import iPhone contact list with custom ringtones to OS X server Contacts? ... and will Contacts save/preserve the ringtone settings?
    Thanks

    lsof is the standard tool for listing open files, although I'm not quite sure it'll do what you want.
    It will list every open file used by every process on the machine, including many you don't expect. I don't know how it will present files opened by network users - whether they'll appear as owned by the file sharing process or not at all. Definitely one to try.

  • Palm Desktop V6.2.2 - Custom Address Fields

    I have information in the custom address fields, which I have renamed to be more meaningful for my purposes.  I want them to display in the Address view, but when I right click and select 'Show Columns' they are not listed.
    Does anyone know how I can get to select these columns for display?
    Also is there any way to get the prefix to display with the contacts name?
    Thank you in advance for any and all suggestions.
    Regards,
    Graham Shauffenburg
    Post relates to: Palm TX

    I had closed out of the Palm Desktop several times, thinking that it might be a refresh issue, but that had no effect.  You are right about the scroll bar not displaying until you close the applicatation and restart it.
    My issue is that the column I want to show is not listed, and therefore cannot be selected for display.  It only shows on the custom tab when entering contact information, not on the show columns list.
    Regards,
    Graham

  • Dunning letters generation when customer address is changed

    Hi,
    For some customers no dunning letters were generated. After investigation inactive bill-to site should be activated as invoices were assigned to this bill-to.
    How is possible to make that dunning letters generated when customer address is changed and customer can receive letters to new address for all its invoices?
    Any help will be appreciated!
    BR, JC

    hi
    I have created one sales order example X and i created the another sales order Y with respect to X
    Is this X sales document is closed????
    And I also changed the address of the ship to party in sales document Y.
    Did you assgined another SP to sales Document Y
    If you have chnaged the address for SP in customer master then it will reflect to both
    Also it will not chnage the ADRESS NO in VBPA table, but it will update the address

  • How do I edit my list of www addresses that show up when I put a w in the Internet address field? I need to get rid of one.

    When the first Firefox screen appears, there is a long rectangular box at the top to put the Internet address into. If you put a w in that box, you automatically show a list of Internet addresses that I previously used (apparently based upon number of uses, most used first).
    In that list which appears, I have an address in which I made a mistake of one character. I want to get rid of that address with a mistake in it.
    How can I get rid of that erroneous address?

    See: [[Clearing Location bar history]]

  • How do I rid my contacts list of unwanted addresses that only display when creating a message. These contacts are not in my normal contacts list.

    When using my contacts list to address a message, I have unwanted addresses NOT created or entered/saved by me in my contacts list. These addresses do not appear in my contacts database/list.

    Restore the backup

  • How to find the list of custom reports?

    Hello All,
    I am trying to get a list of all the custom reports that we have by responsiblity in 11.5.10.2. This to identify and move them into the our newly upgraded R12 instance.
    Is there a query that can be written against the FND tables to get this listing?
    Pls. help
    Thanks,
    Monkey.

    I am trying to get a list of all the custom reports that we have by responsiblity in 11.5.10.2. This to identify and move them into the our newly upgraded R12 instance.
    Is there a query that can be written against the FND tables to get this listing?There is no direct way to get the list of custom reports unless you followed the naming convensions when you created those reopports (i.e. your object/file name starts with XX_%).
    https://forums.oracle.com/forums/search.jspa?threadID=&q=List+AND+Custom&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    In this case, you can query FND_CONCURRENT_PROGRAMS_TL/FND_CONCURRENT_PROGRAMS/FND_CONCURRENT_PROGRAMS_VL -- Search the forum for those objects and you will find many helpful queries.
    Thanks,
    Hussein

  • How can I copy a list of email address into a group folder in contacts?

    I have a list of all the email addresses of my tennis club members. How can I copy that into a group address. At the moment I have to find each one and drag it into the folder, but I am sure there must be an easier way. Does anyone know what that is?
    Loftyjs

    I'm glad you figured it out. I was thrown off by literally interpreting the term "list" I guess
    In truth, a "mailing list" of multiple recipients, when applied to a particular email message is nothing more than a "comma de-limited list" of the addresses. Some mail clients add < > on either end of the individual addresses
    [email protected],[email protected],[email protected],etc.
    <[email protected]>,<[email protected]>,<[email protected]>,etc.
    in the old days, we would just keep a text file an add to the end as needed.
    lists are commonly used as 'Mini-databases' in Adobe(Macromedia) Director, my everyday tool for years. A list of lists, then becomes a bigger database as does a list of a (list of lists), and so on
    Too much information, methinks

  • I am trying to export only an individual list from my address book. I can only export the entire address book. No way to decipher it once in Excel either.

    I hate to admit how much time I have spent on this issue. I have been trying to separate just the "lists" from within my T-Bird address book, and export them (again, just the names on those individual lists) into a csv or tab delimited file, so I can import it into one of the newer mail programs.
    Honestly I have been trying to figure out my way around this for years. "Lists" have always been clunky and difficult to work with. Lots of unpredictablity, and you can only go so long in the list before it will no longer send, and you need to create a new one. I send these out for a business, with some customers going back ten years or more.
    Since I have never been able to figure it out, I just keep using T-Bird for this, even though its never worked reliably.
    Recently I have been forced into a change. The "lists" will no longer send emails that are received by recipients. Probably some new spam or security things out there. No emails send. Now I have to do something, but to retype hundreds of names from scratch is just not the kind of thing that gives me joy.
    I would be eternally grateful to the person who can help...
    Paul Kamp, Chicago

    This add-on may help:
    https://nic-nac-project.org/~kaosmos/morecols-en.html
    I've had this add-on for so long that I can't remember what it does and does not provide.
    If you select a List in your Address Book, so that its contents display at the right, does "Export" not write just the Lists's member Contacts out to the csv file?
    It does here, but this may be thanks to the above-mentioned add-on.

Maybe you are looking for

  • Entity bean with another class as primary key generator class

    Hi All, I have a CMP entity bean in which I generate the primary key using my own class know as unique id generator. I use it in ejbCreate method in the following manner public Long ejbCreate(HospitalData hospitalData) throws CreateException{        

  • Looking for an Airplay Printer plus Scanner

    Hi, do you have any infos about an airplay printer plus scanner. Have HP or Canon this option for airplay printing. Thank you very much for any infos. You welcome

  • Number keys 1 thru 3 are not working

    number keys 1 thru 3 are not working, so I am unable to unlock my iphone.

  • A tip when using Faces

    Here's a tip that I discovered, but could find nowhere in the discussions or Manual or any other source- When you come to Confirm Faces for a name, you often see faces for people that you know, but they have been suggested for the name you are now lo

  • Can't reinstall Compressor 3

    Can't reinstall Compressor 3. OK.. so don't ask how, but I managed to delete the compressor app from my apps folder. Thing is, when I try to reinstall, the option is greyed out. Anyone know what I need to do to reinstall it? I'm thinking there are so