SAP ABAP Function Module CRM_EI_SDB_SE_QUERY (SDB: Receive a query and send to the search engine)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-MD-SDB (Application Component) Solution Database
     CSKN (Package) Customer Service: Knowledge Base Development
Basic Data
Function Module CRM_EI_SDB_SE_QUERY SDB: Receive a query and send to the search engine  
Function Group CRM_EI_SDB_SE_BRIDGE   SDB Bridge to search engine  
Program Name SAPLCRM_EI_SDB_SE_BRIDGE    
INCLUDE Name LCRM_EI_SDB_SE_BRIDGEU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Changing SUGGESTED_CRITERIA TYPE ISFI_TT_DESCRIPTORS Co-occuring Descriptors
Changing INPUT_PROFILE TYPE ISFLPROFILE ' ' SDB: ID of a Individual or Group Profile
Exporting ET_SYMPTOMS TYPE ISMA_DITSSM_TAB DIA: Hit List Table for IIA - Link Problem and Solution
Exporting ET_SYMSOL_LINKS TYPE ISMA_DISMSL_TAB Dia: table of hit_link
Exporting ET_SOLUTIONS TYPE ISMA_DITSSL_TAB DIA: hit solution table
Exporting ET_TASKS TYPE ISMA_DISLTK_TAB
Importing I_CORPUS TYPE SRTVCORPID '2001'
Importing I_LANGU TYPE SYST-LANGU SY-LANGU
Importing IT_QUERY_ANY_WORD TYPE SRTV_DOC_TEXT
Importing IT_QUERY_ALL_WORDS TYPE SRTV_DOC_TEXT
Importing IT_QUERY_EXCLUDE_WORDS TYPE SRTV_DOC_TEXT
Importing IT_QUERY_ATTR TYPE CRMT_SDB_TT_DESCRIPTORS SDB: List of co-occurring Descriptors
Importing I_MAX_HITS TYPE 0
Importing I_SECURITY_ENV TYPE REF TO CL_CRM_EI_SECURITY_ENV Security Environment for SDB Queries
Importing I_RETURN_SYMPTOMS TYPE CRMT_BOOLEAN 'X' Logical Variable
Importing I_RETURN_SYMSOL_LINKS TYPE CRMT_BOOLEAN 'X' Logical Variable
Importing I_RETURN_SOLUTIONS TYPE CRMT_BOOLEAN 'X' Logical Variable
Importing I_RETURN_TASKS TYPE CRMT_BOOLEAN 'X' Logical Variable
Importing I_RETURN_KEY_VALUES_ONLY TYPE XFELD Return only key values for symptom/link/solution tables
Importing I_SYMP_HITLIST TYPE REF TO CL_CRM_EI_SDB_SYMP_HITLIST Symptom Hitlist
Importing I_ADDITIONAL_SYMPS TYPE ISMA_SYMP_KEY_STAB Add these symptoms to result of symp search
Importing I_ADDITIONAL_SOLUS TYPE ISMA_SOLU_KEY_STAB Add these solutions to result of solu search
Tables INPUT_FILTER TYPE DISQUERY
Tables RESULT_TASK TYPE DISLTK
Tables ET_SCORE TYPE SRTV1_TSCORE_PASS
Tables ET_SCORE_FLAT TYPE CRMT_IIA_SCORE_DETAIL_TAB DIA: detailed structure of score analysis table of IIA
Exception SEARCH_QUERY_FAIL TYPE
Exception NO_HIT_FOUND TYPE
Exception NO_CRITERIA_MATCH TYPE No documents match the search criteria.
Exception NO_TEXT_MATCH TYPE No documents match the text.
Exception NO_CRITERIA_AND_TEXT_MATCH TYPE No documents match BOTH teh search criteria AND the text.
Exception NO_SUCH_PROFILE TYPE SDB Access Profile does not exist
Exception NO_PROFILE_USER_MATCH TYPE User is associated to another SDB Access Profile
Exception EMPTY_PROFILE TYPE The Profile does not point to any Symptom
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20040219 
SAP Release Created in 400