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: 

Archival Method of a custom transparent table

Former Member
0 Kudos

Hi, I have created a custom transparent table and now I want to archive its contents after a certain point of time. Is there any way for this? Please advice.

Thanks, Sagar...

3 REPLIES 3

former_member283648
Participant
0 Kudos

Hi,

As far as i know, you need to write a code separately to get the entries archieved based on the date of creation into another custom table.

former_member181962
Active Contributor
0 Kudos

Try to use the fm: ARCHIVE_PUT_TABLE

Regards,

Ravi

Lakshmant1
Active Contributor
0 Kudos

Hi Sagar,

Have a look at demo archive object EXAMPLE.

Create your custom archive object from AOBJ transaction along with the underlying write, delete, reload and read programs.

Hope this helps.

Thanks

Lakshman