SAP ABAP Data Element RMSTE_XCL_FRAME_TYPE (Border Style of Cell in the Microsoft Excel Table)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PLM-RM (Application Component) Recipe Management
     RMSTLSOUT (Package) RMS-TLS: Output Tool
Basic Data
Data Element RMSTE_XCL_FRAME_TYPE
Short Description Border Style of Cell in the Microsoft Excel Table  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RMSTD_XCL_FRAME_TYPE    
Data Type INT4   4-byte integer, integer number with sign 
Length 10    
Decimal Places 0    
Output Length 10    
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 Border St. 
Medium 15 Border Style 
Long 20 Border Style 
Heading 10 Border St. 
Documentation

Definition

Specifies the control byte for setting the border in decimal notation.

Enter -1 if you want the border to remain unchanged. If you want to define particular formatting, note the following:

Bit    Meaning, if bit=1

0     The cell area contains a left border.

1     The cell area contains an upper border.

2     The cell area contains a lower border.

3     The cell area contains a right border.

4     The cells in the area have a horizontal border.

5     The cells in the area have a vertical border.

6     The defined borders have a thin line.

7     The defined borders have a thick line.

If you want the borders to be very thick, set bit 6 and 7 to 1.

Use

Dependencies

Example

If a cell is to have a full border, bits 0 to 3 must have the value 1. Bits 4 and 5 are only required for formatting several cells; therefore, they have the value 0. For the cell to be bordered with a thin line, bit 6 must have the value 1 and bit 7 the value 0. The value of the byte is, therefore, 01001111, in decimal notation = 79.

History
Last changed by/on SAP  20031212 
SAP Release Created in 471