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 IF_MASS_SPREADSHEET_TYPES 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 MT_FIELDS_CONV_ERROR Instance attribute Private Type reference (TYPE) T_TYPECONV_ERR_FIELDNAME 20120927
2 MT_FIELDS_INIT_CHAR Instance attribute Private Type reference (TYPE) T_FIELD_INIT_CHAR 20120927
3 MT_KEY_FIELDS_INITIAL Instance attribute Private Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>T_FIELDS 20120927
4 MV_SPSH_ROW Instance attribute Private Type reference (TYPE) IF_MASS_SPREADSHEET_TYPES=>SPREADSHEET_ROW 20120927
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELD_CONV_ERROR Instance method Public Method 20120927
2 ADD_FIELD_INIT_CHAR Instance method Public Method 20120927
3 ADD_KEY_FIELD_INITIAL Instance method Public Method 20120927
4 CONTAINS_INFO Instance method Public Method 20120927
5 GET_FIELD_CONV_ERROR Instance method Public Method 20120927
6 GET_KEY_FIELDS_CONV_ERROR Instance method Public Method 20120927
7 GET_KEY_FIELDS_INITIAL Instance method Public Method 20120927
8 GET_KEY_FIELDS_INIT_CHAR Instance method Public Method 20120927
9 GET_SPSH_ROW Instance method Public Method 20120927
10 HAS_FIELD_CONV_ERROR Instance method Public Method 20120927
11 HAS_FIELD_INIT_CHAR Instance method Public Method 20120927
12 SET_SPSH_ROW 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 Importing IO_ERR Call by reference Object reference (TYPE REF TO) CX_MASS_SPSH_TYPECONV_ERROR 20120927
2 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20120927
3 Importing 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 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20120927
2 Importing 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 Importing 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 Returning 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 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20120927
2 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20120927
2 Returning 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 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20120927
2 Returning 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 Importing 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