Wednesday, September 22, 2010

To Download Data from Application Server Files to Presentation Server

Use the Function :
C13Z_APPL_TO_FRONT_END to download the data from the Application server to Presentation.
This has to be restricted due to the functionality for the user can download any file to PC. So the file name has to be checked to restrict the user downloading any file to his PC.
Since it's not possible to download data to presentation server in background, we first download the data to application server file, then read this application server file and save it to presentation server in foreground, which ideally means each such download program requires another program which takes the file structure into consideration and download it to presentation server.

No comments:

Post a Comment