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

Program for SAP Data Archiving

Former Member
0 Likes
670

Hi All,

Instead of going manually to SARI(To get active Object) and SARA(To get the Archiving Table name), i want to create a program which will get the active object from SARI T-code and by passing the active object to SARA t-code, i want all the archiving table name related to that object. Please suggest me if there is any table which is storing all the active object and related archiving table name so that i can use a select query or i have to do a bdc for both the t-code.

Your suggestion will helpful to me..

thanks,

Baidya

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
564

Hi,

Check the table ARCH_OBJ.

Thanks,

Vinod.

2 REPLIES 2
Read only

vinod_vemuru2
Active Contributor
0 Likes
565

Hi,

Check the table ARCH_OBJ.

Thanks,

Vinod.

Read only

0 Likes
564

Hi vinod,

Thanks for your co-operation. still we can use some tables like ( AIND_STR1,AIND_STR2, ARCH_TXT) and FM ADK_CCMS_GET_TABLES.

THANKS,

BAIDYA