SCOT configuration for internal & external email system in EP.

Hi,
I want to add SCOT configuration for internal & external email system in  SAP EP 7.0  ?
What all steps I need to do ? any good documents on this ?

Hi Haider,
I have read the link you have given me to configure SCOT. I have 3  doubt plzz clarify.
Doubt No. 1:
In that link its mentioned that I have to add 2  profile parameter in the transaction RZ10 namely icm/server_port_<>*  and is/SMTP/virt_host_<>*
My question is Can I put any value which i like in place of * like can I add either icm/server_port_2  OR  icm/server_port_3 OR icm/server_port_4  in icm parameter AND ALSO
Can I put any value which i like in place of * in is/SMTP/virt parameter like can I add either is/SMTP/virt_host_0  OR  is/SMTP/virt_host_1  OR is/SMTP/virt_host_2 .
Doubt No. 2:
What port value I have to put in the profile parameter    icm/server_port_2  in RZ10.  Can I put any port value ? and automatically that port will work? say suppose I addded this profile parameter in RZ10
icm/server_port_2 = PROT=SMTP,PORT=25000,TIMEOUT=180          so automatically 25000 port will work ? or will it give error?
Doubt No. 3:
When I go to SMICM transaction and go to services , I get the following:
No.  Log         Service name/port     Host name           Keep Alive    Proc TimeOut   Active
1     HTTP               8000                  epv.sopm.com           30                     60               Yes
2     SMTP               0                       epv.sopm.com            30                    60                Yes
3     HTTPS             8001                 epv.sopm.com            30                    180               Yes
This means that HTTP port is 8000,   HTTPS port is 8001. My question is why in SMTP its showing 0, why no port is shown?
I have not added any profile parameter like  icm/server_port_2 = PROT=SMTP,PORT=25000,TIMEOUT=180     for SMTP in RZ10 as of now.
Is this the reason for this ?

