We have jobs that have as many as 250,000 pages. We currently have to download to .txt format by batches of 4,000.
Settings for spool -> pages 1 to 4000 -> Save list in file: text with Tabs -> ____.txt
Settings for spool -> pages 4000 to 4001 -> Save list in file: text with Tabs -> ____.txt
How can the page limit be increased without causing the error TSV_TNEW_PAGE_ALLOC_FAILED ?
Alternatively, is there a more efficient way to pull all of the data to .txt at once, or a different approach altogether?
2025 Oct 03 4:34 PM
For large files, what about writing them to the server and downloading them with CG3Y transaction? See this link https://community.sap.com/t5/application-development-and-automation-discussions/using-transactions-c...
SM37 seems like a lot of work.
2025 Oct 03 5:03 PM
It is Tcode PC00_M10_REC - Payroll Reporting, USA -> Payroll reconciliation report
Is there a way to send that job to anything other than sm37?