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

Get archived data

Former Member
0 Likes
475

Hi All,

I need to know which table stores the archived delivery documents data.

Here , the issue is the billing document is not archived but the corresponding delivery document was archived. So, I need to get all the data of these delivery's.

Please suggest.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
3 REPLIES 3
Read only

Former Member
Read only

Former Member
0 Likes
436

Hi,

Data from archived deliveries will not be stored in any tables, but is stored in archive files, which reside on the file system or in a storage system if you are using an external storage.

You will have to use either archive infostructure (transaction SARI) or if it does not suffice your requirements, then you will have to use Archive Development Kit (ADK) to develop custom programs to read data from archive.

Refer documentation for ADK:

Link:[http://help.sap.com/saphelp_erp60_sp/helpdata/en/8d/3e4d22462a11d189000000e8323d3a/frameset.htm]

Thanks,

Naveen

Read only

Former Member
0 Likes
436

Closing the thread.