cancel
Showing results for 
Search instead for 
Did you mean: 

Getiing Values to be filled in Alert Container

Former Member
0 Kudos

I am using the Alert Framework to raise various alerts.

There are some variables I have defined in the Containers of the Alert Categories.

Is there some API to which if i pass the name of the Alert Category, it tells me the Container variables that category expects?

Alternately, does anyone know where these variables are stored, i.e. in which database table?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

So I found the answer for this, I used a Function Module which is a part of the Alert Framework package (SALERT_CORE):

SALRT_GET_CONTAINER_FOR_CAT

With this, given an alert category it returns the container variables which can be filled for it.

Answers (0)