SAP ABAP Data Element ICFCOMPR_FLAG (ICF: Compression Flag for Screen)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-ICF (Application Component) Internet Communication Framework
     SHTTP (Package) Development Class for HTTP Communication
Basic Data
Data Element ICFCOMPR_FLAG
Short Description ICF: Compression Flag for Screen  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ICFCOMPR_FLAG    
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  
Medium 15 Compression 
Long  
Heading  
Documentation

Definition

'N': No compression

'X' and 'Y': Compression

Space: Nothing specified

Use

Dependencies

When you activate this option, an attempt is made to compress the response document using gzip.

Currently, the response document can be compressed only if the caller is able to perform gzip compression. A HTTP caller indicates this to the server with the value "gzip" in the "accept-encoding" header.

Compression can also only take place if the HTTP version is at least 1.1 (HTTP/1.1).

Example

#####################################################################################

History
Last changed by/on SAP  20110908 
SAP Release Created in 700