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

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.

  • 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.

  • Exchange - Directory only shows email address field

    My calendar and mail work great. The account contacts sync just fine (phone numbers, address, email, etc.) but when I look at the Directory for all employees it only shows the email field for each contact
    any ideas?

    Hi and welcome to the forums!
    Read the article attached, is this what you are seeing?
    Thanks,
    Bifocals
    KB16346 When replying to an email on the BlackBerry smartphone using a BlackBerry Internet Service account the wrong email address is displayed to the recipient
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • How can you edit the Email Address field in Mail without deleting the account?

    I have a few accounts and the email address domain of my work account has changed but it seems to be one of the fields you cannot change.
    On my iPhone it was simple ... you can just edit the field and it works.
    My Email comes in fine but mail auto selects accounts based on the domain of who you are emailing and now that it has changed its not doing that anymore.

    If you're running iOS 6, to change your iCloud ID go to Settings>iCloud, tap Delete Account, then sign back in with the new ID.  This deletes the account and your iCloud data from your device, but not from iCloud.  Provided you are signing back into the same account, your iCloud data will reappear on your device when you sign back in.
    To avoid losing photo stream photos, save them to your camera roll (if not already there) before deleting the account.  To do this, open your my photo stream album, tap Edit, tap the photos, tap Share, then tap Save to Camera Roll.

  • Stop displaying recent contacts (cashe) in compose email address fields

    In Blackberry 10, when I try to send an email to one contact (who I do 15-20 times a day) the top auto filled address is incorrect (missing the .com suffex). Say the contacts name is Ark and his email is [email protected] When I type Ark, "ark@bunnypop", shows up as the top address. The actual email address ([email protected]) shows up at the bottem of the list. There is no contact saved with "ark@bunnypop" as a contact field.
    Solutiong from OS5-7 were simply removing cashed email addresses.
    Thanks
    Solved!
    Go to Solution.

    back on topic....
    It is currently not possible to remove those cached email addresses, sorry.
    If you select the correct one enough times, it may become the top suggested address.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Enforce custom email address, field cannot be blank

    I am preparing forms and want to require only the school email is entered. I am currently using the default javascript for email validation, but would like to enforce the email end with @school name.edu, and field cannot be left blank. 
    I am using the onblur action. Here is what I currently have which gives a fill-in box if they try to leave the field empty, but still allows them to put in a personal email address and they can hit the cancel key and move to the next field leaving the email field blank. I know I am missing something.  Am new to javascript so any help would be appreciated.  Using Acrobat XI Pro
    // report error if there is an invalid email address when the field is not empty.
    if (! eMailValidate(event.value) && event.value != "")
    event.rc = false;
    app.alert({
    cMsg: "Invalid email address - Please try again",
    nIcon: 0,
    nType: 1
    } // end if validation test
    var t = event.target;
    var cResponse = app.response({
    cQuestion: "Type your University email address",
    cTitle: "Universityemail",
    cDefault: "email not added",
    cLabel: "Type your University email"});
    if (cResponse == null) { //if cancel is selected
    app.alert ("You cancelled adding your email?");
    cResponse = "";
    else
    app.alert ("You typed your email as: \""+cResponse+"\" \n\n Tab out of the field to register your email",2);
    t.value = cResponse; //places the data from the dialog to the target field

    You can easily check it by using something like this as one of the conditions in your if-statement:
    /@schoolname\.edu$/.test(event.value)
    I would suggest getting rid of the pop up message, as you're just making your work more difficult, since you now need to validate that email address as well.

  • CISCO ISE 1.2.0.899 - Self registration email address field Limit

    Hi
    I was wondering if someone out there can resolve an issue I am seeing, when a user goes to the self registration portal and enters an email address it only allows 24 characters to be entered, in the documentation it states that up to 48 characters can be entered. Is there a setting that i need to change to increase the character limit to above 24.
    Thanks
    John

    Hi Anas
    That is not true, I had the same problem with ISE in our Network.
    We are running 1.2.0.899, after all the troubleshooting I decided to upgrade the Patch on the ISE.
    As part of that I have deployed patch 5, which has resolved the issue.
    So please just download patch 5 for the solution.
    Regards
    Sandy

  • 9930 Syncs with Outlook 2010 but shows no email address fields

    Hi
    Our company just switched from Exchange 2007 to Exchange 2010. When we did this, our Exchange contacts did not synch correctly. It synced the phone numbers but not the email addresses. Has anyone experienced this before?
    Any help would be greatly appreciated.
    Thanks!

    How odd!  Since you're dealing with Exchange, check with your IT department first.  Sounds like this has afected multiple people in your company.
    Please click the Thumbs Up icon if this comment has helped you!
    If your issue is resolved, please click the solution button on the resolution!
    Every BlackBerry should have BlackBerry Protect, get it now! | Follow me on Twitter | Bring Back BBM Music!

  • Address field inserts my own email address from mail

    Hello,
    Having a couple of issues with Mail and Address Book applications.
    1. When I am in the email application and want add a mailing address from the email to my existing contacts in Address Book, it successfully adds the physical address BUT it also always adds my personal email address in the email address field. WHy?
    2. In the same situation, mail does not always highlight the entire mailing address, cutting off the street address. Are physical addresses font sensitive or format sensitive? For example, the email from friend goes like this:
    My address
    XXX Main Street Unit 1
    Sunnyvale, CA XXXX
    Looks like mail is confused with the "my address" and only allows the City, State, and zip to be added. I would think that mail would be much more smarter than this. If so, is there a workaround?
    Thanks!

    Here are ways to add contact information:
    In an address field of a message you’re sending, click the arrow in a Smart Address (an email address that appears within a blue field) and choose “Add to Address Book” from the pop-up menu.
    In a message you’ve received, move the pointer over a phone number, email address, or street address anywhere in the text. Mail detects the information and outlines it as a field with a pop-up menu. Click the arrow and choose an option from the pop-up menu. For example, you can add the information to an existing contact or create a new contact. If you’re connected to the Internet, you can map an address.
    In a message you’ve received, click the arrow in a Smart Address and choose “Add to Address Book” from the pop-up menu. Or select a message in the message window and choose Message > “Add Sender to Address Book.”
    Choose Window > Previous Recipients. In the list, select an address and then click “Add to Address Book.” Addresses that are already in your address book have a card icon next to the name in the list.
    To select addresses that are next to each other (contiguous) in the list, hold down Shift as you click the first and last addresses you want to add; to select addresses that are not next to each other in the list, hold down Command as you click each address.
    More information can be found using Mail Help.

  • 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

  • How do you delete the email addresses in the BEx Broadcast wizard(send..F4)

    Hi
    In the BEx Broadcast wizard, you can enter email addresses manually or then you can see them on the drop down list(previously used email ids).
    Question: you can create any email address and send to these but how do you delete those ones you have added? That means I dont want those email ids that display in the dropdown list or (F4) (can find next to the send column where we give recipent email id in the Broadcast wizrd).
    Please help me in this regard.
    Thanks,
    Sasi

    Hi Gurus,
    Can you please tell me how to delete the e-mail ids that you can see when you click on a button beside recipient Email Address field?
    Please give ur inputs.
    Thanks,
    Sasi

  • Changing my Apple ID and its associated email address

    For the past 6 years or so I have used the same Apple ID and email. It started out as an Aol account and is now my [email protected] as my Apple ID. I want to change my Apple ID and its associated email account to Gmail since that is what I use more often now. I see the option to change Email Address has next to it "This will be your new Apple ID", which is exactly what I want to do. I have two questions:
    1) I will change the Email Address field to my Gmail address. Will this create any sort of confusion with the DRMed songs and videos I purchased in the past?
    2) For posting on these discussion boards I have yet another Apple ID (created kind of by mistake, a long story). Is there any way I can merge the two?

    I attempted to do the the same (similar) thing yesterday (Sept 2nd, 2010).
    I wanted to change my current Apple ID used for iTunes Store (which was created years ago when I bought my wife an iPod) to be my Apple ID (created when I joined the Apple Developer program way before iTunes).
    After changing the information and clicking the "Done" button, I received an error message that was positioned on the "Apple ID" box, which stated "this is not a valid email address". I assumed that the "email pattern filter" was erroneously attached to the Apple ID input box, so I contacted iTunes Store Customer Support.
    *iTunes Store Customer Support response:*
    +I'm very sorry for the inconvenience, since "<my.user.name>" is already an Apple ID it cannot be used for another iTunes account. At this point, it can only become it's own iTunes account.+
    I'm posting my followup question below, in case anyone on the forum has these same questions or has any experience with actually doing what Apple proposed - create a new account to be used with an existing iTunes Library - and has any experiences they might wish to share.
    *My followup question to iTunes Store Customer Support (waiting for reply):*
    So, what are the implications of creating a new (second) iTunes account?
    - Will I keep my same iTunes Library (i.e. Will all previous items be visible, when using the new account to purchase items)?
    - How will this affect devices (iPhone, iPod) that are synched to the current iTunes Library?
    So, I guess what I'm asking is; "How tightly coupled is the iTunes "account" information bound to the Library"?
    I don't want to create a situation where:
    - My iPhone and Apps gets wiped out when I sync because it sees a different "account name".
    - My Library looks like I have "zero" items (Music/Videos/Playlist) because I've logged into iTunes with a different "account name"
    I'm attempting to only change the iTunes Apple ID and email associated with the account for purchasing items through the iTunes Store. I want to preserve all other aspects of the current set up.
    Is this possible?

  • How to set default email address for input

    G'day all
    Summary: I'm sick, it's difficult to type, and a combination of autocorrect, default Shift key settings for input fields and my iPad completely ignoring my default email account is making it laborious to input my email address. Help!
    (Edit: I had a micro-brainwave and checked my "Me" card in Contacts, since I have Safari set to autofill from that card. My default email address is not listed first in the card. I've now put it on top, Gmail second and "me.com" last. I'll comment later on if I see this help with point 3 below.)
    Details:
    I love my shiny new iPad2. I really do. But autocorrect is driving me crrrrrazy when I try to input my email address.
    Typing in general is an issue for me, because I am disabled and have difficulties with coordination and movement. On my laptop (MacBook Pro mid 2009), I used TextExpander. It lets you set an abbreviation for any text, so you can just type that abbreviation instead of the whole thing, and TextExpander automagically inputs the whole thing for you.
    I have a long email address, because my ISP has quite a long domain name. So only typing 4 characters (my abbreviation) instead of the whole 23 characters was a big help for me.
    Enter the iPad.
    I need to use the iPad now, because my laptop is now too heavy for my legs (and I do occasionally need a full-on laptop, so the MacBook Air isn't the solution). The iPad in general has been great for me. The simplification of the interface (while annoying at times, e.g. not being able to view full headers in an email) saves brain cycles, so I can read for longer.
    However, where on my laptop I only needed to input 4 chars for my email address, on my iPad I have to input the whole 23 chars. How many places online are you asked to input your email address? Way too many. Safari may eventually catch up and record some of them, but currrently, I'm using too much of my day's energy just on trying to input my email address. (Note: this post is written on my laptop, so I can use my abbreviations.)
    TextExpander is available for iOS, but due to Apple's current refusal to allow integration with its apps, TextExpander isn't allowed to input stuff directly. Just like with the indispensable password program 1Password, you have to switch from Safari to the other app., search for and select and copy the text you want, then switch back to Safari, select the field and press Paste.
    Grrr.
    I may get desperate enough to go through those steps each time, if things don't improve with my email address. My problems are:
    1. Very few email-address fields in webpages currently have the appropriate settings to instruct the iPad keyboard not to start with the Shift key down. This means every time you try to input your email address, it will start with an upper-case letter.
    Half the time I don't notice until I've got part-way through typing my address, so I have to delete all those chars and start again. About a quarter of the time, after deleting, I don't notice that the Shift key has been activated again, so I go through the whole process again.
    2. Even when the email-address field turns off the Shift key, or when I remember to do it myself before entering text, autocorrect will insist on changing the first letter back to upper-case, because my username is also my first name. Cue more deleting and getting confused.
    3. This is the big one: once my username is up there, autocorrect insists on entering my "me.com" email address. This is the email address I use least. When I laboriously (again) delete this text and start again, it will either insist again on "me.com", or input my Gmail address. That is the email address I use second least. Autocorrect never inputs my main email address, set as my default account in the Mail-Con-Cal Settings. (This is a POP-only account.)
    4. Even if I do manage to input my whole email address correctly, autocorrect will insist on capitalizing the first letter of the domain name (which is also a location). Cue yet more deletion and retyping.
    Are there any ways to avoid wasting so much energy on trying to input my email address?
    Is there any way to set the default input email address? Or to tell the iPad/Safari that an email address field doesn't require the Shift key?
    I've had my iPad for nearly three months now, using it for my day-to-day activities, and I've been hoping this problem would gradually go away, that the software would finally catch on to my main email address (from the default account) which I have input over and over (and OVER) into email-address fields.
    Evidently not.
    Any ideas?
    Thanks in advance for any help you can offer.

    As Roosevelt suggested, you can turn off Auto Correction in the keyboard settings. Go to Settings>General>Keyboard>Auto Correction>Off.
    This will also turn off spell check (unfortunately) and there is no fix for that. Auto Caps can also be turned off as well and so can the keyboard shortcut for the space/period. Frankly, all of these features drive me nuts and I wish the iOS allowed for more control, but it does not.
    As fars as typing your email address, be aware that even if you type your email address in all caps it still works. So if Autofill insists on capitalizing the first letter in your name in the email address - and it will insist on doing so - you can just let it go as is and it will still work. Doesn't really get to the heart of the matter but it would save you the laborious deleting and retyping.
    Having said that, when the Auto Correction suggests a word or wants to set a capital latter, you can tap the "x" in the pop up suggestion to ignore that word, cap, whatever. The dictionary is then supposed to "learn" your word if you refuse that suggested word enough times. This is another feature that seems to have a mind of it's own at times since sometimes it may take more than a few attempts to get the Auto Correct to not come up and instead allow your chosen word to be freely typed as desired.
    Lastly, with regard to your correct email address popping up, that is another case of if repeated time and time again, It should be another case of the iOS "learning" through repetition that your default email should popup when you begin entering the address.
    You could try to rectify all of this by resetting all of your settings and clearing Autofill but you would be starting all over again which is something I think you would rather avoid.
    Settings>General>Reset>Reset All Settings
    Settings>General>Reset>Reset Keyboard Dictionary
    Settings>Safari>Autofill -tap names and passwords>Clear all
    As Roosevelt suggested, submit feedback, and I hope you find some resolution to this.
    Quick Note - I originally typed this post on my iPad and when I read a few of the words that were substituted by auto correct - I quickly turned to my iMac to change the words. I do feel your pain with regard to auto Correct!
    Message was edited by: Demo

Maybe you are looking for