SAP ABAP Class CL_SALV_WD_EXPORT_UTIL (CL_SALV_WD_EXPORT_UTIL)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_WD_EXPORT (Package) SALV WD Export
Properties
Class CL_SALV_WD_EXPORT_UTIL  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_WD_EXPORT   SALV WD Export 
Created 20060131   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SALV_WD_EXPORT_UTIL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_SALV_BS_C_TT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SALV_BS_XML Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SALV_WD_EXPORT_UTIL has no interface implemented.
Friends
Class CL_SALV_WD_EXPORT_UTIL has no friend class.
Attributes
Class CL_SALV_WD_EXPORT_UTIL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE_REQUEST_FOR_HTTPCLIENT Static method Public Method 20130806
2 GENERATE_XML Static method Public Method 20060223
3 GET_GUI_IMAGE_CONTENT Static method Public Method 20130813
4 GET_IMAGE_CONTENT Static method Public Method 20130806
5 GET_MIME_TYPE_FOR_URL Static method Public Method 20130813
6 HTTP_DOWNLOAD Static method Public Method 20130806
7 HTTP_DOWNLOAD_FOR_RFC_DEST Static method Public Method 20130813
8 LOCAL_DOWNLOAD Static method Public Method 20130813
Events
Class CL_SALV_WD_EXPORT_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_TYPE_DOCUMENT Public See coding 20060201 begin of s_type_document, format type string, mimetype type string, content type xstring, end of s_type_document
2 T_TYPE_DOCUMENT Public See coding 20060201 t_type_document type standard table of s_type_document with non-unique key table_line
Method Signatures

Method EXECUTE_REQUEST_FOR_HTTPCLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTENT Call by reference Type reference (TYPE) XSTRING 20130806
2 Exporting E_CONTENT_TYPE Call by reference Type reference (TYPE) STRING 20130806
3 Importing IO_HTTP_CLIENT Call by reference Object reference (TYPE REF TO) IF_HTTP_CLIENT 20130806
4 Importing I_TIMEOUT Call by reference Type reference (TYPE) I 20130806

Method EXECUTE_REQUEST_FOR_HTTPCLIENT on class CL_SALV_WD_EXPORT_UTIL has no exception.

Method GENERATE_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_RESULT_DATA Call by reference Object reference (TYPE REF TO) CL_SALV_WD_RESULT_DATA_TABLE 20060223
2 Importing TYPE Call by reference Attribute reference (LIKE) IF_SALV_BS_XML=>C_TYPE IF_SALV_BS_XML=>C_TYPE_ALV_XML 20060223
3 Returning VALUE Value transfer Type reference (TYPE) CL_SALV_WD_EXPORT_UTIL=>S_TYPE_DOCUMENT 20060223
4 Importing XML_FLAVOUR Call by reference Type reference (TYPE) STRING IF_SALV_BS_C_TT=>C_TT_XML_FLAVOUR_FULL 20061124

Method GENERATE_XML on class CL_SALV_WD_EXPORT_UTIL has no exception.

Method GET_GUI_IMAGE_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTENT Call by reference Type reference (TYPE) XSTRING 20130813
2 Exporting E_CONTENT_TYPE Call by reference Type reference (TYPE) STRING 20130813
3 Importing I_IMAGE_CODE Call by reference Type reference (TYPE) STRING 20130813

Method GET_GUI_IMAGE_CONTENT on class CL_SALV_WD_EXPORT_UTIL has no exception.

Method GET_IMAGE_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTENT Call by reference Type reference (TYPE) XSTRING 20130806
2 Exporting E_CONTENT_TYPE Call by reference Type reference (TYPE) STRING 20130806
3 Importing I_COMPONENT_NAME Call by reference Type reference (TYPE) STRING 20130806
4 Importing I_IMAGE_CODE Call by reference Type reference (TYPE) STRING 20130813
5 Importing I_USE_HTTP_DOWNLD_FOR_RFC_DEST Call by reference Type reference (TYPE) ABAP_BOOL 20130813
6 Importing I_USE_HTTP_DOWNLOAD Call by reference Type reference (TYPE) ABAP_BOOL 20130806
7 Importing I_USE_LOCAL_DOWNLOAD Call by reference Type reference (TYPE) ABAP_BOOL 20130813

Method GET_IMAGE_CONTENT on class CL_SALV_WD_EXPORT_UTIL has no exception.

Method GET_MIME_TYPE_FOR_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TYPE Value transfer Type reference (TYPE) STRING 20130813
2 Importing I_URL Call by reference Type reference (TYPE) STRING 20130813

Method GET_MIME_TYPE_FOR_URL on class CL_SALV_WD_EXPORT_UTIL has no exception.

Method HTTP_DOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTENT Call by reference Type reference (TYPE) XSTRING 20130806
2 Exporting E_CONTENT_TYPE Call by reference Type reference (TYPE) STRING 20130806
3 Importing I_TIMEOUT Call by reference Type reference (TYPE) I IF_HTTP_CLIENT=>CO_TIMEOUT_DEFAULT 20130806
4 Importing I_URL Call by reference Type reference (TYPE) STRING 20130806

Method HTTP_DOWNLOAD on class CL_SALV_WD_EXPORT_UTIL has no exception.

Method HTTP_DOWNLOAD_FOR_RFC_DEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTENT Call by reference Type reference (TYPE) XSTRING 20130813
2 Exporting E_CONTENT_TYPE Call by reference Type reference (TYPE) STRING 20130813
3 Importing I_IMAGE_CODE Call by reference Type reference (TYPE) STRING 20130813

Method HTTP_DOWNLOAD_FOR_RFC_DEST on class CL_SALV_WD_EXPORT_UTIL has no exception.

Method LOCAL_DOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTENT Call by reference Type reference (TYPE) XSTRING 20130813
2 Exporting E_CONTENT_TYPE Call by reference Type reference (TYPE) STRING 20130813
3 Importing I_TIMEOUT Call by reference Type reference (TYPE) I IF_HTTP_CLIENT=>CO_TIMEOUT_DEFAULT 20130813
4 Importing I_URI Call by reference Type reference (TYPE) STRING 20130813

Method LOCAL_DOWNLOAD on class CL_SALV_WD_EXPORT_UTIL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 710