Welcome To My BLOG

This site is to give a brief idea for the abap learners who are looking for some real time programs .It consists of collection of programs from my side . I hope these programs are very much used for all of the learners. Please check the links for any information in ABAP.
Please vote for my Blog. And please input me on this mail addrssess.Email me

Share this link with your friends

http://www.rebtel.com/u/15163104576

For every friend who signs up using this link and makes a payment, we'll give you 8 €!


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: