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

new report for Archiving data

Former Member
0 Likes
632

Hi to all,

Can anybody kindly tell me how to solve the following:

Due to the huge volume of records in the table ZMES_SEQ_DETAIL it required to archive the data based on the Date on which the record was created, which is 18 months older in the table ZMES_SEQ_DETAIL.

Thanks in advance.

Regards

Simi

Hi to all,

Can anybody kindly tell me how to solve the following:

Due to the huge volume of records in the table ZMES_SEQ_DETAIL it required to archive the data based on the Date on which the record was created, which is 18 months older in the table ZMES_SEQ_DETAIL.

Thanks in advance.

Regards

Simi

4 REPLIES 4
Read only

Former Member
0 Likes
605

Hi

use the Std Archiving transaction

SARA

and run the Delete program after going through the Doumentation.

Regards

Anji

Read only

0 Likes
605

Thanks.

Regards

Simi

Read only

Former Member
0 Likes
605

Hi,

SAP provides standard archive objects for standard tables. There is no archive object available to archive custom tables data (Z/Y tables). The option you have is to develop a custom archive object and related programs to archive data from the Z table.

Checkout the following <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/2a/fa042d493111d182b70000e829fbfe/content.htm">link</a> for more details on developing archiving solutions.

Hope this helps

Cheers!

Samanjay

Read only

Former Member
0 Likes
605

Thanks.

Regards

Simi