SAP ABAP Class CL_SKWR_UTIL (Auxiliary Methods for SKWR - Modules)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-KPR-RET (Application Component) Text Retrieval and Information Extraction
     SKWR (Package) Search and Classification
Properties
Class CL_SKWR_UTIL  
Short Description Auxiliary Methods for SKWR - Modules    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SKWR   Search and Classification 
Created 20010301   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SKWFA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SKWFC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SKWRC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 STRXC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SKWR_UTIL has no interface implemented.
Friends
Class CL_SKWR_UTIL has no friend class.
Attributes
Class CL_SKWR_UTIL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DOCUMENTS_AUTO_CLASSIFY Static method Public Method Auto (re-) classify documents for all tax. of an index 20010312
2 DOCUMENTS_AUTO_DEINDEX Static method Public Method Automatically Deindex All Documents 20010312
3 DOCUMENTS_AUTO_INDEX Static method Public Method Automatically Index All Documents 20010312
4 DOCUMENTS_KONV_TO_TREX_FRMT Static method Public Method Converts skwr_doc to strex_doc and sets LOIOs for PHIOs 20010302
5 DOCUMENT_INFOS_GET Static method Public Method Get Document Information 20010312
6 DOC_ID_TO_IO_MAP Static method Public Method Creates an IO from an SKWR DocID 20010301
7 INDEX_IDS_GET Static method Public Method Determines index ID for index in which IO is found 20010312
8 INFO_OF_INDICES_GET Static method Public Method Get Information on Indexes 20010312
9 IO_TO_DOC_ID_MAP Static method Public Method Creates an SKWR DocID from an IO (and a language) 20010301
10 LOIOS_NEWEST_PHIOS_GET Static method Public Method Delivers Current PHIOs for LOIOs According to Language 20010328
11 SEARCH_RESULT_FILTER Static method Public Method Filters Search Result with Access Authorizations 20010307
12 SIMILAR_DOCS_FILTER Static method Public Method Filters Similar Documents with Access Authorizations 20010307
13 SUB_FOLDER_INDEX_IDS_GET Static method Public Method Find All Index IDs from a Directory in Subtree 20010312
14 SUB_PHIOS_GET Static method Public Method Find All Current PHIOs from a Directory in Subtree 20010312
Events
Class CL_SKWR_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 L_SUBDOC Private See coding 20010309
Method Signatures

Method DOCUMENTS_AUTO_CLASSIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOCUMENTS Value transfer Type reference (TYPE) SKWR_DOCS Informationen zu SKWF-Dokumenten 20010322
2 Importing INDEX Value transfer Type reference (TYPE) SKWR_IDX Tabelle mit getypten Info Objekten 20010312
3 Importing PHYSICAL_INDICES Value transfer Type reference (TYPE) STRX_LPIS Zuordnung von physischen zu logischen Indizes 20010312
4 Exporting UNCLASSIFIED_PHIOS Value transfer Type reference (TYPE) SKWF_IOS Tabelle mit getypten Info Objekten 20010410

Method DOCUMENTS_AUTO_CLASSIFY on class CL_SKWR_UTIL has no exception.

Method DOCUMENTS_AUTO_DEINDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX_ID Value transfer Type reference (TYPE) GUID_32 KW Framework: Objektschlüssel 20010312
2 Importing IOS Value transfer Type reference (TYPE) SKWF_IOS Tabelle mit getypten Info Objekten 20010312

Method DOCUMENTS_AUTO_DEINDEX on class CL_SKWR_UTIL has no exception.

Method DOCUMENTS_AUTO_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOCUMENTS Value transfer Type reference (TYPE) SKWR_DOCS Informationen zu SKWF-Dokumenten 20010312
2 Importing INDEX_ID Value transfer Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20010312
3 Importing PROPERTIES Value transfer Type reference (TYPE) SKWR_DPRPS Eigenschaften von SKWF-Dokumenten 20010312

Method DOCUMENTS_AUTO_INDEX on class CL_SKWR_UTIL has no exception.

Method DOCUMENTS_KONV_TO_TREX_FRMT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LOPHIOS Value transfer Type reference (TYPE) SKWF_LPIOS Tabelle mit Loio/Phio Paaren 20010302
2 Importing SKWR_DOCUMENTS Value transfer Type reference (TYPE) SKWR_DOCS Informationen zu SKWF-Dokumenten 20010302
3 Exporting STREX_DOCUMENTS Value transfer Type reference (TYPE) STRX_DOCS Eigenschaften von Dokumenten 20010302

Method DOCUMENTS_KONV_TO_TREX_FRMT on class CL_SKWR_UTIL has no exception.

Method DOCUMENT_INFOS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DOCUMENTS Value transfer Type reference (TYPE) SKWR_DOCS Informationen zu SKWF-Dokumenten 20010322
2 Importing IOS Value transfer Type reference (TYPE) SKWF_IOS Tabelle mit getypten Info Objekten 20010312
3 Exporting PROPERTIES Value transfer Type reference (TYPE) SKWR_DPRPS Eigenschaften von SKWF-Dokumenten 20010312

Method DOCUMENT_INFOS_GET on class CL_SKWR_UTIL has no exception.

