SAP ABAP Class CL_DAS_INDEX_CREATE (ILM SRS: IndexCreate Command)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ILM-SRS (Application Component) Storage and Retention Service
     S_ILM_DAS_COMMANDS (Package) ILM SRS: SRS Commands
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DAS_COMMAND ILM SRS: Abstract Top Class for All DAS Commands 20101029
Properties
Class CL_DAS_INDEX_CREATE  
Short Description ILM SRS: IndexCreate Command    
Super Class CL_DAS_COMMAND ILM SRS: Abstract Top Class for All DAS Commands 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ILM_DAS_COMMANDS   ILM SRS: SRS Commands 
Created 20101029   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DAS_INDEX_CREATE has no forward declaration.
Interfaces
Class CL_DAS_INDEX_CREATE has no interface implemented.
Friends
Class CL_DAS_INDEX_CREATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ALLOWED_CHARS_SEC_IDX_ALIAS Constant Private Type reference (TYPE) STRING 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 20101110
2 MC_ALLOWED_CHARS_SEC_IDX_POS Constant Private Type reference (TYPE) STRING '1234567890' 20101110
3 MC_INDEX_NAME_MAX_LENGTH Constant Public Type reference (TYPE) I 127 20101207
4 MC_METHOD Constant Private Type reference (TYPE) STRING 'INDEX_CREATE' 20101029
5 MC_PREFIX_INDEX_TABLE Constant Private Type reference (TYPE) STRING 'ZSRSIDX_' 20101104
6 MC_PROPERTY_NAME_MAX_LENGTH Constant Public Type reference (TYPE) I 30 20101209
7 MC_VARCHAR_MAX_LENGTH Constant Public Type reference (TYPE) I 127 20101111
8 MV_INDEX_NAME Instance attribute Private Type reference (TYPE) DAS_INDEX_NAME Index Name 20101109
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_COLUMN_TYPE Instance method Private Method 20101109
2 CHECK_SEC_INDEX_SPEC Instance method Private Method 20101110
3 CONVERT_DATA_TYPE Instance method Private Method Convert JDBC Types to Built-In ABAP Types 20101102
4 CREATE_TABLE Instance method Private Method Create table 20101102
5 CREATE_TADIR_ENTRY Instance method Private Method 20101104
6 DELETE_TABLE Instance method Private Method Create table 20101216
7 EXTRACT_TABLE_DESCRIPTION Instance method Private Method Convert Table Description 20101104
8 INDEX_GET_DDIC_INFOS Instance method Private Method 20101104
9 REPORT_SERVICE_MESSAGE Instance method Private Method 20101207
10 TABLE_GET_DDIC_INFOS Instance method Private Method 20101102
Events
Class CL_DAS_INDEX_CREATE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ATTRIBUTE Private See coding 20101109 BEGIN OF ty_s_attribute, name TYPE string, value TYPE string, sec_idx_spec TYPE string, END OF ty_s_attribute
2 TY_S_FIELD_DEF Private See coding 20101109 BEGIN OF ty_s_field_def, name TYPE fieldname, data_element TYPE field_type, datatype TYPE datatype_d, leng TYPE ddleng, decimals TYPE decimals, END OF ty_s_field_def
3 TY_S_INDEX_DEF Private See coding 20101109 BEGIN OF ty_s_index_def, name TYPE string, fields TYPE ty_t_index_fields, END OF ty_s_index_def
4 TY_S_INDEX_FIELD Private See coding 20101109 BEGIN OF ty_s_index_field, rang TYPE i, name TYPE string, END OF ty_s_index_field
5 TY_S_TYPEDESCR Private See coding 20101109 BEGIN OF ty_s_typedescr, data_element TYPE field_type, datatype TYPE datatype_d, leng TYPE ddleng, decimals TYPE decimals, END OF ty_s_typedescr
6 TY_T_FIELD_DEF Private See coding 20101102 ty_t_field_def TYPE STANDARD TABLE OF ty_s_field_def
7 TY_T_INDEX_DEF Private See coding 20101103 ty_t_index_def TYPE STANDARD TABLE OF ty_s_index_def WITH KEY name
8 TY_T_INDEX_FIELDS Private See coding 20101104 ty_t_index_fields TYPE STANDARD TABLE OF ty_s_index_field WITH KEY rang
9 TY_T_STRING Private See coding 20101102 ty_t_string TYPE STANDARD TABLE OF string
Method Signatures

