Hi Experts,
I have never worked on the file download upload onto application server.
now i have a requirement like the report selection screen has 2 fields and email field ( where the user should be able to enter multiple rows ) on the selection screen .
Hence based on the two selection screen field couple of records needs to be picked up from KNKK table.. now this content should be downloaded as below into a flat file on the application server.
VERSION;10.1
EMAIL;RESPONSE;abc@email.com
ADD;SALARYFEED;Field1.1;Field1.2;Field1.3
ADD;SALARYFEED;Field2.1;Field2.2;Field2.3
ADD;SALARYFEED;Field3.1;Field3.2;Field3.3
ADD;SALARYFEED;Field4.1;Field4.2;Field4.3
I dont understand how to achieve this..
I have couple of doubts now..
1) when it is said download file onto the application server.. what exactly it means..
i am now selecting the data into an internal table and now i am looping the table and transferring the content into the filepath .. it is throwing run time error with the below exception..
Kindly guide what needs to be done
Thanks and Regards,
Swarnadeepta