‎2019 Dec 11 3:18 PM
Hi,
I have an odata service prepared to receive a file from the frontend.
Now I want to archive that file.
In the odata service, i receive the xstring of the file and its name.
I am trying to use the FM ARCHIVOBJECT_CREATE_FILE but I don't know what to put on the path import parameter.
Can anyone help?
Thank you.
‎2019 Dec 11 3:21 PM
Where do you want to archiv the file ?
Where do you expect to be able to read the file ?
Do you want to link this file to a SAP transaction ? with GOS for example ?
‎2019 Dec 13 9:19 AM
Hi, I need to archive it on SAP Archive server. There is no need for reading yet, and there isn't the need to link this to a transaction.