cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure Alert

Former Member
0 Kudos

Hi All,

I am having a custom prog which generate and save all the exception in some Z table (in solman system), now I want to generate alert for these exception using solution manager.

Could anyone suggest me how to achieve this?

Thanksu2019

..Pradeep

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

Let me revise my question,

If i am having an z table, the moment value changes there in z table, i want an alert from solution manager.

How to achieve this?

Any suggestion?

Regards,

...Pradeep

Former Member
0 Kudos

I did a search for methods containing the word TABLE in RZ21 and found CCMS_GEN_TAB_G / CCMS_GEN_TAB_R.

From [the help documentation|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/be/f6ab3b92818b70e10000000a114084/frameset.htm], its parameter RESCANFROMBEGIN is the:

Name of the column with a time stamp or other constantly growing content (such as a row number); if this value is set, only those rows whose entry in this column is greater than the last checked entry (so for a column with a time stamp, only the entries that did not yet exist at the last run are checked)

Former Member
0 Kudos

Hi

Check this out

Note 429265 - CCMS monitor architecture: Central auto-reaction

Note 176492 - Automatic email when an alert occurs (RZ20)

SAP Note 939616 - CCMS auto-reactions: Help with Troubleshooting

Check SAP Note 617547 - RZ20: Sending alerts as mail and SMS

[Link1|https://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/30237989-0901-0010-70a4-944691eb5e52] [original link is broken];

[Link2|http://saphelp.border-states.com/EN/d9/ff9c3b122efc6ee10000000a114084/frameset.htm]

[Link3|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d724f879-0901-0010-219b-af6665b95fee;jsessionid=(J2EE3417600)ID0347122750DB11139234333710943674End]

Regards

Uday

Former Member
0 Kudos

Hi Uday,

Thanks for the info, but my qustion is straight forward.

Can i have step by step procedure to configure Alert through SOLMAN, under the below given circumstances:

As i mentioned, i am using a Z report prog to generate and store exception in a z table.

Now i am m looking for a mechanism withing SOLMA, where i can associate this Zreport prog into SOLMAN whcih will keep on runing in background as per setting of alert schedule. and generated data of this report should be the content of Alert message.

Regards,

...Pradeep