How to format CCMS auto-reaction email ?

Hi,
I have setup CCMS auto-reaction with solution manager. Please advise whether i can formatted the email more nicely because the standard email format is very basic.
Thank you and best Regads
Fernand

Hi Fernand,
when using the "classic" mailing method, you can not change very much, especially the header leaves unchanged.
But - before changing any function modules - have a look at the delivered method CCMS_OnAlert_Email_V2.
There you have various possibilities for changing the header directly in method definition (RZ21). The way ahead looks like this:
1.) copy CCMS_OnAlert_Email_V2 to Z_MailTest01 (or whatever you like ..--))
2.) Customize your copy, have a look at the parameters SUBJECT_ALERT and SUBJECT_ALERT_CONT. Here you can place your own header text.
3.) Extending the header text by variables: the method supports dynamic values for several MTEs, e.g. $SID, $NODENAME
Further possibilities:
4.) Having done 1-3, you have mails from the same sender (the CEN system). Here you can copy the method and change the sender...
5.) If you want to change the body, you need to create your own alert messages. The effort doing this is little, the effect is great!
Have a look at SE91 and create your own message class (example: Z_CCMS).
And all this without any change in standard coding. Enjoy CCMS!!
Any further questions? Just post!
Hope this helps you!
Kind regards,
Dirk

