cancel
Showing results for 
Search instead for 
Did you mean: 

java proxy generate alert

former_member189519
Participant
0 Kudos

Hi, is there an easy way to trigger an alert within an java proxy?

The only way seems to be the RFC "SALERT_CREATE"

Bernhard

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bernhard,

One solution would be to use the SAP Java Connector (JCo) to call the function module on the ABAP system.

Yaghya

former_member189519
Participant
0 Kudos

and what function should i call?

if you take a look at the jsp you find an Send test alert via Alert.sendTestAlert()

so i assume there is an java class from sap which directly generates an alert...

prabhu_s2
Active Contributor
0 Kudos

currently the aviable solution is to use the rfc f/n mod u are using now. apart from that i think there is no other way. even in ABAP un will use this f/n mod to trigger an alert via R3

former_member189519
Participant
0 Kudos

There is an jsp which can send alerts as well

does anyone know what technique it uses?

http://<host>:<j2eeport>/AdapterFramework/alerting/ping.jsp?tasks=sendTestAlert