Entering content frame

Object documentation The Print Structure Locate the document in its SAP Library structure

Use

The print structure contains fields for settings when the list is printed.

Structure

Field name

Description

Value range

GRPCHGEDIT

Enables user-definable group change editing for the print preview mode. If this field is set, the jump to the SAP List Viewer is configured accordingly. On the sort dialog box, the user can then determine how a sorting criterion value change is indicated graphically: as a page break or as an underline.

Using the sort table you can dynamically set this formatting.

SPACE, 'X'

NO_COLWOPT

The ALV Grid Control sets all columns to their optimum width before the list is printed or displayed in the print preview. If you set this parameter, this default setting is overridden.

SPACE, 'X'

PRNTLSTINF

Prints list information. If this field is set, information on sorting, subtotals and filters defined as well as data statistics are printed at the beginning of the list.

SPACE, 'X'

PRNT_TITLE

Specifies the time at which the grid title is to be printed (see also parameter GRID_TITLE in Properties of the ALV Grid Control).

0-3 with the following meaning:

  • 0: Before the event PRINT_TOP_OF_LIST
  • 1: After the event PRINT_TOP_OF_LIST
  • 2: Before the event PRINT_TOP_OF_PAGE
  • 3: After the event PRINT_TOP_OF_PAGE

RESERVELNS

Number of reserved rows for event print_end_of_page. If no number is specified, the text specified there is overwritten by the list.

Natural number

 

Integration

Lists that you display with the ALV Grid Control are printed with the SAP List Viewer. The print preview mode takes the user directly to the SAP List Viewer (you can disable this feature with field PRINT ). The settings made by the user here (such as defining a list with multiple lines) are considered when the list is printed.

Note

The print output of event PRINT_END_OF_PAGE and field PRNTLSTINF is not visible in the print preview of the SAP List Viewer. If users create a spool request first, they can check the final list layout in transaction SP01 .

 

 

 

 

 

 

 

 

Leaving content frame