cancel
Showing results for 
Search instead for 
Did you mean: 

Alerts inside an Adapter Module

Former Member
0 Kudos

Hi

I'm going to program a module for a file adapter with the XI Adapter Framework API.

It is possible to use the Alert Framework and trigger alerts using that API ???

Thanks

Regards

Go:khan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gökhan,

Please check these out..

XI Alerts :

Creating alerts – step by step

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

Triggering alerts:

/people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function

Troubleshooting alerts:

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide

cheers,

Prashanth

P.S Please mark helpful answers

Former Member
0 Kudos

Hi Prashanth

Thanks for the link collection.

However, I am using a J2EE application and would like to call alerts. I have figured out that I could use JCo or Java Resource Architecture which is actually better suited for J2EE application.

It there any other possibility??

Regards,

Go:khan

moorthy
Active Contributor
0 Kudos

Hi,

If you want to trigger an alert from the Adapter engine, XI supports this from SP14 onwards.

So you can try directly this one right.? Is there any other requierement..

Regards,

Moorthy

Former Member
0 Kudos

Hi Krishna

No, there is no other requirement.

I think calling the function module SALRT_CREATE_API from the J2EE application is the right way to trigger an alert from Java.

Regards,

Go:khan

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Gokhan,

Thanks.These are really good blogs.

cheers,

Prashanth

Former Member
0 Kudos

Hi Prashanth

The API package includes some useful coding examples.

The JCo API package can be found under:

https://websmp203.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000463600&;

==> Connectors ==> SAP Java Connector and downlaod the API package that fits to your operation system. As I mentioned, here are also useful coding examples.

Enjoy it.

Regards,

Go:khan

Former Member
0 Kudos

Hi Gokhan,

Look at this..

/people/gregor.wolf3/blog/2005/03/05/create-users-in-an-abap-system-with-bapi-ostermiler-java-utilities

cheers,

Prashanth

Former Member
0 Kudos

Hi Prashanth

Thanks for that link.

I just want to add some other links that I have just found during my research.

From Function Module to JCo Application - Part 1 of 3:

/people/gregor.wolf3/blog/2004/09/23/from-function-module-to-jco-application--part-1-of-3

From Function Module to JCo Application - Part 2 of 3:

/people/gregor.wolf3/blog/2004/09/24/from-function-module-to-jco-application--part-2-of-3

From Function Module to JCo Application - Part 3 of 3:

/people/gregor.wolf3/blog/2004/09/25/from-function-module-to-jco-application--part-3-of-3

Regards,

Go:khan