‎2008 Jul 30 6:38 AM
Hi experts,
Could you please help me out in getting the archived data . It can be either through FM or from any tables .
My requirement is that i have to develop a report to display the archived data (e.g deliveries) .
Thanks in advance,
Praveen .
‎2008 Jul 30 6:39 AM
Hi,
go for Tcode SARA .
for detail check the link
http://help.sap.com/saphelp_47x200/helpdata/en/6d/56a06a463411d189000000e8323d3a/frameset.htm
Regards,
Anirban
‎2008 Jul 30 6:39 AM
Hi,
go for Tcode SARA .
for detail check the link
http://help.sap.com/saphelp_47x200/helpdata/en/6d/56a06a463411d189000000e8323d3a/frameset.htm
Regards,
Anirban
‎2008 Jul 30 6:40 AM
‎2008 Jul 30 6:42 AM
Hi Praveen,
Check thsi link for retrieving archived data(step by step):
Check this link for archiving:
http://www.thespot4sap.com/Articles/SAP_Data_Archiving_ADK_ArchiveLink.asp
Regards,
Chandra Sekhar
‎2008 Jul 30 6:42 AM
hi praveen,
U need to execute transaction DB15 with the archiving object.
Transaction DB15 lists out all the tables belonging to that archiving object.
Thanks!!
Rahul
‎2008 Jul 30 6:53 AM
Hi Praveen,
The logic that is normally followed to obtain the content from archive files is common.
I can give some examples about Data retrieval, Processing & Display...
a) FM KASH_ARCHIVE_DATA_OBJECT_SHOW. The sub-routine ARCHIVE_DATA_READ extracts the data from Archive Files.
b) Program S3VBAKAU...it has the logic for everything...
Hope this resolves your problem...
With Regards
VG
‎2008 Jul 30 7:52 AM