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: 

how to archive z-tables in the standard archive object ?

0 Kudos


Hi Experts,

We have a requirement to enhance the standard archive object by incorporating the Z-tables. Please through some light if anyone gone through the same requirement.It would be more helpful if anyone can explain how exactly the structures and infotypes will create and how "Exit routine assignment" will work in AOBJ transaction ?

I require all the config steps as well as the process for the requirement. Please help.

3 REPLIES 3

Former Member
0 Kudos

Hi Geetha,

You need to create new custom archiving object  and also need to develop seperate program for read and delete.

Regards,

Pravin

ArcherZhang
Advisor
Advisor
0 Kudos

Hi Geetha,

Just refer the archive object 'BC_SFLIGHT' in AOBJ, double click that entry, what it have, you could refer it create your own one.

In 'Structure Definition', typing your custom table as 'SEGMENT'.

For this object, write program is 'BC_SFLIGHT_WRI', also you could refer it. Several function moudle is very import, such as ' ARCHIVE_PROTOCOL_INIT' ' ARCHIVE_OPEN_FOR_WRITE'.

Just to debugging it, you will find what happened in those programs, it is not much difficult.

Regards,
Archer

0 Kudos

Hi,

We need to extend the standard object ZIT_SJCALL with 2 Z-tables. need some help to do this