Previous Topic: PRINTER Statement—Specify a PrinterNext Topic: PRINTFORMAT Statement—Specify an Output Format for an SAP Report


PRINTFOOTER Statement—Specify Whether to Print a Footer on an SAP Report

The PRINTFOOTER statement specifies whether to print a footer on a SAP report.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

PRINTFOOTER Y|N
Y

Prints the footer.

N

Does not print the footer.

Notes:

Example: Print Footer on SAP Report

This example prints the footer on the SAP report for the RSPARAM ABAP:

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
ABAPNAME RSPARAM
   PRINTDEST LP01
   PRINTCOPIES 2
   PRINTFOOTER Y