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: 

Retrieval of archived data for purchase order

former_member624066
Participant
0 Kudos

Hi all,

I have developed a Zreport for Purchase register .

In my company we archived data for some period say up to 31.03.2004

But my zreport does not showing archived PO.

So what changed that I have to do with my coding so please let me know.

Any idea about this scenario?

Good answers will be rewards ...

1 ACCEPTED SOLUTION

Former Member
0 Kudos

check [here|http://help.sap.com/erp2005_ehp_03/helpdata/DE/79/d98d38f3c49164e10000009b38f842/frameset.htm] how SAP standard programs would manage to read archived POs (bottom of that page!).

then go to your basis and/or functional people and ask them how they set the whole thing up. if they did not use [AIS ARC|http://help.sap.com/erp2005_ehp_03/helpdata/DE/6d/56a06a463411d189000000e8323d3a/frameset.htm] things will become i a bit difficult: you would have to read the files from the filesystem of the appropriate application server. this is both a.) very unperformant and b.) depending on the system landscape and the quantity of archived purchase orders probably not easily done with an abap.

2 REPLIES 2

Former Member
0 Kudos

check [here|http://help.sap.com/erp2005_ehp_03/helpdata/DE/79/d98d38f3c49164e10000009b38f842/frameset.htm] how SAP standard programs would manage to read archived POs (bottom of that page!).

then go to your basis and/or functional people and ask them how they set the whole thing up. if they did not use [AIS ARC|http://help.sap.com/erp2005_ehp_03/helpdata/DE/6d/56a06a463411d189000000e8323d3a/frameset.htm] things will become i a bit difficult: you would have to read the files from the filesystem of the appropriate application server. this is both a.) very unperformant and b.) depending on the system landscape and the quantity of archived purchase orders probably not easily done with an abap.

former_member624066
Participant
0 Kudos

Thanks SDN