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

application server upload

Former Member
0 Likes
381

what function module upload data from application server?

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
348

You mean write to application server? IF so, we use the DATASET statements, OPEN DATASET TRANSFER DATASET and CLOSE DATASET.

Regards,

RIch Heilman

Read only

Former Member
0 Likes
348

You can use statement OPEN DATASET, READ DATASET(to read) / TRANSFER(to write) and CLOSE DATASET.

Read the Help on Open dataset, read and close , transfer

Regards

Vijay