SAP ABAP Class CL_I18N_SEARCH_UTILS (Utilities for Report 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_UTILS  
Short Description Utilities for Report I18N_SEARCH    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCP   SAP Code Pages 
Created 20050725   SAP 
Last change 20060207   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_UTILS has no interface implemented.
Friends
Class CL_I18N_SEARCH_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_BYTE_METHOD Constant Public Type reference (TYPE) DBSAMETHOD 'B' Search method of am I18N_SEARCH analysis 20050725
2 C_BYTE_SUBSTITUTION Constant Public Type reference (TYPE) DBSAMETHOD 'X' Search method of am I18N_SEARCH analysis 20050725
3 C_DETAIL_RESULTS_SEARCH Constant Public Type reference (TYPE) DBSARESULTS 'DR' Result type of an I18N_SEARCH analysis 20050725
4 C_DETAIL_RESULTS_UPDATE Constant Public Type reference (TYPE) DBSARESULTS 'UR' Result type of an I18N_SEARCH analysis 20050725
5 C_DOC_STANDARD Constant Public Type reference (TYPE) DSYSH-DOKCLASS 'TX' Hypertext: Object Class 20050923
6 C_ERROR_MESSAGE Constant Public Type reference (TYPE) DBSALOGTYPE '1' Type of a log in the main log 20050725
7 C_FKR_JOB Constant Public Type reference (TYPE) DBSAWORKERJOB 'F' Type of a Worker Job 20050725
8 C_FKR_RESULTS Constant Public Type reference (TYPE) DBSARESULTS 'FK' Result type of an I18N_SEARCH analysis 20050725
9 C_GLOBAL_RESULTS Constant Public Type reference (TYPE) DBSARESULTS 'GR' Result type of an I18N_SEARCH analysis 20050725
10 C_GLOBAL_STATUS_FKR_FINISH Constant Public Type reference (TYPE) DBSAGLOBALSTATUS 'FF' Global Status of an I18N_SEARCH analysis 20050725
11 C_GLOBAL_STATUS_FKR_RUNNING Constant Public Type reference (TYPE) DBSAGLOBALSTATUS 'FR' Global Status of an I18N_SEARCH analysis 20050725
12 C_GLOBAL_STATUS_INIT_FINISH Constant Public Type reference (TYPE) DBSAGLOBALSTATUS 'IF' Global Status of an I18N_SEARCH analysis 20050725
13 C_GLOBAL_STATUS_INIT_RUNNING Constant Public Type reference (TYPE) DBSAGLOBALSTATUS 'IR' Global Status of an I18N_SEARCH analysis 20050725
14 C_GLOBAL_STATUS_SRH_FINERR Constant Public Type reference (TYPE) DBSAGLOBALSTATUS 'SE' Global Status of an I18N_SEARCH analysis 20050725
15 C_GLOBAL_STATUS_SRH_FINISH Constant Public Type reference (TYPE) DBSAGLOBALSTATUS 'SF' Global Status of an I18N_SEARCH analysis 20050725
16 C_GLOBAL_STATUS_SRH_RUNNING Constant Public Type reference (TYPE) DBSAGLOBALSTATUS 'SR' Global Status of an I18N_SEARCH analysis 20050725
17 C_GLOBAL_STATUS_UPT_FINERR Constant Public Type reference (TYPE) DBSAGLOBALSTATUS 'UE' Global Status of an I18N_SEARCH analysis 20050725
18 C_GLOBAL_STATUS_UPT_FINISH Constant Public Type reference (TYPE) DBSAGLOBALSTATUS 'UF' Global Status of an I18N_SEARCH analysis 20050725
19 C_GLOBAL_STATUS_UPT_RUNNING Constant Public Type reference (TYPE) DBSAGLOBALSTATUS 'UR' Global Status of an I18N_SEARCH analysis 20050725
20 C_INFO_MESSAGE Constant Public Type reference (TYPE) DBSALOGTYPE '3' Type of a log in the main log 20050725
21 C_OPTIONS_OBJ Constant Public Type reference (TYPE) DBSARESULTS 'OP' Analysis Object 20050725
22 C_OWN_METHOD Constant Public Type reference (TYPE) DBSAMETHOD 'O' Search method of am I18N_SEARCH analysis 20050725
23 C_SEARCH_JOB Constant Public Type reference (TYPE) DBSAWORKERJOB 'S' Type of a Worker Job 20050725
24 C_STATUS_OBJ Constant Public Type reference (TYPE) DBSARESULTS 'ST' Analysis Object 20050725
25 C_TEXT_METHOD Constant Public Type reference (TYPE) DBSAMETHOD 'T' Search method of am I18N_SEARCH analysis 20050725
26 C_TEXT_SUBSTITUTION Constant Public Type reference (TYPE) DBSAMETHOD 'C' Search method of am I18N_SEARCH analysis 20050725
27 C_UPDATE_JOB Constant Public Type reference (TYPE) DBSAWORKERJOB 'U' Type of a Worker Job 20050725
28 C_WARNING_MESSAGE Constant Public Type reference (TYPE) DBSALOGTYPE '2' Type of a log in the main log 20050725
29 C_WORKER_JOB Constant Public Type reference (TYPE) TBTCJOB-JOBNAME 'I18NSRCH' Background job name 20050725
30 C_WRONG_STATUS Constant Public Type reference (TYPE) INT4 '2' Return Code 20050725
31 C_WRONG_SYSTEM_CODEPAGE Constant Public Type reference (TYPE) INT4 '1' Return Code 20050725
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_ANALYSIS Static method Public Method Delete all or part of an I18N_SEARCH analysis 20050725
2 EXPORT_TABLE_STATUS Static method Public Method Export table status to shared memory 20050725
3 FIND_JOB Static method Public Method Find a worker job of an I18N_SEARCH analysis 20050725
4 GET_ANALYSIS_STATUS Static method Public Method Get the global status for an analysis 20050725
5 GUI_CODEPAGE Static method Public Method Returns the current GUI codepage 20050725
6 IMPORT_TABLE_STATUS Static method Public Method Import table status from shared memory 20050725
7 INSERT_LOG Static method Public Method Insert log in into I18NSRHLOG 20050725
8 JOB_CONDITION_OK Static method Public Method Check if worker job can be scheduled 20050725
9 LOAD_DETAIL_RESULTS_SEARCH Static method Public Method Load detail results of an I18N_SEARCH analysis (Search) 20050725
10 LOAD_DETAIL_RESULTS_UPDATE Static method Public Method Load detail results of an I18N_SEARCH analysis (Update) 20050725
11 LOAD_FKR_RESULTS Static method Public Method Load foreign key check results of an I18N_SEARCH analysis 20050725
12 LOAD_GLOBAL_RESULTS_SEARCH Static method Public Method Load global results of an I18N_SEARCH analysis (Search) 20050725
13 LOAD_GLOBAL_RESULTS_UPDATE Static method Public Method Load global results of an I18N_SEARCH analysis (Update) 20050725
14 READ_OPTIONS Static method Public Method Read options of an I18N_SEARCH analysis 20050725
15 SAVE_DETAIL_RESULTS_SEARCH Static method Public Method Save detail results of an I18N_SEARCH analysis (Search) 20050725
16 SAVE_DETAIL_RESULTS_UPDATE Static method Public Method Save detail results of an I18N_SEARCH analysis (Update) 20050725
17 SAVE_FKR_RESULTS Static method Public Method Save foreign key check results of an I18N_SEARCH analysis 20050725
18 SAVE_GLOBAL_RESULTS_SEARCH Static method Public Method Save global results of an I18N_SEARCH analysis (Search) 20050725
19 SAVE_GLOBAL_RESULTS_UPDATE Static method Public Method Save global results of an I18N_SEARCH analysis (Update) 20050725
20 SAVE_OPTIONS Static method Public Method Save options of an I18N_SEARCH analysis 20050725
21 SCHEDULE_JOB Static method Public Method Schedule a worker job 20050725
22 SET_ANALYSIS_STATUS Static method Public Method Sets and saves the global status for an analysis 20050725
23 SHOW_INFO Static method Public Method Displays online documentation for RSI18N_SEARCH 20050923
24 SYSTEM_CODEPAGE Static method Public Method Returns the current system codepage 20050725
Events
Class CL_I18N_SEARCH_UTILS has no event.
Types
Class CL_I18N_SEARCH_UTILS has no local type.
Method Signatures

Method DELETE_ANALYSIS 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_LOG Call by reference Type reference (TYPE) ABAP_BOOL 20050725
3 Importing IM_OPTIONS Call by reference Type reference (TYPE) ABAP_BOOL 20050725
4 Importing IM_RESULTS_SEARCH Call by reference Type reference (TYPE) ABAP_BOOL 20050725
5 Importing IM_RESULTS_UPDATE Call by reference Type reference (TYPE) ABAP_BOOL 20050725
6 Importing IM_WORKLIST Call by reference Type reference (TYPE) ABAP_BOOL 20050725

Method DELETE_ANALYSIS on class CL_I18N_SEARCH_UTILS has no exception.

Method EXPORT_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_STATUS Call by reference Type reference (TYPE) DBSASTATUS Status einer Tabelle im Arbeitsvorrat 20050725
3 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20050725

Method EXPORT_TABLE_STATUS on class CL_I18N_SEARCH_UTILS has no exception.

Method FIND_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_JOBNAME Call by reference Type reference (TYPE) BTCJOB Batchjobname 20050725
2 Returning RE_FOUND Value transfer Type reference (TYPE) I Anzahl Jobs 20050725

Method FIND_JOB on class CL_I18N_SEARCH_UTILS has no exception.

Method GET_ANALYSIS_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 Returning RE_STATUS Value transfer Type reference (TYPE) DBSAGLOBALSTATUS Globaler Status einer I18N_SEARCH-Analyse 20050725

Method GET_ANALYSIS_STATUS on class CL_I18N_SEARCH_UTILS has no exception.

Method GUI_CODEPAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CODEPAGE Value transfer Type reference (TYPE) CHAR4 Frontend-Codepage 20050725

Method GUI_CODEPAGE on class CL_I18N_SEARCH_UTILS has no exception.

Method IMPORT_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_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20050725
3 Returning RE_STATUS Value transfer Type reference (TYPE) DBSASTATUS Status einer Tabelle im Arbeitsvorrat 20050725

Method IMPORT_TABLE_STATUS on class CL_I18N_SEARCH_UTILS has no exception.

Method INSERT_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LOG_TYPE Call by reference Type reference (TYPE) DBSALOGTYPE Typ eines Protokolls im Hauptprotokoll 20050725
2 Importing IM_MSG_NO Call by reference Type reference (TYPE) DBSALOGNO Nachrichtennummer einer Nachricht im Hauptprotokoll 20050725
3 Importing IM_NAME Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
4 Importing IM_TEXT1 Call by reference Type reference (TYPE) CLIKE Optionaler Text für Nachricht 20050725
5 Importing IM_TEXT2 Call by reference Type reference (TYPE) CLIKE Optionaler Test einer Nachricht 20050725

Method INSERT_LOG on class CL_I18N_SEARCH_UTILS has no exception.

Method JOB_CONDITION_OK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RC Call by reference Type reference (TYPE) INT4 Rückgabewert 20050725
2 Exporting EX_READY Call by reference Type reference (TYPE) ABAP_BOOL 20050725
3 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
4 Importing IM_CODEPAGE Call by reference Type reference (TYPE) CPCODEPAGE Codepage der Analyse 20050725
5 Importing IM_JOB Call by reference Type reference (TYPE) DBSAWORKERJOB Type des Worker-Jobs 20050725
6 Importing IM_STATUS Call by reference Type reference (TYPE) DBSAGLOBALSTATUS Globaler Status einer I18N_SEARCH-Analyse 20050725

Method JOB_CONDITION_OK on class CL_I18N_SEARCH_UTILS has no exception.

Method LOAD_DETAIL_RESULTS_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULTS Call by reference Type reference (TYPE) DBSTRESD Detailergebnisse einer I18N_SEARCH-Analyse 20050725
2 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
3 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20050725

Method LOAD_DETAIL_RESULTS_SEARCH on class CL_I18N_SEARCH_UTILS has no exception.

Method LOAD_DETAIL_RESULTS_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULTS Call by reference Type reference (TYPE) DBSTRESDU Detailergebnisse einer I18N_SEARCH-Analyse (Aktualisierung) 20050725
2 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
3 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20050725

Method LOAD_DETAIL_RESULTS_UPDATE on class CL_I18N_SEARCH_UTILS has no exception.

Method LOAD_FKR_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULTS Call by reference Type reference (TYPE) DBSTRESK Fremdschlüsselergebnisse einer I18N_SEARCH-Analyse 20050725
2 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
3 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20050725

Method LOAD_FKR_RESULTS on class CL_I18N_SEARCH_UTILS has no exception.

Method LOAD_GLOBAL_RESULTS_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULTS Call by reference Type reference (TYPE) DBSTRESG Globale Ergebnisse einer I18N_SEARCH-Analyse 20050725
2 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
3 Importing IM_CONV_FLAG Call by reference Type reference (TYPE) DBSTOFLAG Selektionsoptionen für ein Kennzeichen 20050725
4 Importing IM_FIELDS Call by reference Type reference (TYPE) DBSTOFIELDNAME Selektionsoptionen für Feldnamen 20050725
5 Importing IM_FKRD_FLAG Call by reference Type reference (TYPE) DBSTOFLAG Selektionsoptionen für ein Kennzeichen 20050725
6 Importing IM_FKRT_FLAG Call by reference Type reference (TYPE) DBSTOFLAG Selektionsoptionen für ein Kennzeichen 20050725
7 Importing IM_KEY_FLAG Call by reference Type reference (TYPE) DBSTOFLAG Selektionsoptionen für ein Kennzeichen 20050725
8 Importing IM_LINES Call by reference Type reference (TYPE) INT4 Maximale Anzahl Zeilen 20050725
9 Importing IM_LOWER_FLAG Call by reference Type reference (TYPE) DBSTOFLAG Selektionsoptionen für ein Kennzeichen 20050725
10 Importing IM_TABLES Call by reference Type reference (TYPE) DBSTOTABLES Selektionsoptionen für Tabellen 20050725
11 Importing IM_TOUCH_FLAG Call by reference Type reference (TYPE) DBSTOFLAG Selektionsoptionen für ein Kennzeichen 20050725

Method LOAD_GLOBAL_RESULTS_SEARCH on class CL_I18N_SEARCH_UTILS has no exception.

Method LOAD_GLOBAL_RESULTS_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULTS Call by reference Type reference (TYPE) DBSTRESGU Globale Ergebnisse (Aktualis.) einer I18N_SEARCH-Analyse 20050725
2 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
3 Importing IM_FIELDS Call by reference Type reference (TYPE) DBSTOFIELDNAME Selektionsoptionen für Feldnamen 20050725
4 Importing IM_LINES Call by reference Type reference (TYPE) INT4 Maximale Anzahl Zeilen 20050725
5 Importing IM_TABLES Call by reference Type reference (TYPE) DBSTOTABLES Selektionsoptionen für Tabellen 20050725

Method LOAD_GLOBAL_RESULTS_UPDATE on class CL_I18N_SEARCH_UTILS has no exception.

Method READ_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_OPTIONS Call by reference Type reference (TYPE) DBSSOPTIONS Optionen einer I18N_SEARCH-Analyse 20050725
2 Importing IM_ANALYSIS Call by reference Type reference (TYPE) DBSAANALYSISNAME Name einer I18N_SEARCH-Analyse 20050725
3 Importing IM_DATA Call by reference Type reference (TYPE) XSTRING 20050725

Method READ_OPTIONS on class CL_I18N_SEARCH_UTILS has no exception.

Method SAVE_DETAIL_RESULTS_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
2 Importing IM_RESULTS Call by reference Type reference (TYPE) DBSTRESD Detailergebnisse einer I18N_SEARCH-Analyse 20050725
3 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20050725

Method SAVE_DETAIL_RESULTS_SEARCH on class CL_I18N_SEARCH_UTILS has no exception.

Method SAVE_DETAIL_RESULTS_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
2 Importing IM_RESULTS Call by reference Type reference (TYPE) DBSTRESDU Detailergebnisse einer I18N_SEARCH-Analyse (Aktualisierung) 20050725
3 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20050725

Method SAVE_DETAIL_RESULTS_UPDATE on class CL_I18N_SEARCH_UTILS has no exception.

Method SAVE_FKR_RESULTS 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_RESULTS Call by reference Type reference (TYPE) DBSTRESK Fremdschlüsselergebnisse einer I18N_SEARCH-Analyse 20050725
3 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20050725

Method SAVE_FKR_RESULTS on class CL_I18N_SEARCH_UTILS has no exception.

Method SAVE_GLOBAL_RESULTS_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
2 Importing IM_RESULTS Call by reference Type reference (TYPE) DBSTRESG Globale Ergebnisse einer I18N_SEARCH-Analyse 20050725
3 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20050725

Method SAVE_GLOBAL_RESULTS_SEARCH on class CL_I18N_SEARCH_UTILS has no exception.

Method SAVE_GLOBAL_RESULTS_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
2 Importing IM_RESULTS Call by reference Type reference (TYPE) DBSTRESGU Globale Ergebnisse (Aktualis.) einer I18N_SEARCH-Analyse 20050725
3 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20050725

Method SAVE_GLOBAL_RESULTS_UPDATE on class CL_I18N_SEARCH_UTILS has no exception.

Method SAVE_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DATA Call by reference Type reference (TYPE) XSTRING 20050725
2 Changing IM_OPTIONS Call by reference Type reference (TYPE) DBSSOPTIONS Optionen einer I18N_SEARCH-Analyse 20050725

Method SAVE_OPTIONS on class CL_I18N_SEARCH_UTILS has no exception.

Method SCHEDULE_JOB 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_INITIALIZE_WORKLIST Call by reference Type reference (TYPE) ABAP_BOOL Arbeitsvorrat initialisieren? 20050725
3 Importing IM_LEVEL Call by reference Type reference (TYPE) DBSALEVEL Suchebene 20050725
4 Importing IM_NO Call by reference Type reference (TYPE) I Jobnummer 20050725
5 Importing IM_START_DATE Call by reference Type reference (TYPE) DBSASDATE Startdatum einer Suche 20050725
6 Importing IM_START_TIME Call by reference Type reference (TYPE) DBSASTIME Startzeit einer Suche 20050725

Method SCHEDULE_JOB on class CL_I18N_SEARCH_UTILS has no exception.

Method SET_ANALYSIS_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_STATUS Call by reference Type reference (TYPE) DBSAGLOBALSTATUS Status einer Tabelle im Arbeitsvorrat 20050725

Method SET_ANALYSIS_STATUS on class CL_I18N_SEARCH_UTILS has no exception.

Method SHOW_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DOKCLASS Call by reference Type reference (TYPE) DSYSH-DOKCLASS Hypertext: Klasse des Objektes 20050923
2 Importing IM_DOKTITLE Call by reference Type reference (TYPE) STRING 20050923

Method SHOW_INFO on class CL_I18N_SEARCH_UTILS has no exception.

Method SYSTEM_CODEPAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CODEPAGE Value transfer Type reference (TYPE) CPCODEPAGE SAP Zeichensatz-ID 20050725

Method SYSTEM_CODEPAGE on class CL_I18N_SEARCH_UTILS has no exception.
History
Last changed by/on SAP  20060207 
SAP Release Created in