cancel
Showing results for 
Search instead for 
Did you mean: 

Z-table data archiving

Former Member
0 Kudos

Hi All,

I need to archiving the data of z-tables.The data in these tables is huge. Please suggest right approach and possible solutions for data archiving.

Thanks in Advance,

Sanyam Kataria

Accepted Solutions (1)

Accepted Solutions (1)

JL23
Active Contributor
0 Kudos

If the data is not audit relevant, then you can write a ABAP that just deletes entries from the z-table.

If you want archive the entries, then follow this link to SAP help library that explains the steps you have to go to develope yoour programs:

http://help.sap.com/saphelp_erp2004/helpdata/en/2a/fa042d493111d182b70000e829fbfe/content.htm

Former Member
0 Kudos

I have three z-tables, whose data is to be archived. Can i create just one archiving object for three tables?

JL23
Active Contributor
0 Kudos

If they are related then it would make sense to archive them together to avoid inconsistencies.

If the only commonality is the fact that they are z-tables, then I would seperate it to individual archiving objects.

Answers (0)