SAP ABAP Class CL_MASS_SPREADSHEET (Handle spreadsheet data)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-MS (Application Component) Cross-Application Mass Maintenance
     MASS (Package) Mass Maintenance Tool: Generic Part
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MASS_SPREADSHEET Interface for spreadsheets 20120910
Properties
Class CL_MASS_SPREADSHEET  
Short Description Handle spreadsheet data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MASS   Mass Maintenance Tool: Generic Part 
Created 20120903   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_MASS_SPREADSHEET Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_MASS_SPREADSHEET Interface for spreadsheets 20120910
Friends
Class CL_MASS_SPREADSHEET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_IMP_CONF Instance attribute Private Object reference (TYPE REF TO) CL_MASS_SPREADSHEET_IMP_CONF 20120910
2 MO_TYPECONV Instance attribute Private Object reference (TYPE REF TO) CL_MASS_SPSH_TYPECONVERSION 20120920
3 MT_HEADER_LINES Instance attribute Private Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>T_SPSH_HEADER_BY_SHEETNAME 20120910
4 MT_INDEX Instance attribute Private Type reference (TYPE) TH_INDEX_BY_SHEETNAME 20120910
5 MT_SEL_ROWS Instance attribute Private Type reference (TYPE) T_SEL_ROWS_BY_SPREADSHEET 20120920
6 MT_SHEETNAMES Instance attribute Private Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>T_SHEETNAMES 20120910
7 MT_SPREADSHEETS Instance attribute Private Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>T_SPREADSHEET_BY_SHEETNAME 20120910
8 MT_SPSH_INDEX Instance attribute Private Type reference (TYPE) TH_SPSH_INDEX 20130211
9 MT_SPSH_STR_TABLES Instance attribute Private Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>T_SPSH_STR_TABLE_BY_SHEETNAME 20120913
10 MV_FILE Instance attribute Private Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>FILE_NAME 20120910
Methods
# Method Level Visibility Method type Description Created on
1 GET_FIELD_NAME Instance method Private Method 20121010
Events
Class CL_MASS_SPREADSHEET has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_INDEX_BY_SHEETNAME Private See coding 20120910 begin of s_index_by_sheetname, sheetname type string, index type i, spsh_index type th_spsh_index, end of s_index_by_sheetname
2 S_SEL_ROWS_BY_SPREADSHEET Private See coding 20120920 begin of s_sel_rows_by_spreadsheet, sheetname type if_mass_spreadsheet_types=>spreadsheet_name, sel_rows type if_mass_spreadsheet_types=>t_spreadsheet_rows, end of s_sel_rows_by_spreadsheet
3 S_SPSH_INDEX Private See coding 20130211 begin of s_spsh_index, ext_index type i, spsh_index type i, end of s_spsh_index
4 TH_INDEX_BY_SHEETNAME Private See coding 20120910 th_index_by_sheetname type hashed table of s_index_by_sheetname with unique key sheetname
5 TH_SPSH_INDEX Private See coding 20130211 th_spsh_index type hashed table of s_spsh_index with unique key ext_index
6 T_SEL_ROWS_BY_SPREADSHEET Private See coding 20120920 t_sel_rows_by_spreadsheet type hashed table of s_sel_rows_by_spreadsheet with unique key sheetname
Method Signatures

Method GET_FIELD_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD_INDEX Call by reference Type reference (TYPE) SYINDEX 20121010
2 Returning RV_FIELD_NAME Value transfer Type reference (TYPE) STRING 20121010

Method GET_FIELD_NAME on class CL_MASS_SPREADSHEET has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740