SAP ABAP Class /UI5/CL_UI5_REP_TEXTS_DT (SAPUI5 Repository Texts Design Time Class)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI5-TOL (Application Component) SAP UI development toolkit for HTML5 - Design Time Tools
     /UI5/UI5_INFRA_APP (Package) SAP UI5 Infrastructure for Applications
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /UI5/IF_UI5_REP_TEXTS_DT SAPUI5 Repository Texts Design Time Interface 20120119
Properties
Class /UI5/CL_UI5_REP_TEXTS_DT  
Short Description SAPUI5 Repository Texts Design Time Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /UI5/UI5_INFRA_APP   SAP UI5 Infrastructure for Applications 
Created 20120119   SAP 
Last change 20141120    
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
# Interface Abstract Final Description Created on
1 /UI5/IF_UI5_REP_TEXTS_DT SAPUI5 Repository Texts Design Time Interface 20120119
Friends
Class /UI5/CL_UI5_REP_TEXTS_DT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DIALOG_MODE Instance attribute Private Type reference (TYPE) FLAG ' ' space=no dialog, X=with dialog 20120119
2 GC_DEFAULT_TEXT_TYPE Constant Private Type reference (TYPE) CHAR4 'XTXT' Not More Closely Defined Area, Possibly Used for Patchlevels 20120131
3 GC_NO_TRANS Constant Public Type reference (TYPE) CHAR4 'NOTR' Not More Closely Defined Area, Possibly Used for Patchlevels 20120217
4 GC_OBJECT Constant Private Type reference (TYPE) TROBJTYPE 'TABU' Object Type 20120119
5 GC_OBJ_TYPE_WAPA Constant Public Type reference (TYPE) CHAR4 'WAPA' Not More Closely Defined Area, Possibly Used for Patchlevels 20120306
6 GC_PGMID Constant Private Type reference (TYPE) PGMID 'R3TR' Program ID in Requests and Tasks 20120119
7 GC_TABNAME_TREP_FILES Constant Private Type reference (TYPE) STRING '/UI5/TREP_FILES' 20120123
8 GC_TABNAME_TREP_TEXT Constant Private Type reference (TYPE) STRING '/UI5/TREP_TEXT' 20120123
9 GC_TABNAME_TREP_TEXT_T Constant Private Type reference (TYPE) STRING '/UI5/TREP_TEXT_T' 20120123
10 GC_TRANS_MARKER Constant Private Type reference (TYPE) STRING '# SAPUI5 TRANSLATION-KEY' 20120119
11 GR_REP_API Static Attribute Private Object reference (TYPE REF TO) /UI5/IF_UI5_REP Base interface for SAPUI5 Repository 20140303
12 GT_LOG Instance attribute Private Type reference (TYPE) BAPIRETTAB Return Parameter 20121002
13 GT_TEXT_TYPES Instance attribute Private See coding 20120130
14 GV_SYSTEM_TYPE Instance attribute Private Type reference (TYPE) CHAR1 Single-Character Flag 20120210
15 NAME Instance attribute Private Type reference (TYPE) STRING name of UI5 repository 20120119
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_PROP_TEXT_TABLE Instance method Private Method 20120119
2 CHECK_APPL_EXISTS Instance method Private Method 20120405
3 CHECK_SYNC_ENFORCEMENT Instance method Private Method 20130405
4 CHECK_TRANSLATION_MARKER Instance method Private Method 20120405
5 DELETE_ALL_TEXTS Instance method Private Method 20120220
6 DELETE_UNUSED_TEXTS_FROM_TABLE Instance method Private Method 20120119
7 GET_API Instance method Public Method 20120124
8 GET_GUID_4_TEXT Instance method Private Method 20120919
9 GET_LOG Instance method Public Method 20121002
10 GET_PAGE_SOURCE Instance method Private Method 20120209
11 GET_SYSTEM_TYPE Instance method Private Method 20120210
12 GET_TEXT_TYPES Instance method Private Method 20120130
13 IS_DEFAULT_FILE Instance method Private Method 20120210
14 IS_PATH_RELVANT4TRANSLATION Instance method Private Method 20140303
15 IS_UPDATE_ALLOWED Instance method Private Method 20140303
16 PARSE_COMMENT_LINE Instance method Private Method 20120214
17 STORE_PROP_TEXTS Instance method Public Method 20120124
18 WRITE_TO_TRANSPORT_REQUEST Instance method Private Method 20120119
Events
Class /UI5/CL_UI5_REP_TEXTS_DT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TREP_FILES_KEYS_TAB Private See coding 20120123 TREP_FILES_KEYS_TAB type standard table of TREP_FILES_KEY_LINE
2 TREP_FILES_KEY_LINE Private See coding 20120131 begin of TREP_FILES_KEY_LINE, sap_cust_ind type char1, prop_file_guid type guid_32, end of TREP_FILES_KEY_LINE
3 TREP_TEXT_KEYS_TAB Private See coding 20120123 TREP_TEXT_KEYS_TAB type standard table of TREP_TEXT_KEY_LINE
4 TREP_TEXT_KEY_LINE Private See coding 20120123 begin of TREP_TEXT_KEY_LINE, sap_cust_ind type char1, prop_text_guid type guid_22, end of TREP_TEXT_KEY_LINE
5 TREP_TEXT_T_KEYS_TAB Private See coding 20120123 TREP_TEXT_T_KEYS_TAB type standard table of TREP_TEXT_T_KEY_LINE
6 TREP_TEXT_T_KEY_LINE Private See coding 20120123 begin of TREP_TEXT_T_KEY_LINE, sap_cust_ind type char1, language type LANGU, prop_text_guid type guid_22, end of TREP_TEXT_T_KEY_LINE
Method Signatures

