SAP ABAP Class CL_BSP_DLC_STEXT_REPOSITORY2 (Text repository)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-CON (Application Component) UI Configuration & Design Layer
     BSP_DYN_CONFIG_TEXTTOOL (Package) Text Management
Properties
Class CL_BSP_DLC_STEXT_REPOSITORY2  
Short Description Text repository    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSP_DYN_CONFIG_TEXTTOOL   Text Management 
Created 20060409   SAP 
Last change 20130531   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)
2 BSPCD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_BSP_DLC_STEXT_REPOSITORY2 has no interface implemented.
Friends
Class CL_BSP_DLC_STEXT_REPOSITORY2 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTEXT_ID Instance attribute Private Type reference (TYPE) BSP_DLC_CONTEXT_ID Identification of component/view/usage 20060409
2 DEFAULT_CONTEXT_ID Instance attribute Private Type reference (TYPE) BSP_DLC_CONTEXT_ID Context ID 20060424
3 DELETE_TXT_ELEM_CUS Static Attribute Public Type reference (TYPE) ABAP_BOOL (Cur. not used) Delete to CUS-Text Element Table 20080605
4 DELETE_TXT_ELEM_SAP Static Attribute Public Type reference (TYPE) ABAP_BOOL Delete to SAP-Text Element Table 20080605
5 IS_SAP_SYSTEM Instance attribute Private Type reference (TYPE) BOOLEAN True if System is SAP 20060409
6 LAST_TEXT_ORIGIN Instance attribute Private Type reference (TYPE) BSP_DLC_LABEL_ORIGIN Last Label Origin 20100531
7 READ_TXT_BY_ELEM_CUS Static Attribute Public Type reference (TYPE) ABAP_BOOL (Cur. not used) Read CUS-Text by Text Element 20080605
8 READ_TXT_BY_ELEM_SAP Static Attribute Public Type reference (TYPE) ABAP_BOOL Read SAP-Text by Text Element 20080605
9 TEXT_TABLE Instance attribute Private Type reference (TYPE) TABNAME16 Table name, 16 characters 20060409
10 WRITE_TXT_ELEM_CUS Static Attribute Public Type reference (TYPE) ABAP_BOOL (Cur. not used) Write to CUS-Text Element Table 20080605
11 WRITE_TXT_ELEM_SAP Static Attribute Public Type reference (TYPE) ABAP_BOOL Write to SAP-Text Element Table 20080605
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080605
2 DELETE_ALL_TEXT_FOR_CONTEXT_ID Instance method Public Method Delete all textx for context_id 20060419
3 DELETE_CUSTOM_TEXT Instance method Public Method Retrieves custom text 20060409
4 GET_CUSTOM_TEXT Instance method Public Method Retrieves custom text 20060409
5 GET_CUSTOM_TEXT_SAP_BY_ELEM Instance method Private Method Retrieves custom text by element table 20080605
6 GET_CUSTOM_TEXT_W_INFO Instance method Public Method Retrieves custom text (With Origin) 20100531
7 GET_INSTANCE Static method Public Method Creates an instance of the class 20060409
8 GET_TEXTS_C_FOR_CONTEXT_ID Instance method Public Method Retrieves all texts for context_id from Customer-Table 20060713
9 GET_TEXTS_FOR_CONTEXT_ID Instance method Public Method Retrieves all texts for context_id from Customer or SAP Tabl 20100722
10 GET_TEXTS_S_FOR_CONTEXT_ID Instance method Public Method Retrieves all texts for context_id from SAP-Table 20060713
11 SET_CUSTOM_TEXT Instance method Public Method Sets custom text 20060409
Events
Class CL_BSP_DLC_STEXT_REPOSITORY2 has no event.
Types
Class CL_BSP_DLC_STEXT_REPOSITORY2 has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_BSP_DLC_STEXT_REPOSITORY2 has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BSP_DLC_STEXT_REPOSITORY2 has no exception.

Method DELETE_ALL_TEXT_FOR_CONTEXT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TRANSPORT_DATA Call by reference Type reference (TYPE) BSP_DLC_CONFIG_TRANSPORT_DATA Technical data for connection to transport system 20060419
2 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU If empty, delete for all languages 20060419
# Exception Resumable Description Created on
1 ERROR_OCCURRED 20060419

Method DELETE_CUSTOM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TRANSPORT_DATA Call by reference Type reference (TYPE) BSP_DLC_CONFIG_TRANSPORT_DATA Technical data for connection to transport system 20060409
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) CHAR70 Character field, length 70 20060409
3 Importing IV_LANGU Call by reference Type reference (TYPE) SPRAS Language Key 20060409
# Exception Resumable Description Created on
1 ERROR_OCCURRED 20060409

