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

reports - FM creating spool

Former Member
0 Likes
377

hi experts,is there a function module to create spool on reports(convertional write statement).

thanksalot,

zryxel

hi experts,is there a function module to create spool on reports(convertional write statement).

thanksalot,

zryxel

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
348

You don't need a function module to create a spool. Simply put a write statement in the program.

Write:/ 'Program has started'.

REgards,

Rich Heilman

Read only

0 Likes
348

Thanks for the immediate response rich but i need something to control the spool, for example i have 3 files that must go to the spool separately, is that possible?thanks