Similar Messages

  • CCMS auto reaction methode

    Hi guys,
    can anybody explain me how I get an email for every alert within the same MTE (ccms)
    Auto reaction method is CCMS_ON_ALERT_EMAIL
    Thanks
    Christian

    Hi
    Very simple>
    set up transaction SCOT
    Set up tr. rz20 and rz21
    Check this web page
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/elearning/nw/configuring%20the%20sending%20of%20e-mails%20as%20an%20auto-reaction.sim
    this is sim file you need SAP Player installed to be able to see it.
    and also check this document>
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f03a64de-1427-2e10-3a9c-f88ab4829623?quicklink=index&overridelayout=true
    Best regards,
    Peter
    Edited by: Peter Nechala on Sep 13, 2011 9:30 AM

  • CCMS AUTO REACTION METHOD

    hi all,
    i hope u all r fine and in the best of ur health.
    i have a problem regarding CCMS Auto reaction method , i want to use my own copy of this method
    SALO_EMAIL_IN_CASE_OF_ALERT_V2 , but i am recieving a fatal error when ever i try to execute
    auto reaction method manualy in RZ21.The reason that i am using this custom copy of this funtion module is that i want to display my own data when ever i recieve the email.
    if any body could help me in this regard, thanks in advance.
    regards,
    Umer Malik
    Edited by: Umer Masood Malik on May 19, 2009 1:10 PM

    hi Sean / Bhudev,
    i have done that but was not working . but later on i find the answer and the solution.
    actualy i am working in 100 client and data supplier program was running though in 100 cleint but
    the select statement used in was reffering the 100 client tables so thats why when i used the select
    cleint specified statement in my report and then tried again , the data collection method was running properly but was not having the data because earlier it was reflection towards the 100 cleint, but now
    its pointing to the 000 cleint so its running....
    any way thankssss alott for such help...
    regards,
    umer

  • CCMS Auto-Reaction Method Disappearing?

    Bonjour a tous et a toutes!
    Is anyone has their CCMS Auto-Reaction Method Disappearing?
    We are in an HA configuration (3 nodes: <b>#1:</b>SCSASCSdb <b>#2:</b> CI +DI <b>#3:</b>CI only)
    For some (i.e.: queue blocking) CCMS MTE, we have configured the <i>ZCCMS_Send_Alert_to_ALM_V2</i> auto-reaction method.
    So, with the proper (XI/CCMS) configurations, we get alerted when queues are blocking.
    But … for some unknown (as least to me) raison, the <i>ZCCMS_Send_Alert_to_ALM_V2</i> auto-reaction method disappeared when (either we gracefully swith from node #1 to node #2) and-or we crash a node (node #2 or node #3).
    Anyone have seen this ?
    Thank in advance !

    help help !
    Anyone have had this error ?

  • How do i delete auto fill emails on ipad

    how do i delete auto fill emails on ipad

    If you mean that when you start to enter an email address it completes the address with the incorrect one then the answer is no without restoring the iPad to factory defaults/new iPad.

  • Auto-reaction email with SOLMAN

    Hello,
    i have configured the the satellites in solution manager (monitoring, EWA...). Now i want configure auto-reaction emailing such availavility, but in the rz20 of SOLMAN i don't find the monitoring parameters of satellites. My question is: if i want auto-reaction configuration for each satellite, i have to configure it in each satellite, otherwise, i can configure it centrally from SOLMAN?
    Thanks in advance
    Regards
    Carlos

    Hi Carlos,
    As Thomas mentioned , if you are intrested only in availability checks of satellite systems , you have to install only CCMSPING . SAPCCMS4x isnt required.But if you like to monitor other alerts like system logs , job failure , table space monitoring etc etc and want to set up auto reactions you have to install sapccms4x.
    For CCMSPING isntallation , go through
    http://service.sap.com/monitoring --> Monitoring in Detail -->Availability Monitoring and Agent CCMSPING 
    Thanks
    Prince Jose

  • CCMS Auto Reaction Methods in XI AlertFrameWork

    Team,
    I have setup my XI box to report all CCMS errors to the ALM framework. The scot tcode has been also setup to receive email.
    With MBA (Message Base Alert), such as mapping error, receiver not found, etc, I have access to a list of "containers variable" to report detail about the error.
    How can I do the same with all errors I get in CCMS ? The errors get replicated to my ALM framework (and thus can be seen in the AlertInbox), but I have no handle on variables container ...
    Thank in advance !
    A+

    Hi Jose,
    yes i have tried to changed to P and to whatever you can imagine but no success, could it be because im trying to do this on IDES?
    a bit summarizing of what have I done till now.
    I have created in client 000 a shared folder called CCMS_ALERTS, I have configured in RZ20 in menu SAP CCMS Monitor Templates --> Syslog --> Security in this way
    Everything has been done in client 000
    In General Tab i have:
    Message Class: RT
    Message Number: 079
    Severity of alerts to be triggered: 255
    Maximum numbers of alerts kept: 10
    Which alerts should be kept: ALL
    In Log Attribute Tab i have:
    Maximum alerts
    Always
    As many as possible
    In Filter Tab I have:
    System log message is selected (ticked)
    the i have filter
    from ID - US1 to ID US1 at Red (ticked) with severity 255
    In the method tab i have:
    My Own method that i have created and here it is:
    Method (rz21)
    Execution Tab:
    as Functional module - SALO_EMAIL_IN_CASE_OF_ALERT
    on any server
    Table fo several MTEs
    Control Tab:
    Periodically in dialog process (short running program)
    Parameter Tab:
    SENDER: my user (existing in any of the clients with administrator rights)
    RECIPIENT: CCMS_ALERTS
    RECIPIENT-TYPEID
    Release Tab:
    Auto-Reaction Method
    Please advice what have I done wrongly
    Vladi,

  • How to reset the auto-complete email adresses?

    How can I delete old email addresses from auto complete?
    I have been having trouble trying to find out how to delete the old typed email history. For an example, if I go to send a picture to Bob, I start typing Bob and it comes up with 3 old emails of his. Not a big deal except it's hard to keep track of what emails are current.
     In other words, after deleting the old emails in the contacts it still shows up when I start typing a person's name. 

    I am having the same problem on my IPad.  It appears these old email addresses are saved in the memory and from what I read, there is no way to delete them regardless if you delete the contact.  Hopefully in a future update that can be resolved.  It is very annoying though.

  • How to format Body of SAP email.

    Hi All,
    I am sending standard text as body of email .Formating options are not applying .
    Can you tell me how to format email BODY.
    Regards,
    Esh

    make use of HTML formatting tags. ex.
    APPEND: '<table border=1 width=80%'     TO lt_contents_txt,
           'cellpadding=1 cellspacing=0>'           TO lt_contents_txt,
           '<tr>'                                   TO lt_contents_txt,
           '<td class=header>PR Number</td>'        TO lt_contents_txt,
           '<td class=header>PR Line Item</td>'     TO lt_contents_txt,
           '<td class=header>Description</td>'      TO lt_contents_txt,
           '<td class=header>PR Release Date</td>'  TO lt_contents_txt,
           '<td class=header>PR Qty</td>'           TO lt_contents_txt,
           '<td class=header>Remaining PR Qty</td>' TO lt_contents_txt,
           '<td class=header>Unit of Measure</td>'  TO lt_contents_txt,
           '<td class=header>Requisitioner</td>'    TO lt_contents_txt,
                '<td class=header>Doc Type</td>'    TO lt_contents_txt,
                '<td class=header>Doc Type Description</td>'    TO lt_contents_txt,
           '</tr>'                                  TO lt_contents_txt.
    lt_contents_txt  is the content of your email
    Edited by: abapGenin on Sep 30, 2010 1:58 PM

  • CCMS Auto-Reaction for custom Local Monitor Set in RZ20

    Since I am not able to modify any SAP made monitor sets I have had to make a copy of them and place them under a new heading and then I can add the systems I want to monitor.
    Once I make that copy though, I want to add an auto-reaction to the set but once I hit properties it uses my RFC connections and takes me to that system. It is unlike the SAP made ones were once I click Properties it stays within the Solution Manager system and allows me to choose an auto-reaction that I have setup.
    Either one of these will work for me, can I add systems to the SAP made sets or can I set an auto-reaction within Solution Manager to a copied set?
    Thanks.

    Hi,
    You can go to t-code RZ21-> Technical Infrastructure and disable the Central Monitoring. Also you can assign auto-reaction methods to your own monitor sets.
    Let me know which method you want to copy and I will send you the steps.
    Thanks and regards,
    Rinkal
    Edited by: Rinkal Salia on Dec 29, 2009 7:58 AM

  • How to format and send html email using utl_smtp

    Hi,
    I need to send email in the html format from within the database using utl_smtp. I am really not interested in creating os level file using "set markup html on spool on" and sending that as an html attachment. Can someone please give a code?
    1. Output of a select needs to be emailed (for example : select empid, name from emp, salary)
    2. Certian cells for example salary < 4800 needs to be higlighted in Red color
    3. I need to send email which is having more than 32767 characters (I can not use varchar2 field)
    I have reffered to following url on asktom:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1739411218448
    However it does not help.
    If someone has a sample code with any select from a table, it would be a great help.
    Regards
    Sudhanshu Bhandari

    There have been many very good threads on sending email using the UTL_SMTP on the forum including threads that deal with HTML formated mail.
    The basic process is to the same as with sending regular (non HTML) mail, but you add some additional headers to the mail message as well as additional formatting to the message body (e.g. HTML tags as needed).
    Specifically you need to add the two following headers:
    MIME-Version: 1.0
    Content-type: text/html

  • How to format body of outgoing email...

    just wondering if "\n"'s should be added to the body of an outgoing email to prevent one long line of text or do most email clients automatically wrap the text...for example...
    lets say i compose an email by holding down the number 2 for a few lines (linewrap is set to true)...if i sent this email, would most email clients interpret this as a multiline email or would it be just one long line of 2's...
    thanx in advance

    I'd assume you have no guarantee about the formatting applied by the end email client and add the new lines yourself.
    In my experience, even this is not guaranteed to work as some destination clients (and/or mail servers) will enforce a line wrap inside the body of the email. That is, they will actually insert new line characters where there wasn't any.
    The only way to have any control over formatting is to use a system in which formatting is specified.. like HTML. You could include an HTML part in your messages (in addition to the text part) which formats the messgae however you like. This is more likely (but still not guaranteed) to be honored at the other end.

  • Auto-Reaction Method - External Operating System Command

    Hello ,
    I am trying to run a script (test.cmd) on a monitored java system out of solution manager via ccms auto-reaction method, but without success.
    I have created a RFC Connection to the java system in transaction sm59, defined an external operation command in transaction sm69 (/usr/sap/test.cmd) and an auto-reaction method using that command. But when I test the command in transaction sm49 with the RFC connection as target destination, the command is executed on the local CEN system (SolutionManager system) instead of the monitored java system. I have no clue where's the problem???
    Thanks for any help (points, points, points)
    Mirko

    Hi Anand,
    can you please send me that doc too pleae.
    [email protected]
    I really appreciate your help.
    Thanks,

  • Auto-reaction method not sending e-mail

    Hi everyone,
    We are trying to set-up email notificacions for cancelled jobs. So far I've configured SCOT and RZ20 succesfully. The alerts are triggered and the auto-reaction method is active and ready but it's not sending automatics e-mails. If I click on the auto-reaction method status and manually start auto-reaction method it sends the e-mails, but I haven't been able to make it work automatically.
    So far I've read every possible thread in SAP forums about the issue and I also have checked the following notes:
    Note 671780 - Only trigger auto-reaction method with certain alerts
    Note 502959 - RZ20: External e-mail as auto-reaction
    Note 939616 - CCMS auto-reactions: Help with troubleshooting
    Note 760821 - Auto-reactions no longer work with email
    Note 939616 - CCMS auto-reactions: Help with troubleshooting
    Note 176492 - Automatic email when an alert occurs (RZ20)
    I have tried all the possible control options for method CCMS_OnAlert_Email (currently is executed as a periodically job). I have checked all the jobs generated in RZ21 and still can't get it to work.
    This e-mails alerts are to be triggered locally by each SAP productive system. I've already tried to configure this monitoring alert in two of our developing system with similar behaviour: no automatic e-mail is getting send.
    Please, advice me on what I should do. I know I'm missing some
    configuration but I can't figure out which one.
    Best regards

    Is the job SAP_CCMS_MONI_BATCH_DP running?
    Please note the run time status: "Run required" means,
    the alert was triggered, but the auto-reaction method does not start until the next time the CCMS method dispatcher (SAPMSSY8) runs. This can last up to 5 minutes if alerts are generated asynchronously (for example, by an active data collector).
    However, the next time the CCMS method dispatcher runs, the auto-reaction method should be executed and the status of the node should be READY.
    If the RUN_REQUIRED status does not disappear, it could be for a number of reasons:
    - If MTE is present on the local system:
    The auto-reaction method must not be defined as the central auto-reaction method.
    - If MTE is present on another monitored system and a central auto-reaction method was defined:
    Is one of the above true in your case?
    An agent from the monitored system must be logged on to the central system, and this agent must be active. Please check whether these agents are active or not in Rz21 and try Re-Registering it.
    You can also refer to SNOTE: 939616, 1265906
    In the below link search for "RUN required"
    http://help.sap.com/saphelp_nwpi71/helpdata/en/49/945f2b9ee72222e10000000a42189d/content.htm
    Regards,
    Arjun

  • CCMS alert stays in ACTION_REQUIRED status auto reaction is not triggered

    Hello,
    We have configured central monitoring infrastructure via Soluton Manager. So we could assign auto reaction methods in RZ21(CEN) to get e-mail notification if an alert occured in satellite systems.
    Most of the assigned MTEs trigger mail notification but our problem is that certain MTEs don't trigger the assigned auto reaction and they are stucked in ACTION_REQUIRED status.
    All of the application servers have running and connected CCMS agent.
    I have read all of the similar forum threads but I couldn't find any relevant answer:
    Notes what I have read but didn't help:
    note 543414
    note 546981
    note 176492
    I think the basic configuration should be correct as most of the MTEs can trigger and send out e-mail notification from satelite systems.
    Thanks in advance,
    Peter
    Edited by: Peter Kalmar on Mar 12, 2010 4:21 PM

    Hi Peter,
    by any chance were your auto reactions based on alerts that were related to GRMG type availability checks. I've been setting up some monitors with auto reactions and have found that the alerts based on the systems that have the SAPCCM4X,SAPCCMSR type agents supplying the RZ20 data for the systems seem to work ok. The alerts when triggered get the emails sent out via SAPCONNECT and out to the internet mail recipient that was defined in the central system auto reaction method.
    However, I'm having a problem getting the GRMG based alerts to go out, they stick in the alert monitor with status "ACTION_REQUIRED" and only send the emails after the manual task of initiating the auto-reaction method in the alert monitor is performed. They use the same auto-reaction method as the others which are working ok, so I'm still trying to figure out why these GRMG based alerts are failing to run the auto reaction method unattended.
    Regards,
    Brian.

Maybe you are looking for

  • How to get new software for torch 9850 for new computer

    I got a new laptop (both my old and new are Windows 7. I used the transfer software to transfer my old files to my new computer, but I didn't get the driver for my 7.1 Bundle 921 software so I can't sync my phone with my new computer. I've tried to d

  • Install solaris 10 on Proliant 1600 - Compaq Smart Array 221

    I'm trying to install solaris 10 06/06 on a Proliant 1600 with smart array 221. I boot from the cd and choose the first option (Solaris), then I get this warning: WARNING: failed to program IO space [0/20/2] BAR@0x20 length 0x20 and the system hang u

  • Load SQL Server data with OWB 11.2

    Hi, We are using OWB 11.2 on Oracle Exadata Database Machine X2-2. We want to load data from multiple SQL Server tables in our DWH on Oracle 11.2 with OWB 11.2 We want to load aprox. 100 million records a day. I've read some articles about this and t

  • Need help regarding the dunning form

    Hi, I have to display all the sales and payments of a cusomter for all the periods that are older than the run date in a dunning form. (i.e) if the run date is 04-aug-05 and if the slaes are there in 3 months(april, May, july) then i have to display

  • Olap question

    hi all, whenver i execute the below query in olap(excel 2007), it gives error "sql command not ended properly" i am completely new to olap,:( and i have to generate a report based on this Private Sub Calendar1_Click() End Sub Private Sub Calendar2_Cl