

C-LANG Statements › BANNERPAGE Statement—Specify Whether to Include an SAP Cover Page with the Report Output
BANNERPAGE Statement—Specify Whether to Include an SAP Cover Page with the Report Output
The BANNERPAGE statement specifies whether to include an SAP cover page with the report output.
Supported Job Types
This statement is optional for the following job types:
Syntax
This statement has the following format:
BANNERPAGE Y|N
- Y
-
Prints the cover page with the report output.
- N
-
Does not print the cover page with the report output.
Notes:
- Use the BANNERPAGE statement before the first ABAPNAME statement to set the default value for subsequent steps.
- Use the BANNERPAGE statement within the boundaries of the step definition (between two ABAPNAME statements or between an ABAPNAME statement and the end of the job definition) to define the value for that step.
- BANNERPAGE corresponds to the SAPGUI Cover sheets, Selection cover page field on the Background Print Parameters dialog.
Example: Print a Cover Page With the Report Output
This example prints the cover page with the report output:
SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
SAPUSER J01PROD
ABAPNAME BTCTEST
VARIANT TEST
BANNERPAGE Y
Copyright © 2013 CA Technologies.
All rights reserved.
 
|
|