[1937] in SAPr3-news
Re: ABAP Reports export to files
daemon@ATHENA.MIT.EDU (vivian Leeman)
Fri Dec 13 14:18:06 1996
To: sapr3-news@MIT.EDU
Date: Fri, 13 Dec 1996 20:00:07 +0100
From: vivian Leeman <vivian.leeman@bebslint.origin.nl>
Roger Spiess wrote:
>
> Hi,
>
> for my thesis I am now working on, I need to program some ABAP/4 Reports
> on SAP R/3 that needed to print their output directly in ASCII Files.
>
> Because I have NO experience in ABAP/4 programming it seems to be a good
> way to get the information out of this forum. After hours of browsing in
>
>
> Roger Spiess
Easy to output to a file on the application server
use TRANSFER TO DATASET
To a PC (presentation server) use function module
DOWNLOAD or WS_DOWNLOAD
The whole thing is in the documenation under
interfaces.
Hopes this help.
Bye Vivian Leeman (Origin)