Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

deleting records from a file

Former Member
0 Kudos

how do i delete records from a file on my presentation server after a successfull read operation

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

We can not delete the records from a file which is there in the Presentation server, but you can replace the fiel with the new data or else, you can delete the file using GUI_DELETE_FILE funtion module

Regards

Sudheer

2 REPLIES 2

Former Member
0 Kudos

Hi,

We can not delete the records from a file which is there in the Presentation server, but you can replace the fiel with the new data or else, you can delete the file using GUI_DELETE_FILE funtion module

Regards

Sudheer

Former Member
0 Kudos

Hi,

First store records in to internal table using giu_upload.

then read the records and then delete the records which ever u want based on some condition and download the records to the presentation server using gui_download

Rgds,

Prajith