cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:Alert management

Former Member
0 Kudos

Hi Experts,

I client wants a Alert whenever a Sale Order is added.

And alert should be popup only once and immediately.

Please let me know the solution.

Accepted Solutions (1)

Accepted Solutions (1)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

To get an alert, at least 15 min required. Less than 15 min it is not possible to get an alert.

Thanks & Regards,

Nagarajan

Former Member
0 Kudos

Hi Nagarajan,

Ok.If it tooks 15 minutes to popup ,how can we make that Alert to Popup only once.

Answers (2)

Answers (2)

former_member186712
Active Contributor
0 Kudos

Hi,

The best way to get what you need is using SDK. If you use an alert your customer will never be satisfied.

Regards,

Augusto

former_member205766
Active Contributor
0 Kudos

Hi

You can set the Alert in following path:

Go to Administration => Alert Management

Check the below discussion for your reference

With Regards

Balaji Sampath

Former Member
0 Kudos

Hi Balji,

I written the following query:

SELECT  T0.DocNum from ORDR T0 where DATEDIFF(DD,T0.DOCDATE,GETDATE())=0

and i put the Frequency as 1 Minute.

It popup the Alert in every 1 Minute.But my client needs the Alert should popups immediately and only once.

How can i acheive this?

former_member205766
Active Contributor
0 Kudos

Hi

There is no possibility to get immediate alert with 0 minutes in SAP Standard.

With Regards

Balaji Sampath