2008 May 19 1:56 PM
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 ...
2008 May 19 2:35 PM
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.
2008 May 19 2:35 PM
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.
2009 Dec 17 6:23 AM