SAP ABAP Class CL_DAS_INDEX_INSERT (ILM SRS: IndexInsert 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 | 20101112 |
Properties
| Class | CL_DAS_INDEX_INSERT | |
| Short Description | ILM SRS: IndexInsert 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 | 20101112 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DAS_INDEX_INSERT has no forward declaration.
Interfaces
Class CL_DAS_INDEX_INSERT has no interface implemented.
Friends
Class CL_DAS_INDEX_INSERT 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 | 'INDEX_INSERT' | 20101112 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20101210 | ||
| 2 | Instance method | Private | Method | 20101216 | ||
| 3 | Static method | Private | Method | 20101216 | ||
| 4 | Instance method | Private | Method | 20101210 | ||
| 5 | Instance method | Private | Method | 20101210 | ||
| 6 | Instance method | Private | Method | 20101216 | ||
| 7 | Instance method | Private | Method | 20101213 | ||
| 8 | Instance method | Private | Method | 20101112 | ||
| 9 | Static method | Private | Method | 20101216 |
Events
Class CL_DAS_INDEX_INSERT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_PROPERTY | Private | See coding | 20101216 | BEGIN OF ty_s_property,
name TYPE fieldname,
rollname TYPE rollname,
value TYPE string,
END OF ty_s_property
|
||
| 2 | TY_T_PROPERTIES | Private | See coding | 20101213 | ty_t_properties TYPE STANDARD TABLE OF ty_s_property
WITH KEY name
|
Method Signatures
Method ADD_INDEX_DATA 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 | 20101213 | ||||
| 2 | EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101213 | ||||
| 3 | IV_COL_ID | Call by reference | Type reference (TYPE) | DAS_COL_ID | ID einer Kollektion | 20101216 | |||
| 4 | IV_INDEX_DATA | Call by reference | Type reference (TYPE) | STRING | 20101213 | ||||
| 5 | IV_RES_ID | Call by reference | Type reference (TYPE) | DAS_RES_ID | ID einer Ressource | 20101216 |
Method ADD_INDEX_DATA on class CL_DAS_INDEX_INSERT has no exception.
Method CHECK_PROPERTIES 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 | IT_PROPERTIES | Call by reference | Type reference (TYPE) | TY_T_PROPERTIES | 20101216 | ||||
| 4 | IV_INDEX_NAME | Call by reference | Type reference (TYPE) | STRING | 20101221 | ||||
| 5 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20101216 |
Method CHECK_PROPERTIES on class CL_DAS_INDEX_INSERT has no exception.
Method CONVERT_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_RESULT | Call by reference | Type reference (TYPE) | ASTABLEBUFFER | AS: Tabellenpuffer mit Typ | 20101221 | |||
| 2 | EV_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20101221 | ||||
| 3 | EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101221 | ||||
| 4 | IT_PROPERTIES | Call by reference | Type reference (TYPE) | TY_T_PROPERTIES | 20101216 | ||||
| 5 | IV_INDEX_NAME | Call by reference | Type reference (TYPE) | STRING | 20101221 | ||||
| 6 | IV_RES_ID | Call by reference | Type reference (TYPE) | DAS_RES_ID | ID einer Ressource | 20101216 | |||
| 7 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20101216 |
Method CONVERT_PROPERTIES on class CL_DAS_INDEX_INSERT has no exception.
Method DB_INSERT_INDEX_DATA 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 | 20101213 | ||||
| 2 | EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101213 | ||||
| 3 | IS_INDEX_DATA | Call by reference | Type reference (TYPE) | ASTABLEBUFFER | AS: Tabellenpuffer mit Typ | 20101213 |
Method DB_INSERT_INDEX_DATA on class CL_DAS_INDEX_INSERT has no exception.
Method GET_COLLECTION_URI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ARCHIVE_PATH | Call by reference | Type reference (TYPE) | STRING | 20101210 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20101210 |
Method GET_COLLECTION_URI on class CL_DAS_INDEX_INSERT has no exception.
Method GET_INDEX_DICT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_INDEX_DICT | Call by reference | Type reference (TYPE) | DAS_INDEX_DICT | 20101216 | ||||
| 2 | EV_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20101216 | ||||
| 3 | EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101216 | ||||
| 4 | IV_INDEX_NAME | Call by reference | Type reference (TYPE) | STRING | 20101216 |
Method GET_INDEX_DICT on class CL_DAS_INDEX_INSERT has no exception.
Method GET_INDEX_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20101213 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TY_T_PROPERTIES | 20101213 |
Method GET_INDEX_PROPERTIES on class CL_DAS_INDEX_INSERT 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 | 20101112 | |||
| 2 | CV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 20101112 | ||||
| 3 | CV_RESPONSE_ENTITY | Call by reference | Type reference (TYPE) | XSTRING | 20101112 | ||||
| 4 | IV_MSG_ITEX132 | Call by reference | Type reference (TYPE) | ITEX132 | Textsymbol in der Länge 132 | 20101112 | |||
| 5 | IV_MSG_TEXT | Call by reference | Type reference (TYPE) | STRING | Text | 20101112 | |||
| 6 | IV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 20101112 |
Method REPORT_SERVICE_MESSAGE on class CL_DAS_INDEX_INSERT has no exception.
Method SPLIT_INDEX_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PROPERTIES | Call by reference | Type reference (TYPE) | TY_T_PROPERTIES | 20101216 | ||||
| 2 | EV_INDEX_NAME | Call by reference | Type reference (TYPE) | STRING | 20101216 | ||||
| 3 | IV_INDEX_DATA | Call by reference | Type reference (TYPE) | STRING | 20101216 |
Method SPLIT_INDEX_DATA on class CL_DAS_INDEX_INSERT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |