Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Read BW table with ABAP

Former Member
0 Likes
756

Hi experts,

I need to extract some data from BW using ABAP.

There's a Z table in BW and I need to read it and generate a flat file to FTP to another system.

Does anyone know how to do this?

I've never worked with BW before!

Please help!

Thanks in advance,

Fernanda

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
599

Hello,

If you have RFC connection between R/3 and BW system you can use FM RFC_READ_TABLE to read Z table and get the data back...

Thanks

Hi experts,

I need to extract some data from BW using ABAP.

There's a Z table in BW and I need to read it and generate a flat file to FTP to another system.

Does anyone know how to do this?

I've never worked with BW before!

Please help!

Thanks in advance,

Fernanda

2 REPLIES 2
Read only

Former Member
0 Likes
600

Hello,

If you have RFC connection between R/3 and BW system you can use FM RFC_READ_TABLE to read Z table and get the data back...

Thanks

Read only

Former Member
0 Likes
599

Hi

SELECT/ENDSELCT works for BW too.....I mean you can use the classic ABAP if you need to read a transparent table of BW

Max