SAP ABAP Interface IF_MASS_SPREADSHEET_TYPES (Public types)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-MS (Application Component) Cross-Application Mass Maintenance
⤷
MASS (Package) Mass Maintenance Tool: Generic Part
⤷
⤷
Properties
| Interface | IF_MASS_SPREADSHEET_TYPES | |
| Short Description | Public types |
General Data
| Package | MASS | Mass Maintenance Tool: Generic Part |
| Created | 20120914 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_MASS_SPREADSHEET_TYPES has no forward declaration.
Interfaces
Interface IF_MASS_SPREADSHEET_TYPES has no interface.
Friends
Interface IF_MASS_SPREADSHEET_TYPES has no friend.
Attributes
Interface IF_MASS_SPREADSHEET_TYPES has no attribute.
Methods
Interface IF_MASS_SPREADSHEET_TYPES has no method.
Events
Interface IF_MASS_SPREADSHEET_TYPES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | FILE_NAME | Public | See coding | 20120914 | file_name(1024) type c
|
||
| 2 | INIT_CHAR | Public | Type reference (TYPE) | MASS_CELL_INIT_CHARACTER | 20120914 | |
|
| 3 | SPREADSHEET_COLUMN | Public | Type reference (TYPE) | I | 20120914 | |
|
| 4 | SPREADSHEET_NAME | Public | Type reference (TYPE) | STRING | 20120914 | |
|
| 5 | SPREADSHEET_ROW | Public | Type reference (TYPE) | I | 20120914 | |
|
| 6 | SPREADSHEET_VALUE | Public | Type reference (TYPE) | STRING | 20120914 | |
|
| 7 | S_FIELDLIST | Public | See coding | 20120914 | begin of s_fieldlist,
fieldname type fieldname,
key type abap_bool,
column type spreadsheet_column,
end of s_fieldlist
|
||
| 8 | S_FIELDLIST_EXT | Public | See coding | 20120914 | begin of s_fieldlist_ext.
include type s_fieldlist.
* fieldname type fieldname,
* key type abap_bool,
types: scrtext_l type scrtext_l,
end of s_fieldlist_ext
|
||
| 9 | S_SPREADSHEET_BY_SHEETNAME | Public | See coding | 20120914 | begin of s_spreadsheet_by_sheetname,
sheetname type spreadsheet_name,
num_rows type i,
num_cols type i,
spreadsheet type t_spreadsheet,
end of s_spreadsheet_by_sheetname
|
||
| 10 | S_SPREADSHEET_CELL | Public | See coding | 20120914 | begin of s_spreadsheet_cell,
row type spreadsheet_row,
column type spreadsheet_column,
value type spreadsheet_value,
end of s_spreadsheet_cell
|
||
| 11 | S_SPSH_HEADER_BY_SHEETNAME | Public | See coding | 20120914 | begin of s_spsh_header_by_sheetname,
sheetname type spreadsheet_name,
num_cols type i,
spreadsheet type t_spreadsheet,
end of s_spsh_header_by_sheetname
|
||
| 12 | S_SPSH_STR_TABLE_BY_SHEETNAME | Public | See coding | 20120914 | begin of s_spsh_str_table_by_sheetname,
sheetname type spreadsheet_name,
spreadsheet type ref to data,
end of s_spsh_str_table_by_sheetname
|
||
| 13 | S_TABLE | Public | See coding | 20120914 | begin of s_table,
tabname type tabname,
fieldlist type t_fieldlist,
table type ref to data,
end of s_table
|
||
| 14 | S_TABLE_PROC_INFO | Public | See coding | 20121004 | begin of s_table_proc_info,
tablename type tabname,
assgn_fields type t_fields,
row_info_by_key type ref to data,
rows_no_key type t_row_info,
abort type ref to cx_mass_spsh_function_abort,
end of s_table_proc_info
|
||
| 15 | S_TEXT | Public | See coding | 20120914 | s_text type line of t_text
|
||
| 16 | S_TYPECONV_ERR_FIELDNAME | Public | See coding | 20120927 | begin of s_typeconv_err_fieldname,
fieldname type fieldname,
exc type ref to cx_mass_spsh_typeconv_error,
end of s_typeconv_err_fieldname
|
||
| 17 | T_FIELDLIST | Public | See coding | 20120914 | t_fieldlist type hashed table of s_fieldlist with unique key fieldname
|
||
| 18 | T_FIELDLIST_EXT | Public | See coding | 20120914 | t_fieldlist_ext type standard table of s_fieldlist_ext with key fieldname
|
||
| 19 | T_FIELDS | Public | See coding | 20120914 | t_fields type hashed table of fieldname with unique default key
|
||
| 20 | T_IMP_CLASS_NAMES | Public | See coding | 20120914 | t_imp_class_names type standard table of abap_classname with default key
|
||
| 21 | T_ROW_INFO | Public | See coding | 20120927 | t_row_info type standard table of ref to cl_mass_spsh_row_info with default key
|
||
| 22 | T_SHEETNAMES | Public | See coding | 20120914 | t_sheetnames type standard table of spreadsheet_name with default key
|
||
| 23 | T_SPREADSHEET | Public | See coding | 20120914 | t_spreadsheet type sorted table of s_spreadsheet_cell with unique key row column
|
||
| 24 | T_SPREADSHEET_BY_SHEETNAME | Public | See coding | 20120914 | t_spreadsheet_by_sheetname type standard table of s_spreadsheet_by_sheetname
|
||
| 25 | T_SPREADSHEET_ROWS | Public | See coding | 20120920 | t_spreadsheet_rows type standard table of spreadsheet_row with default key
|
||
| 26 | T_SPSH_HEADER_BY_SHEETNAME | Public | See coding | 20120914 | t_spsh_header_by_sheetname type standard table of s_spsh_header_by_sheetname
|
||
| 27 | T_SPSH_STR_TABLE_BY_SHEETNAME | Public | See coding | 20120914 | t_spsh_str_table_by_sheetname type standard table of s_spsh_str_table_by_sheetname with key sheetname
|
||
| 28 | T_TABLE | Public | See coding | 20120914 | t_table type standard table of s_table with default key
|
||
| 29 | T_TABLE_PROC_INFO | Public | See coding | 20121004 | t_table_proc_info type hashed table of s_table_proc_info with unique key tablename
|
||
| 30 | T_TARGET_TAB_NAMES | Public | See coding | 20120914 | t_target_tab_names type standard table of tabname with default key
|
||
| 31 | T_TEXT | Public | See coding | 20120914 | t_text type standard table of string
|
||
| 32 | T_TYPECONV_ERR_FIELDNAME | Public | See coding | 20120927 | t_typeconv_err_fieldname type hashed table of s_typeconv_err_fieldname with unique key fieldname
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |