100% found this document useful (1 vote)
287 views17 pages

Configure SCOT

SAP Connect can be configured for a number of different message relaying purposes. This blog post will only cover sending E-mail from SAP externally. If you don't get this part right, your configuration will not work.

Uploaded by

amitkumarghosh78
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
287 views17 pages

Configure SCOT

SAP Connect can be configured for a number of different message relaying purposes. This blog post will only cover sending E-mail from SAP externally. If you don't get this part right, your configuration will not work.

Uploaded by

amitkumarghosh78
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

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 Email Externally SAP Connect


September 3, 2009 By Tim Yates 8 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 only cover 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

1 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

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.

2 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

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.

3 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

1. 2. 3. 4. 5. 6.

Fill out the Description field as desired. Set the Node in use flag. Fill out the Mail Host (Host Name or IP Address) Host Name is recommended. Fill out the Mail Port (Default 25) The default Code Page will work for many implementations. Next, click the SET button next to Internet in the Supported address types

The following screen should appear:

4 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

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.

5 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

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.

6 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

Name your job. Remember, SAP Connect is client dependent so if you are in a multi client development or test 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.

7 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

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

8 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

Fill in the period that meets your requirement. Hit save next screen).

(you will need to do this several times to get to the

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.

9 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

Testing Your Configuration You can test your configuration using the SAP Business Workplace. The SAP Transaction to access your mailbox is SBWP.

Click the New Message Button Create a test message.

10 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

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.

11 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

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.

12 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

Be Sociable, Share!

Tweet

Like

Share

StumbleUpon 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 to do 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

1.

Venkat says: 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,

2.

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.

13 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

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

3.

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

4.

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!

5.

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

6.

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?

14 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

I already followed the Note 455140 but cant find the OS configuration side. Thank you for your help.

7.

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?

8.

manzoor says: May 7, 2012 at 3:20 pm Hi, I configured SAP Net weaver to send Email Externally successfully but here we are using default domain setting, how to send Email from SAP to a any domain. eg : to gmail, yahoo, any domain irrespective of one. Thanks

Speak Your Mind


Name * Email * Website

15 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

Latest Tweets Congrats to @davidheller on winning a iPad in our twitter contest. U can still win one at #sapphirenow http://t.co/2bc4HYHN about 20 hours ago Congrats to @shawnrog for winning an iPad. We are still giving them away at booth 316 and via twitter. #sapphirenow http://t.co/EMnD7KuA about 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 #SAPPHIRENOW about 24 hours ago Follow us on Twitter! Resources Webinars Case 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

16 of 17

5/17/2012 8:42 PM

Configuring SAP NetWeaver to send Email Externally SAP Connect | S...

http://www.dataxstream.com/2009/09/configuring-sap-connect/

loading

17 of 17

5/17/2012 8:42 PM

You might also like