SAP ABAP Class CL_I18N_SEARCH_WL_MANAGER (Worklist Manager for I18N_SEARCH)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18 (Application Component) Internationalization (I18N)
     SCP (Package) SAP Code Pages
Properties
Class CL_I18N_SEARCH_WL_MANAGER  
Short Description Worklist Manager for I18N_SEARCH    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCP   SAP Code Pages 
Created 20050725   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_I18N_SEARCH_WL_MANAGER has no interface implemented.
Friends
Class CL_I18N_SEARCH_WL_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COUNTER Static Attribute Private Type reference (TYPE) INT4 Natural number 20050725
2 C_CONSISTENT_STATUS Constant Public Type reference (TYPE) DBSASTATUS '3' Status of a Table in the worklist 20050725
3 C_ERROR_STATUS Constant Public Type reference (TYPE) DBSASTATUS '1' Status of a Table in the worklist 20050725
4 C_EXCLUDE_TABLE Constant Public Type reference (TYPE) DBSAEXCLUDE 'X' Exclude table from processing 20050725
5 C_FKR_LEVEL Constant Public Type reference (TYPE) DBSALEVEL 'F' Scan Level 20050725
6 C_INCLUDE_TABLE Constant Public Type reference (TYPE) DBSAEXCLUDE ' ' Include table for processing 20050725
7 C_INITIAL_STATUS Constant Public Type reference (TYPE) DBSASTATUS '0' Status of a Table in the worklist 20050725
8 C_INIT_LEVEL Constant Public Type reference (TYPE) DBSALEVEL 'I' Scan Level 20050725
9 C_INIT_WL Constant Public Type reference (TYPE) TBTCJOB-JOBNAME 'I18NSRCH_INIT_' Background job name 20050725
10 C_INPROCESS_STATUS Constant Public Type reference (TYPE) DBSASTATUS '2' Status of a Table in the worklist 20050725
11 C_SEARCH_LEVEL Constant Public Type reference (TYPE) DBSALEVEL 'S' Scan Level 20050725
12 C_UPDATE_LEVEL Constant Public Type reference (TYPE) DBSALEVEL 'U' Scan Level 20050725
13 MANAGER Static Attribute Private Object reference (TYPE REF TO) CL_I18N_SEARCH_WL_MANAGER Worklist Manager for I18N_SEARCH 20050725
14 WORKLIST Static Attribute Private Type reference (TYPE) DBSTWORKLIST Worklist for worklist manager 20050725
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050725
2 CREATE Static method Public Method Create a worklist manager instance 20050725
3 INITIALIZE_WORKLIST_FOR_SEARCH Static method Public Method Create a worklist for an I18N_SEARCH analysis 20050725
4 INITIALIZE_WORKLIST_FOR_UPDATE Static method Public Method Create the worklist for the update of an I18N_SEARCH analysi 20050725
5 NEXT_TABLE Instance method Public Method Returns the next table from the worklist with status Initial 20050725
6 RESET_TABLE Static method Public Method Resets a table in the worklist and deletes relevant 20050725
7 SCANTIME Instance method Public Method Calculates the total scantime of a table 20050725
8 SET_TABLE_STATUS Instance method Public Method Sets the status of table in the worklist 20050725
9 TABLES_IN_PROCESS Instance method Public Method Returns the number of tables that are "In Process" 20050725
10 TABLE_PROPERTIES Static method Public Method Find table properties for a table 20050725
Events
Class CL_I18N_SEARCH_WL_MANAGER has no event.
Types
Class CL_I18N_SEARCH_WL_MANAGER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_I18N_SEARCH_WL_MANAGER has no parameter.
Method CONSTRUCTOR on class CL_I18N_SEARCH_WL_MANAGER has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_MANAGER Call by reference Object reference (TYPE REF TO) CL_I18N_SEARCH_WL_MANAGER AV-Manager für I18N_SEARCH 20050725
2 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
3 Importing IM_SCANLEVEL Call by reference Type reference (TYPE) DBSALEVEL Suchebene 20050725

Method CREATE on class CL_I18N_SEARCH_WL_MANAGER has no exception.

Method INITIALIZE_WORKLIST_FOR_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725

Method INITIALIZE_WORKLIST_FOR_SEARCH on class CL_I18N_SEARCH_WL_MANAGER has no exception.

Method INITIALIZE_WORKLIST_FOR_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725

Method INITIALIZE_WORKLIST_FOR_UPDATE on class CL_I18N_SEARCH_WL_MANAGER has no exception.

Method NEXT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
2 Importing IM_SCANLEVEL Call by reference Type reference (TYPE) DBSALEVEL Suchebene 20050725
3 Returning RE_TABLE_NAME Value transfer Type reference (TYPE) TABNAME Tabellenname 20050725

Method NEXT_TABLE on class CL_I18N_SEARCH_WL_MANAGER has no exception.

Method RESET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
2 Importing IM_SCANLEVEL Call by reference Type reference (TYPE) DBSALEVEL Suchebene 20050725
3 Importing IM_TABLENAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20050725
4 Returning RE_STATUS Value transfer Type reference (TYPE) DBSAGLOBALSTATUS Globaler Status einer I18N_SEARCH-Analyse 20050725

Method RESET_TABLE on class CL_I18N_SEARCH_WL_MANAGER has no exception.

Method SCANTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENDDATE Call by reference Type reference (TYPE) DBSASDATE Endedatum einer Suche 20050725
2 Importing ENDTIME Call by reference Type reference (TYPE) DBSASTIME Endezeit einer Suche 20050725
3 Returning RE_TIME Value transfer Type reference (TYPE) DBSASCANTIME Durchsuchungsdauer (in Sekunden) einer Suche 20050725
4 Importing STARTDATE Call by reference Type reference (TYPE) DBSASDATE Startdatum einer Suche 20050725
5 Importing STARTTIME Call by reference Type reference (TYPE) DBSASTIME Startzeit einer Suche 20050725

Method SCANTIME on class CL_I18N_SEARCH_WL_MANAGER has no exception.

Method SET_TABLE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
2 Importing IM_SCANLEVEL Call by reference Type reference (TYPE) DBSALEVEL Suchebene 20050725
3 Importing IM_STATUS Call by reference Type reference (TYPE) DBSASTATUS Status einer Tabelle im Arbeitsvorrat 20050725
4 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20050725

Method SET_TABLE_STATUS on class CL_I18N_SEARCH_WL_MANAGER has no exception.

Method TABLES_IN_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
2 Importing IM_SCANLEVEL Call by reference Type reference (TYPE) DBSALEVEL Suchebene 20050725
3 Returning RE_NUM Value transfer Type reference (TYPE) I Anzahl Tabellen "In Bearbeitung" 20050725

Method TABLES_IN_PROCESS on class CL_I18N_SEARCH_WL_MANAGER has no exception.

Method TABLE_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CLIENT_FLAG Call by reference Type reference (TYPE) ABAP_BOOL Ist die Tabelle mandantenabhängig 20050725
2 Exporting EX_LANG_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20050725
3 Exporting EX_LANG_KEY Call by reference Type reference (TYPE) ABAP_BOOL Hat die Tabelle einen Sprachenschlüssel und Textkennzeichen? 20050725
4 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
5 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20050725

Method TABLE_PROPERTIES on class CL_I18N_SEARCH_WL_MANAGER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in