Hi experts,
I have a requirement wherein i have few records in internal table, i have to call a transaction using these records. The transaction accepts only one record at a time and generates an output,then using the PRINT option i can generate a spool of the output for that particular record.
My requirement is that i have to submit multiple records from the internal table to the transaction and get the output for every record into a single spool. On top of it for every new record in the internal table i have to insert a page break in the spool.
Plz Help.
Regards