System Attributes 

Within a mail form, you are able to use the attribute string SFSY with its various system fields. During form processing, the system replaces these attributes with the corresponding values. These values come from the SAP System or result from the processing.

System Attributes

Field name

Description

&SFSY-PAGE&

Inserts the number of the current print page into the text. You determine the format of the page number (for example, Arabic, numeric) in the page node. See also: Creating Pages.

&SFSY-FORMPAGES&

Displays the total number of pages for the currently processed form. This allows you to include texts such as

‘Page x of y’

into your output. See also: Creating Pages.


When using the attributes
&SFSY-FORMPAGES& you must keep all output pages in the main memory until the end of the form or the print job, to allow these fields to be replaced with their respective values. For large forms or print jobs, this may require a great deal of memory.