SAP ABAP Data Element LGA_PRINT (Print control)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PY-XX (Application Component) Payroll: General Parts
     PCAL (Package) SAP HR Payroll Application Development
Basic Data
Data Element LGA_PRINT
Short Description Print control  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR4    
Data Type CHAR   Character String 
Length 4    
Decimal Places 0    
Output Length 4    
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 PrintContr 
Medium 15 Print control 
Long 20 Print control 
Heading  
Documentation

Definition

This enables you to control printing after sort criteria have been changed.

If you need to print a totals line after wage types have been changed, simply flag the first character with an 'X'. You can use the second character to activate the totals line after the personnel number has been changed. The third character enables you to determine whether you would like a new page for each change of wage type. The final character offers the possibility to show only the compressed values of the respective accounting period in the list. The compress contains the sum of values of the actual payroll and of all recalculations started in this period.

--- Total after a change of wage type
'--- Total after a change of personnel number
''--- New page per wage type
'''--- Show compressed values of respective accounting period
''''
XXXX

Example: The parameter value is 'X X '. When printing is performed, each new wage type is written to a new page and then concluded with a totals line if more than one line is printed out for the wage type. NB: The parameter has no effect if a sort group is missing. This means, for example, that when totals are evaluated in a wage type statement, data is sorted by wage type rather than by person. You can then determine that there is a totals line for each change of wage type.

History
Last changed by/on SAP  19951114 
SAP Release Created in 470