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: 

Archiving Customized Tables

Former Member
0 Kudos

Hi all,

I am doing the archiving of Z tables using ADK, In transaction AOBJ configuration I gave write , delete, reload programmes. But when I try to execute the object in SARA it is saying "Entry missing for customizing table for the object". Am I missing something while configuring transaction AOBJ?

Thanks,

Rishik

3 REPLIES 3

former_member222860
Active Contributor
0 Kudos

Hi,

Instead of creating new archiving object for your z-tables, just copy the existing related archive object and make changes as per your requirement by adding / deleting the tables.

Former Member
0 Kudos

Hi,

I think you have missed out other customizing in AOBJ customizing..

1. Did you defined Structure definition? Here you have to mention all the Z tables that you are archiving with proper relationship

2. Did you do FILE customizing?

3. Did you customize Archiving object specific customizing?

After customizing above steps then you can archive data from your custom table.

-Thanks,

Ajay

Former Member
0 Kudos

Hi..this messsage appears when you don't declare table names used in the write, delete or reload programs in the structure definition part of the AOBJ configuration.

Thanks,

Shamim