Application Development 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: 

transfer a buffer to a file

Former Member
0 Kudos

Hi,

I have a requirement to capture spool job and sending it to file.

I am retrieving the output of one spool request and sending it to a file using 'TRANSFER' statment in a loop.

it is taking too long time to complete this process..

is there any other way to, dump the buffer to a file at one instance?

Plz help me

I have not seen any response.. so posting it again

Thanks

1 REPLY 1

amit_khare
Active Contributor
0 Kudos

Sending to the file means downloading to application/presentation server. Then convert the spool to PDF and doanload that file. It will take less time.

you may refer this WIKI if the spool is from NAST table -

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/gettingSpoolRequestNumberfortheOutput+type