Example of a simple report

ABAP code for downloading data to a file on the presentatuion server(PC). It also checks if file exists and allows user to replace existing file, change name or cancel during download process. * This method of file download with check uses the latest techniques * and achieves a very neat solution. DATA: ld_filename TYPE string, ld_path TYPE string, ................
................