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 custom table

Former Member
0 Likes
1,288

hi ,

can anyone provide step by step info on archiving ztable

thks,

vj.

4 REPLIES 4
Read only

Former Member
Read only

Former Member
0 Likes
812

Hi Vijay,

Archiving custom table requires to build customized archiving object. So creating customized archiving object please refer to help.sap.com

Once you develop the customized archiving object then do

1. Technical settings for Archiving object specific customizing.

- Logical file name, deletion program setting, content repository, store job settings.

2. Create variant and schedule the job.

-Thanks,

Ajay

Read only

eduardo_hinojosa
Active Contributor
0 Likes
812

Hi,

Go to AOBJ and you can use the object BC_SBOOK like a demo. Create your own reports using reports SBOOKA and SBOOKD like examples. Finally, you could use the new object (Zname) with SARA like another object.

I hope this helps you.

Regards,

Eduardo

Read only

Lakshmant1
Active Contributor
0 Likes
812

Hi Vijay,

Have a look at example programs,

RSARCH_CREATE_TESTOBJECT - Example Program for Creating a Generated Archiving Object

RSARCH_CHANGE_TESTOBJECT - Example Program for Changing a Generated Archiving Object

RSARCH_DELETE_TESTOBJECT - Example Program for Deleting a Generated Archiving Object

Hope this helps

Thanks

Lakshman