Method CHECK_COLUMN_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) STRING 20101109
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) STRING 20101109
# Exception Resumable Description Created on
1 CX_DAS_INVALID_NAME 20101109

Method CHECK_SEC_INDEX_SPEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEC_IDX_DEF Call by reference Type reference (TYPE) STRING 20101110
# Exception Resumable Description Created on
1 CX_DAS_INVALID_NAME 20101110

Method CONVERT_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_TYPEDESCR Value transfer Type reference (TYPE) TY_S_TYPEDESCR 20101102
2 Importing IV_TYPEDESCR Call by reference Type reference (TYPE) STRING 20101102

Method CONVERT_DATA_TYPE on class CL_DAS_INDEX_CREATE has no exception.

Method CREATE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20101105
2 Exporting EV_STATUS_CODE Call by reference Type reference (TYPE) I 20101105
3 Importing IT_FIELDS Call by reference Type reference (TYPE) TY_T_FIELD_DEF 20101104
4 Importing IT_INDICES Call by reference Type reference (TYPE) TY_T_INDEX_DEF 20101104
5 Importing IV_INDEX_NAME Call by reference Type reference (TYPE) DAS_INDEX_NAME Name eines Index 20101202
6 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20101104

Method CREATE_TABLE on class CL_DAS_INDEX_CREATE has no exception.

Method CREATE_TADIR_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20101109
2 Exporting EV_STATUS_CODE Call by reference Type reference (TYPE) I 20101109
3 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20101104

Method CREATE_TADIR_ENTRY on class CL_DAS_INDEX_CREATE has no exception.

Method DELETE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20101216
2 Exporting EV_STATUS_CODE Call by reference Type reference (TYPE) I 20101216
3 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20101216

Method DELETE_TABLE on class CL_DAS_INDEX_CREATE has no exception.

Method EXTRACT_TABLE_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDS Call by reference Type reference (TYPE) TY_T_FIELD_DEF 20101104
2 Exporting ET_SECONDARY_INDICES Call by reference Type reference (TYPE) TY_T_INDEX_DEF 20101104
3 Importing IT_ATTRIBUTES Call by reference Type reference (TYPE) TY_T_STRING 20101104

Method EXTRACT_TABLE_DESCRIPTION on class CL_DAS_INDEX_CREATE has no exception.

Method INDEX_GET_DDIC_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DD12V Call by reference Type reference (TYPE) DD12V Generierte Tabelle zum View DD12V 20101104
2 Exporting ET_DD17V Call by reference Type reference (TYPE) DD17VTAB DD: Felder der Indizes einer Tabelle 20101104
3 Importing IS_INDEX Call by reference Type reference (TYPE) TY_S_INDEX_DEF Indexdefinition 20101104
4 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20101104

Method INDEX_GET_DDIC_INFOS on class CL_DAS_INDEX_CREATE has no exception.

Method REPORT_SERVICE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RESPONSE_HEADER Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20101207
2 Changing CV_REASON_PHRASE Call by reference Type reference (TYPE) STRING 20101207
3 Changing CV_RESPONSE_ENTITY Call by reference Type reference (TYPE) XSTRING 20101207
4 Importing IV_MSG_TEXT Call by reference Type reference (TYPE) STRING Text 20101207
5 Importing IV_STATUS_CODE Call by reference Type reference (TYPE) I 20101207

Method REPORT_SERVICE_MESSAGE on class CL_DAS_INDEX_CREATE has no exception.

Method TABLE_GET_DDIC_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DD02V Call by reference Type reference (TYPE) DD02V Generierte Tabelle zum View DD02V 20101102
2 Exporting ES_DD09L Call by reference Type reference (TYPE) DD09L DD: Technische Einstellungen von Tabellen 20101102
3 Exporting ET_DD03P Call by reference Type reference (TYPE) DD03TTYP Tabellentyp für Stuktur DD03P 20101102
4 Importing IT_FIELDS Call by reference Type reference (TYPE) TY_T_FIELD_DEF Tabellenfelder 20101103
5 Importing IV_INDEX_NAME Call by reference Type reference (TYPE) DAS_INDEX_NAME Name eines Index 20101202
6 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20101102

Method TABLE_GET_DDIC_INFOS on class CL_DAS_INDEX_CREATE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703