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

SPOOL PROBLEM

Former Member
0 Likes
364

Hi Experts,

i have a requirement to generate SPOOL from data in internal table. I also have to modify the name of generated spool file.

i am using function module RSPO_OPEN_SPOOLREQUEST to generate spool and u2018RSPO_SET_ATTRIBUTES_SPOOLJOB' to modify the name of generated spool.

I have the following problem:

1. generated spool is showing type "RAW DOCUMENT" . what is raw data file and how to solve this problem as i am not

able to see its contents. is it a formating problem or some thing else ???

2. How to use above function module to pass the data of my internal table and modify the name of generated spool.

Thanks you

Rohit Tripathi

1 REPLY 1
Read only

Former Member
0 Likes
305

Hi Rohit,

Well another approach would be to call GET_PRINT_PARAMETERS and pass the details of spool name etc.

Then call a smartform which would print the internal table data.

Thanks,

Best regards,

Prashant