Method BUILD_PROP_TEXT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SOURCE Call by reference Type reference (TYPE) O2PAGELINE_TABLE Key Structure for Name of Oxygen Page 20120209
2 Importing IV_FILE_PATH Call by reference Type reference (TYPE) STRING 20120210
3 Returning RT_TEXT_TABLE Value transfer Type reference (TYPE) /UI5/TEXT_ENTRIES Table of Strings 20120405
# Exception Resumable Description Created on
1 /UI5/CX_UI5_REP_DT Exception class for SAPUI5 Repository DT 20120216

Method CHECK_APPL_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20120405

Method CHECK_APPL_EXISTS on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method CHECK_SYNC_ENFORCEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PATH Call by reference Type reference (TYPE) STRING 20130405
# Exception Resumable Description Created on
1 /UI5/CX_UI5_REP_DT Exception class for SAPUI5 Repository DT 20130405

Method CHECK_TRANSLATION_MARKER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_PROP_FILE_GUID Value transfer Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20120405
2 Importing IT_SOURCE Call by reference Type reference (TYPE) O2PAGELINE_TABLE O2: Oxygen Page Table 20120405

Method CHECK_TRANSLATION_MARKER on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method DELETE_ALL_TEXTS Signature

Method DELETE_ALL_TEXTS on class /UI5/CL_UI5_REP_TEXTS_DT has no parameter.
Method DELETE_ALL_TEXTS on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method DELETE_UNUSED_TEXTS_FROM_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TEXTS Call by reference Type reference (TYPE) /UI5/TEXT_ENTRIES UI5 table for key value pairs 20120119
2 Importing IV_PROP_FILE_GUID Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20120119
3 Importing IV_PROP_FILE_PATH Call by reference Type reference (TYPE) STRING 20120119
4 Returning RT_TEXT_DEL Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20120119

Method DELETE_UNUSED_TEXTS_FROM_TABLE on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method GET_API Signature

Method GET_API on class /UI5/CL_UI5_REP_TEXTS_DT has no parameter.
Method GET_API on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method GET_GUID_4_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEXT Call by reference Type reference (TYPE) CHAR255 Char255 20120920
2 Returning RV_GUID Value transfer Type reference (TYPE) GUID_22 GUID in 'CHAR' format with upper-/lowercase (!) 20120920

Method GET_GUID_4_TEXT on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method GET_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_LOG Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20121002

Method GET_LOG on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method GET_PAGE_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SOURCE Call by reference Type reference (TYPE) O2PAGELINE_TABLE O2: Oxygen Page Table 20120209
2 Exporting EV_PAGE_INACTIVE Call by reference Type reference (TYPE) ABAP_BOOL 20120209
3 Importing IS_PAGE_KEY Call by reference Type reference (TYPE) O2PAGKEY Key Structure for Name of Oxygen Page 20120209

Method GET_PAGE_SOURCE on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method GET_SYSTEM_TYPE Signature

Method GET_SYSTEM_TYPE on class /UI5/CL_UI5_REP_TEXTS_DT has no parameter.
Method GET_SYSTEM_TYPE on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method GET_TEXT_TYPES Signature

Method GET_TEXT_TYPES on class /UI5/CL_UI5_REP_TEXTS_DT has no parameter.
Method GET_TEXT_TYPES on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method IS_DEFAULT_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILE_PATH Call by reference Type reference (TYPE) STRING 20120210
2 Returning RV_IS_DEFAULT_FILE Value transfer Type reference (TYPE) ABAP_BOOL 20120210

Method IS_DEFAULT_FILE on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method IS_PATH_RELVANT4TRANSLATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PATH Call by reference Type reference (TYPE) STRING 20140303
2 Returning RV_RELEVANT4TRANSLATION Value transfer Type reference (TYPE) ABAP_BOOL 20140303

Method IS_PATH_RELVANT4TRANSLATION on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method IS_UPDATE_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TABLE_ENTRY Call by reference Type reference (TYPE) /UI5/TREP_FILES UI5 mapping table for property files with text entries 20140303
2 Importing IV_PATH_NEW Call by reference Type reference (TYPE) STRING 20140303
3 Returning RV_UPDATE_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL 20140303

Method IS_UPDATE_ALLOWED on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method PARSE_COMMENT_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LINE Call by reference Type reference (TYPE) CHAR255 Char255 20120214
2 Returning RS_TEXT Value transfer Type reference (TYPE) /UI5/TEXT_ENTRY UI5 texts from property files 20120214

Method PARSE_COMMENT_LINE on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method STORE_PROP_TEXTS Signature

Method STORE_PROP_TEXTS on class /UI5/CL_UI5_REP_TEXTS_DT has no parameter.
Method STORE_PROP_TEXTS on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.

Method WRITE_TO_TRANSPORT_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TREP_FILES_KEYS Call by reference Type reference (TYPE) TREP_FILES_KEYS_TAB 20120123
2 Importing IT_TREP_TEXT_KEYS Call by reference Type reference (TYPE) TREP_TEXT_KEYS_TAB 20120123
3 Importing IT_TREP_TEXT_T_KEYS Call by reference Type reference (TYPE) TREP_TEXT_T_KEYS_TAB 20120123
4 Importing IV_TRANSPORT_REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20120119
5 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20120119

Method WRITE_TO_TRANSPORT_REQUEST on class /UI5/CL_UI5_REP_TEXTS_DT has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 100