Skip to main content

developerWorks >  WebSphere  >  Forums  >  WebSphere Business Modeler and WebSphere Business Modeler Publishing Server Forum  >  developerWorks

How to feed a datawarehouse with KPI data from IBM Workflow engine?    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]
Guido.Brune

Posts: 1
Registered: Oct 29, 2009 06:00:48 AM
How to feed a datawarehouse with KPI data from IBM Workflow engine?
Posted: Oct 29, 2009 06:20:34 AM
 
Click to report abuse...   Click to reply to this thread Reply
Hello,

in my current project we want to feed SAP's data warehouse BW with KPI data from
IBM's workflow engine.

I found the following redbook "BPM meets Business Intelligence":

http://www.redbooks.ibm.com/abstracts/SG246340.html?Open

This document describes the integration of an workflow KPI's into a common data warehouse
based on web services.

SAP BW is in general supporting in this context the following interface types:

+ WebService
+ CSV-File.

For WebService to BW we expect the data in the following XML-format:

<?xml version="1.0" encoding="utf-8"?>
<ns1:DataToBW
xmlns:ns1="http://customer.com/XI/BW"
xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance">
<DATA>
<item>
<CALDAY>1999-01-24</CALDAY>
<MATERIAL>4711</MATERIAL>
<AMOUNT>260</AMOUNT>
<CURRENCY>EUR</CURRENCY>
</item>
<item>
<CALDAY>1999-01-24</CALDAY>
<MATERIAL>4712</MATERIAL>
<AMOUNT>100</AMOUNT>
<CURRENCY>EUR</CURRENCY>
</item>
</DATA>
</ns1:DataToBW>

Are there are pratical experience and advises out there how to design the interface between IBM's workflow engine/BAM and SAP BW?

Regards & Thanks,

Guido Brune
Germany
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums