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

Archivie Object

Former Member
0 Likes
1,288

Please tell me what is best way to create Archivi object ?

I come across two tran : Tran AOBJ and AFX_WB , what is diff?

Thanks,

Srini

Please tell me what is best way to create Archivi object ?

I come across two tran : Tran AOBJ and AFX_WB , what is diff?

Thanks,

Srini

4 REPLIES 4
Read only

Former Member
0 Likes
1,175

Hi Srini,

I have used for Transaction code AOBJ( Archive Object ) for both custom and Standard object.

In AOBJ settings we can create object -> Structure definition give the name of custom table for standard they are already placed. Customizing setting Give logical file path name . Maximum size (100 MB ) consult with Basis person.Variant for test and production mode.Content repository to be set.

Just take care as its a table is cross-client.

Also for archiving custom object check programs SFLIGHTA(Write), SFLIGHTR(Read) and SFLIGHTD(Delete) .

You can also check few standard archving programs listed in AOBJ settings like SD_VBAK.

Cheers

Mohinder Singh Chauhan

Read only

0 Likes
1,175

`Thanks Mohinder Singh, When I go for Custom Object through Tran AOBJ

Then should I go head with custom programs for

Write, Read and Delete.

Please let me know if you have sample programs for Write , Read and Delete.

Thanks,

Srini

Read only

0 Likes
1,175

Hi Srini,

The examples which is mentioned above are for table SBOOK or SFLIGHT table. These are programs are for demo. If you want to archive custom object(some Z table) with creation of Object for the table in AOBJ , and place the name for the required details in AOBJ settings you can check any standard object mentioned they how they are configured. Manipulate the demo program its very easy replace field names, object name and table name in respective programs.

Plz let me know if you have any doubt.

Cheers

Mohinder Singh Chauhan

Read only

0 Likes
1,175

Thanks Mohinder Singh, When I go for Custom Object through Tran AOBJ.

1) Tables from which you only delete entries

maintain Ztables to be arch and deleted .

2)developed three custom programs

for Write, Delete and Post processing programs

3) Assign three custom programs under Archive object

Is three configurqation steps are enough in tran AOBJ for custom object

Thanks,

Srini