Application Development and Automation 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: 
Read only

save our data on application server

Former Member
0 Likes
443

Hi everyone

i want to save my data into application server i am using following codes:

open dataset FNAM for output in text mode encoding default.

loop at ITAB.

transfer ITAB to FNAM.

endloop.

close dataset FNAM.

but not getting proper output, i am using AL11 but iam not getting expected output, please reply me,

waiting for your reply

Thanks & Regards

Vimarsh B.

1 ACCEPTED SOLUTION
Read only

former_member386202
Active Contributor
0 Likes
423

Hi,

If u have file on presentation server, then use tcode CG3Z to transfer file from presentation to application server

Regards,

Prashant

1 REPLY 1
Read only

former_member386202
Active Contributor
0 Likes
424

Hi,

If u have file on presentation server, then use tcode CG3Z to transfer file from presentation to application server

Regards,

Prashant