cancel
Showing results for 
Search instead for 
Did you mean: 

Which table stores the date , when a sales doc was archived

former_member215563
Active Participant
0 Kudos

Hi All,

There is a sales doc say '1234' which was archived in the past. I want to know the date

when it was archived . Which table will have that information?

Thanks,

Faiz

Accepted Solutions (0)

Answers (2)

Answers (2)

JL23
Active Contributor

This info is not stored per document. You have to know in which archiving job the order met the archiving criteria and then you can look at the ADMI_FILES table to know the exact date.

JGery
Employee
Employee
0 Kudos

Hi Faiz!

You have also following possibilities:

If You know the archiving object (and application table) you can use tr. AS_AFB (Archive File Browser) to search for the particular doc in archive files. After determining the archive file, You can check the attributes of this archive file in table ADMI_FILES and check the creation date of the archive file.

For more info about Archive File Browers, please check online help:

https://help.sap.com/viewer/f0944a4717b5464f8d2343f9a44ff65b/1709.001/en-US/4d9d4461e22b5042e1000000...

Here check also section "Searching for Table Contents".

Best regards

Gergely

former_member215563
Active Participant
0 Kudos

Hi Gergely,

Thanks for your reply!!!

I'm able to view the archiving obj(SD_VBAK) in AS_AFB. When I click on node and the file. I can also see the Sales doc on the window on right side.

However this I'm doing manually. I want to this programmatically. So is there any FM or any other mechanism using which I can do the same.

Thanks,

Faiz