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 | Constant | Private | Type reference (TYPE) | STRING | 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' | 20101110 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | '1234567890' | 20101110 | |||
| 3 | Constant | Public | Type reference (TYPE) | I | 127 | 20101207 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'INDEX_CREATE' | 20101029 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'ZSRSIDX_' | 20101104 | |||
| 6 | Constant | Public | Type reference (TYPE) | I | 30 | 20101209 | |||
| 7 | Constant | Public | Type reference (TYPE) | I | 127 | 20101111 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | DAS_INDEX_NAME | Index Name | 20101109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20101109 | ||
| 2 | Instance method | Private | Method | 20101110 | ||
| 3 | Instance method | Private | Method | Convert JDBC Types to Built-In ABAP Types | 20101102 | |
| 4 | Instance method | Private | Method | Create table | 20101102 | |
| 5 | Instance method | Private | Method | 20101104 | ||
| 6 | Instance method | Private | Method | Create table | 20101216 | |
| 7 | Instance method | Private | Method | Convert Table Description | 20101104 | |
| 8 | Instance method | Private | Method | 20101104 | ||
| 9 | Instance method | Private | Method | 20101207 | ||
| 10 | 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 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | 20101109 | ||||
| 2 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | STRING | 20101109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101109 |
Method CHECK_SEC_INDEX_SPEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEC_IDX_DEF | Call by reference | Type reference (TYPE) | STRING | 20101110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101110 |
Method CONVERT_DATA_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_TYPEDESCR | Value transfer | Type reference (TYPE) | TY_S_TYPEDESCR | 20101102 | ||||
| 2 | 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 | EV_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20101105 | ||||
| 2 | EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101105 | ||||
| 3 | IT_FIELDS | Call by reference | Type reference (TYPE) | TY_T_FIELD_DEF | 20101104 | ||||
| 4 | IT_INDICES | Call by reference | Type reference (TYPE) | TY_T_INDEX_DEF | 20101104 | ||||
| 5 | IV_INDEX_NAME | Call by reference | Type reference (TYPE) | DAS_INDEX_NAME | Name eines Index | 20101202 | |||
| 6 | 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 | EV_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20101109 | ||||
| 2 | EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101109 | ||||
| 3 | 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 | EV_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20101216 | ||||
| 2 | EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101216 | ||||
| 3 | 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 | ET_FIELDS | Call by reference | Type reference (TYPE) | TY_T_FIELD_DEF | 20101104 | ||||
| 2 | ET_SECONDARY_INDICES | Call by reference | Type reference (TYPE) | TY_T_INDEX_DEF | 20101104 | ||||
| 3 | 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 | ES_DD12V | Call by reference | Type reference (TYPE) | DD12V | Generierte Tabelle zum View DD12V | 20101104 | |||
| 2 | ET_DD17V | Call by reference | Type reference (TYPE) | DD17VTAB | DD: Felder der Indizes einer Tabelle | 20101104 | |||
| 3 | IS_INDEX | Call by reference | Type reference (TYPE) | TY_S_INDEX_DEF | Indexdefinition | 20101104 | |||
| 4 | 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 | CT_RESPONSE_HEADER | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20101207 | |||
| 2 | CV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101207 | ||||
| 3 | CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101207 | ||||
| 4 | IV_MSG_TEXT | Call by reference | Type reference (TYPE) | STRING | Text | 20101207 | |||
| 5 | 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 | ES_DD02V | Call by reference | Type reference (TYPE) | DD02V | Generierte Tabelle zum View DD02V | 20101102 | |||
| 2 | ES_DD09L | Call by reference | Type reference (TYPE) | DD09L | DD: Technische Einstellungen von Tabellen | 20101102 | |||
| 3 | ET_DD03P | Call by reference | Type reference (TYPE) | DD03TTYP | Tabellentyp für Stuktur DD03P | 20101102 | |||
| 4 | IT_FIELDS | Call by reference | Type reference (TYPE) | TY_T_FIELD_DEF | Tabellenfelder | 20101103 | |||
| 5 | IV_INDEX_NAME | Call by reference | Type reference (TYPE) | DAS_INDEX_NAME | Name eines Index | 20101202 | |||
| 6 | 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 |