Question:
hello with everyone,
Veiled, I execute a program via the RFC_ABAP_INSTALL_AND_RUN.
In this program I create a table which I would like transferer on my working station.
When I use WRITES I recover my data normally.
When I use WS_DOWNLOAD, with a file pointing on my workstation, SAP did not recognize my station and ends in an failed error.
When I use an OPEN DATASET, this is the same problem. It is absolutely necessary that the target file exists on waiter SAP.
I will like to be able to open and transfer the file on my station.
Exist there a function to make recognize my workstation to the execution of my program.
Answer:
RFC cannot write to your PC because it does not run in a dialog process. You need to write the file to the application server (with OPEN DATASET).