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 data

Former Member
0 Likes
709

Hi,

please give me solution for how to archiving data from system ?

5 REPLIES 5
Read only

Former Member
0 Likes
664

which data? are you aware, how many archiving objects there are?

explore t-code SARA. there's tons of documentation on help.sap.com for every object available.

but first: make a concept.

Read only

Sathish
Product and Topic Expert
Product and Topic Expert
0 Likes
664

Archiving is done for each area seperately. For example if the FI data is to be archived there are archiving objects available with their names starting with FI_*.

Each archiving object comprises of tables with a logical grouping.

There are different operations in archiving: Writing, Deleting, Post processing, Storage Management.

The start point for all archiving is the transaction code SARA.

All information is further available with http://help.sap.com.

Read only

Former Member
0 Likes
664

>

> .

> The start point for all archiving is the transaction code SARA.

actually this is not correct. various entry-points can be found along the SAP-Menu, for example: ME98 (to get the whole tree use SEARCH_SAP_MENU). most objects have been integrated into their 'modules'.

Read only

Former Member
0 Likes
664

What should be the answer for the following question:

The following archiving objects normally plan an important role when running an archiving project in retail:

1. Article master records (MM_MATNR) True / False

2. Article documents (MM_MATBEL) True / False

3. Billing documents (SD_VBRK) True / False

4. Additional documents (WTADDL) True / False

5. Site master records (WS_ACSITE) True / False

Read only

Former Member
0 Likes
664

Hi,

for archivng data.

1. Analyse data growth of system..t-code :DBO2/SE16

2. Find the maximum size and growth tables

3. find the relevent archiving objects : DB15

4. Decide on residence and retention period of data,hardware-storage location etc

5. customize archiving objects: t-code: SARA

6. Schedule archive job and monitor: SARA/SM37

7. Retrieve if required by SARA/SARI/ALO1 etc

Let me know any specific question ,if you have

Thanks,

Sudhir