cancel
Showing results for 
Search instead for 
Did you mean: 

SAPScript Archive How to archive multiple START pages as 1 document

Former Member
0 Kudos

Hi,

I have a SAPScript that is both printing and archiving bills. This particular SAPScript must end on a specific page so I'm using END_FORM followed by START_FORM for the final page. The print spool prints the multiple page document as a single document but the archive is creating a separate document for the final page.

Is there a way to have it archive as a single document?

Thanks,

Carolyn Fuller

Accepted Solutions (1)

Accepted Solutions (1)

Sandra_Rossi
Active Contributor
0 Kudos

Hi,

Instead of closing the form, you could call function module CONTROL_FORM with parameter COMMAND = 'NEW-PAGE page_name'

Best regards

Sandra

Former Member
0 Kudos

Thank you so much! This was very helpful. I hope I successfully rewarded you points!

Answers (0)