What is the way for accessing data that is found on an application server and on a presentation server in ABAP/4? | SAP ABAP

We will have to make use of these modules: UPLOAD or WS_UPLOAD for the presentation server and OPEN DATASET, CLOSE DATASET, READ DATASET for the application server.