Method DOC_ID_TO_IO_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOC_ID Value transfer Type reference (TYPE) STRING 20010301
2 Exporting IO Value transfer Type reference (TYPE) SKWF_IO KW Framework: Objektschlüssel 20010301
3 Exporting LAISO Value transfer Type reference (TYPE) LAISO Sprache nach ISO 639 20010301

Method DOC_ID_TO_IO_MAP on class CL_SKWR_UTIL has no exception.

Method INDEX_IDS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting INDEX_IDS Value transfer Type reference (TYPE) SKWR_DIIDS GUID im 'CHAR' Format in Großschreibung 20010312
2 Importing IOS Value transfer Type reference (TYPE) SKWF_IOS KW Framework: Objektschlüssel 20010312
3 Exporting IOS_PROP_PARENTS Value transfer Type reference (TYPE) SKWR_IHPRS Dokumente und überg. Folder in denen die Index Id liegt 20010312

Method INDEX_IDS_GET on class CL_SKWR_UTIL has no exception.

Method INFO_OF_INDICES_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting INDICES Value transfer Type reference (TYPE) SKWR_IDXS Indexinformationen für mehrere Indizes 20010312
2 Importing IOS Value transfer Type reference (TYPE) SKWF_IOS Tabelle mit getypten Info Objekten 20010312
3 Exporting IOS_INDEX_FOLDERS Value transfer Type reference (TYPE) SKWR_IHPRS Dokumente und überg. Folder in denen die Index Id liegt 20010312
4 Exporting IOS_INDEX_IDS Value transfer Type reference (TYPE) SKWR_DIIDS Dokumenten zugeordnet zu Index Ids 20010328
5 Exporting PHYSICAL_INDICES Value transfer Type reference (TYPE) STRX_LPIS Zuordnung von physischen zu logischen Indizes 20010312

Method INFO_OF_INDICES_GET on class CL_SKWR_UTIL has no exception.

Method IO_TO_DOC_ID_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DOC_ID Value transfer Type reference (TYPE) STRING 20010301
2 Importing IO Value transfer Type reference (TYPE) SKWF_IO KW Framework: Objektschlüssel 20010301
3 Importing LAISO Value transfer Type reference (TYPE) LAISO Sprache nach ISO 639 20010301

Method IO_TO_DOC_ID_MAP on class CL_SKWR_UTIL has no exception.

Method LOIOS_NEWEST_PHIOS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOIOS Value transfer Type reference (TYPE) SKWF_IOS Tabelle mit getypten Info Objekten 20010328
2 Exporting PHIOS Value transfer Type reference (TYPE) SKWF_IOS Tabelle mit getypten Info Objekten 20010328

Method LOIOS_NEWEST_PHIOS_GET on class CL_SKWR_UTIL has no exception.

Method SEARCH_RESULT_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting AUTHENTICATED_PROPERTIES Value transfer Type reference (TYPE) SKWR_DPRPS Eigenschaften von Dokumenten 20010307
2 Exporting AUTHENTICATED_SEARCH_RESULTS Value transfer Type reference (TYPE) SKWR_RESDS Tabelle mit getypten Info Objekten 20010307
3 Importing FOLDERS Value transfer Type reference (TYPE) SKWF_IOS Verzeichnis ab dem gesucht werden soll 20010312
4 Importing RESULT_PROPERTIES Value transfer Type reference (TYPE) STRX_DPRPS Eigenschaften von Dokumenten 20010307
5 Importing SEARCH_RESULTS Value transfer Type reference (TYPE) STRX_RESDS Tabelle mit getypten Info Objekten 20010307

Method SEARCH_RESULT_FILTER on class CL_SKWR_UTIL has no exception.

Method SIMILAR_DOCS_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting AUTH_DOC_PROPERTIES Value transfer Type reference (TYPE) SKWR_DPRPS Eigenschaften von SKWF-Dokumenten 20010307
2 Exporting AUTH_SIMILAR_DOCUMENTS Value transfer Type reference (TYPE) SKWR_SIMDS Ähnliche SKWF-Dokumente 20010307
3 Importing DOC_PROPERTIES Value transfer Type reference (TYPE) STRX_DPRPS Eigenschaften von Dokumenten 20010307
4 Importing SIMILAR_DOCUMENTS Value transfer Type reference (TYPE) STRX_SIMDS Ähnliche Dokumente 20010307

Method SIMILAR_DOCS_FILTER on class CL_SKWR_UTIL has no exception.

Method SUB_FOLDER_INDEX_IDS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FOLDER Value transfer Type reference (TYPE) SKWF_IO KW Framework: Objektschlüssel 20010312
2 Exporting SUB_FOLDERS Value transfer Type reference (TYPE) SKWF_IOS Tabelle mit getypten Info Objekten 20010312
3 Exporting SUB_FOLDER_INDEX_IDS Value transfer Type reference (TYPE) SKWR_DIIDS Dokumenten zugeordnet zu Index Ids 20010312

Method SUB_FOLDER_INDEX_IDS_GET on class CL_SKWR_UTIL has no exception.

Method SUB_PHIOS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FOLDER Value transfer Type reference (TYPE) SKWF_IO KW Framework: Objektschlüssel 20010312
2 Exporting SUB_PHIOS Value transfer Type reference (TYPE) SKWF_IOS Tabelle mit getypten Info Objekten 20010312

Method SUB_PHIOS_GET on class CL_SKWR_UTIL has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in 300