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: 

archiving pdf-document in external store ?

Former Member
0 Kudos
205

hi there,

i have a projekt, where i have to archive pdf-files on a external archive (ixos). i use the FM 'ARCHIV_CREATE_SYNCHRON_META' to archive the pdf-files.

the big problem is the following: the name of the original pdf-file is not saved. there is only the document-id, which i got back from the archive-server. but in emergency-cases i have to restore all the pdf-files from the archive-server with the ORIGINAL pdf-name. this is important because the name is kind of a 'key' for finding documents in other, non-sap-systems !

any ideas for that ?

regards, Martin

2 REPLIES 2

Former Member
0 Kudos
106

Hi Martin,

If you are getting back the document id then you can store that in custom table where you can store PDF file name and the object id. You will have the name of PDF when you use the FM to archive it.

So whenever you have to get back the file you can refer to the custom table to get the name.

Best Regards,

Chintamani

0 Kudos
106

hi Chintamani,

well, i also thougt about a custom table, of course ! BUT: i thougt that there a STANADRD methods or FM'S which are able to support this. the problem is also that there are MAAANY pdf-files which are saved. so one more customer table would mean: many space 'wasted'.....

regards, Martin