cancel
Showing results for 
Search instead for 
Did you mean: 

ALM Alert text email help

raguraman_c
Active Contributor
0 Kudos

Hi,

I want to add alert text to my sms from ALM.

What parameter do I need to maintain in Method?

The parameter name I have is SUBJECT_ALERT. What would be the parameter value for alert text.

Any help would be appreciated.

Please help.

Points gauranteed.

--Ragu

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member193518
Active Participant
0 Kudos

Hello,

Please take a look at function module SALO_SEND_ALERT_TO_ALM (function group SALO) as an example. Pay attention to lines:

    • set long text

swc_set_table lt_container salrt_dynamic_longtext lt_streamtext.

swc_set_element lt_container salrt_dynamic_texttype 'RAW'.

    • set short text

CLEAR lt_streamtext.

ls_streamtype = 'CCMS ALERT'.

APPEND ls_streamtype TO lt_streamtext.

I hope this helps in some way.

Regards,

Darryl

JPReyes
Active Contributor
0 Kudos
raguraman_c
Active Contributor
0 Kudos

Please understand my question first. My question is how to maintain SMS text. Its not about setting up ALM. I cannot this much further to SMS text if I had not setup ALM.

--Ragu