Application Development 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: 

extract archive data in sap

Bharath84
Participant
0 Kudos

Hi All,

I have a Zreport which will fetch Materials related data for a given date range. But it is not fetching the data that is prior to 2012 because the data has been archived. Is there a way to fetch the archived data in my Zreport. please let me know the steps.

Thanks,

HT

1 REPLY 1

raymond_giuseppi
Active Contributor

Read first some documentation like Developing Read Programs in Archive Development Kit.

Then execute SARA to identify the standard archive object read program (e.g. MMREO120 for MM_MATNR) and analyze the program. Alternative: look at source of a standard report which allows read from archive.

Regards,
Raymond