Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

In the table “Recipient List”, we have to parameterize the list lists that are going to use be used in the alarm alarms that will be created. Only the created list lists in this point can be use used in the parameterization of the alarm itlselfitself.

These list lists will return the list of users to whom the alarm notifications must reach.

...

The table consist of the following fields:

Recipient list

ABAP class for recipient

Rol

Id of the recipient list

ABAP class that return the usr list.

If this field is reported the “Rol field” must not be reported.

Rol that return the user list.

If this field is reported, the field “ABAP class for recipient” must not be reported

.

The specific parameterization of the products that use alarm is detail below:

...

.

From product is offered an example class as help to reuse code if you want to parameterize an ABAP class in recipient list. This class is /EDGE/CL_AL_LISTA_DEST_EXAMPLE.

If a Z class is created, that class should inherit from interfaz /EDGE/IF_AL_LISTA_DESTINATARIO (as it does the example class /EDGE/CL_AL_LISTA_DEST_EXAMPLE).

Parameterization example:

...