hi,
i have a zreport in which has an internal table i_item.
i am writing the content of that internal table (i_item) to two csv files on application server.
i use OPEN DATASET...* TRANSFER FILE...* statements
but this might cause some performance issue. so can u please suggest another way to write data to csv files on application server freom that i_item table ..so that i wouldnt face any performance issue.