cancel
Showing results for 
Search instead for 
Did you mean: 

How do I do a partial cut in a sapscript

Former Member
0 Kudos

I'm creating a print to a NCR Model 7194-2105-9001 thermal paper printer.

I'm creating the output in a sapscript.

I need to send a command to the printer to do a partial cut a the end of the printout. I realist That I will need to find the appropriat code for the NCR printer - for a cut - but once I hae that - how would embed that command within the sapcript?

Accepted Solutions (0)

Answers (1)

Answers (1)

Sandra_Rossi
Active Contributor
0 Kudos

The best practice is to define a new print control "ZCUT" (transaction SPAD) and insert it with the PRINT-CONTROL command.

You may also use the command HEX ... ENDHEX.

cf SAP Library : SAPscript Control Commands