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: 

Download data in Field symbol

ravishanker_cheedepudi
Active Participant
0 Kudos

Hi ,

I have dynamic interna table(field symbol <itab>) filled with data in <itab> , i want to download this data to a application server file .

Please let me know how to do this .

Ravi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Use the OPEN DATASET, CLOSE DATASET, READ DATASET and use the Transfer statement for this dynamic internal table.

Pls check this link-

Regards

Lekha

1 REPLY 1

Former Member
0 Kudos

Hi,

Use the OPEN DATASET, CLOSE DATASET, READ DATASET and use the Transfer statement for this dynamic internal table.

Pls check this link-

Regards

Lekha