‎2012 Jan 18 7:36 PM
Hi,
We are archiving spools using the standard SAP funtionality. We use OADD to display the data. Is there any way to extract the data - some thing like a FM that helps to download the spool data?
Any pointers to this will be very helpful.
Thank you.
‎2012 Jan 18 7:50 PM
you can use the function module "RSPO_RETURN_ABAP_SPOOLJOB", by providing the input RQIDENT field, the field RQIDENT value scan be derived from the table TBTCP by providing the job name, you can get the field value LISTIDENT which is equal to the RQIDENT in the table TSP01.
‎2012 Jan 18 9:55 PM
Hi,
I'm aware of the FM mentioned by you which is used to retrieve data from the spool. In this case, the spool is archived and cannot be accessed using this FM.
Thanks.
‎2012 Feb 02 9:49 PM
Hi,
Is there any way to access archived data in SAP other than using transaction OADD?
Any pointers will be helpful.
Thank you.
‎2012 Feb 03 6:26 AM
Why do you need a fm, the program OADISPPR uses a simple logic by fetching data from tables toadl, toasp & toasr. If your willing to program it then you could write a submit statement to this program and retrieve data in this manner [Gain Programmatic Access to Data of SAPGUI ALV Reports|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/24944] [original link is broken] [original link is broken] [original link is broken];
‎2012 Feb 03 4:28 PM
Keshav,
We have a requirement to download all the pages of archived spool data in a single instance. OADD does not help to download this but allows only single page download. When the pages are more, it becomes a hectic task to download this data and put to use. Let me try with the data you have mentioned but if there is any other way to download mutiple pages, pls. let me know.
Thanks.