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 of PDF documents

Former Member
0 Kudos

Hi All,

I need to perform Document archiving. Actual requirement is to retrieve the pdf files stored in a particular unix Directory and archive those files in SAP and then remove those files from the UNIX path. I have retrived the file names from the unix Directory and stored in an internal table.

Then for archiving I need to make use of the following functions.

1. ARCHIV_METAINFO_GET

2. ARCHIVOBJECT_CREATE_FILE

3. ARCHIV_CONNECTION_INSERT

Can any one help me in using these functions. How do I pass values and in which order I will call these functions. What is the use of these functions. Could you please guide me. I am new to Data archiving.

Thanks in Advance,

Renuka Moorthy

1 REPLY 1

Former Member
0 Kudos

Resolved