Application Development and Automation 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: 
Read only

Data retrieval from OADD

Former Member
0 Likes
1,022

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.

5 REPLIES 5
Read only

Former Member
0 Likes
966

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.

Read only

0 Likes
966

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.

Read only

0 Likes
966

Hi,

Is there any way to access archived data in SAP other than using transaction OADD?

Any pointers will be helpful.

Thank you.

Read only

0 Likes
966

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];

Read only

0 Likes
966

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.