2011 Sep 28 9:45 PM
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
2011 Sep 28 9:53 PM
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
2011 Sep 28 9:53 PM
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
2011 Sep 28 9:55 PM
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