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

Storing Spool in the Application server.

Former Member
0 Likes
704

Hi,

I need to place the spool created in a (Raw data format) in the application server. Also I have the spool no. (returns with the FM 'close_form' attributes ... itcpp-tdspoolid).

Could you please let me know if there is some FM already available for this purpose.

Thanks and Regards

satish.

Hi,

I need to place the spool created in a (Raw data format) in the application server. Also I have the spool no. (returns with the FM 'close_form' attributes ... itcpp-tdspoolid).

Could you please let me know if there is some FM already available for this purpose.

Thanks and Regards

satish.

4 REPLIES 4
Read only

Former Member
0 Likes
637

Hi Sathish,

Here you go:

RSPO_DOWNLOAD_SPOOLJOB

Input: Spool number and File name.

regards,

ram

Read only

0 Likes
637

Hi Ram,

Thanks for it. But it downloads to the presentaion server.

Anyway there is a FM used RSPO_RETURN_SPOOLJOB used in

RSPO_DOWNLOAD_SPOOLJOB which downloads to the internal table.

With that I can place in the application server.

Many thanks.

Satish.

Read only

0 Likes
637

Hi Satish

can you please let me know if there is a fm that allows you to download the contents of the internal table to the application server?

If not what approach did you take?

Thanks

Dianne

Read only

0 Likes
637

Hi Dianne,

Placed the contents from the internal table to the application server using the datasets.

Thanks and Regards

satish.