configure scot

Upload: amitkumarghosh78

Post on 05-Apr-2018

231 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/31/2019 Configure SCOT

    1/17

    SAP Experts: Consulting | Integration | Virtualization - DataXstream

    SAP Certified Consultants

    Home

    About Us SAP Retail

    SAP Consulting

    SAP Integration

    Virtualization

    Resources

    Consultants Blog

    Contact Us

    You are here: Home /Blog / Configuring SAP NetWeaver to send Email Externally SAP Connect

    Configuring SAP NetWeaver to send EmailExternally SAP Connect

    September 3, 2009 By Tim Yates8 Comments

    SAP Connect has been around for quite sometime. I am sure there are plenty of documented procedures on

    setting it up. I recently had to configure it. I have not done this in a long time, so I figured I would capture the

    setup as well as point out some things to watch for.

    SAP Connect can be configured for a number of different message relaying purposes. This blog post will onlycover sending E-mail from SAP externally.

    Some basic requirements and points:

    SAP Connect configuration is client dependent. It has to be configured in each client where you want

    to use it.

    SAP Connect requires an external SMTP server to send emails.

    SAP Connect needs to be authorized to use the SMTP server to send emails.

    You need to have applications configured in SAP that send external emails.

    High level outline of process:

    SMTP Server Details

    Configuring SAP Connect INT Node

    Configuring Routes For SAP Connect INT Node

    Configuring SAP Connect Default Domain

    Scheduling Send Process

    Setting Up Your User ID with and External Email Address

    Testing Your Configuration

    Monitoring SAP Connect

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    7 5/17/2012

  • 7/31/2019 Configure SCOT

    2/17

    SMTP Server Details

    Lets start with the most important piece of the puzzle. If you dont get this part right, your configuration will

    not work. You need an external SMTP server to relay your outbound email messages. Most companies

    running SAP will have at least one SMTP server. It is also possible you might have several to choose from. So,

    you need to identify the appropriate SMTP server.

    You will need to know the SMTP server Host Name as well as the Port. The default Port for SMTP is 25, but

    your administrator has the option to change this. Make sure you confirm the correct port number.

    Identifying your SMTP server is the first piece of the puzzle. The next piece is to request permission to use it.

    Most corporate SMTP servers are protectedthey only allow trusted servers / authenticated users to use them.

    You will most likely need to contact your email systems administrator to request authorization for your SAP

    servers. If you will be using SAP Connect in your Development, Test, and Production environments, it is a

    good idea to request all of them at once.NOTE: If you physically move your SAP server to new hardware in

    the future or change your servers IP address this authorization will most likely break.

    The reason your corporate SMTP server is typically protected is to avoid internal / corporate spammersboth

    intentional and unintentional.

    Configuring SAP Connect INT Node

    Now that we have an SMTP server to talk to, we need to configure SAP Connect. The transaction in SAP is

    SCOT. Remember, SAP Connect is client dependent so you will need to repeat this procedure in all clients

    that require the ability to send email externally.

    When you execute SCOT you should see a similar screen.

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    7 5/17/2012

  • 7/31/2019 Configure SCOT

    3/17

    You will need to select the INT entry, and from the View menu, select Node.

    Select the INT entry again and click the create paper on the tool bar.

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    7 5/17/2012

  • 7/31/2019 Configure SCOT

    4/17

    Fill out the Description field as desired.1.

    Set the Node in use flag.2.

    Fill out the Mail Host (Host Name or IP Address) Host Name is recommended.3.

    Fill out the Mail Port (Default 25)4.

    The default Code Page will work for many implementations.5.

    Next, click the SET button next to Internet in the Supported address types6.

    The following screen should appear:

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    7 5/17/2012

  • 7/31/2019 Configure SCOT

    5/17

    Here we configure allowed routes for external emails. In this example we have configured a * which will

    allow any email address domain to be routed. It is also possible to only allow specific routes, like

    dataxstream.com or sap.com.

    If your system manages HR data or patient data, it is a good idea to check with your compliance office to

    ensure external email policies are being adhered to in productive systems.

    Additionally, you may also want to restrict certain routes in Test and Dev systems so your testing does not

    generate emails to external business partners.

    After you click the green check your screen will look as follows.

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    7 5/17/2012

  • 7/31/2019 Configure SCOT

    6/17

    Configuring SAP Connect Default Domain

    Now you need to configure a default domain for the server. From the settings menu select Default Domain.

    Add your company domain name.

    Scheduling Send Process

    Messages are not relayed synchronously. They are relayed asynchronously via a scheduled background job.You must schedule this job for your messages to be relayed.

    On the menu bar click the execute button .

    The following screen will pop up.

    Now click the the create button pulldown , and select Schedule Job for INT.

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    7 5/17/2012

  • 7/31/2019 Configure SCOT

    7/17

    Name your job. Remember, SAP Connect is client dependent so if you are in a multi client development ortest system it is a good idea to include the client number in the name.

    It will default address type to INT Internet Mail Address.

    If you have a high volume of messages you will want to up the number of work processes as well as consider

    using a server group if you have them configured.

    You will want to schedule with job with a system ID or background ID. In this case we are using BATCH-ID.

    Click Continue.

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    7 5/17/2012

  • 7/31/2019 Configure SCOT

    8/17

    The following screen allows you to customize the setup of the background job. I have schedule this job to run

    every ten minutes on the two minute of the hour (e.g. xx:02, xx:12, xx:22, xx:32, xx:42, xx:52).

    To adjust the period select

    In this case we are picking a period more frequent than Hourly so select

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    7 5/17/2012

  • 7/31/2019 Configure SCOT

    9/17

    Fill in the period that meets your requirement. Hit save (you will need to do this several times to get to the

    next screen).

    Hit save one more time and it should return you to this screen.

    You can review and make changes to your job with the SAP transaction SM36.

    Setting Up Your User ID with and External Email Address

    If you want SAP users to receive email notifications from SAP applications, you will need to make sure that

    their email address is correctly maintained on their user account in SAP Transaction SU01.

    Please confirm that E-Mail is maintained for users in the Communication Section.

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    7 5/17/2012

  • 7/31/2019 Configure SCOT

    10/17

    Testing Your Configuration

    You can test your configuration using the SAP Business Workplace. The SAP Transaction to access yourmailbox is SBWP.

    Click the New Message Button .

    Create a test message.

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    17 5/17/2012

  • 7/31/2019 Configure SCOT

    11/17

    To test, you need to select an external email address for the Recipient. Make sure the domain is allowed in the

    route you setup in the prior step. In this example, any external email address should work.

    You can review the status of your message by viewing your outbox.

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    17 5/17/2012

  • 7/31/2019 Configure SCOT

    12/17

    Your message will be sent at the next execution of the mail-send job we just configured.

    You can check the status to the send job with SAP transaction SM36.

    Once the send program has executed, check the email inbox for the message recipient. You should see your

    test email.

    Monitoring SAP Connect

    To monitor you can use the SAP transaction SOST.

    Here you will see all outbound messages and their current send status. You can also process the messages

    from the menu.

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    17 5/17/2012

  • 7/31/2019 Configure SCOT

    13/17

    Tweet Like 0 0

    Be Sociable, Share!

    Filed Under: Blog, SAP Basis Blog, SAP Technical Tagged With: .Net Connector, Basis, Basis/Netweaver,

    NetWeaver, SAP, SAP Connect, SAP Email, Tim Yates, Timothy Yates

    About Tim Yates

    Tim is the Co-Founder and CEO of DataXstream, LLC, a U.S. headquartered, multi-million dollar SAP

    consulting firm that specializes in delivering solutions for SAP Retail, Virtualization, Project Management,

    Integration and Infrastructure Technology, and SAP-related Third Party Product Development.

    Tim is also one of DataXstream's senior SAP consultants, specializing in SAP Project Management and

    Systems Architecture. Tim has over 15 years SAP system design, development, configuration, architecture,

    and project management experience. He has a broad range of hands on experience in SAP with the ability todo the detailed technical, functional work, lead a team, or program.

    Tim has had significant exposure to multiple industry verticles, working on successful SAP projects for

    companies such as Lumber Liquidators, Siemens Automotive, Lumber Liquidators, PSS World Medical, ICW,

    United Launch Alliance, Mercury Marine, SAP America, Eli Lilly & Company, and Verizon.

    Comments

    Venkatsays:October 5, 2009 at 6:57 am

    Hi,

    I was trying to trigger mail from one of my development clients to an external system. While Doing so i

    am getting X_ERROR ie database error.

    But i was able to trigger the same mail in another development client.

    Am i missing something over my configuration.

    Venkat,

    1.

    May says:

    November 4, 2009 at 4:54 pm

    Hi,

    We have followed your document to setup in system. It seemed that we could send the internal address

    fine.

    However, we could not send the external email address. We checked the setting with your document.

    We could not find out the problem.

    2.

    ShareShare 1

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    17 5/17/2012

  • 7/31/2019 Configure SCOT

    14/17

    Please advise where is missing or need to maintain to allow send R/3 email to external email address.

    Thanks

    Tim Yates says:

    November 4, 2009 at 8:32 pm

    May,

    The first place I would look is with your route configuration. Did you use a wild card * for your route?

    The route is one of the first few steps that I describe. If yes then I would contact the admin team in

    charge of your SMTP server. See if they are blocking you on the STMP server from sending externally.

    It should be one of those two issues. You are getting internal emails so that confirms that most of your

    configuration is correct.

    What are you seeing in SOST for the message that is not being sent correctly?

    Tim

    3.

    Andre Villela says:

    November 14, 2009 at 5:06 pm

    Hi,

    I need to send an email with the results of a Costing Run background processing. Usually I do not

    schedule it using sm36, but ck40n itself.

    Is it possible?

    Thanks!

    4.

    Hami says:

    March 19, 2010 at 6:11 am

    Hi,

    Is there a way to get back the responce of the mail out of office?

    thenks in advance

    5.

    mido says:

    April 30, 2010 at 7:38 am

    Hello,

    How about configurations to do on OS level?

    My system run on windows OS, will i need sendmail and exchange in windows domaine to get complet

    configuration successfull?

    6.

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    17 5/17/2012

  • 7/31/2019 Configure SCOT

    15/17

    I already followed the Note 455140 but cant find the OS configuration side.

    Thank you for your help.

    Peter Akanimoh says:

    January 16, 2012 at 6:08 am

    Pls I was trying to set up Afaria and didnt really understand how to. I realized I ended up connecting to

    SAP and its modifying my iPad set up. I need to know all about SAP and how to use it well otherwise,

    I would use help to disconnect from it. Any help?

    7.

    manzoorsays:

    May 7, 2012 at 3:20 pm

    Hi,

    I configured SAP Net weaver to send Email Externally successfully but here we are using defaultdomain setting, how to send Email from SAP to a any domain.

    eg : to gmail, yahoo, any domain irrespective of one.

    Thanks

    8.

    Speak Your Mind

    Name *

    Email *

    Website

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    17 5/17/2012

  • 7/31/2019 Configure SCOT

    16/17

    Latest Tweets

    Congrats to @davidheller on winning a iPad in our twitter contest. U can still win one at #sapphirenow

    http://t.co/2bc4HYHNabout 20 hours ago

    Congrats to @shawnrog for winning an iPad. We are still giving them away at booth 316 and via

    twitter. #sapphirenowhttp://t.co/EMnD7KuAabout 22 hours ago

    We will announce today's winner at Noon. You can still win one tomorrow via twitter and another via a

    booth scan at #SAPPHIRENOWabout 24 hours ago

    Follow us on Twitter!

    Resources

    WebinarsCase Studies

    Brochures

    White Papers

    Related Material

    Command Line Driven Transporting Using the tp Command

    Taxes and TemSe

    SAP Data Migration Dealing With Fallout (Part 3)

    SAP Solution Manager Service Desk Integration

    Whats in a Naming Convention? Part II

    Related Entries

    Quick Connect for SAP Information Interchange

    Changing the UNIX user UID for the SAP Users sidadm and orasid

    SAP ABAP Performance Tuning High CPU Utilization, Low DB Activity

    Configuring Availability Time Planning in SAP PI

    How To Configure UNIX Security To Allow SAP To Share A File System With Another UNIX Application

    Meta

    Register

    Log in

    Entries RSS

    Comments RSS

    Return to top of page

    1998-2012 DataXstream, LLC

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap

    17 5/17/2012

  • 7/31/2019 Configure SCOT

    17/17

    loading

    guring SAP NetWeaver to send Email Externally SAP Connect | S... http://www.dataxstream.com/2009/09/configuring-sap