Additions:
1. ... NO STANDARD PAGE HEADING
2. ... LINE-SIZE col
3. ... LINE-COUNT (m)
4. ... MESSAGE-ID mid
5. ... DEFINING DATABASE ldb
Effect
Example Effect Effect greater than 255. Example Effect Note Further information about using LINE-COUNT. Examples Effect Note Example Effect Note Example Additional help Introductory Statements
REPORT ZREPNAME.
If the LINE-SIZE specification is missing, the line length
corresponds to the current screen width. The system field SY-LINSZ
contains the current line size for generating lists. The maximum width of a
list is 1023 characters. You should keep lists to the minimum possible size to
improve useability and performance (recommendation: LINE-SIZE <
132). For very wide lists (LINE-SIZE > 255), you should consult
the notes for using LINE-SIZE
REPORT ZREPNAME LINE-SIZE 132.
If the LINE-COUNT specification is missing, the number of lines per
page is calculated dynamically from the number of lines actually output on
this page. Here, a page break no longer occurs automatically, (internal limit:
60,000 lines) but must be specified explicitly with
REPORT ZREPNAME LINE-COUNT 65.
REPORT ZREPNAME LINE-COUNT 65(8).
REPORT RSTEST00 MESSAGE-ID SY.
This addition is generated automatically (in the REPORT statement)
when you create a logical database by choosing Utilities ->
Development/test -> Logical databases.
REPORT SAPDBKDF DEFINING DATABASE KDF.