Email id field

Hi,
    Can you please tell me in which table the email id field will be existing.
Regards,
Chandu.

Hi,
There are many tables in which email id is been stored. As the above post say ADR6 table and i can suggest you one more table in which email id is stored SZA5_D0700.
It all depends tell me in which area you are in search of email then we can suggest you the correct table.
List of tables SRIRAGRP, ECAMIOPREMAIL, ADR6, TO24, ADR6S, ADR6S, EFISEL.
Cheers!!
VEnk@
Edited by: Venkat Reddy on Nov 3, 2008 3:26 PM

Similar Messages

  • Identifying Tables - Employee number field and email address field

    We need to identify specific tables for data extraction purposes. 
    The tables we need are - "employee number" tables (used in SU01) and "email address" field - (techinical info. field name - SMTP_ADDR)
    Thanks.
    Marie

    If you are looking for email addresses tied to user master records, then the table is ADR6,  you must link to this thru USR21.
    * Get email address
      clear smtp_address.
      select single adr6~smtp_addr into smtp_address
                    from usr21
                       inner join adr6
                            on  usr21~addrnumber = adr6~addrnumber
                           and  usr21~persnumber = adr6~persnumber
                                   where usr21~bname = sy-uname.
    Not sure that I've ever seen an employee number tied directly to a user in SU01.
    Regards,
    Rich Heilman

  • Table name for  email-address field

    Hi,
    What is the table name for email address field present in address tab of vd03 transaction

    >
    abap developer wrote:
    > adr6 table is for email address present in contact persons tab in vd03 transaction.I need the table name for email address field present in address tab in vd03 transaction.
    every thing will be stored in ADR6. with Different addressnumbers contact Person address is different and customer address is different.
    there will be 2 different entries in ADR6.

  • EMail ID field in transaction SU01and SCOT

    Hello,
    I would like to know what is relevance of "EMail ID field in transaction SU01" in sending/receiving mails.
    (SCOT is configured for SMTP Mail exchange.)
    Regards,
    Nirav Shah.

    Hi,
    As I mentioned earlier if You assign email address in su01 then system will consider it as your email id and used it while sending or receving the mail.
    e.g if you want to send email to <xyz>@<abc.com> and you have mentioned email id in su01 as <pqr>@<ccc.com> then system will send the email to <xyz>@<abc.com> in which from address is <pqr>@<ccc.com>
    But if you do not mentioned the <pqr>@<ccc.com> and you have defined default domain "comp.com" and your user name is "hello" then system send the email to <xyz>@<abc.com> in which from address is <hello>@<comp.com>
    Please email address after removing <>, as it is restricted to write any email address in the forum.
    I hope you got your answer

  • Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Hi Chhayank,
    the problem is not the exported xls. If you have a look inside with Notepad or something like that, you will see that your leading zeros are exported correct.Excel-settings occurs this problem, it is all about how to open the document. If you use the import-assistant you will have no problems because there are options available how to handle the different columns.
    Another solution might be to get familiar with ABAP2XLS-Project. I got in my mind, that there is a method implemented, that will help you solving this problem. But that is not a five minute job
    ~Florian

  • Incoming Email Subject Field length increase

    Hi,
    In CRM 7.0,I need to increase the incoming email Subject Field length ,When i try to modify UI configuration,Subject fields are not enabled for configuration (Other fields in the same screen are enabled for modifications)..
    Please give your inputs whether incoming email Subject Field length  can be increased? if so,this should be done at UI level or mail form?
    Regards
    Shan

    Hi Prasenjit,
    Thanks for your interaction and response.
    Actually I can to find out views and class details in CRM 7.0 by using F2 key..
    The UI component is CRMCMP_CCS_EML and view is CRMCMP_CCS_EML/MailBody. The implementation class is ZL_CRMCMP_C_MAILBODY_IMPL. Since all the page attributes are string, There is a context class ZCL_CRMCMP_C_MAILBODY_CTXT, But no context node (Like you mentioned type CN as in *CN00, *CN01) within page attribute.
    The main issue am facing here is that couldnu2019t figure out where to start the debugging for inbound mails where the subject field is truncated. I usually process inbound mails from SOIN transaction.
    Moreover subject field can have more than 40 characters in outgoing mail, but the inbound mail subject field limited to 40 character and rest of them truncated.
    Hope you understand my area of concern and provide me your input.
    Regards,
    Shan

  • Email address field

    Hi all,
    i want to place email address at header window on my script.
    i get all address detials in ADRC table, but i could not find email id field,
    can you please help me.
    thank you.
    REgards
    Ramesh

    ADR2 Telephone Numbers (Business Address Servi
    ADR3 Fax Numbers (Business Address Services)
    ADR4 Teletex Numbers (Business Address Service
    ADR5 Telex Numbers (Business Address Services)
    ADR6 E-Mail Addresses (Business Address Servic
    ADR7 Remote Mail Addresses (R/3 - R/3; Busines
    ADR8 X.400 Numbers (Business Address Services)
    ADR9 RFC Destinations (Business Address Servic
    ADRC Addresses (Business Address Services)
    ADRG Assignment of Addresses to Other Address
    ADRP Persons (Business Address Services)
    ADRT Communication Data Text (Business Address
    ADRU Table for Communication Usages
    ADRV Address Where-Used List (Business Address
    from : Re: SAP table which has address details

  • Need applescript to batch modify email type field in address book

    When migrating from Address Book to Entourage, somehow all of my email address fields were changed to the type "Other" as opposed to "Work" or "Home" this is causing these email address fields not to sync with Entourage or my exchange server.
    I need a quick way to change each email from other to work as the default (even if there are two mail addresses).
    Any applescript gurus who can help me write this script?
    Thanks!

    You don't need an AppleScript to do that; it would take longer to write the script than just doing it the old fashioned way. Select all those contacts you want to change, drag them to your Desktop as a single vCard, then open it with a Text editor and use the Find/Replace feature to change them all at once.
    You'll need to Find "type=OTHER" and replace it with "type=WORK". Simple and fast.
    Mulder

  • Confgure the email address field validation in OIM

    Hi,
    Is there a way we can configure the email address field of OIM to allow some special characters which are part of RFC like "&".
    By Default, OIM allows only ASCII letters, digits, dot, - and underscore in the local-part of the email address. But we have a requirement to allow "&".
    Please let me know if it is configurable.
    Thanks

    I am using
    Version: 9.1.0.1862.14
    Build 1862.14
    I got the info that OIM does not allow by default from this link
    http://download.oracle.com/docs/cd/B32479_01/doc.903/b32455/componts.htm#CIHCCEAF
    But if it does, then it would be great.

  • Allow the user to add multiple email addresses in Email ID Field

    In my jsp page, the funtionality i need to enhance is to allow the user to enter multiple email addresses in the "To" field of my Email A friend Task...right now it allows only one email id to be input by the user
    Can anyone suggest me how to achieve it using javascript /jstl
    Thanks in Advance

    one more alternative is u can use : StringTokenizer class.
    Code as follows: I hope this also helps u. But it will be used at server side. not at client side(for client side validations , we are using javascript).
    java.util.StringTokenizer stringTokenizer=new java.util.StringTokenizer(request.getParameter("to"),",");
              String[] list=new String[stringTokenizer.countTokens()+1];
              int i=0;
              while(stringTokenizer.hasMoreTokens()){
                   list=stringTokenizer.nextToken();
                   i++;
    Regards

  • Apple Mail - Email Send Field Showing Different Data, Unable To Sort Correctly

    Hi All,
    I'm having a very annoying issue in Apple Mail, running 10.6. Some of the incoming mail messages are showing the sender's email address in the "From" field, rather than the person's "Name". There are also cases where this is happening, but this time the email address in the From field has angle brackets ( <  and > ) around it. This makes sorting of emails by sender incorrect and broken apart.
    So the three different ways it's displaying in the Mail window are:
    From
    Subject
    John Smith
    Lunch Today
    [email protected]
    Lunch Today
    <[email protected]> <[email protected]>
    Lunch Today
    Here's what else I know:
    - The error is NOT limited to a specific person, email address or mail domain. In other words, it has occurred differently with the same sender.
    - The errors seem to occur in periods of time. In other words, it will display "correct" for a period of time (weeks or even months), then display "wrong" for a period of time. So it's not like every other message is different.
    We contacted our ISP to see if they knew anything. They scratched their heads like we did, and they think that the issue is coming from the sender, rather than the mail server having a hiccup.
    This is VERY frustrating, as I get lots of email in a day's time that can be time-sensitive.
    Thanks in advance,
    Mike

    Hi All,
    I'm having a very annoying issue in Apple Mail, running 10.6. Some of the incoming mail messages are showing the sender's email address in the "From" field, rather than the person's "Name". There are also cases where this is happening, but this time the email address in the From field has angle brackets ( <  and > ) around it. This makes sorting of emails by sender incorrect and broken apart.
    So the three different ways it's displaying in the Mail window are:
    From
    Subject
    John Smith
    Lunch Today
    [email protected]
    Lunch Today
    <[email protected]> <[email protected]>
    Lunch Today
    Here's what else I know:
    - The error is NOT limited to a specific person, email address or mail domain. In other words, it has occurred differently with the same sender.
    - The errors seem to occur in periods of time. In other words, it will display "correct" for a period of time (weeks or even months), then display "wrong" for a period of time. So it's not like every other message is different.
    We contacted our ISP to see if they knew anything. They scratched their heads like we did, and they think that the issue is coming from the sender, rather than the mail server having a hiccup.
    This is VERY frustrating, as I get lots of email in a day's time that can be time-sensitive.
    Thanks in advance,
    Mike

  • Workflow: Automated email when field(date) is updated

    Gentlemen,
    I am trying to implement a workflow were an automated email is send as soon as a specific date is updated. The update happens via webservice.
    While testing the following criteria: [<date>] <> PRE('<date>') I found that it only sends an email when the previous value was not null. Updating from one date to the other works fine.
    Since we are always updating the complete account record when a field changes in our ERP app, simply have it trigger on changes doesn't work. The workflow has to make sure the previous value was different from the new value.
    I have also tried other combinations using [<date>] IS NOT NULL, however I would again need the previous expression to verify the value actually changed.
    Anybody have a good workflow at hand for this type of set up?
    Thanks & best regards,
    Ben

    Hi Ben,
    You need to check for both expressions:
    " (PRE('<YourField>') = [<YourField>] OR FieldValue('<YourField>') IS NULL) "
    You check whether it's changed or was previously empty using the "OR" statement.
    Thanks
    Oli @ Innoveer

  • Email repeat field

    Hi,
    I would like to add a second email field so that users are
    required to re-type their email address (to avoid mis-spelled
    addresses). Is there a way to do this with the spry elements (DW
    CS3) or other ?
    Not sure how to go about it.
    Thanks

    You are going to need to create your own js confirm then
    create a .js file name it what ever you like then attach it
    to you doucment as so
    <script type='text/javascript' src='path to your
    file'></script>
    then add this to the .js file
    if(el.hasClass('FIELD NAME TO VALIDATE')){
    if(el.value != $('COMPARE TO').value){
    valid = false;
    this.setMsg(el, 'Passwords do not match');
    }else{
    valid = true;
    now this works with classes not id so will will need to
    assign a class to the two fields name them what you want then
    replace the text in in the code. then remember to upload the .js
    file to the server

  • Strange characters in email Subject field

    I don't quite know where to post this one, but since I'm always programming only .jsps and servlets I hope someone will answer this here.
    Accented characters in subject field of our emails produced by our programmes are being replaced by nonsense like the following:
    =?ANSI_X3.4-1968?Q?
    In the body of the email I can just replace accented characters with html equivalents, no problem, but not in the subject field.
    Is there a way round this, like setting the character encoding somewhere or whatever? I use the javamail API to produce these emails - is there anything in the API for this?
    Any help would be much appreciated.

    I think e-mail only allows only ASCII characters in certain fields? I think you'd have to read the email RFC to find out the details of that.
    http://www.faqs.org/rfcs/rfc2822.html
    That's a start, but there are certain extensions to that, I think, that might atler things... Otherwise, you'd have to check thru the JavaMail API docs and see if there's an encoding setting somewhere.

  • Email subject field - How to insert

    Mac OS 10.4.0.11 - GLive CS1 (7.0.2)
    Creating an email link in GoLive is easy enough, the email program jumps into life as you click the link with the correct address shown, but I cannot find how to automatically inset some text in the subject field on the email. See attachment.

    1. Nov 27, 2006 5:13 PM in response to: srelberger
    Re: E-mail Link with Subject Field
    mailto:[email protected]?subject=You owe me a beer for Googling this for you.
    Just saw this which seems to answer my question

Maybe you are looking for

  • Installation problem on Fedora 5

    I try to insteall Java Studio Creator on Fedora 5, but it fails and saying I need some c++ libraries? Does anyone know why? I thought Java Studio Creator is all java based, why it needs c++ libraries and how can I get around it? Thank you.

  • How to install hd4000 driver and control fn key??

    Hi, there I want to ask you what I have to do for resolving this problem I have done clean installation windows 7 home > win 7 enterprize_kor so I have installled drivers by myself but I couldn't hd4000 drivers and saw a message "This system is not s

  • Clearing of Feedback Node

    Greetings, Is it possible for the Feedback Node to be cleared from our VI? So that the feedback node will not use the previous value for the next execution. My project is dealing with optics and motorized stages. After running it once, for about 1 de

  • Error in Restricted Room

    Hi,    I am getting the error as below when moving from Collaboration -> Rooms -> Room Directory. Although the user have super_admin_role, pcd:portal_content/specialist/Collaboration/com.sap.netweaver.coll.Collaboration, pcd:portal_content/specialist

  • File size too large

    I've begun scanning all of my medium format (6 x 4.5) slides, and Lightroom was strongly recommended as a great tool for working with photo images (I also have CS2, but am not very proficient yet with it). I've been scanning my better images at 6400d