Configuration Email in SAP R/3 4.6 C SR2

I have some doubts in a particulary issue...
I try to configure the sending mail from SAP, but in note 455140 which is the reference note for configuration SMTP with SAP, it refers that process is for SAP Basis component above 6 and following... and after i try solve the problem with many search i do not had sucess   ...so my question is:
How i configure this feature for my R/3 release which is 4.6 C of SAP Basis component... ??
Best Regards,
Joao Dimas

For 6.10 and below you can't use the SMTP interface because it doesn't exist.  There was a technology called the Internet Mail Gateway that was used prior to 6.10.  Here is a blog that I wrote on the subject:
/people/thomas.jung3/blog/2004/09/07/sending-e-mail-from-abap--version-46d-and-lower--api-interface
Although it largely focuses on the coding aspects, I also have OSS Notes and screen shots for some of the config.  Look at notes 99965 and 101573.
On a side note - Karthik - what the hell are you posting.  Did you even read the question.  I've warned you before, as I know that Raja as in the BSP formum as well.
Input Field with multiple selection
Simply doing a search and cutting and pasting totally unrelated content doesn't do anyone any good.  It is actions like this that are driving people away from SDN.  Think hard about the impact you are having as well as how this reflects upon you personally and your employeer.

Similar Messages

  • Configuring Outgoing Email in SAP Basis Services

    Hi gurus
    Can any body tell me the step by step procedure for how to configure outgoing Email in SAP basis services
    Thanks and regards
    S.Satyanarayana Raju

    Hi Satya,
    U can configure out going mails from your SAP system by using SMTP.
    have a look on the below link.. u can get complete picture of the mail configuration.
    http://help.sap.com/saphelp_nw04s/helpdata/EN/af/73563c1e734f0fe10000000a114084/content.htm
    they have explained every thing clearly there and also have a look on the below note.
    SAP Note 1205132 - Configure SMTP Destination to use multiple email servers
    Cheers and have fun.
    -Srini

  • Cannot Send Email from SAP Business One

    Hi Experts
    I have configured SAP Email Services from the Mailer Service and Customer can send emails all the while,
    Now I have an Issue for One User,
    Iam using the Same Machine, Same Database with Manager Login, I can send Email from SAP with Attachments
    But When I use another Super user the system is not delivering the Email and it Goes to the Sent box (but not delivered)
    Have anyone encountered the Issue before
    Please hep to solve this issue permanently
    Thanks and Regards
    Vinodh Kumar Mohan

    Hi Vinodh Kumar Mohan,
    If the email can be found in Sent box, it must be delivered already.
    The problem could be on the email recipient side. It may go to the junk mail.
    Thanks,
    Gordon

  • Send email from SAP to External User ..........

    hiii
    <b>Is it possible to send mail from SAP to External user??????if possible does BASIS people had to do something???</b>
    I want to send the email from sap to external user([email protected]).My mail will consist of some changes made in production order(CO03). for which i had created the BADI. That part is over now i want to send the mail.
    <b>I got many sample programs in sdn but when i enter the email address it execute but mail is not sent.....I want to know by just executing Zprogram mail will be sent or there is some role for BASIS also..............</b>
    Thanking you.
    Regards.

    There is a transaction called SCOT that needs to be configured
    http://www.sap-basis-abap.com/sapbs035.htm
    http://www.sap-img.com/basis/basis-faq.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2b/d925bf4b8a11d1894c0000e8323c4f/frameset.htm

  • Send email from SAP using SMTP-AUTH

    Dear all,
    I would like to send email from SAP to external SMTP server using authenticated method.
    Can I set up this scenario with SAPConnect?
    Or are there any other methods to set up this scenario?
    Thanks, Regards,
    Fendhy

    Hi,
    You dont need anu authentication to be set :
    Just follow below steps :
    Simple steps to do the SMTP configuration :
    1. Use transaction SCOT
    3. Double Click on SMTP
    4. You will get a window and fill in description
    5. Tick the "Node in use" box
    6. Enter the hostname of the email exchange server
    7. Mail port will be 25
    8. Click on the button next to Internet called "Set"
    9. You will get another window, in the "address area" box, enter *
    10. Click the green check button to exit the second window
    11. Click the green check button to exit the main window
    12. From top menu: Settings -> Default Domain
    13. in the small box that appears enter the domain name which is the last part after the @ sign. The domain name would be company.com
    14. You need to define a job to process the email, from top menu: View -> Jobs
    15. From top menu: Job -> Create
    16. Enter a name
    17. Click on "INT" in the list then "Schedule job" button
    18. Enter start date and time, then click on "Schedule Periodically" button
    19. Enter something like every 10 minutes.
    20. the configuration is now complete. To test it, you need to have an email defined in your user id properties. Use SU01 for that.
    21. Use transaction SO00
    22. Put Title, and text in the body, then enter your email address below, the recepient type would be "internet address"
    23. After a maximum of 10 minutes you should get the email address.
    Regards,
    Nirmal.K

  • How to configure Email output in SD

    Dear friends Pls sent me details of how to configure email output in SD module.
    <REMOVED>
    Thanks & Regards,
    <REMOVED>

    Hi
    Idoc Def :Standard SAP format for electronic data interchange between systems (Intermediate Document). Different message types (such as delivery confirmations or purchase orders) normally represent different specific formats, the IDoc types. However, multiple message types with related content can be assigned to one IDoc type: For example, the IDoc type ORDERS01 transfers the "logical" message types ORDERS (purchase order) and ORDRSP (order confirmation).
    Idocs are of two types basic type and the extension type .we need to configure the system settings for this process .
    IDOC (Intermediate Document) - A data holder.
    IDOC is divided in to three parts.
    Control Record
    Data Record
    Status Record
    Control record (Table: EDIDC):
    - Every IDOC has only one Control Record
    - Each Control Record contains header information like:
    o IDOC Number
    o Direction of IDOC: Inbound or Outbound
    o Date and Time of creation of IDOC
    o Date and time when the IDOC was last modified.
    o Message Type of IDOC
    o IDOC type and extension of IDOC
    o Sender and Receiver Partner
    Data record – (Table: EDID4):
    - Data Record contains Data to be processed.
    - Every IDOC has one data record with multiple segments in hierarchy.
    - Segments and Hierarchy of Segments are defined by IDOC Type and Extension.
    - IDOC created has to strictly follow the hierarchy; else IDOC fails with Syntax error.
    - Segments which are repetitive have qualifiers attached to it
    Status record – (Table: EDIDS):
    - Status Record describes the status of IDOC.
    - Each IDOC contains one status Record with multiple status information.
    - Status at each level is appended to IDOC. E.g. When IDOC is created in SAP, Status is “This IDoc has been generated through a test transaction”, When the IDOC is added to system it is “IDOC added”, “IDOC ready to be transferred to Application”……
    - Status should always be read bottom-up. Status at the top is the latest status.
    - Some Example of Status Records:
    o Inbound:
    § 53 - IDOC successfully posted
    § 51 – IDOC Failed
    § 64 - IDOC ready to be transferred to Application
    o
    Outbound:
    § 30 – IDOC ready for Dispatch
    § 03 – IDOC passed to port OK
    § 12 – IDOC Dispatched
    § 16 – Functional Acknowledgement Positive
    § 17 – functional Acknowledgement Negative
    IDoc Type: Defines the segments and hierarchy of segments
    o Transaction Code:
    § WE30 – To create, change or display the IDOC type and the extension.
    § WE31 – To create the Segment
    - IDOC type defines the segments to be used in the IDOC.
    - It also defines the hierarchy and syntax of the segments.
    - IDOC extension is nothing but to add segments to standard IDOC types.
    - Transaction WE31 allows you to create segments.
    - Program RSEIDOC3 documents the use of each IDOC type.
    Segments:
    Attributes of a Segment:
    - Mandatory Segment: If checked, this segment should always exist in the IDOC.
    - Minimum Number:
    - Maximum Number: Maximum number of times this segment can be repeated in IDOC. -
    Parent Segment: Parent of this segment
    - Hierarchy level: Level of hierarchy.
    Segment Definition (WE31):
    Messsage Type: Defines the type of data in the IDOC
    o Transaction Code:
    § WE81 – To create, change or display the Message type and the extension.
    § WE82 – Using this transaction you can link Message Type, IDOC Type, IDOC Extension and version.
    - Message type identifies the type of data IDOC holds. E.g. Orders (ORDERS), Delivery (DESADV), Invoice (INVOICE). It also defines what needs to be done with the data in the IDOC, in case of Inbound IDOC, and which data to be extracted in case of Outbound IDOC.
    - Message Type is linked to a process code, which in turn is linked to a Function Module. This function module extracts from or posts data to SAP depending on direction of IDOC.
    - Relation between Message Type, IDOC type and IDOC extension needs to define. Without this relation Message type or IDOC type cannot be used.
    Message Type Create, Change or Display (WE81):
    Setup link between Message Type, IDOC Type, IDOC Extension and Version (WE82)
    Process Code: Function Module is linked to a process code. This function module in executed for inbound or outbound IDOC.
    o Transaction Codes:
    § WE41 – Outbound Process Code
    § WE42 – Inbound Process Code
    - Process codes are linked to a Function Module.
    - Relationship is Message Type is linked to a Process Code which is linked to a Function Module.
    - In case if you are using a stand alone code to trigger an IDOC, you need not define a process code.
    RFC Destination: System definition of destination.
    o Transaction Code: SM59
    - RFC destination identifies the destination of IDOC.
    - In case of ALE:
    o In ALE the communication mode is IDOC to IDOC, hence the type used is R/3 Connections.
    o It is the destination SAP system which will receive the IDOC.
    o In RFC destination you define the destination SAP system details like System, Login and Password.
    Go thr below links:
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf
    Sail

  • Automatic outbound email on sap

    Dear All,
                 what is procedure to configuring automatic outbound email on sap.
    Regards,
    Raju

    HI,
         I will  send email thorugh our mail server by using sap . i have configured scot setting  but some error occured  that is way i am asking procedure

  • What r spool requests and procedure of configuring printer in SAP

    Hello Experts,
    i hv one question? wt r spools and wt are spool requests ? what are they used for? also i need a step wise step procedure for configuring printer in SAP . My email id is [email protected] . Requested to revert at earliest as this is very urgent.
    points guaranteed.
    regards,
    Somya

    hi
    whenevr u print ur output , spoll no. will be generated.
    Go to TCode Sp01/SP02 and give the spool No. which u generated and there u can find ur spool with outputlist,
    The basic transaction to set an printer within an SAP system is SPAD.
    I would recommend you to access the online SAP help at the following URL where you will find detailed information on how to set printers :
    http://help.sap.com/saphelp_46c/helpdata/en/d9/4aa45b51ea11d189570000e829fbbd/frameset.htm
    regards
    ajai

  • RFQ FAX or Email through sap with Attachment

    Dear Gurus,
    I want to sent RFQ through FAX or by Email, do i need any extra other software as infterface to send fax or email outside SAP?
    Can i send Email & Fax through SAP Directly?  If yes then, the configuration at MEssages (forms & output control), MN02, & vendor master with correct fax & email address is these settings is enough orelse i am missing any settings?
    Is it possibel to send attachment with RFQ through FAX or by email?
    Please advice
    REgards
    RS

    Hi ,
    You need to check with your BASIS team whether they have SAP Fax /email /PDF services implemented or active.
    Most of the clients would have activated Email//PDF process , but not fax ...So check with your techies and there are specific notes available on service.sap.com which will walk you through the required set-by-step implementaiton. Please download these notes from sap oss site.
    Thanks,
    sudhakar

  • Hi.....I want to send outbond email from SAP ERP to Gmail useing SBWP Tcode

    I want to send outbond email from  SAP ERP to Gmail  useing SBWP transaction , for that i want standered BADI or BAPI or RFC to send an outbond mail.i want to send a email from sbwp t-code in that t-code we have title text box and body text box and receipent  and receipent type,after entering alll those values i want trigger my badi /bapi/rfc and also that mail goes to receipent Gmail indox and also sap user outbox in sbwp t-code
    Moderator message: Welcome to SCN!
    Moderator message: this is considered "spec dumping", please work yourself first on your requirement.
    [Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]
    [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]
    Edited by: Thomas Zloch on Jul 13, 2011 9:25 AM

    Check note 455140 - Configuration of e-mail, fax, paging or SMS using SMTP
    Markus

  • Configuring email functionality in CHARM

    Hello Gurus,
    We are at SAP SOLUTION MANAGER 7.1 ,ST 710 07 and have charm configured and operational.
    we need to configure email functionality for change in charm status .
    So need your help and guidance tu understand the scope such as
    1.whom we can send mail
    2.content of mail alerts
    3.pre-requisites if any
    and standard documents  that could help me configure the same.
    Thanks
    Prasanjeet

    Hi Prasanjeet,
    The email functionality is almost same for ServiceDesk & CHARM.
    You can check the below link for more details -
    Pep Up Your ChaRM - Part 1: HowTo Create a Smart e-Mail Action
    Best Regards,
    Tanmeya

  • Recive/Send Emails VIA SAP

    Hi
    I am just wondering is there any way we can receive email via SAP B1. I know I can send email using the outlook add-on. Is there any add-on or program that can be used to receive emails directly to SAP B1? Basically I just want to replace outlook.
    Thank you very much for your help
    Sanjaya

    Dear,
    You can user SBO Mailer function in the SAP Service Manager
    For installing it, Go to the Server Tool folder > Double Click "Setup.exe" > Select
    "Modify" option > Select (Check) the SBO Mailer component > and finish
    the installation..
    I attached a note 1145354 for your information as below :
    Symptom
    The following troubleshooting information may be required in configuring
    the Mail Services, in addition to the information covered in the
    Administration Guide:
    1.  Ensure that You have already setup an e-mail account for SAP
        Business One users on your mail server. To verify the connection
        with the mail server, choose Test Connection.
    2.  The mail service checks the connection with the specified mail
        server and e-mail account and displays an appropriate message.
    If the SMTP server requires some authentication, for example if the SMTP
    server is configured to accept only login authenticated mails, but you
    selected No Authentication, the test connection will be successful.
    However, no e-mails are sent.
    To check whether the connection to the SMTP server works, send a test
    e-mail.
    If the connection fails, make sure:
        o  You have entered the correct name of your mail server.
         o  You have entered the correct user name and password.
    After changing any of the settings, restart the SBO Mailer.
    Other terms
    SBO Mailer, SMTP server, test e-mail, configuring Mail Services,
    Reason and Prerequisites
    FAQ
    Solution
    The SAP Business One mail service supports mail server authentication
    using user name and password. This note describes troubleshooting
    information in addition to the information provided in the  Administration Guide.
    Wish the information above is useful for you.
    Regards
    Apple

  • Components required for sending Email from SAP [Kernel Release 46D]?

    Hi All,
    Can somebody please tell me the components and the Configuration settings required for sending Emails from SAP system[Kernel Release 46D] to the mail server[Win NT] using SMTP.
    From note 455127, I understood that "Sap Internet Mail Gateway" is required and there are other settings to be done. (SAPconnect with RFC can only be used as the Kernel version is 46D)
    It will be great if somebody can explain me in simple steps if He/She has done this before.
    Thanks,
    Varun

    Varun,
    sendmail comes with UNIX OS, there are versions of sendmail programs available for Windows too, but i guess you have to purchase them.
    Another alternative is a discontinued product called SAP Exchange connector, if you have a Windows environment and MS Exchange server as your mail server, you could use a SAP exchange connector and get your SAP Email config done.
    Regards,
    Siddhesh

  • How to configure email and calendar to use my Yahoo mail box

    Hello,
    Please can someone help me to configure email and calendar sun microsystem edition on solaris 10 to access and send email through my yahoo inbox.
    I have tried configure it with yahoo POP and SMTP address but still i am receiving error message fetching the mail from the server.
    Yahoo Incoming Mail Server (POP3) - pop.mail.yahoo.com (port 110)
    Yahoo Outgoing Mail Server (SMTP) - smtp.mail.yahoo.com (port 25)
    Thanks

    Hi,
    <b>Creating E-mail transport:</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/36/eacfb72888e04eaf523f7236c0892f/frameset.htm
    also do <b>SMTP confiduration:</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/af/73563c1e734f0fe10000000a114084/frameset.htm
    <b>Activate Calender Repository</b>
    Goto System Admin>System config>KM>Content management>Repository managers>Calendar Repository>New
    <b>Calendar Repository Manager</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/9b/4b21436ed70448bf689c5f5c79dea1/frameset.htm
    Rewars points if its udeful
    Regards,
    Senthil K.

  • ECC: Configuring Email

    HI Experts:
    I am looking for some troubleshooting help in configuring Email functionalilty from SAP.
    I have already read and implemented note 455140
    The following profiles were added:
    icm/server_port_1 = PROT=SMTP, PORT=25
    is/SMTP/virt_host_0 = *:25000;
    System User has been created with profile S_A.SCON.
    SICF/Sapconnect is active
           Host data is entered
           Service data is entered
           Handler list is entered
    SCOT is configured
           Domain is defined as the ID
           SMTP Node is configured
    Send Job
           Configured with SAP&CONNECTALL
    In SCOT We have noticed in the emails are stuck in "Waiting"
    We are able to send and receive messages in SO01, but not been able to send it out (either to outside on within the Domain)
    Test Routes were successful as well.
    I would really appreciate any help in figuring this out.
    Thanks
    Imran

    HI:
    The domain was already defined. 
    The job had been scheduled to run every 5 minutes.
    Update:
    The system is now sending emails but it is taking for ever. 
    Could the problem be at the Exchange Server side.  They have included our SAP servers in their approved list of senders and and added an external domain to send emails too.
    Imran
    Edited by: Imran H. Khan on Mar 4, 2008 9:42 AM

