cancel
Showing results for 
Search instead for 
Did you mean: 

From BW ->XI->File

Former Member
0 Kudos

We would like to read BW OLD DB through XI to create a file for an external application. How do I read BW OLE DB using XI.

thanks

Dhandu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Dhandu,

There are two HowTo guides available dealing with this topic.

To push data from BW to XI, please check

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how to push data into bw from xi.pdf

To send data from XI to BW please check

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/integrate bw via xi.pdf

Best regards

Joachim

Former Member
0 Kudos

....sorry that pdf doesn't meat ur requirement.

Former Member
0 Kudos

Any body has pulled data from BW?

Former Member
0 Kudos

Please check ...SAP provdes Std function module to pull the data from BW...

thanks

Former Member
0 Kudos

I need more help... any references/white paper, to get data from BW through XI.

thanks

Former Member
0 Kudos

I have'n exp practically...but i think...

u have a function modules to pull the data from BW in the form of XML...

but i don't know how to do it with XI...

Thanks..

Former Member
0 Kudos

I am suprised no one has done this before! How to read read data from BW using XI?

Any thoughts?

thanks

Dhandu

Former Member
0 Kudos

I seem to recall that one of my colleages implemented this scenario.

From what i remember of it there were some functionality in one of the newest versions of BW, which supported this functionality. I think this we described in a release note for BW, which at least was avaible around december 04.

Former Member
0 Kudos

Hi

I have fetched data through BW and passed it to SQL Database(Outbound through proxy).

For the Inbound process I have done through Delta Queue. There is an RFC FM and a Data Dictionary structure which is being generated. All you need to do is to write the Code(Call Function 'RFC FM') within the Inbound Proxy method and pass the Data source name which is created along with the Internal Table.

Best Regards

Swetank