cancel
Showing results for 
Search instead for 
Did you mean: 

Combining multiple rows to one in SNP Alerts Screen/Output

sumaghosh
Participant
0 Kudos

Hello All,

I have created SNP Alerts for safety days.

I am facing a issue of having many lines as the output of SNP ALerts.

Here I am displaying days supply of individual days. Now I want to combine all the days into 1 combining all the red alerts, how do I do that without disturbing the number of iterations mentioned in the Macro.

example :

As -is

Description
05/16/2016 : Days Supply 322.000
05/30/2016 : Days Supply 308.000
05/23/2016 : Days Supply 315.000
04/25/2016 : Days Supply 343.000
05/02/2016 : Days Supply 336.000
05/09/2016 : Days Supply 329.000
04/18/2016 : Days Supply 350.000

To be Requirement:

Description
04/18/2016 to 05/16/2016 : Days Supply > 300 days

Appreciate your suggestions.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hI Suma

in SCM 7.0,  I can see following 3 alerts related BADIs.

/SAPAPO/AM_ALERTLIST           Extension of Existing Alert List

/SAPAPO/AM_CNF_ALERT          BAdI: Overconfirmation/Underconfirmation Alert

/SAPAPO/AM_SET_PRIO            Change Prioritization of Alerts Read

I do not know, however, if any of these is useful for your scenario.

Thanks

Amol

sumaghosh
Participant
0 Kudos

Hello Amol,

Thanks for your inputs.

But I want to compress the number of output rows in alerts , Hence above BADIs can't be utilized.

Regards.