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

reg Archive files

Former Member
0 Likes
929

I want to know where the archive files will be stored, is it in application server, if i use the function module SUBST_GET_FILE_LIST, can i fetch the files for a particular directory, as i am able to fetch application server files, but i want to know whether i can fetch archive files.

Thanks & regards.

venkat.

I want to know where the archive files will be stored, is it in application server, if i use the function module SUBST_GET_FILE_LIST, can i fetch the files for a particular directory, as i am able to fetch application server files, but i want to know whether i can fetch archive files.

Thanks & regards.

venkat.

5 REPLIES 5
Read only

bpawanchand
Active Contributor
0 Likes
872

Try the FM

ARCHIVE_FILES_ACCESS_KIND_GET
ARCHIVE_GET_ARCHIVE_FILES

Read only

Former Member
0 Likes
872

Venkat,

Archived files are normally stored in External storage devises. Generally data which is old and not very frequently acessed is archived, to improve the afficiency of the SAP R/3 system.

Yes you can retreive archived files. There are standard programs to retrieve archived files.

For eg: RM06ER30 to retrieve archided Purchase Documents etc.

a Basis consultant plays the significan role to manage the storage decises such as providing ACESS to the archived data in external storage devises.

Hope this explanation of mine helps you.

Murthy.

Read only

Former Member
0 Likes
872

Hi ,

If u want to fetch archived data, check the info structure->technical data. You will be getting a table name. you can fetch data according Infostructure and Archive index.

Regards,

Radhika.

Read only

former_member222860
Active Contributor
0 Likes
872

Hi,

Pl. see the related thread at

regards

Mahesh

Read only

Former Member
0 Likes
872

HI,

The archive files for retrieval are accessable from Archive Administration.

The step for doing this are :

1.Choose storage system.

The store/Retrieve Archive file menu box appears.

2. Choose Retrieve Files.

3. using archive selection, select the file you want and specify when you want to commence that same.

4. Execute.

Regards

Sathish R