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 MC_METHOD Constant Private Type reference (TYPE) STRING 'INDEX_INSERT' 20101112
Methods
# Method Level Visibility Method type Description Created on
1 ADD_INDEX_DATA Instance method Private Method 20101210
2 CHECK_PROPERTIES Instance method Private Method 20101216
3 CONVERT_PROPERTIES Static method Private Method 20101216
4 DB_INSERT_INDEX_DATA Instance method Private Method 20101210
5 GET_COLLECTION_URI Instance method Private Method 20101210
6 GET_INDEX_DICT Instance method Private Method 20101216
7 GET_INDEX_PROPERTIES Instance method Private Method 20101213
8 REPORT_SERVICE_MESSAGE Instance method Private Method 20101112
9 SPLIT_INDEX_DATA 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 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20101213
2 Exporting EV_STATUS_CODE Call by reference Type reference (TYPE) I 20101213
3 Importing IV_COL_ID Call by reference Type reference (TYPE) DAS_COL_ID ID einer Kollektion 20101216
4 Importing IV_INDEX_DATA Call by reference Type reference (TYPE) STRING 20101213
5 Importing 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 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 IT_PROPERTIES Call by reference Type reference (TYPE) TY_T_PROPERTIES 20101216
4 Importing IV_INDEX_NAME Call by reference Type reference (TYPE) STRING 20101221
5 Importing 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 Exporting ES_RESULT Call by reference Type reference (TYPE) ASTABLEBUFFER AS: Tabellenpuffer mit Typ 20101221
2 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20101221
3 Exporting EV_STATUS_CODE Call by reference Type reference (TYPE) I 20101221
4 Importing IT_PROPERTIES Call by reference Type reference (TYPE) TY_T_PROPERTIES 20101216
5 Importing IV_INDEX_NAME Call by reference Type reference (TYPE) STRING 20101221
6 Importing IV_RES_ID Call by reference Type reference (TYPE) DAS_RES_ID ID einer Ressource 20101216
7 Importing 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 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20101213
2 Exporting EV_STATUS_CODE Call by reference Type reference (TYPE) I 20101213
3 Importing 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 Importing IV_ARCHIVE_PATH Call by reference Type reference (TYPE) STRING 20101210
2 Returning 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 Exporting ES_INDEX_DICT Call by reference Type reference (TYPE) DAS_INDEX_DICT 20101216
2 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20101216
3 Exporting EV_STATUS_CODE Call by reference Type reference (TYPE) I 20101216
4 Importing 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 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20101213
2 Returning 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 Changing CT_RESPONSE_HEADER Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20101112
2 Changing CV_REASON_PHRASE Call by reference Type reference (TYPE) STRING 20101112
3 Changing CV_RESPONSE_ENTITY Call by reference Type reference (TYPE) XSTRING 20101112
4 Importing IV_MSG_ITEX132 Call by reference Type reference (TYPE) ITEX132 Textsymbol in der Länge 132 20101112
5 Importing IV_MSG_TEXT Call by reference Type reference (TYPE) STRING Text 20101112
6 Importing 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 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) TY_T_PROPERTIES 20101216
2 Exporting EV_INDEX_NAME Call by reference Type reference (TYPE) STRING 20101216
3 Importing 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