What table holds a VENDOR EMAIL ADDRESS?

Hi Forums,
I am trying to find the table that would hold the email address based on the LIFNR?
thanks

Hi,
It's in ADR6 table.
Regards,
Eli

Similar Messages

  • Help with vendor email Address table

    Can someone help me with this issue.
    I am trying to pull out the vendor email address for all the vendors. Vendor email address are the one's which are entered in the First page on XK01. I checked on the table name and it brings up only a structure.
    Please help

    You can try something like this....
    Example...
    *Selecting the  ADRNE from LFA1...
    SELECT SINGLE ADRNR FROM LFA1 INTO I_ADRNR
              WHERE LIFNR =  ITAB-LIFNR.
    *Passing ADRNR to ADR6 to get Email...
        SELECT SMTP_ADDR INTO TABLE I_Z1EMAIL
            FROM ADR6 WHERE ADDRNUMBER = I_ADRNR.

  • SAP MDM Vendor email addresses are not in order when sent to SAP R/3

    Hi Experts,
    We were trying to maintain vendor email addresses in this order in SAP MDM:
    E-mail address: massupa@nexus
    Sequence Number: 001
    E-mail address: win@nexus
    Sequence Number: 002
    E-mail address: satita@nexus
    Sequence Number: 003
    But when saving the record, its order get mixed up like below: (I believe it was arranged alphabetically automatically---> is this the standard MDM functionality?!)
    E-mail address: massupa@nexus
    Sequence Number: 001
    E-mail address: satita@nexus
    Sequence Number: 003
    E-mail address: win@nexus
    Sequence Number: 002
    When it gets syndicated to ECC, its order was maintained incorrectly with incorrect IDs:
    E-mail address             ID
    massupa@nexus        001
    satita@nexus              002   -
    > should be 003
    win@nexus                 003  -
    > should be 002
    we checked both the XML Files and the IDOC and found that it has the same order maintained in SAP MDM
    massupa@nexus        001
    satita@nexus              003
    win@nexus                 002  
    But how come the IDs were changed in R/3?
    Many thanks in advance!

    Hi Mike,
    As per your requirement, i feel that for ID either you can create a new field say sequence ID in this e-mail addresses table of MDM and thus can syndicate it or can also use ID as key using remote key concept. I mean for this e-mail addresses table, you can set property Key mapping = yes  in MDM Console and thus can use this IDs as key for this email address e.g. for massupa@nexus you can save ID as Key.
    So during syndication, map this field with target IDOC structure field and I mean Remote Key under e-mail addresses table with IDOC ID target field. In this way you can have correct IDs with their corresponding email addresses.
    Kindly let me know if you are looking for something else.
    Regards,
    Mandeep Saini

  • Change Vendor Email Address

    Hi,
      I need to change the vendor email address, i found the table adr6 and i can join the table LFA1 with the Address number, but i don´t think that this the way to do it. Can someone have a function module to change the email address in massive way for migration data.
      The BDC is not helpful, because it doesn't show the field SMTP_ADDR.
         Thanks for the support,
             Cesar Felce

    Hi,
       I check the address an personal contact, but it doesn't display the SMTP_ADDR.
       When i run the transaction xk02 without the shdb, it appears perfect, checking just the address, but when i run with the shdb transaction it disappear the emailo address.
       Thanks,
          Cesar

  • Vendor Email Address(Urgent)

    Hi,
    Can some one help me regarding extracting the vendor email address.Email can be obtained from ADR6 but need to know the lifnr and personal number.How do I get a unique personal number for a vendor so that i can query ARD6 and get the mail address.
    Thanks
    Shyam

    hi,
    i am not saying that adrnr number is same as personnumber you misinterpreted me.
    i was saying that for a particular adrnrnumber say 0000000145 , there exists  various person  number and these person number are in many cases same .
    Address Number Person numb
    0000000121               
    0000000145     0000001735
    0000000145     <b>0000002919
    0000000145     0000002919</b>
    0000000145     0000004153
    0000000145     0000004193
    0000000145     0000004211
    0000000145     0000004702
    0000000145     0000005050
    0000000145     0000005161
    0000000145     0000005184
    0000000145     0000005184
    0000000145     0000005186
    0000000145     0000005186
    0000000145     0000005190
    0000000145     0000005209
    0000000145     0000009182
    0000000145     0000010809
    0000000145     0000017254
    0000000145     0000017346

  • Replicated vendor email address from ECC 5.0 to SRM 5.0

    Hi All
    Currently, we are trying to replicate vendor email address from ECC to SRM. We use Vendor Master – General – Email (SMTP_ADDR) to store different email address
    1. ) Case One
    - Vendor email address for vendor account receivable
    - Vendor email address for procurement
    - Vendor email address for return invoice
    Our system : SRM will only replicate defaulted vendor email address ( Standard Number )
    Question : Is it possible to replicate all email address ( the above 3 email address).
    2.) Case Two
    When we only one email address for vendor account receivable, we don’t want to replicate to SRM.
    Question: Is possible to block this vendor email address and do not replicate to SRM ?
    Thank You
    Alex

    >>Will XI 3.0 able to work with ECC 6.0 without any change or any change is required in the XI configuration level, please specify?
    As far as I know, no change is required in XI configuration.
    Regards,
    Praveen Gujjeti.

  • Vendor email address in IDOC

    We are trying to create a vendor payment file to be sent to our bank in IDOC format.   The IDOC type we are using is PEXR2002.   We are not able to populate the vendor email address (from vendor master data - SMTP_ADDR) into IDOC segment E1EDKA1 even though the email address is shown on the vendor master.   All other vendor master address information, such as Phone, Fax, show up correctly in that segment.   Does anybody know how we can populate the IDOC with the email address? 
    Thank you.

    Thanks, Ravi.   We are trying to avoid creating a user exit and since all the other vendor info populates the IDOC correctly, we're hoping there's a 'standard' way of getting the email there as well.

  • Vendor Email Address to be populated in the Communication Method of the PO

    Hi,
    We have a requirement where the vendor email address needs to get populated in the Cover Text of the Communication Method.
    When the user changes the PO for eg  4500002984, the vendor mail address needs to get populated in the Cover Page Text of the Communication Method before Save of the Purchase Order.
    This needs to happen after the output type is configured and the mail address needs to appear in the Cover Page Text of the Communication Method before the PO save .
    Is there any exit or badi to do the same before the Purchase order is saved ?
    Thanks in advance,
    Anu

    Pls check the OSS note Note 191470 - Purchase order as an e-mail
    You may get some idea
    Regards
    MD

  • BDC Upload Vendor email address

    Hi experts,
    Could you tell me how I can upload the vendor email address information with BDC.
    Best regards.
    Tks a million!
    David.

    Hi
    Use the transaction code MK02 to change the vendor details. For that first you have to do the recording in SHDB. Then generate a program from the recording and then pass your values to it.
    Regards,
    Vishwa.

  • Check on vendor email address change before saving PO

    Hi All,
        I need to check Is there any change in Vendor Email address in PO before
    saving. I am trying to find userexits.
    I found some like EXIT_SAPMM06E_012, But here I am not getting complete
    Vendor address...
    Req: I am maintaing multiple email address for Vendor at PO header level.
    Here is the path:  PO Header --> Address tab --> Click on Address Details
    --> Here we can maintain(Insert/ Delete/Change) multiple e mail address.
    So I need to check is there any change in email address before saving.
    Could you please any body help me on this....
    Thanks
    Rays

    Hello Rays,
    One base question,
    Are you going to check the vendor email address manually before saving the PO?
    The vendor address in the puchase order is copied from the vendor master so you can maintain email address (single or multiple) in the vendor master before creating the purchase order. At the time of purchase order creation/save, you can change the default email address and use this to trigger PO to vendor.
    By the way, user exit EXIT_SAPMM06E_012  (Check Customer-Specific Data Before Saving) is used for custom field not for SAP std field.
    Hope this helps.
    Arif Mansuri
    Reward the points if answer is helpful.

  • What are valid and invalid email address characters

    What are valid and invalid email address characters in Exchange 2010, for example can you have Conan.O'[email protected] is there a document that shows the valid and invalid sysmbols?

    Hi
        The format of email addresses is
    local-part@domain where the local-part may be up to 64 characters long and the
    domain name may have a
    maximum of 253 characters - but the maximum 256 characters length of a forward or reverse path restricts the entire email address to be no more than 254 characters.<sup id="cite_ref-0">[1]</sup>
    The formal definitions are in RFC 5322 (sections 3.2.3
    and 3.4.1) and RFC 5321 - with a more readable form given in
    the informational RFC 3696<sup id="cite_ref-1">[2]</sup>
    and the associated errata.
    Local part
    The local-part of the email address may use any of these
    ASCII characters
    RFC 5322 Section
    3.2.3:
    Uppercase and lowercase English letters (a–z, A–Z) (ASCII: 65-90, 97-122)
    Digits
    0 to
    9 (ASCII: 48-57)
    Characters
    !#$%&'*+-/=?^_`{|}~ (ASCII: 33, 35-39, 42, 43, 45, 47, 61, 63, 94-96, 123-126)
    Character
    . (dot, period, full stop) (ASCII: 46) provided that it is not the first or last character, and
    provided also that it does not appear two or more times consecutively (e.g. [email protected] is not allowed.).
    Special characters are allowed with restrictions. They are:
    o   
    Space and
    "(),:;<>@[\] (ASCII: 32, 34, 40, 41, 44, 58, 59, 60, 62, 64, 91-93)
    The restrictions for special characters are that they must only be used when contained between quotation marks, and that 3 of them (The
    space, backslash \ and
    quotation mark " (ASCII: 32, 92, 34)) must also be preceded by a backslash
    \ (e.g.
    A quoted string may exist as a dot separated entity within the local-part, or it may exist when the outermost quotes are the outermost characters of the local-part
    (e.g. abc."defghi"[email protected] or
    "abcdefghixyz"@example.com are allowed. Conversely,
    abc"defghi"[email protected] is not; neither is
    abc\"def\"[email protected]). Quoted strings and characters however, are not commonly used.
    RFC 5321 also
    warns that "a host that expects to receive mail SHOULD avoid defining mailboxes where the Local-part requires (or uses) the Quoted-string form".
    The local-part "postmaster" is treated specially - it is case-insensitive, and should be forwarded to the server's administrator. Technically all other local-parts
    are case sensitive, therefore [email protected] and [email protected] specify different mailboxes. However most organizations treat uppercase and lowercase letters as equivalent, and also do not allow use of the technically valid characters
    (space, ? and ^). Organizations are free to restrict the forms of their own email addresses as desired, e.g.,
    Windows Live Hotmail,
    for example, only allows creation of email addresses using alphanumerics, dot (.), underscore (_)
    and hyphen (-).<sup id="cite_ref-2">[3]</sup>
    Systems that send mail must be capable of handling outgoing mail for all valid addresses. Contrary to the relevant standards, some defective systems treat certain
    legitimate addresses as invalid and fail to handle mail to these addresses. Hotmail, for example, refuses to send mail to any address containing any of the following standards-permissible characters:
    !#$%*/?^`{|}~
    Domain part
    The domain name part of an email address has to conform to strict guidelines: it must match the requirements for a
    hostname,
    consisting of letters, digits, hyphens and dots. In addition, the domain part may be an
    IP address
    literal, surrounded by square braces, such as jsmith@[192.168.2.1], although this is rarely seen except
    in email spam.
    Examples
    Valid email addresses
    <tt>[email protected]</tt>
    <tt>[email protected]</tt>
    <tt>[email protected]</tt>
    <tt>much."more\ unusual"@example.com</tt>
    <tt>very.unusual."@"[email protected]</tt>
    <tt>very."(),:;<>[]".VERY."very@\\\ \"very"[email protected]</tt>
    Invalid email addresses
    <tt>Abc.example.com</tt> (an @ character must separate the local and domain parts)
    <tt>[email protected]</tt> (character dot(.) is last in local part)
    <tt>[email protected]</tt> (character dot(.) is double)
    <tt>A@b@[email protected]</tt> (only one @ is allowed outside quotation marks)
    <tt>a"b(c)d,e:f;g<h>i[j\k][email protected]</tt> (none of the special characters in this local part
    is allowed outside quotation marks)
    <tt>just"not"[email protected]</tt> (quoted strings must be dot separated, or the only element making
    up the local-part)
    <tt>this is"not\[email protected]</tt> (spaces, quotes, and backslashes may only exist when within
    quoted strings and preceded by a slash)
    <tt>this\ still\"not\\[email protected]</tt> (even if escaped (preceded by a backslash), spaces, quotes,
    and backslashes must still be contained by quotes)
    Terence Yu
    TechNet Community Support

  • What table hold info about Start Page

    what table hold info about Start Page where responsibility and form are chosen when login to Oracle
    step:-
    Login to Oracle apps
    Click on Preferences
    Scroll down to Start page
    Need to find out after you choose the responsibility and it’s value what table name holds that info

    It is a profile option and all profile option values are stored in fnd_profile_options, fnd_profile_option_values, fnd_profile_options_tl
    Note: 201945.1 - How to list E-Business Suite Profile Option values for all levels using SQLPlus
    Note: 282382.1 - How to Search all of the Profile Options for a Specific Value
    Note: 367926.1 - How To Find All Users With A Particular Profile Option Set?
    Thanks,
    Hussein

  • I am giving up my primary email address. i want to use what is now my rescue email address as primary. what steps do i take?

    i am giving up my primary email address. i want to use what is now my rescue email address as primary. what steps do i take?

    You will need to remove the address as your rescue email address first, which you can do by logging into your account via http://appleid.apple.com, selecting the Password & Security section and answering the security questions.
    Changing rescue email address : http://support.apple.com/kb/HT5620
    You can then try putting it as your primary email address, which you can do either via that site, by tapping on your id in Settings > iTunes & App Store on your phone and logging into, or via the Store > View Account menu option on your computer's iTunes. If you don't do it directly on your phone you might then need to log out of your account by tapping on it in Settings > iTunes & App Store and then log back in with the updated version.
    After changing your primary email address : http://support.apple.com/kb/HT5796

  • What is a password recovery email address

    Hi,
    I am looking at the info page on setting up clien email http://helpx.adobe.com/business-catalyst/partner/setup-pop-imap-email-accounts.html in the Creat email accounts for users section, it says, "Enter the new user email address, name and password recovery email address."  What is the password recovery email address?  Also would the new user email address be the users name@my_domain_name.com?  Thanks.
    Barbara Parkman

    Hi Barbara,
    Keep in mind the Muse webBasic plans do not include email.
    The password recovery email address is an email address that they could have their password emailed to in case they forget it. Obviously sending it to the same email address wouldn't work as they wouldn't be able to get it.
    Yes, the email address would be @clientdomain.com ....
    As a side note I recommend hosting the email with where ever they bought the domain from and only use Business CAtalyst for the site itself.
    Here is why ...
    http://www.lawryk.com/BlogRetrieve.aspx?PostID=578206

  • Update Vendor Email Address

    Hi.
    I need to change email address for vendor.I have to remove existing mail address
    and populate with multiple mail address in vendor master.I tried bapi     BAPI_ADDRESSORG_CHANGE
    it  triggers with the error message " address cannot be determined".could any one tell what ADDRESS_NUMBER is.
    Thanks.
    Srilakshmi Balamurali.

    Hi Use BAPI_ADDRESSORG_GETDETAIL first and get Addressnumber.
    Based on this address number, call BAPI_ADDRESSORG_CHANGE.
    Below is the reference code.
    DATA: objtype LIKE bapi4001_1-objtype,
            obj_id LIKE bapi4001_1-objkey,
            obj_id_ext LIKE bapi4001_1-extension,
            context LIKE bapi4001_1-context,
            address_number LIKE adrc-addrnumber,
            bapiadtel LIKE bapiadtel OCCURS 0 WITH HEADER LINE,
            bapiadtel_x LIKE bapiadtelx OCCURS 0 WITH HEADER LINE,
            return LIKE bapiret2 OCCURS 0.
    Assign the following object type and object key to a main customer
    address
      objtype = 'KNA1'.
      obj_id  = <customer number>.
      obj_id_ext = ' '.
      context = '0001'.
    Get existing data by calling, e.g. FM 'BAPI_ADDRESSORG_GETDETAIL'
    Enter the reference structure data
    The telephone number with serial number '002' is to be deleted and
    the one with serial number '003' updated
      CLEAR: bapiadtel, bapiadtel_x.
      bapiadtel-consnumber = '002'.
      bapiadtel_x-updateflag = 'D'.
      APPEND: bapiadtel, bapiadtel_x. "Delete entry
      CLEAR: bapiadtel, bapiadtel_x.
      bapiadtel-consnumber = '003'.
      bapiadtel-extension = '77733'.
      bapiadtel_x-extension = 'X'.
      bapiadtel_x-updateflag = 'U'
      APPEND: bapiadtel, bapiadtel_x. "Update entry
      CLEAR: bapiadtel, bapiadtel_x.
      bapiadtel-telephone = '06227'.
      bapiadtel-extension = '11111'.
      bapiadtel_x-updateflag = 'I'.
      APPEND: bapiadtel, bapiadtel_x. "Insert new entry
    call change module
    CALL FUNCTION 'BAPI_ADDRESSORG_CHANGE'
         EXPORTING
              obj_type       = objtype
              obj_id         = obj_id
              obj_id_ext     = obj_id_ext
              context        = context
         IMPORTING
             address_number = address_number
         TABLES
             bapiadtel      = bapiadtel
             bapiadtel_x    = bapiadtel_x
             return         = return.
    Errors and warnings are in the RETURN table. If successful, the
    organization address and its communication data are now updated
    in the system.
    The adress number is in the ADDRESS_NUMBER field.

Maybe you are looking for

  • Apple display with Macbook Pro

    I'm thinking about getting an Apple display for use with a Macbook pro. I'm looking for any observations from those of you using the same configuration. Where do you put your Macbook while using the monitor? Can you sit it on top of the base foot of

  • VGA Video display on a new Mac Air?

    Dear Apple Techies ~ I would like to take VGA video from a video camera or other source, and show it full screen on my new (Sept 2013) Mac Air 13". If this is possible, what software/adaptors do I need to make this happen? Thank You for any assistanc

  • HTML to PDF creation

    Hi, I dont know whether this is the right place to ask my question , So Please direct me . In our application we need to convert HTML string to as a PDF document. Our client suggested try in Adobe Acrobat SDK , so i have started exploring in SDK but

  • Setting bind variables in dependant LoV's : How?

    Hi I'm trying to create an LoV dependant upon the value selected in a previous Lov. I have created an LoV with a bind variable which executes correctly when run independantly of a form When I attach the loV to a form I get prompted to :- "Set the bin

  • Final cut pro 7 goes blue screen

    Please help help, I'm still using final cut pro 7, last week while I was working on a project the screen turned blue w/white lines, ever since I could not use FCP 7 anymore.. I updated the OS, I even formatted the internal HD, but no success, please