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

Archiving files

0 Likes
852

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.

2 REPLIES 2
Read only

FredericGirod
Active Contributor
698

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 ?

Read only

0 Likes
698

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.