cancel
Showing results for 
Search instead for 
Did you mean: 

How to Download Multiple Student Fee receipt in a single Spool

0 Kudos
214

HI All,

I am trying to download Multiple Student Fee Receipt in a single spool, for example i took two student details and try to download it. I passed DFKKOP-GPART DFKKOP-OPBEL got the final internal table with all details. but while trying to download was able to download only single student fee receipt. While trying to print getting all the student details in single request, facing issues in download.

Steps followed by me,

1. Open_job

2. passed the header and item details function module and got the Importing parameter xstring values using fpformoutput.

3. Append both the student data in a table type tfpformoutput. Have both student details.

4. Job_close.

5. used class method to save the file cl_gui_frontend_services=>file_save_dialog

6. Used FM SCMS_XSTRING_TO_BINARY to convert xstring to binary and append to internal table.

7. passed the internal table of binary data to download using cl_gui_frontend_services=>gui_download

Help needed urgent ..

View Entire Topic
DanielP
Active Participant
0 Kudos