SAP ABAP Data Element TTSUP (Indicator: Suppress duplicated totals)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-SL-IS (Application Component) Information System
     GRWT (Package) Report Painter / Report Writer
Basic Data
Data Element TTSUP
Short Description Indicator: Suppress duplicated totals  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFIELD    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 SupDuplTot 
Medium 15 SuppressDuplTot 
Long 25 Suppress duplctd totals 
Heading
Documentation

Definition

Totals are often repeated in deep set structures that create several subtotals in the row.

You can avoid duplicated totals using this parameter.

Example

  • Do not avoid duplicated totals

       |                      |  Amount | 
|----------------------|---------|
|***Account grand total| 85.00 |
|** Account group 1 | 10.00 |
|* Account A | 10.00 |
| Cost center 1 | 10.00 |
|** Account group 2 | 75.00 |
| Account C | 35.00 |
| Cost center 1 | 17.00 |
| Cost center 2 | 18.00 |
|* Account D | 40.00 |
| Cost center 1 | 40.00 |

  • Avoid duplicated totals

       |                      |  Amount | 
|----------------------|---------|
|***Account grand total| 85.00 |
|** Account group 1 | 10.00 |
|** Account group 2 | 75.00 |
| Account C | 35.00 |
| Cost center 1 | 17.00 |
| Cost center 2 | 18.00 |
|* Account D | 40.00 |
History
Last changed by/on SAP  20010607 
SAP Release Created in