SAP ABAP Class CL_MASS_SPSH_IMP_CONF_TEXT (Configuration for importing a spreadsheet in form of CSV)
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 | Inheritance (c INHERITING FROM c_ref) | CL_MASS_SPREADSHEET_IMP_CONF | General configuration for spreadsheet import | 20120911 |
Properties
Class | CL_MASS_SPSH_IMP_CONF_TEXT | |
Short Description | Configuration for importing a spreadsheet in form of CSV | |
Super Class | CL_MASS_SPREADSHEET_IMP_CONF | General configuration for spreadsheet import |
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
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_MASS_SPSH_IMP_CONF_TEXT has no interface implemented.
Friends
Class CL_MASS_SPSH_IMP_CONF_TEXT 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) | CPCODEPAGE | 20120913 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MASS_FIELD_DELIMITER | 20120911 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MASS_DELIMITER_MERGE | 20120912 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MASS_TEXT_QUALIFIER | 20120911 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20120917 | |
2 | ![]() |
Static method | Public | Method | 20120911 | |
3 | ![]() |
Instance method | Public | Method | 20120913 | |
4 | ![]() |
Instance method | Public | Method | 20120911 | |
5 | ![]() |
Instance method | Public | Method | 20120912 | |
6 | ![]() |
Instance method | Public | Method | 20120911 | |
7 | ![]() |
Instance method | Public | Method | 20120913 | |
8 | ![]() |
Instance method | Public | Method | 20120911 | |
9 | ![]() |
Instance method | Public | Method | 20120912 | |
10 | ![]() |
Instance method | Public | Method | 20120911 |
Events
Class CL_MASS_SPSH_IMP_CONF_TEXT has no event.
Types
Class CL_MASS_SPSH_IMP_CONF_TEXT has no local type.
Method Signatures
Method CREATE_DEFAULT_CONFIG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_CONF | Value transfer | Object reference (TYPE REF TO) | CL_MASS_SPSH_IMP_CONF_TEXT | 20120917 |
Method CREATE_DEFAULT_CONFIG on class CL_MASS_SPSH_IMP_CONF_TEXT has no exception.
Method CREATE_FROM_USER_INPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DEFAULT_DELIMITER | Call by reference | Type reference (TYPE) | MASS_FIELD_DELIMITER | IF_MASS_SPSH_ENUM_DELIMITER=>MC_SEMICOLON | Delimiter to Separate Multiple Fields | 20120921 | |
2 | ![]() |
IV_DEFAULT_TEXT_QUALIF | Call by reference | Type reference (TYPE) | MASS_TEXT_QUALIFIER | CL_MASS_SPREADSHEET_IMP_CONF=>MC_QUOTE | Text Qualifier to Specify Texts That Belong Together | 20121001 | |
3 | ![]() |
IV_FILE | Call by reference | Type reference (TYPE) | IF_MASS_SPREADSHEET_TYPES=>FILE_NAME | 20120914 | |||
4 | ![]() |
RO_CONF | Value transfer | Object reference (TYPE REF TO) | CL_MASS_SPSH_IMP_CONF_TEXT | 20120914 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120914 |
Method GET_CODEPAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_CODEPAGE | Value transfer | Type reference (TYPE) | CPCODEPAGE | 20120913 |
Method GET_CODEPAGE on class CL_MASS_SPSH_IMP_CONF_TEXT has no exception.
Method GET_DELIMITER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_DELIMITER | Value transfer | Type reference (TYPE) | MASS_FIELD_DELIMITER | 20120911 |
Method GET_DELIMITER on class CL_MASS_SPSH_IMP_CONF_TEXT has no exception.
Method GET_DELIMITER_MERGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_DELIMITER_MERGE | Value transfer | Type reference (TYPE) | MASS_DELIMITER_MERGE | 20120912 |
Method GET_DELIMITER_MERGE on class CL_MASS_SPSH_IMP_CONF_TEXT has no exception.
Method GET_TEXT_QUALIFIER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_TEXT_QUALIFIER | Value transfer | Type reference (TYPE) | MASS_TEXT_QUALIFIER | 20120911 |
Method GET_TEXT_QUALIFIER on class CL_MASS_SPSH_IMP_CONF_TEXT has no exception.
Method SET_CODEPAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CODEPAGE | Call by reference | Type reference (TYPE) | CPCODEPAGE | 20120913 |
Method SET_CODEPAGE on class CL_MASS_SPSH_IMP_CONF_TEXT has no exception.
Method SET_DELIMITER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DELIMITER | Call by reference | Type reference (TYPE) | MASS_FIELD_DELIMITER | 20120911 |
Method SET_DELIMITER on class CL_MASS_SPSH_IMP_CONF_TEXT has no exception.
Method SET_DELIMITER_MERGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DELIMITER_MERGE | Call by reference | Type reference (TYPE) | MASS_DELIMITER_MERGE | 20120912 |
Method SET_DELIMITER_MERGE on class CL_MASS_SPSH_IMP_CONF_TEXT has no exception.
Method SET_TEXT_QUALIFIER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TEXT_QUALIFIER | Call by reference | Type reference (TYPE) | MASS_TEXT_QUALIFIER | 20120911 |
Method SET_TEXT_QUALIFIER on class CL_MASS_SPSH_IMP_CONF_TEXT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |