SAP ABAP Class CL_MASS_SPSH_ROW_INFO (Info about fields in target table line with initial values)
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
| Class | CL_MASS_SPSH_ROW_INFO | |
| Short Description | Info about fields in target table line with initial values | |
| 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 | 20120926 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_MASS_SPSH_ROW_INFO has no interface implemented.
Friends
Class CL_MASS_SPSH_ROW_INFO 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) | T_TYPECONV_ERR_FIELDNAME | 20120927 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | T_FIELD_INIT_CHAR | 20120927 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_MASS_SPREADSHEET_TYPES=>T_FIELDS | 20120927 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_ROW | 20120927 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120927 | ||
| 2 | Instance method | Public | Method | 20120927 | ||
| 3 | Instance method | Public | Method | 20120927 | ||
| 4 | Instance method | Public | Method | 20120927 | ||
| 5 | Instance method | Public | Method | 20120927 | ||
| 6 | Instance method | Public | Method | 20120927 | ||
| 7 | Instance method | Public | Method | 20120927 | ||
| 8 | Instance method | Public | Method | 20120927 | ||
| 9 | Instance method | Public | Method | 20120927 | ||
| 10 | Instance method | Public | Method | 20120927 | ||
| 11 | Instance method | Public | Method | 20120927 | ||
| 12 | Instance method | Public | Method | 20120927 |
Events
Class CL_MASS_SPSH_ROW_INFO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_FIELD_INIT_CHAR | Private | See coding | 20120927 | begin of s_field_init_char,
fieldname type fieldname,
key type abap_bool,
end of s_field_init_char
|
||
| 2 | S_TYPECONV_ERR_FIELDNAME | Private | See coding | 20120927 | begin of s_typeconv_err_fieldname.
include type if_mass_spreadsheet_types=>s_typeconv_err_fieldname.
types key type abap_bool.
types end of s_typeconv_err_fieldname
|
||
| 3 | T_FIELD_INIT_CHAR | Private | See coding | 20120927 | t_field_init_char type hashed table of s_field_init_char with unique key fieldname
|
||
| 4 | T_TYPECONV_ERR_FIELDNAME | Private | See coding | 20120927 | t_typeconv_err_fieldname type hashed table of s_typeconv_err_fieldname with unique key fieldname
|
Method Signatures
Method ADD_FIELD_CONV_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ERR | Call by reference | Object reference (TYPE REF TO) | CX_MASS_SPSH_TYPECONV_ERROR | 20120927 | ||||
| 2 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20120927 | ||||
| 3 | IV_KEY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120927 |
Method ADD_FIELD_CONV_ERROR on class CL_MASS_SPSH_ROW_INFO has no exception.
Method ADD_FIELD_INIT_CHAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20120927 | ||||
| 2 | IV_KEY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120927 |
Method ADD_FIELD_INIT_CHAR on class CL_MASS_SPSH_ROW_INFO has no exception.
Method ADD_KEY_FIELD_INITIAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20120927 |
Method ADD_KEY_FIELD_INITIAL on class CL_MASS_SPSH_ROW_INFO has no exception.
Method CONTAINS_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120927 |
Method CONTAINS_INFO on class CL_MASS_SPSH_ROW_INFO has no exception.
Method GET_FIELD_CONV_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20120927 | ||||
| 2 | RO_ERROR | Value transfer | Object reference (TYPE REF TO) | CX_MASS_SPSH_TYPECONV_ERROR | 20120927 |
Method GET_FIELD_CONV_ERROR on class CL_MASS_SPSH_ROW_INFO has no exception.
Method GET_KEY_FIELDS_CONV_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CONV_ERROR | Value transfer | Type reference (TYPE) | IF_MASS_SPREADSHEET_TYPES=>T_TYPECONV_ERR_FIELDNAME | 20120927 |
Method GET_KEY_FIELDS_CONV_ERROR on class CL_MASS_SPSH_ROW_INFO has no exception.
Method GET_KEY_FIELDS_INITIAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FIELDNAMES | Value transfer | Type reference (TYPE) | IF_MASS_SPREADSHEET_TYPES=>T_FIELDS | 20120927 |
Method GET_KEY_FIELDS_INITIAL on class CL_MASS_SPSH_ROW_INFO has no exception.
Method GET_KEY_FIELDS_INIT_CHAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FIELDNAMES | Value transfer | Type reference (TYPE) | IF_MASS_SPREADSHEET_TYPES=>T_FIELDS | 20120927 |
Method GET_KEY_FIELDS_INIT_CHAR on class CL_MASS_SPSH_ROW_INFO has no exception.
Method GET_SPSH_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ROW | Value transfer | Type reference (TYPE) | IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_ROW | 20120927 |
Method GET_SPSH_ROW on class CL_MASS_SPSH_ROW_INFO has no exception.
Method HAS_FIELD_CONV_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20120927 | ||||
| 2 | RV_ERROR | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120927 |
Method HAS_FIELD_CONV_ERROR on class CL_MASS_SPSH_ROW_INFO has no exception.
Method HAS_FIELD_INIT_CHAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20120927 | ||||
| 2 | RV_INIT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120927 |
Method HAS_FIELD_INIT_CHAR on class CL_MASS_SPSH_ROW_INFO has no exception.
Method SET_SPSH_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ROW | Call by reference | Type reference (TYPE) | IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_ROW | 20120927 |
Method SET_SPSH_ROW on class CL_MASS_SPSH_ROW_INFO has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |