SAP ABAP Class CL_SALV_BS_LEX_SUPPORT (Support class for ALV Lean Export)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_BS_LEX (Package) Contains general Classes/Interfaces of ALV Lean Export
Properties
Class CL_SALV_BS_LEX_SUPPORT  
Short Description Support class for ALV Lean Export    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_BS_LEX   Contains general Classes/Interfaces of ALV Lean Export 
Created 20100928   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SALV_BS_LEX_SUPPORT has no interface implemented.
Friends
Class CL_SALV_BS_LEX_SUPPORT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_MAX_AGGR_LEVEL Instance attribute Public Type reference (TYPE) I 20101012
2 MS_NR_OF_COLUMNS Instance attribute Public Type reference (TYPE) I 20101005
3 MS_NR_OF_ERRORS Instance attribute Public Type reference (TYPE) I 0 20100928
4 MS_NR_OF_ROWS Instance attribute Public Type reference (TYPE) I 20101005
5 MS_NR_OF_UNIQUE_IMAGES Instance attribute Public Type reference (TYPE) I 0 20100928
6 MT_COLUMNS Instance attribute Public See coding 20101012
7 MT_ERRORS Instance attribute Public Type reference (TYPE) YT_EXPORT_ERROR 20101018
8 MT_IMAGES Instance attribute Public Type reference (TYPE) YT_IMAGE_DATA 20100928
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ERROR Instance method Public Method 20100928
2 ADD_IMAGE Instance method Public Method 20100928
3 DOES_IMAGE_EXIST Instance method Public Method 20100928
4 ESCAPE_STRING_FOR_XML Static method Public Method 20101118
5 GET_COLUMN_ALPHA Static method Public Method 20101005
6 GET_DAYS_SINCE_1900 Static method Public Method 20101005
7 GET_IMAGE Instance method Public Method 20100928
8 GET_IMAGES Instance method Public Method 20100928
9 GET_IMAGE_ID Instance method Public Method 20100928
10 GET_IMAGE_INFO Static method Public Method 20100928
11 GET_NUMBER_BIG_ENDIAN Static method Public Method 20130813
12 GET_NUMBER_LITTLE_ENDIAN Static method Public Method 20130813
13 GET_PERCENT_OF_ACT_DAY Static method Public Method 20101112
14 STRING_TO_XSTRING Static method Public Method Converts a string to xstring 20101007
Events
Class CL_SALV_BS_LEX_SUPPORT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_EXPORT_ERROR Public See coding 20100928 begin of ys_export_error, row type i, col type i, message type string, end of ys_export_error
2 YS_IMAGE_DATA Public See coding 20100928 begin of ys_image_data, id type string, internal_id type string, type type string, data type xstring, height type i, width type i, end of ys_image_data
3 YT_EXPORT_ERROR Public See coding 20100928 yt_export_error type standard table of ys_export_error
4 YT_IMAGE_DATA Public See coding 20100928 yt_image_data type hashed table of ys_image_data with unique key id
Method Signatures

Method ADD_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_COL Call by reference Type reference (TYPE) I 20100928
2 Importing IS_MESSAGE Call by reference Type reference (TYPE) STRING 20100928
3 Importing IS_ROW Call by reference Type reference (TYPE) I 20100928

Method ADD_ERROR on class CL_SALV_BS_LEX_SUPPORT has no exception.

Method ADD_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IMAGE_CONTENT Call by reference Type reference (TYPE) XSTRING 20130813
2 Importing I_IMAGE_PATH Call by reference Type reference (TYPE) STRING 20130813
3 Returning RS_IMAGE_DATA Value transfer Type reference (TYPE) YS_IMAGE_DATA 20100930

Method ADD_IMAGE on class CL_SALV_BS_LEX_SUPPORT has no exception.

Method DOES_IMAGE_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_IMAGE_PATH Call by reference Type reference (TYPE) STRING 20100928
2 Returning RS_VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20100928

Method DOES_IMAGE_EXIST on class CL_SALV_BS_LEX_SUPPORT has no exception.

Method ESCAPE_STRING_FOR_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_STRING Call by reference Type reference (TYPE) STRING 20101118

Method ESCAPE_STRING_FOR_XML on class CL_SALV_BS_LEX_SUPPORT has no exception.

Method GET_COLUMN_ALPHA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_COLUMN_NUMBER Call by reference Type reference (TYPE) I 20101005
2 Returning RS_COLUMN_ALPHA Value transfer Type reference (TYPE) STRING 20101005

Method GET_COLUMN_ALPHA on class CL_SALV_BS_LEX_SUPPORT has no exception.

Method GET_DAYS_SINCE_1900 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATE Call by reference Type reference (TYPE) D 20101005
2 Returning RS_DAYS_SINCE_1900 Value transfer Type reference (TYPE) STRING 20101005

Method GET_DAYS_SINCE_1900 on class CL_SALV_BS_LEX_SUPPORT has no exception.

Method GET_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_IMAGE_ID Call by reference Type reference (TYPE) STRING 20100928
2 Returning RS_IMAGE_DATA Value transfer Type reference (TYPE) YS_IMAGE_DATA 20100928

Method GET_IMAGE on class CL_SALV_BS_LEX_SUPPORT has no exception.

Method GET_IMAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_IMAGES Value transfer Type reference (TYPE) YT_IMAGE_DATA 20100928

Method GET_IMAGES on class CL_SALV_BS_LEX_SUPPORT has no exception.

Method GET_IMAGE_ID Signature

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

Method GET_IMAGE_ID on class CL_SALV_BS_LEX_SUPPORT has no exception.

Method GET_IMAGE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXTENSION Call by reference Type reference (TYPE) STRING 20130813
2 Exporting E_HEIGHT Call by reference Type reference (TYPE) I 20130813
3 Exporting E_MIME_TYPE Call by reference Type reference (TYPE) STRING 20130813
4 Exporting E_WIDTH Call by reference Type reference (TYPE) I 20130813
5 Importing I_IMAGE_CONTENT Call by reference Type reference (TYPE) XSTRING 20130813

Method GET_IMAGE_INFO on class CL_SALV_BS_LEX_SUPPORT has no exception.

Method GET_NUMBER_BIG_ENDIAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIN Call by reference Type reference (TYPE) XSTRING 20130813
2 Importing LEN Value transfer Type reference (TYPE) I 20130813
3 Returning NUM Value transfer Type reference (TYPE) I 20130813
4 Importing OFF Value transfer Type reference (TYPE) I 20130813

Method GET_NUMBER_BIG_ENDIAN on class CL_SALV_BS_LEX_SUPPORT has no exception.

Method GET_NUMBER_LITTLE_ENDIAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIN Call by reference Type reference (TYPE) XSTRING 20130813
2 Importing LEN Value transfer Type reference (TYPE) I 20130813
3 Returning NUM Value transfer Type reference (TYPE) I 20130813
4 Importing OFF Value transfer Type reference (TYPE) I 20130813

Method GET_NUMBER_LITTLE_ENDIAN on class CL_SALV_BS_LEX_SUPPORT has no exception.

Method GET_PERCENT_OF_ACT_DAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_NUM Value transfer Type reference (TYPE) STRING 20101112
2 Importing I_TIME Call by reference Type reference (TYPE) T 20101112

Method GET_PERCENT_OF_ACT_DAY on class CL_SALV_BS_LEX_SUPPORT has no exception.

Method STRING_TO_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ENCODING Call by reference Type reference (TYPE) STRING 20101119
2 Importing IS_STRING Call by reference Type reference (TYPE) STRING 20101007
3 Returning RS_XSTRING Value transfer Type reference (TYPE) XSTRING 20101007

Method STRING_TO_XSTRING on class CL_SALV_BS_LEX_SUPPORT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 731