Skip to Content
0
Former Member
Jul 17, 2008 at 06:28 AM

effective way to transfer data to application server?

27 Views

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.