SAP ABAP Data Element FOOTLINE (Footer)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LI (Application Component) List Processing
     SABP_LIST (Package) Lists
Basic Data
Data Element FOOTLINE
Short Description Footer  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TEXT50    
Data Type CHAR   Character String 
Length 50    
Decimal Places 0    
Output Length 50    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Footer 
Medium  
Long  
Heading  
Documentation

Definition

The footer can contain any text. The following macros are available for the footer and are triggered at runtime:
&p: Page number
&a: Logical page number (created with NEW-PAGE). This option is not available in the background.
&A: Total number of extracts (logical page, created with NEW-PAGE in ABAP. This option is not available in the background.
&d: Date
&t: Time
&m: Client name
&u: User name
&r: Report name
&&: Character &
&l: Footer alligned left
&c: Footer centered

Example 1.) Page &p of &P, Report &R produces at runtime:
Page 1, Report SHOWCOLO
Page 2, Report SHOWCOLO

Example 2.) Sheet &p, Extract &a of &A produces at runtime
Sheet 1, Extract 1 of 3,
Sheet 2, Extract 1 of 3....

Example 3.) Text with &&p
Text with &p

History
Last changed by/on SAP  20140117 
SAP Release Created in 46C