SAP ABAP Class CL_MASS_SPSH_TABFLD_ASSGN (Assignment of spreadsheet columns and table fields)
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_SPSH_TABFLD_ASSGN | Interface for assignm. of spreadsheet col. and table fields | 20120911 |
Properties
| Class | CL_MASS_SPSH_TABFLD_ASSGN | |
| Short Description | Assignment of spreadsheet columns and table fields | |
| 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 | 20120904 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MASS_SPSH_TABFLD_ASSGN has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_MASS_SPSH_TABFLD_ASSGN | Interface for assignm. of spreadsheet col. and table fields | 20120911 |
Friends
Class CL_MASS_SPSH_TABFLD_ASSGN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TH_ASSIGNMENT | 20120911 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | T_SHEETNAME_BY_TABNAME | 20120911 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | T_TABNAME_BY_SHEETNAME | 20120914 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20121214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20121214 |
Events
Class CL_MASS_SPSH_TABFLD_ASSGN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ASSIGNMENT | Private | See coding | 20120911 | begin of s_assignment,
sheetname type if_mass_spreadsheet_types=>spreadsheet_name,
column type if_mass_spreadsheet_types=>spreadsheet_column,
tabname type tabname,
fieldname type fieldname,
end of s_assignment
|
||
| 2 | S_SHEETNAME_TABNAME | Private | See coding | 20120914 | begin of s_sheetname_tabname,
tabname type tabname,
sheetname type if_mass_spreadsheet_types=>spreadsheet_name,
end of s_sheetname_tabname
|
||
| 3 | TH_ASSIGNMENT | Private | See coding | 20121109 | th_assignment type hashed table of s_assignment with unique key tabname fieldname
|
||
| 4 | TS_ASSIGNMENT | Private | See coding | 20121109 | ts_assignment type sorted table of s_assignment with unique key tabname column
|
||
| 5 | T_SHEETNAME_BY_TABNAME | Private | See coding | 20120911 | t_sheetname_by_tabname type hashed table of s_sheetname_tabname
with unique key tabname
|
||
| 6 | T_TABNAME_BY_SHEETNAME | Private | See coding | 20120914 | t_tabname_by_sheetname type hashed table of s_sheetname_tabname
with unique key sheetname
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ALLOW_STATIC_ASSGN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20121214 |
Method CONSTRUCTOR on class CL_MASS_SPSH_TABFLD_ASSGN has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |