Previous Topic: PRINTFOOTER Statement—Specify Whether to Print a Footer on an SAP ReportNext Topic: PRINTHOSTPAGE Statement—Print Host Page


PRINTFORMAT Statement—Specify an Output Format for an SAP Report

The PRINTFORMAT statement specifies an output format for an SAP report.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

PRINTFORMAT format
format

Specifies an output format.

Limits: Up to 16 valid SAP characters; case-sensitive

Notes:

Example: Specify Output Format

In this example, the SAP report uses the output format X_65_80 for the RSPARAM ABAP.

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
ABAPNAME RSPARAM
   PRINTDEST LP01
   PRINTFORMAT X_65_80