Method GET_CUSTOM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) CHAR70 Character field, length 70 20060409
2 Importing IV_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Language Key 20060409
3 Importing IV_SOURCE Value transfer Type reference (TYPE) BSP_DLC_DESIGN_LAYER_SOURCE BSPCD_SOURCE_CUST_SAP Source of Design Layer Data: Customer / SAP / Both 20070404
4 Returning RV_TEXT Value transfer Type reference (TYPE) TEXT128 Work Area Length 128 20060409

Method GET_CUSTOM_TEXT on class CL_BSP_DLC_STEXT_REPOSITORY2 has no exception.

Method GET_CUSTOM_TEXT_SAP_BY_ELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) CHAR70 Character field, length 70 20080605
2 Importing IV_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Language Key 20080605
3 Returning RV_TEXT Value transfer Type reference (TYPE) TEXT128 Work Area Length 128 20080605

Method GET_CUSTOM_TEXT_SAP_BY_ELEM on class CL_BSP_DLC_STEXT_REPOSITORY2 has no exception.

Method GET_CUSTOM_TEXT_W_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXT Call by reference Type reference (TYPE) TEXT128 Work Area Length 128 20100531
2 Exporting EV_TEXT_ORIGIN Call by reference Type reference (TYPE) BSP_DLC_LABEL_ORIGIN Origin of Label (Design Layer, DDIC, Text Repository) 20100531
3 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) CHAR70 Character field, length 70 20100531
4 Importing IV_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Language Key 20100531
5 Importing IV_SOURCE Value transfer Type reference (TYPE) BSP_DLC_DESIGN_LAYER_SOURCE BSPCD_SOURCE_CUST_SAP Source of Design Layer Data: Customer / SAP / Both 20100531

Method GET_CUSTOM_TEXT_W_INFO on class CL_BSP_DLC_STEXT_REPOSITORY2 has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPONENT Call by reference Type reference (TYPE) BSP_WD_COMPONENT_NAME Component Name 20060409
2 Importing IV_COMPONENT_USAGE Call by reference Type reference (TYPE) BSP_DLC_COMPONENT_USAGE Component Usage 20060409
3 Importing IV_OBJECT_SUB_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_SUB_TYPE Object Sub Type 20060409
4 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE Object Type 20060409
5 Importing IV_ROLE_KEY Call by reference Type reference (TYPE) BSP_DLC_ROLE_KEY Role key 20060409
6 Importing IV_VIEWNAME Call by reference Type reference (TYPE) O2PAGEEXT 20060409
7 Returning RV_STEXT_REPOSITORY Value transfer Object reference (TYPE REF TO) CL_BSP_DLC_STEXT_REPOSITORY2 Text framework 20060409

Method GET_INSTANCE on class CL_BSP_DLC_STEXT_REPOSITORY2 has no exception.

Method GET_TEXTS_C_FOR_CONTEXT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXT Call by reference Type reference (TYPE) BSP_DLT_STXTREP2 Texts 20060713
2 Importing IV_ALL_LANGU Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE all languages 20060713
3 Importing IV_ALL_LANGU_BUT_SY_LANGU Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE all languages but sy-langu 20100720
4 Importing IV_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Language Key 20060713

Method GET_TEXTS_C_FOR_CONTEXT_ID on class CL_BSP_DLC_STEXT_REPOSITORY2 has no exception.

Method GET_TEXTS_FOR_CONTEXT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXT Call by reference Type reference (TYPE) BSP_DLT_STXTREP2 Texts 20100722
2 Importing IV_ALL_LANGU Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE all languages 20100722
3 Importing IV_ALL_LANGU_BUT_SY_LANGU Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE all languages but sy-langu 20100722
4 Importing IV_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Language Key 20100722
5 Importing IV_ORIGIN Call by reference Type reference (TYPE) BSP_DLC_CONFIG_DATA_ORIGIN From System- or Customer Table 20100722

Method GET_TEXTS_FOR_CONTEXT_ID on class CL_BSP_DLC_STEXT_REPOSITORY2 has no exception.

Method GET_TEXTS_S_FOR_CONTEXT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXT Call by reference Type reference (TYPE) BSP_DLT_STXTREP2 Texts 20060713
2 Importing IV_ALL_LANGU Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060713
3 Importing IV_ALL_LANGU_BUT_SY_LANGU Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100720
4 Importing IV_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Language Key 20060713

Method GET_TEXTS_S_FOR_CONTEXT_ID on class CL_BSP_DLC_STEXT_REPOSITORY2 has no exception.

Method SET_CUSTOM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TRANSPORT_DATA Call by reference Type reference (TYPE) BSP_DLC_CONFIG_TRANSPORT_DATA Technical data for connection to transport system 20060409
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) CHAR70 Character field, length 70 20060409
3 Importing IV_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Language Key 20060409
4 Importing IV_TEXT Call by reference Type reference (TYPE) TEXT128 Work Area Length 128 20060409

Method SET_CUSTOM_TEXT on class CL_BSP_DLC_STEXT_REPOSITORY2 has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700