SAP ABAP Data Element COLSP (Right column margin)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-SL-IS (Application Component) Information System
     GRWT (Package) Report Painter / Report Writer
Basic Data
Data Element COLSP
Short Description Right column margin  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type COLSP    
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 R. margin 
Medium 15 Right margin 
Long 20 Right margin 
Heading
Documentation

Definition

This parameter defines the number of blank spaces that are to be printed between the amount or unit of measure and the right column margin.

Using the format groups in the column sets, you can define up to six column margins of different widths for one report.

Note

When defining the column width, you should take into account that the column width reserved for the amount is reduced by the unit width, the right margin, and an additional blank space between the amount and unit.

The formulas for this are as follows:

  • The unit width equals 0:

    Width for amount = column width - right margin

  • The unit width is greater than 0:

    Width for amount = column width - unit width - right margin - 1

Example

  • Right margin:     0
    Unit width:     0

       |--------------------|-----------------| 
| |Transaction curr.|
|--------------------|-----------------|
|Account A | |
| German Mark | 100.00-|
| Italian Lira | 1244000 |
| US Dollar | 200.23 |
|--------------------|-----------------|

  • Right margin:     0
    Unit width:     3

       |--------------------|-----------------| 
| |Transaction curr.|
|--------------------|-----------------|
|Account A | |
| German Mark | 100.00- DEM|
| Italian Lira | 1244000 LIT|
| US Dollar | 200.23 USD|
|--------------------|-----------------|

  • Right margin:     2
    Unit width:     3

       |--------------------|-----------------| 
| |Transaction curr.|
|--------------------|-----------------|
|Account A | |
| German Mark | 100.00- DEM |
| Italian Lira | 1244000 LIT |
| US Dollar | 200.23 USD |
|--------------------|-----------------|
History
Last changed by/on SAP  20010607 
SAP Release Created in