2006 Jun 14 1:59 PM
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.
2006 Jun 14 2:28 PM
Hi Sathish,
Here you go:
RSPO_DOWNLOAD_SPOOLJOB
Input: Spool number and File name.
regards,
ram
2006 Jun 14 2:44 PM
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.
2006 Sep 08 3:10 AM
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
2006 Sep 16 7:52 PM
Hi Dianne,
Placed the contents from the internal table to the application server using the datasets.
Thanks and Regards
satish.