cancel
Showing results for 
Search instead for 
Did you mean: 

generating a report - from messages

Former Member
0 Kudos

Hi,

i vould like to generate a report based on messages in XI reding thier id and manupilating it.

Can anyvone guide me how to start ? i guess i vould have to write a java program using modules ? where can if find examples and API's?

Sergei

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks a lot , can you also point me where i can find the api's of the java moduling programming ?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

sure I can:

question 7 (adapters section)

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

also this document:

https://websmp106.sap-ag.de/~sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf

Regards,

michal

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you can read messages ID in two different ways:

from BPM:

/people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm

without BPM:

/people/michal.krawczyk2/blog/2005/02/25/simple-java-code-in-graphical-mapping--xi

(in the second weblogs just change INTERFACE_NAMESPACE to MESSAGE_ID)

Regards,

michal