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: 

GUI_UPLOAD and OPEN DATASET

Former Member
0 Kudos

Hi,

My code takes data from a file.

I want to have an option of loading file from presentation server as well as application server (in case of background).

For this I am using a checkbox and depending on its value I call the FM GUI_UPLOAD (presentation server) or OPEN DATASET (for app server).

Is this the right approach or there is a single FM available which can be used to upload file in both the scenarios.

Thank you,

CD

1 ACCEPTED SOLUTION

Former Member
0 Kudos

thats perfect. there is no common function to read from both the places

3 REPLIES 3

Former Member
0 Kudos

thats perfect. there is no common function to read from both the places

0 Kudos

Thanks for the quick one

Former Member
0 Kudos

Hi

You're right, I don't believe there's a std fm to do that.

Anyway try to check the function group like C13Z

Max