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 Objects

Former Member
0 Likes
939

Hi All,

Can anyone tell me how can we display how often the SAP archiving objects are being used( or executed) or even if it is being used at all?

Regards,

Priya.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
909

are you talking archiving like in using tx. SARA? in that case you could go exactly there and have (per object) a look by pressing the button 'management'. this would show you the exact data when archiving-runs have been done.

for an overview you can alternately have a look at table ADMI_FILES using SE16(N) or a query.

8 REPLIES 8
Read only

Former Member
0 Likes
910

are you talking archiving like in using tx. SARA? in that case you could go exactly there and have (per object) a look by pressing the button 'management'. this would show you the exact data when archiving-runs have been done.

for an overview you can alternately have a look at table ADMI_FILES using SE16(N) or a query.

Read only

0 Likes
909

hi,

I need to display the information in the form of a list, i wanted to know which tables can give me this information or is there any FM available??

thanks,

priya.

Read only

0 Likes
909

and what part of my 'table ADMI_FILES' using SE16(N) didn't you understand?

Read only

0 Likes
909

hi mylene,

yes ADMI_FILES gives me the files created on which date n time n status....etc...

but what abt the archiving object for which those files were created?

Read only

0 Likes
909

For this you can join ADMI_FILES to ADMI_RUN by DOCUMENT.

Read only

0 Likes
909

hi kevin,

found the same solution....hence closed the thread...

thanks,

priya.

Read only

Former Member
0 Likes
909

You can find this information in the transaction SARA. Enter the archiving object and click on the Management button. Here you can see each archiving session that was run for that object. You can even see the variant for each session by highlighting the session and clicking on the "User Input" button (Shift + F5).

Read only

Vijay
Active Contributor
0 Likes
909

Hi,

1. go to SARA...give object name: click to management..u will get all details.

Thanks,

Vijay