Maybe you are looking for

  • Error while deploying the application

    Hi, I am trying to deploy an application on WLS 9.0 on Windows XP. I get the following error while deploying. "Cannot set web app root system property when WAR file is not expanded" Here is the command I used and the output. C:\bea\weblogic90\server\

  • Safari 2.0.3 GIF animation

    I downloaded all the updates yesterday (10.4.4, Quicktime 7.0.4, and iTunes 6.0.3). I've noticed a problem that has cropped up in Safari 2.0.3 and any browser that uses Safari's rendering engine such as Shiira. Certain animated GIFs do not display co

  • Dataprovider: javax.faces.el.PropertyNotFoundException

    Hi!!! When I link a textField with a dataprovider field, it works well. OK. After I close the IDE, studio creator, and open again the IDE. When the IDE shows me the textField it tells me this: javax.faces.el.PropertyNotFoundException: javax.faces.el.

  • Object library invalid or contains references to object definitions that could not be found problem

    Hello, Yesterday I got the following error on the server: "object library invalid or contains references to object definitions that could not be found problem". I found this documentation, followed the steps and all was OK on the server: http://suppo

  • Deleting FCE Files When Production Completed

    I have several megs and gigs of footage laying around in several preference files set up in FCE 3 HD. I am done with my work. I want to "clean" out my drives. What is safe to delete, so I won't affect anything else and screw up my system? Thanks...He