Similar Messages

  • Internal & external email

    Hi Experts,
    Please help me...
    I need to create email through my program(Module-pool program) on click on a push button a internal(external) email should be generate .
    How can i do it  ?
    If you have any program please send me that will become more helpful for me.
    Thanks in advance.
    Ankur Garg.

    HI,
      DATA : l_wa_content TYPE solisti1,
                 l_wa_recieve TYPE somlreci1.
    *Local internal table
      DATA : l_it_content TYPE STANDARD TABLE OF solisti1,
             l_it_recieve TYPE STANDARD TABLE OF somlreci1.
    *in contents you can add the body of the mail
       CLEAR l_wa_content.
        l_wa_content-line = 'Dear Customer,'.
        APPEND l_wa_content TO l_it_content.
        CLEAR l_wa_content.
        APPEND l_wa_content TO l_it_content. *appending blank line
        CONCATENATE 'TEST' 'MAIL!' 'How r u' INTO l_v_text
                    SEPARATED BY space.
        l_wa_content-line = l_v_text.
        APPEND l_wa_content TO l_it_content.
    *Reciptents Mail Ids
        l_wa_recieve-receiver = 'your mail id'.
        l_wa_recieve-rec_type = 'U'. "this is for internet
        APPEND l_wa_recieve TO l_it_recieve.
        clear l_wa_recieve.
    *If you need tyo send to you sap inbox TCODE SBWP (you can check mail in SBWP) do this
        l_wa_recieve-receiver = 'your user id of SAP'.
        l_wa_recieve-rec_type = 'B'. "for SAP user
        APPEND l_wa_recieve TO l_it_recieve.
        clear l_wa_recieve.
    *Heading of the mail
        l_wa_document-obj_name = 'TEST MAIL'.
        l_wa_document-obj_langu = sy-langu.
    *this FM send mail..
    CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
          EXPORTING
            document_data              = l_wa_document
            document_type              = 'RAW'
            put_in_outbox              = c_x
            commit_work                = c_x
          TABLES
            object_content             = l_it_content
            receivers                  = l_it_recieve
          EXCEPTIONS
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
            OTHERS                     = 8.
        IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    THe above parameters are enough for sending mail
    Any doubts can be posted
    regards,
    nazeer

  • SLD configuration for DXI / PXI technical systems

    Hello,
    we have a problem when transporting XI configuration objects from XI dev to XI prod. The transport objects arrive in XI prod, but the name of the business system (for the SAP backend system) is not converted from dev business system (T01CLNT010) to prod business system (P01CLNT01) although the transport target for T01CLNT010 business system was set correctly (we are using business system groups Dev and Prod). And the "related integration server" for T01CLNT010 was also set correctly to DXICLNT010.
    But then I noticed that the technical system for the DXI (XI Dev) is configured as follows:
    TMS Domain ("DOMAIN_PXI") and TMS Transport Group Name GROUP_PXI ("GROUP_PXI") have the same values as PXI. Is that correct ?? We are using file transport, not CMS.
    Another strange effect is that when I set the group in business system DXICLNT010 to Dev, that is also applied to business system PXICLNT010 ! Which is of course not what I want.
    I assume I have to associate DXICLNT010 to Dev and PXICLNT010 to Prod, same as for T01CLNT010 / P01CLNT010. Correct ? Or does the group in the XI business systems not matter ?
    Can anyone post an example of a working SLD configuration with two XI system dev and prod ? What values do I have to use in the XI technical and business systems, so that the transport will work ?
    CSY

    There's obviously something wrong in the SLD configuration for the exchange infrastructure systems. The error you're describing (one system pointing to another) usually occurs when one system is generated through homogeneous system copy of another system (was that your case?). I've seen that behaviour once and they corrected it by manually deleting the exchange infrastructure systems from SLD and creating them again from scratch.
    Anyway, I highly recommend you to get an expert NW Basis consultant to realize a check in it before you proceed any further.
    Aside of that, you're correct in your assumptions.
    Your config in SLD should be like:
    DEV_GROUP:
    - DXI
    - T01
    PRD_GROUP:
    - PXI
    - P01
    It's always 1 XI BS per group.
    Also, if you use separate SLDs for XI Dev and XI Prd, you have to make sure that this configuration is reflected in both SLDs. So, if you make it one SLD instance, you must generate a delta export zip file from the SLD where you did the configuration and import this zip file in the other SLD instance.
    If you use a central SLD, then it's not necessary.
    Regards,
    Henrique.

  • Shop configuration for internal users

    Hi SDN,
    We are using ecommerce 7.0 for SAP ECC 6.0.
    I've seen at the shopadmin that there is a possibility to configure an eshop for internal users. There its possible to create a scenario "B2B For Internal Users".
    So in my point of view. I have to define a b2b configuration at XCM. And then i should see that new scenario after login.
    But that works abolutely not. The shop with scenario "B2B For Internal Users" is not displayed. I only see all the configurations of type "Internet Sales B2B".
    Why?? both this scenarios are B2B scenarios. So both has to been displayed?
    How to configure a shop for internal users?
    One more point which i understand not... Why is this configuration for internal users a B2B scenario and not a BOB?
    The internal user has to select the customer...so thats the same like a BOB shop??
    Please explain me that things What im understanding wrong here?
    Thanks and best regards,
    Toni

    Hi SDN,
    We are using ecommerce 7.0 for SAP ECC 6.0.
    I've seen at the shopadmin that there is a possibility to configure an eshop for internal users. There its possible to create a scenario "B2B For Internal Users".
    So in my point of view. I have to define a b2b configuration at XCM. And then i should see that new scenario after login.
    But that works abolutely not. The shop with scenario "B2B For Internal Users" is not displayed. I only see all the configurations of type "Internet Sales B2B".
    Why?? both this scenarios are B2B scenarios. So both has to been displayed?
    How to configure a shop for internal users?
    One more point which i understand not... Why is this configuration for internal users a B2B scenario and not a BOB?
    The internal user has to select the customer...so thats the same like a BOB shop??
    Please explain me that things What im understanding wrong here?
    Thanks and best regards,
    Toni

  • Source system set up for internal / external access

    Hi all.
    We have an EP 6.0 (NW04 SP16) system delivering BW data from a back-end BW 3.1/3.2 system.  We are using BW Report iViews to deliver all reports to external and internal users.  I am having a very specific problem when setting up the source system for the BW system.
    The BW Report iView object uses the WAS hostname parameter(found under: System Administration -> System Configuration -> Systems -> BWSourceSystem -> Open ->Object -> "Web Application Server (WAS)") when retrieving the back-end BW report. 
    When this parameter is set using an internal host id (internal_host.company.com) internal users can access the report in question, but external users can't.  Alternatively, when this parameter is set using an external host id (ie. the host of our DMZ proxy server) external users can access the report, but internal users can't.
    I need to find a way to use one hostname for this parameter that will work for both internal and external users.  I have worked with the HTTPURLLOC table and this solution works great for URL iViews, but not for BW Report iViews.  Does anyone have any suggestions?  Thanks!

    Hi Shashi.
    We did find a solution using web dispatcher.  We actually installed two instances of web dispatcher... one in our DMZ for external access and another one our corporate LAN.  The web dispatchers are configured identically and the EP instance knows only one hostname:
    name.company.com
    The port passed to the URL https://name.company.com:port is what tells web dispatcher what to do with the request (ie. pass the request to EP, BW, ECC, R/3, etc.).
    Be aware that EP allows for only one hostname for Source System Setup - my name.company.com in my example above -(this is the EP Web Application Server hostname (WAS) parameter found under System Admin - System Config - Systems) - so you may need to do something like we did:
    register name.company.com on the internet as a public address and use that DNS mapping for external users (using your DMZ version of webdispatcher).  Subsequently, use internal DNS or host name mapping to register an internal private addresss for name.company.com (using your LAN version of web dispatcher).  this will allow both internal / external users access to the portal and other SAP back-end systems.
    It may sound a bit kludgy, but believe me - we tried everything to make this work.  I took this all of the way to SAP and this was the recommendation SAP made for allowing both internal and external users access to portal and BW data.
    Hope this helps!

  • Scot configuration for SMTP

    Hi all,
    I wolud like to know the configuration steps need to do in the SCOT transaction inorder to send the mails from SAP system to othermail servers via SMTP.
    Your help would be more appreciable
    Many thanks in advance
    rk.

    Hi RKK,
    e-mail, fax or paging/SMS via SMTP configured in the SAP Web Application Server & Which prerequisites and settings are required outside the SAP system?
    Brodly there are five steps to configure
    1. Profile parameters
    2.User administration (transaction SU01)
    3. Client assignment (transaction SICF)
    4.SAPconnect administration (transaction SCOT)
    5. Settings on the mail server (SAP-external configuration)
    For step by step visit smtp configuration guide at
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/2b/d925bf4b8a11d1894c0000e8323c4f/frameset.htm.
    Cheers,
    Shyam.

  • Differentiate ring tone for internal/external call

    how to differentiate ring tone for internal call and external call?
    rgds,
    walad.

    Floyd,
    Those parameters were changed in 4.1 CCM. I don't believe they are going to affect Ring Type but could effect CFNA or CFB settings.
    ?Use the Call Classification field in the Cisco CallManager Administration Gateway Configuration window to configure H.323 and MGCP gateways with the option for OffNet, OnNet, or Use System Default.
    ?The default value for H.323 and MCGP gateways specifies OffNet.
    ?The default value for intercluster trunks (ICT), or trunks other than SIP trunks, specifies OnNet.
    ?In Cisco CallManager release 4.1, Call Classification replaces the H323 Network Location, MGCP Network Location, and MGCP Network Location OffNet for E1 and T1 service parameters.
    ?To configure trunks and gateways, the administrator can use the Call Classification clusterwide service parameter and choose the Use System Default option for the individual trunks and gateways.
    ?By default, the service parameter specifies OffNet.
    ?You can also configure trunks and gateways individually.
    ?The system considers FXS and phones to be OnNet; you cannot configure them.
    The only way that I know of to achieve what you want is dual-line. Ring settings can be set per line or a default for the phone. You could use a unique inbound Gateway CSS with a 2nd line on the phones just for inbound calling. Then you can specify the ring on the phone to be different for the second line.
    There is nothing in 4.1 and below (again to my knowledge) that will allow for distinctive ring per call. You should double-check the 4.2 and 5.x release notes to make sure there isn't a new feature though.
    Please rate any helpful posts
    Thanks
    Fred

  • IDOC Segments for an External FI system

    Hi,
    Can someone please tell me the IDoc segments (need structure) that are used to bring data into SAP from an external FI system.
    Thanks
    Salim

    Hi,
    As for as i know EANs  are not relevant to unit conversion. This is a number which uniquely identifies a material for a particular UoM.
    And regarding the numerator and denominator, check whether any logic is added in the corresponding segment which overwrites the value

  • Managed System configuration for SAP NW Java system in Solution Manager 7.1 SP10

    Hi All,
    I am doing Managed system configuration for my SAP NW 7.01 Java system and getting below error in step 6 create users SAPSUPPORT & SM_COLL_SID.
    "An unexpected error occured. An error occured while processing the UME command READ_USER from agent <hostname> : Server returned: 302 Found "
    I have checked my DAA as well as host agents are up and running fine. My Solution Manager is 7.1SP10.
    Please suggest.
    Regards,
    Manish

    Manish,
    Which UME you are using? portal/ABAP/LDAP
    Are you using the SOLMAN_ADMIN user while configuring.
    Also check the below forum.
    https://scn.sap.com/thread/1167282
    Regards,
    Raja. G

  • Can UWL are simontanously configure for two different sap systems ? How ?

    Hi,
    I am new in portal. Can any one tell me how to configure UWL . We have r/3 system as well as crm system. i want to show both UWL for both the system on one page.
    Please give ans in steps by steps.
    Please suggest me steps for that.
    Regards,
    Gurprit Bhatia
    Edited by: GURPRIT BHATIA on Dec 26, 2007 1:34 PM

    Hi GURPRIT,
    It is possible to display item from two different systems.
    All you need to do is create separate webflow connectors for the systems for which you required to configure the UWL and the systems must be available in the SLD.
    after creating the connectors register both of them and you can start receiving workitems from both the systems.
    reward if useful.
    Rgds,
    Vijay

  • New Outlook 2013 Installation - How to configure for default pop email and access exchange 2003 server for shared folders only

    I have successfully installed and configured outlook 2013 to access my pop.integra.net email accounts.  We have an 2003 exchange server we use for shared folders which I am having difficulty accessing.
    My preference would be to set up my access to the exchange server and use the same data folders for email as are in use for my pop email account.  In outlook 2003 this was simple, but in 2007 on up it seems this feature has been hobbled.  Is there
    a workaround to get both accounts to use the same database?
    Next issue is if I use the Mail client wizard under Control Panel to set up access to the exchange server - everything looks fine but when launching outlook I receive the following 2 error messages:
    "The resource that you are trying to use is located on an unsupported version of Microsoft Exchange.  Contact your e-mail administrator for assistance."
    "Cannot start Microsoft Outlook. Cannot open the Outlook window. The set of folders cannot be opened.  Your Microsoft Exchange administrator has blocked the version of Outlook that your are using.  Contact your administrator for assistance."
    Obviously the optimal solution is to upgrade the Exchange Server - assuming that is not an option - are there any workarounds?
    Any assistance would be appreciated.

    Downgraded to Office 2007.
    So now have a new Windows 8.1 laptop with outlook 2007 installed.
    From what I have been told this should allow me to connect to the Exchange2003 server
    I set up the pop account - works fine
    set up the exchange account through Mail.exe and am unable to launch outlook.
    "Microsoft Exchange is Unavailable"
    "Retry - Work Offline - Cancel"
    Then
    "Cannot start Microsoft Office Outlook.  Cannot open the Outlook Window.  The set of folders cannot be opened.  The information store could not be opened."
    The data file path is the same for both the pop account and the exchange account:
    C:\Users\Scott\app data\local\microsoft\outlook\outlook.pst
    How do I get this to work?
    Help!

  • SCOT Configuration for output format XLS in ECC6

    Dear All,
    Currently the ECC6 that I'm trying to configure the SCOT does not have a XLS format for Abap List, so I couldn't proceed with it.
    Since the ECC6 only have standard output format. (HTM , PCL , PDF , TXT)
    Is there anyway to add the output format for the XLS output format for SCOT configuration.
    Thanks & Best Regards,
    Rahim.

    Hi,
    Please refer SAP note 1151258.
    Thanks
    Sunny

  • Outgoing Internal/External Email

    We are using B1 2005A SP01PL04. We have had continuous problems with the email. Users are able to email Purchase Orders OR Sales Orders, but not both. Our Purchasing Manager for example can email S/O's through SAP, but not P.O's. I've uninstalled and reinstalled the SBO Mailer to no effect. All the settings are correct in the configuration, and the email addresses are entered in the BP Data. Has this happened to anyone else, and does anyone have any suggestions on how to fix this problem? Thank you.

    Hi Steve,
    You can access the following B1 tables to check whether the email has been created for it.
    1).OALR :main table for alter.
    2).ALR1 :to check the recipt's address.
    if no records,then the Purchasing Manager doesn't create the entries for it.
    if it is the wrong address or wrong attachment,check what's created by purchase Mgr.  your problem may be here.
    hope it help you to locate the problem.
    regards
    yatsea

  • SCOT Configuration--for external mail

    Hi All,
    I am trying to configure SCOT on my solution manager server. and able to send mail inside comapny  mail domain but not able to send mail on any external mail domain like yahoo,hotmail.gmail.
    we are using MS exchange server for mailing. please advice me if any further setting require on Mail server side.
    Thank
    Gyan

    Hi,
    Yes this is because your SMTP email server does allow sending emails to the outsid world.
    If you are using SAP WAS 6.10 or above you do not need any extra configuration you need only to follow the following steps:
    https://service.sap.com/sap/support/notes/455140
    This is because the SMTPplug-in from WAS 6.10 and onwards - supports all SMTP mail gateways and you do not need any SAP Exchange Connector as well to connect to MS Exchange Servers. Please find below the details from SAP as well:
    https://service.sap.com/sap/support/notes/122657
    if you have followed all the steps as mentioned in sap note 455140 above, please liaise with your M/S Exchange Server administrator so that he can unblock the sending of emails to the outside world as well, if that is permitted.
    - Regards, Dibya

  • Scot configuration for 4.6c systems

    Hi All,
    After having worked on Ecc 6 systems i am having problems understanding confog for 4.6c systems for SCOT for out bound mails.
    We have a requirement where we need to change the mailhost name.In Ecc we just need to change in scot but whereas in 4.6c how do we change it.Thanks.

    Hi Ambarish,
    You do not configure the mail host in SAPconnect or the IMG but rather in Sendmail or the "other" mail software you will be using. SMTP was not available in releases before 6.10 as the ICM was not available. I will explain the flow of a request below:-
    SAPConnect -> RFC -> Internet Mail Gateway -> Sendmail (or Sendmail equivalent) -> SMTP Mail Server
    As you can see you do not enter the mail host and listening port of the SMTP server as Sendmail is the actual SMTP server. The mail is not relayed via SMTP but RFC from the SAP system and SMTP mail is forwarded from Sendmail. Note that Sendmail is a fully functioning mail server ! This method was not perfect but worked with some configuration.
    Below is a "how to" that will enable you to setup mail routing from 4.6C to Exchange and all you have to do is enable Exchange to accept mails from the Sendmail clone (Emailrelay).
    http://it.toolbox.com/wiki/index.php/Email_from_SAP_-_4.6C_using_MS_Exchange_2003
    Using this method it is possible to send mails from 4.6C to Exchange via a hop via another SMTP server
    Hope this helps
    Michael

Maybe you are looking for