SAP ABAP Class CL_DAS_ORIGINSEARCH (ILM SRS: OriginSearch 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 20101109
Properties
Class CL_DAS_ORIGINSEARCH  
Short Description ILM SRS: OriginSearch 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 20101109   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DAS_ORIGINSEARCH has no interface implemented.
Friends
Class CL_DAS_ORIGINSEARCH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_METHOD Instance attribute Public Type reference (TYPE) STRING 'ORIGINSEARCH' Name of Command 20101109
2 MV_SEARCH_ROOT Instance attribute Private Type reference (TYPE) STRING Root Search 20101109
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_AND_EXEC_SELECT Instance method Private Method Determine Dynamic WHERE Condition and Execute SELECT 20101111
Events
Class CL_DAS_ORIGINSEARCH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_COL_RESULT Private See coding 20101110 BEGIN OF ty_s_col_result, uri TYPE string, creation_time TYPE das_creat_time, creation_user TYPE das_creat_user, col_type TYPE das_col_type, col_name TYPE das_col_name, origin_name TYPE das_col_prop_value, END OF ty_s_col_result
2 TY_S_QUERY Private See coding 20101110 BEGIN OF ty_s_query, origin_name TYPE string, operator TYPE string, value TYPE string, END OF ty_s_query
3 TY_T_COL_RESULTS Private See coding 20101110 ty_t_col_results TYPE STANDARD TABLE OF ty_s_col_result with DEFAULT KEY
4 TY_T_QUERY Private See coding 20101110 ty_t_query TYPE STANDARD TABLE OF ty_s_query
Method Signatures

Method CREATE_AND_EXEC_SELECT 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 20101111
2 Changing CV_RESPONSE_ENTITY Call by reference Type reference (TYPE) XSTRING 20101111
3 Exporting ET_COL_RESULTS Call by reference Type reference (TYPE) TY_T_COL_RESULTS 20101111
4 Exporting EV_REASON_PHRASE Call by reference Type reference (TYPE) STRING 20101111
5 Exporting EV_STATUS_CODE Call by reference Type reference (TYPE) I 20101111
6 Importing IT_QUERY Call by reference Type reference (TYPE) TY_T_QUERY 20101111

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