Alerts to the external mails(OutLook).

Hi,
I am getting alerts to alert inbox, how should i configure alerts to external mail.
Regards,
Shaik

Hi,
To send an EMAIL, assign an EMAIL ID to the corresponding user in the transaction SU01 and then set up SCOT and you can send emails when the ALERT is triggered.
Once you have configure Alerts, you will get the Alerts into ALERT INBOX in RWB of the user. To also get the email, the following needs to be done,
1. In SU01 -- Assign the Email ID for the Recipient of the ALERT.
2. In , RWB>ALERT INBOX> PERSONALIZATION--> Time Independent Delivery and Email are selected.
3. Finally, SCOT needs to be set up to send Emails. Check this for the same. You can ask your BASIS team to do this step.
http://help.sap.com/saphelp_nw04/helpdata/en/23/1edf098ea211d2b47300609419ed29/frameset.htm
Also, In ALRTCATDEF, go to SETTINGS--> CONFIGURATION. By default, the option selected is INTERNAL PROCESSING. Select the option SMTP FORWARDING AS XML and give the email id. This will enable you to send an email alert whenever an error occurs in XI.
Also, to test your Alerts, execute the report RSALERTTEST in SE38.
Also go throuh the following links...
The specified item was not found.
The specified item was not found.
http://help.sap.com/saphelp_nw04/helpdata/en/3f/81023cfa699508e10000000a11402f/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/2b/d925bf4b8a11d1894c0000e8323c4f/frameset.htm
Configuring scenario specific E-mail alerts in XI-CCMS: Part 3
Configuring scenario specific E-mail alerts in XI-CCMS: Part 3
Configuring scenario specific E-mail alerts in XI-CCMS: Part-2
Configuring scenario specific E-mail alerts in XI-CCMS: Part-2
Configuring scenario specific E-mail alerts in XI-CCMS: Part u2013 1
Configuring scenario specific E-mail alerts in XI-CCMS: Part  - 1
Regards,
Jayasimha jangam

Similar Messages

  • Problen when Sending the text file as attachment to the external mail

    HI,
    I am sending the text file as an attachment to a aexternal mai. mailing is going with text file attachment, but text file is empty. No information in the file is going, only empty text file is going. I am sending the code  iam using. Please suggest, if I need to change any passing parameters orany other other solution.
    tables: knb1,kna1,adr6,ITEMSET,bsid,TSP01.
               INTERNAL TABLES
    DATA: BEGIN OF it_kna1 occurs 0,
            KUNNR LIKE KNA1-KUNNR,
            ADRNR LIKE KNA1-ADRNR,
          END OF it_kna1.
    DATA: BEGIN OF it_email occurs 0,
            ADDRNUMBER LIKE ADR6-ADDRNUMBER,
            SMTP_ADDR LIKE ADR6-SMTP_ADDR,
          END OF it_email.
    DATA: BEGIN OF it_bsid occurs 0,
           KUNNR LIKE BSID-KUNNR,
           BUKRS LIKE BSID-BUKRS,
         END OF it_bsid.
    DATA: BEGIN OF it_final occurs 0,
            KUNNR LIKE KNA1-KUNNR,
            ADRNR LIKE ADR6-ADDRNUMBER,
            EMAIL LIKE ADR6-SMTP_ADDR,
          END OF it_final.
    DATA: BEGIN OF BUFFER OCCURS 10000,
              TEXT(255) TYPE C,
            END OF BUFFER.
    data:xtext type solix_tab." occurs 0 with header line."line.
    data:xi_pdf type soli_tab.
    DATA: OBJPACK LIKE SOPCKLSTI1 OCCURS 2  WITH HEADER LINE,
          OBJHEAD LIKE SOLISTI1   OCCURS 1  WITH HEADER LINE,
          OBJBIN  LIKE SOLISTI1   OCCURS 0  WITH HEADER LINE,
          OBJTXT  LIKE SOLISTI1   OCCURS 10 WITH HEADER LINE,
          RECLIST LIKE SOMLRECI1  OCCURS 5  WITH HEADER LINE,
          DOC_CHNG  LIKE SODOCCHGI1,
         PARAMS   LIKE PRI_PARAMS,
         ARPARAMS LIKE ARC_PARAMS,
         DAYS(1)  TYPE N VALUE 8,
         COUNT(3) TYPE N VALUE 1,
         VALID    TYPE C,
         RECEIVER(30),
         STR(256).
    data:  spoolid    type tsp01-rqident,
           pdf_table like tline occurs 0 with header line,
           v_bytecount type i,
           itab_pdf like tline occurs 10 with header line,
          xi_pdf  like tline occurs 0 with header line,
          xi_pdf  like buffer occurs 0 with header line,
           xi_pdf_1 like xi_pdf,
           v_length(2) type p,
           html  like solisti1   occurs 0  with header line,
           xi_temp      like bapiqcmime occurs 0 with header line,
           xi_mime(255) type c occurs 0 with header line.
              VARIABLES
    data: g_email type adr6-smtp_addr,
          TAB_LINES LIKE SY-TABIX,
          G_FLAG(1) TYPE C.
         g_norm(1) TYPE C,
         g_shbv(1) TYPE C,
         g_merk(1) TYPE C,
         g_park(1) TYPE C,
         g_apar(1) TYPE C.
    data: l_lines     type i,
          line1       type i,
          l_temp(500) type c,
          l_offset    type p,
          l_lineslen(2) type p,
          l_mimelen(2)  type p,
          v_spono like tsp01-rqident,
          l_tabix       like sy-tabix.
    *****VIA SELECTION-SCREEN
    ENDFORM.                    " SEND_TO_SPOOL
    *&      Form  GET_SPOOL_ID
    *&      Form  CONVERT_SPOOL_TO_PDF
    *&      Form  SEND_MAIL
    FORM SEND_MAIL .
      data:l_lin  like sy-tabix,
            l_lint like sy-tabix,
            it_list like abaplist occurs 0,
            l_newline(2) type x value '0D0A'.
    *--Data for the status output after sending
      data: user_address like sousradri1 occurs 1 with header line,
            sent_to_all like sonv-flag.
      clear: reclist, reclist[],
             objtxt , objtxt[],
             objpack, objpack[],
             objbin , objbin[],
             doc_chng.
    *--move list to office table objbin
    *--Start of Changes to support PDF attachments - UB20030116
    loop at html.
       objbin-line = html-line.
       append objbin.
       clear objbin.
    endloop.
    loop at xi_pdf.
       objbin-line = xi_pdf-text.
       append objbin.
       clear objbin.
    endloop.
    *--We may write additional text to the main document
    *--For faxing this will be the cover page. Like sending from SAPoffice
    *--the layout set Office-Telefax will be used.
      objtxt-line = 'NOTE : Please Consider the below Headers'.
      append objtxt.
      clear objtxt.
      objtxt-line = 'Assignment -->  Purchase order number '.
      append objtxt.
      clear objtxt.
      objtxt-line = 'Document  -->   Invoice No '.
      append objtxt.
      clear objtxt.
      objtxt-line = 'Amount In DC --> Amount Due '.
      append objtxt.
      clear objtxt.
      objtxt-line = '                                            '.
      append objtxt.
      clear objtxt.
      objtxt-line = '                                            '.
      append objtxt.
      clear objtxt.
      objtxt-line = 'Please find attached statement for this week'.
      append objtxt.
      clear objtxt.
      objtxt-line = '                                            '.
      append objtxt.
      clear objtxt.
      objtxt-line = 'This is an AUTO GENERATED MAIL'.
      concatenate objtxt-line 'Please Do not reply to this mail' into
      objtxt-line separated by ' '.
      append objtxt.
      clear objtxt.
      describe table objtxt lines tab_lines.
      read table objtxt index tab_lines.
    *--Create the document which is to be sent
    doc_chng-obj_name  = 'List'.
      doc_chng-obj_name = 'SAPRPT'.
    doc_chng-obj_descr = 'Customer statement for the week'.
      concatenate 'Customer statement for '
                  sy-datum into
                  doc_chng-obj_descr
                  separated by ' '.
      doc_chng-doc_size = ( tab_lines - 1 ) * 255 + strlen( objtxt ).
    *--Fill the fields of the packing_list for the main document:
    *--It is a text document
      clear objpack-transf_bin.
    *--The document needs no header (head_num = 0)
      objpack-head_start = 1.
      objpack-head_num = 0.
    *--but it has a body
      objpack-body_start = 1.
      objpack-body_num = tab_lines.
    *--of type RAW
      objpack-doc_type = 'RAW'.
      append objpack.
    *--Create the attachment (the list itself)
      describe table objbin lines tab_lines.
    *--Fill the fields of the packing_list for the attachment:
    *--It is binary document
    objpack-transf_bin = 'X'.
    *--we need no header
      objpack-head_start = 1.
      objpack-head_num = 0.
    *--but a body
      objpack-body_start = 1.
      objpack-body_num = tab_lines.
    *--of type G_DOC_TYPE
    objpack-doc_type = 'PDF'. "commented on 12/13/2007
      objpack-doc_type = 'TXT'. "commented on 12/13/2007
      objpack-obj_name = 'Attachment'.
    objpack-obj_descr = 'Customer Statement'.
      concatenate 'Customer Statement' sy-datum into objpack-obj_descr.
      objpack-doc_size = tab_lines * 255.
      append objpack.
      reclist-receiver = g_email.
      reclist-rec_type = 'U'.
    reclist-com_type = 'FAX'.
      append reclist.
      data:xi type soli.
    xi-line = 'haisdgsfsdf'.
    append xi to xi_pdf.
    xi-line = 'haisdfdsfd'.
    append xi to xi_pdf.
    xi-line = 'haisfgsdfsd'.
    append xi to xi_pdf.
    xi-line = 'haisdfsgfsdgg'.
    append xi to xi_pdf.
    *xi_pdf-text = 'hai'.
    *append xi_pdf.
    *xi_pdf-text = 'hai'.
    *append xi_pdf.
    *xi_pdf-text = 'hai'.
    *append xi_pdf.
    *xi_pdf-text = 'hai'.
    *append xi_pdf.
    CALL FUNCTION 'SO_SOLITAB_TO_SOLIXTAB'
        EXPORTING
          ip_solitab        = xi_pdf[]
       IMPORTING
         EP_SOLIXTAB       = xtext[].
    **--Send the document by calling the SAPoffice API1 module for sending
    **--documents with attachments
      call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = doc_chng
          PUT_IN_OUTBOX              = 'X'
         COMMIT_WORK                = 'X'
        IMPORTING
          sent_to_all                = sent_to_all
        TABLES
          packing_list               = objpack
          object_header              = objhead
         contents_bin               = objbin
          contents_txt               = objtxt
          contents_hex               = xtext
          receivers                  = reclist
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          operation_no_authorization = 4
          others                     = 99.

    HI,
    There are lots of bugs.
    Please refer this sample program to fix it.
    http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm
    Best regards,
    Prashant

  • Adding external mail contacts to a distribution group seems to randomly add the user instead of the mail contact

    I've added a external mail contact for all my mailbox users because all the users have other jobs and other external email addresses.  Since these users don't normally log on to my domain to get email, I need to create a distribution list with all their
    external email addresses.  I've scripted the creation of all the external mail contacts, from the mailbox users and I use AD's Notes field to contain the users external address. When using add-DistributionGroupMember and supplying the external mail
    contact email address as the "-Member" param, about half of the time the users mailbox user gets added to the group instead of the external contact.  I don't see any arguments to tell add-DistributionGroupMember to use only mail contacts.
    1) I don't even know how it's finding the mailbox user because I'm supplying an external email address which is only in the external mail contact.
    2) Some members of the group are correctly added as external contacts, some are mailbox users.
    3) I only want the external mail contacts in the group
    If it helps, here's the line that I use to add members to the group. I've tried mail enabling the mail contacts, no help...
    Add-DistributionGroupMember–identity“AltEveryone”–member(get-QADuser$_.Name).Notes 
    Thanks for any help.

    You should ask questions like this in the Exchange forum.  It is not a scripting question but is a product behavior question.
    You cannot add an external contact without first creating the contact first.
    ¯\_(ツ)_/¯

  • Problems in sent of external MAIL with the service SAPCONNECT

    Hello all
    We configured the service SAPCONNECT in my system quality  for sending the mail and this is not problem, I executed  tests with direction of mail internal and the are sent without any problem.
    But the problems starts is when I sent the mail external and the message that displays is
    Status received for this document:
         System Messages
    Sent on:
         25.01.2011 11:29:07
    Sent by:
         Marco Gerardo Ceballos V.
    Status for Recipient xxxxxxx@aaaaa:
         No delivery to xxxxxx@aaaaa, as recipient unknown
    The request of area of development is send the external mails.
    I review the configuration in the transaction SCOT and I not see a problem.
    ATTE
    Gerardo Ceballos

    Hi,
    Please check the parameter icm/server_port_1, if this parameter is not set, add in TX RZ10 with the value:
    PROT=SMTP,PORT=25
    Restart the instance, then create a service user with the S_A.SCON profile.
    In the SICF, open the SAPCONNECT service and check the configuration:
    Host data: profile parameter = 0 // host configuration= :
    Logon Data: Add the service user that you create
    Handler List: CL_SMTP_EXT_SAPCONNECT
    Save and active
    In the SCOT add the domain in menu settings and add the mailhost and port in the SMTP node, Click the button SET in the internet option and add a * in field address area.
    Go to SMICM --> Go to --> Services and check that the port that you add in the parameter icm/server_port_1 is active
    Go to SBWP and send the message.
    Good Luck
    AG

  • MLGR - external Mail with text in the body

    Hi,
    I have a little problem. I setup the MLGR-Message as defined in the wiki.
    It works fine with SBWP. There is the message text in the body. When I send it
    to an external email-address, then the text is a pdf in the attachment. I'd like to have the text
    also in the body of the external mail, so that the user don't have to open the attachment.
    What do I have do?
    Regards Ralf

    Hi Ralf,
    the easiest solution will be to switch to Medium 5.
    Transmission Medium 5: Communication Strategy - Message Control (CA-GTF-BS) - SAP Library
    and if necessary develop some lines of coding to find the correct mail-addresses and the content-stuff.
    Class CL_BCS is very good documented and is really easy to use.
    or another solution I found in my documents:
    Transaction SO16 --> Send Mail to homeaddress. But that implements that you just send mails to internal users.
    (And I'm not sure, if you just done exact that to get it to external users)
    The SCN-Search brought me this one, but that is what you already got I think:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0e19d4c-b72d-2d10-72ad-a38a70c2a53f?quicklink=index&…
    ~Florian

  • Problem in Sending External Mail

    Hi all,
    I am facing a problem in sending message to the external mail server. My problem is i have created a workflow template and in that i have created a send mail step and in that i am giving a message and the recipient type is email address and the email address is [email protected]
    But i am not receiving any mail to my outlook. The configuration in scot are perfect.
    When i tried to send a message from my inbox new message i can able to see the mail in my outlook.
    Please help me in this issue, it is very urgent.
    Regards
    Balaji E.

    Hi Prasath,
    Thanks for your kind help. I checked that too, but giving me an error
    Short Text
    "Cannot process message in SAP System"
    Long Text:
    Cannot process message in SAP System
        Message no. XS817
    Diagnosis
        Processing could not be continued due to a technical or configuration
        error in the SAP system.
    System Response
        Processing was terminated.
    Procedure
        Processing was terminated in the SAP system. The reason is given in the
        details below:
        The received e-Mail address WIPRO6 does not corres
    Can any one help me in this issue.
    Note : For the user WF-Batch there is no email id specified then i specified that and saved it.
    Regards,
    Balaji E.

  • Where can i configure the external email id

    Hello,
    can any one tell me where can i give  the external E-mail id ...after configuring the SMTP. to receive the mail in the xi inbox i gave the mail id in fixed receipients, now i want to give the  external mail id whi is not user in XI.
    thanks,
    Gayatri.

    Hi,
    Is it for Alert ? If so, you need to provide user details in the XI itself. btw, you can create group user id and attach all the emails ids for that user and use that..
    This doc may help u-
    http://help.sap.com/saphelp_webas620/helpdata/en/af/73563c1e734f0fe10000000a114084/content.htm
    Hope this helps,
    Regards,
    moorthy

  • Workflow mail to external  mail

    We are able to receive mails in the SAP IN BOX & external mail when workflow event is triggered. ie. when we create material master or customer master we are able to receive mails in SAP INBOX and our Outlook. But when we are using Receipient email address in send mail step of workflow, we are not receiving the external mail.Please help

    Make sure you have used 'U' as a recepient type.
    Check SOST entry for any errors, also check the SCOT configurations with your basis team.

  • Navigation to webui application from external Mail

    Hi Experts,
    I posted the question in Business workflow but no one replied .
    We had a requirement to send workitem to external mail(outlook ) and once the workitem is sent to mail ,the user will execute the workitem which will navigate him to the crm webui application.
    I found some links in SDN which says that by executing Program SWN_SELSEN the workitem in worklist will be sent
    to the external mail id .
    I want to know whether we can display the CRM WEBUI application once the user execute the workitem  from email.
    Regards,
    Gangadhar.S

    Hi Sharath,
    Generally it is not recommended to configure income mail on SAP.
    as it increase heaby memory utilization as well as it make big impact on sap database. i.e it is unwanted increase the databse of sap.
    Thanks
    Anil

  • Approval process from external mail

    Experts,
    I want to create a workflow that should trigger the mail with PO data (Either PDF or any other format) to the external mail. The external mail for example PDF file should have 2 buttons for approve and reject. From the external mail, they should have the flexibility to approve or reject PO. Is there any possibility to do this process.
    How the link happend between the action performed from PDF file to SAP. Is there any way to get the indicator(A or R) that happened in PDF to SAP.
    Give me some conclussion or any alternative flow on this process.
    Thanks.

    Hi,
    trigger the mail with PO data (Either PDF or any other format) to the external mail.
    Sending Mail to Outlook : U need the Following things done for this:-
    1> Use the Mail Step in the WF and Choose the Receipient as the E-Mail Address and Give the E-Mail Address there.
    2> Check the Configurations that need to be done in Transaction SCOT. SMTP Server Settings are done to get the Desired Results.
    From the external mail, they should have the flexibility to approve or reject PO.
    When the decision is approved, U can Send a mail to the Earlier Approvers Regarding the Status of the Work-Item.
    To get Workitems in Outlook..!!
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/workflow%252bscenario
    Problem in transferring the workitems into OUTLOOK
    /people/saujanya.gn/blog/2006/12/19/how-to-get-work-items-your-outlook-inbox
    Workflow Items in Outlook
    Let me know if u still face any issues.
    Regards,
    Kanika

  • Migrate Exchange 2010 to 2013 External Mail Flow

    Dear All,
    I am in the middle of Exchange Server 2010 to 2013 Migration. The scenario is I have single Exchange 2010 server with HUB/CAS/Mailbox and installed new Exchange 2013 with single CAS and single Mailbox server. The internal email flow between Exchange
    2010 to 2013 and 2013 to 2010 is working. Having some issues and need assistance to resolve at earliest.
    The issue with the external mail flow and I want to Exchange 2010 should be configured to send external email while migrating users to Exchange 2013. Once migrate all users to Exchange 2013 then will configure Exchange 2013 send connector.
    How can I configure single name space of web URL for OWA both on Exchange 2010 to Exchange 2013, if user mailbox is in Exchange 2010 can access same OWA URL as user migrate to Exchange 2013.
    How to configure SSL certificate, I have single URL certificate this would be enough for OWA, ActiveSync and Anywhere.
    Is that possible if directly move the Exchange 2010 database to Exchange 2013 database, this will move all users mailboxes in one go or do I need to migrate users mailbox individual or in bulk.
    Kindly guide if any thing missing that need to address during start the migration activity.
    Thanks in Advance

    Hi ,
    Sorry for delay.
    Question : Thanks for your valuable response. On
    point no.2, I want to use same external URL for Exchange 2010 and Exchange 2013, is this possible if user is on exchange 2010 server or migrated on Exchange 2013 can use same external single name space URL to access OWA ?
    Yes you can have the same External URL for the exchange 2010 owa and exchange 2013 owa.So users from exchange
    2010 and exchange 2013 can access owa on the same URL from external world.For exchange 2010 users owa connections will be proxied from exchange 2013 to exchange 2010.
    For mailbox connectivity issue in exchange 2013 :
    1.From internal outlook clients ,Please check the internal outlook anywhere name is resolved to exchange
    2013 server and also make sure the authentication set on the outlook anywhere is set to NTLM. Same time we need to have the internal outlook anywhere name on the SAN certificate.
    2.Make sure the names used exchange on 2013 URL'S is available on the SAN certificate and also the certificate
    needs to installed on the exchange server and that certificate has to be enabled for the required services like iis,pop.imap,smtp.
    3.Make sure the outlook client request coming for internal outlook anywhere name and also to autodiscover
    service is not reaching the proxy server if you have on your network.
    In case if you have proxy server in your environment for internet access ,So for that we need to add the internal outlook anywhere name and autodiscover name
    on the internet explorer proxy exceptions for all the internal outlook clients.We can globally achieve it through group policy.
    4.please share me the output for the below mentioned command.
    get-ClientAccessServer -Identity “server name”  | fl AutodiscoverServiceInternalURI 
    5.If you are having outlook 2007 then make sure it fully patched with latest sp and updates.
    6.On which operating system version those outlook 2007 clients are installed?
    Please reply me if anything is unclear.
    Thanks & Regards S.Nithyanandham

  • BBP_ALERTING - pass external mail ID

    Hi SAPions,
    I have implemented BBP_ALERTING with the config settings.
    1. I have used BBP_EVENTS_ANALYSE method to force my custom EVENT which i defined in the config.
    2. BBP_EVENTS_CATEGORISE is not implemented.
    CASE1:
    3. In the BBP_EVENTS_DET_RECIPIENTS method, i am passing the E_MAIL field of CT_RECIPIENTS with the external mail-ID.
    In this case, the mails are NOT sent.
    CASE2:
    3. In the BBP_EVENTS_DET_RECIPIENTS method, i am passing the USERID field of CT_RECIPIENTS with the internal USER-ID.
    In this case, the mails are SENT.
    How can I pass the external mail-id.
    Please help.
    Regards,
    Ashwin.

    Hi Ashwin,
    I don't know if this works for alerts, but generally, when you want to send out workflow notifications to an external e-mail, you should have the following extra customizings:
    - Set the attribute FORWARD_WI for the requester;
    - In SU01, select "e-mail" as the communication method and maintain an email address;                                                        
    - In SO16, tab "Mail Sy.Grp", select "Send to home address of users".                                                                               
    Maybe the last entry can help you.
    Kind regards,
    Ricardo Cavedini

  • Send Mail to External Mail ID's for Multiple Users

    Hi All,
    I want to send mail from SAP to External mail ID's for multiple Users.The program is ok.
    But I want to send this to Multiple external Mail id's. Where should I assign this receivers list. Pls advise.
    What is the transaction to assign multiple receivers.?
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
            DOCUMENT_DATA              = GD_DOC_DATA
            PUT_IN_OUTBOX              = 'X'
            COMMIT_WORK                = ''
          TABLES
            PACKING_LIST               = IT_PACKING_LIST
            CONTENTS_TXT               = IT_MESSAGE
            RECEIVERS                  = IT_RECEIVERS
          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.
    Thank You.
    Pranitha.

    IT_RECEIVERS parameters needs to be passed as shown below.
        wa_receivers-receiver = "..........External mail id".
        wa_receivers-rec_type = 'U'.
        wa_receivers-express = 'X'.
        APPEND wa_receivers TO lt_receivers.
        CLEAR  wa_receivers.
    Once mail is triggered to the external mail id's, check the mail is transferred from SAP or not using the tcode SCOT.
    In SCOT,follow the path UTILITIES-> Overview of send orders.
    Regards,
    Satish Kanteti

  • How to send an external mail from workflow.

    Hi,
    I have created a send mail in my workflow but it isnot sending the external mail
    Any guesses?

    Check the status in SOST . If not ask ur BASIS guys to work on SCOT.
    Richard A

  • External Mail from SAP worflow

    We are using the standard SAP PO(BUS2012) workflow, which is activated when the PO release is to be effected.
    I am getting my mails in SAP inbox as desired. Now I want to send this same mail to an external email .  I donot want any background job to do it .. rather i want that whenever the SAP mail is generated also at the same time the external mail is also generated. Could any body help me to configure the same?
    Regards

    Hi Dipak,
    You can also use the approach in below links:
    Re: Send notification to E-Mail id
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/send%252ban%252bexternal%252bmail%252b%252bthrough%252bsap%252bbusiness%252bworkflow%252band%252brecievers%252baddress%252bin%252bcc
    Hope this helps!
    Regards,
    Saumya

Maybe you are looking for

  • ICal can no longer Backup onto iDisk - goes into endless hang .

    My family is in several locations (school - 2 homes). We have .Mac Family Account, where 5 users have the same 'Shared' folder in iDisk. Whenever we make changes to iCal, we always Backup onto the iDisk 'Shared' Folder... The next person dowlnoads th

  • Check Payment issue

    hi all, My Client docuemts are paid in 2 separate checks were cut for Invoices KPG6241 and KPK2870. I see where the payment method is different but they were both eventually paid by check . How can we get it so there is only 1 check cut for these sit

  • Database structure check

    Hello All, In the Live Cache alert monitor for a production system I am getting a red alert for the node "Database Structure Check" The message is "No data consistency check in the last three months" Can anyone please let me know if I can schedule th

  • Behaviors in dreamweaver

    i understand how to use the behaviors option but for some reason when i choose the swap images option when the popup box comes up under the images box all i get is unnamed <img> .  Any clue how to fix that??

  • Photoshop on 32 and 64 bit computers

    If I edit pictures on my new 64 bit computer, they will look too red on my old computer! If I edit pictures on my old computer they will also look great on my new computer