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

Similar Messages

  • How to use transaction SOST & SCOT for checking Email performance ?

    How to use transaction SOST & SCOT for checking Email performance ?
    what exactly as CRM Functional we have to do in above transaction .
    Please guide me . what is significance of these transaction ?
    Regards,
    Anup Reche

    Hi Anup,
    Transaction SOST is used to view the status of the sent mails from SAP.
    You cna filter the mails sent by a particular user, on a specified date range and time.
    You can list the mails in the status Waiting, Error, Sent or Transmitted.
    You can also go to the log of the mail and see its details and can also open the mail sent by the user.
    You can add the filters as per your requirement.
    Transaction SCOT is SAP Connect used to make connections from SAP to external applications.
    You cna configure sending of external mails in SCOT by specifying the SMTP host and port to be used.
    Hope this gives you a basic idea of the 2 transactions.
    Regards,
    Saumya

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

  • 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

  • Add a new field in transaction KO03

    Hi,
    I would like to add a new field in transaction KO03, which are the solutions?
    thank you.

    check below exits and add the filed
    COOPA002            Customer function for master data maint. - internal orders
    COOPA003            User-Defined Fields in the Order Master
    COOPA004            Customer function: Print order master data
    COOPA_01            Customer check modules for internal orders

  • How to display the change history of Z-fields in transaction BP?

    Hi,
    we have created an append structure to table ADRC. For all fields of the structure the flag "Change document" in the data element is set. This is still working because the changes are in the table CDPOS.
    But when I choose "Extras => Change history => For this field" in transaction BP the changes will not be displayed.
    Any hints?
    Thanks in advance
    F.T.

    Hi Jaya,
    Just do as follows :-
    1) Find out in which table are those fields.
    2) Then if you find them go to the table, look for the field you want the log to be created for.
    3) Double click on its DATA element. On the DEFINITION tab of the data element, there is a checkbox named as CHANG  
        DOCUMENT. Just TICK it.
    4) So every time there a change on this field from the transaction, you can look for the log in table CDHDR.
    Regards
    Abhii...

  • How to Add a user defined field in transaction-PKMC?

    Could anyone tell me the step by step process of how to add a user defined field in transaction-PKMC?
    Moderator message: please do some research before posting.
    Edited by: Thomas Zloch on Jan 16, 2012

    Is there anyone out there who has had experience using OUBI with CC&B?

  • How to add a field in Transaction LT31.

    Now I want to add a field in Transaction LT31 and store the field in a ztable, would you please tell me how to implement this? Thanks in advance!

    u have to search for a screen exit to implement the field in the screen of LT31. then u have to write ur code to upload to the zcode in the same exit..

  • Making "Payment Method Supplement" a required field in transaction FB60

    Hello,
    I need to make "Payment Method Supplement" a required field in transaction FB60.  Is there a way to do this in configuration or do you need to set up a validation rule?
    Thank you,
    Pete

    Hi,use Field status group in Master Data of Account

  • Trace for email notification in SOST transaction

    Hi friends,
    Please help me on the below issue,
    In SRM system, whenever shopping card is approved, Automaticatly PO get generated and send a email notication to one partcular mail id simultaneouly.
    I could see the email notification in SOST transaction.
    Now my requirement is, I want to change the sender of that mail.
    Now my issue is, I am not able to find, where and from which program, they are triggering this email.
    Can you please help, how they are triggering this email. is there any way to find the sender program details based on the SOST message.
    by deva

    what is the email notification? is it for PO approval?
    regards.

  • Need to add costom fields in transaction AS01

    Hi,
    i am trying to add a custom fields in transaction AS01. For this i implemented one enhancement AIST0002 . In this enhancement i implemented one function exit  EXIT_SAPLAIST_002. In this exit  i maintained some code in include ZXAISU03.In this the data  trasfering in parameter i_anlu to a screen. when i am activating this include i am getting 'ANLU has already declared'.
    Can any one please suggest me how can i solve this problem.
    Regards ,
    Swathi.

    Did you notice the sample code provided, you may need to have something similar at the end of your exit code.
    *   INCLUDE LXAISF03                                                   *
    * move parameters of function module EXIT_SAPLAIST_002 to global
    * variables
    ANLA      = I_ANLA.
    ANLV      = I_ANLV.
    ANLU      = I_ANLU.
    GD_MODE   = I_MODE.
    GD_XSUBNO = I_XSUBNO.
    GT_ANLZ[] = T_ANLZ[].
    GT_ANLB[] = T_ANLB[].

  • 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

  • Very Urgent : Reordering of fields in Transaction Form

    Hi All,
    I am trying to reorder fields on the transaction form using form personalization.
    I would want to interchange the positions of Batch Source Name field and Transaction Number field.
    Although I am able to interchange the fields. The Prompt of Transaction Number doesnt move with the field and hence i see an overlap of prompts of these two fields.Can you please tell me how to resolve this.
    Thanks,
    John.

    Which version of Apps are you running ? 11.5.9 or 11.5.10 ?
    Ugur YILMAZ
    http://oracle-master.com

  • 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

  • Create a text field in transaction code VF11

    Hi,
    How to configure a text field in transaction code VF11.Please help me on this.
    Presently we are just cancelling the invoices through VF11. but no inputing the reason for cancellation.
    We need to have a mandatory field, were in we need to input the reason for cancellation of that invoices.
    Thanks & Regards,
    vcsreddy.

    Dear
    Create One text type for Billing document header and Assign the Biling Type S1
    and when your doing Vf11Transcation select GOTO Billing Document Over view and select the line item
    go to text there your text type will determine.
    Do this I hope your requriment full fill
    Regards
    Supriya

Maybe you are looking for

  • How to add list of multiple file types to file type of file dialog box in LabVIEW

    How to add list of multiple file types to file type of file dialog box in LabVIEW? In file dialog box there is option to add only one file type,in the list,not by seperating commas, regards, Naresh.N

  • AE WON'T OPEN AT STARTUP - mixed errors

    I've looked at a previous discussion about graphic cards' issues with AE CS6, but I can't get rid of this error. When I launch AE CS6 11.0.2 I receive an error regarding the dynamiclink manager and AE crashes. If I hit the reopen button then I get th

  • ITunes keep deleting my track numbers

    For some reason several of my albums are losing there track numbers along with other id3 info. Why?

  • Gaussian Blur photoshop effect parameters

    Hello, Im working on svg format exporter, and what I need to do is to export some of AI effects as SVG filters. I encountered a problem with Effect -> (PhotoshopEffects) Blur -> Gaussian Blur effect. When getting the effect parameters there is some b

  • Photoshop Elements 12 vs. Roxio Creator

    I currently own Roxio Creator 2011 from Costco. Now I see that Costco is selling PSE 12 Powered by Roxio. Is this a full featured PSE 12 or a slimmed downed version? Is it compatible with Creator? Is PSE 12 that much better than Creator? Should I pur