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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Instance attribute | Private | Type reference (TYPE) | BSP_DLC_CONTEXT_ID | Identification of component/view/usage | 20060409 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | BSP_DLC_CONTEXT_ID | Context ID | 20060424 | |||
| 3 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | (Cur. not used) Delete to CUS-Text Element Table | 20080605 | |||
| 4 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | Delete to SAP-Text Element Table | 20080605 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | True if System is SAP | 20060409 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | BSP_DLC_LABEL_ORIGIN | Last Label Origin | 20100531 | |||
| 7 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | (Cur. not used) Read CUS-Text by Text Element | 20080605 | |||
| 8 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | Read SAP-Text by Text Element | 20080605 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | TABNAME16 | Table name, 16 characters | 20060409 | |||
| 10 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | (Cur. not used) Write to CUS-Text Element Table | 20080605 | |||
| 11 | 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 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080605 | |
| 2 | Instance method | Public | Method | Delete all textx for context_id | 20060419 | |
| 3 | Instance method | Public | Method | Retrieves custom text | 20060409 | |
| 4 | Instance method | Public | Method | Retrieves custom text | 20060409 | |
| 5 | Instance method | Private | Method | Retrieves custom text by element table | 20080605 | |
| 6 | Instance method | Public | Method | Retrieves custom text (With Origin) | 20100531 | |
| 7 | Static method | Public | Method | Creates an instance of the class | 20060409 | |
| 8 | Instance method | Public | Method | Retrieves all texts for context_id from Customer-Table | 20060713 | |
| 9 | Instance method | Public | Method | Retrieves all texts for context_id from Customer or SAP Tabl | 20100722 | |
| 10 | Instance method | Public | Method | Retrieves all texts for context_id from SAP-Table | 20060713 | |
| 11 | 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 | IS_TRANSPORT_DATA | Call by reference | Type reference (TYPE) | BSP_DLC_CONFIG_TRANSPORT_DATA | Technical data for connection to transport system | 20060419 | |||
| 2 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | If empty, delete for all languages | 20060419 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060419 |
Method DELETE_CUSTOM_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_TRANSPORT_DATA | Call by reference | Type reference (TYPE) | BSP_DLC_CONFIG_TRANSPORT_DATA | Technical data for connection to transport system | 20060409 | |||
| 2 | IV_ELEMENT_ID | Call by reference | Type reference (TYPE) | CHAR70 | Character field, length 70 | 20060409 | |||
| 3 | IV_LANGU | Call by reference | Type reference (TYPE) | SPRAS | Language Key | 20060409 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060409 |
Method GET_CUSTOM_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ELEMENT_ID | Call by reference | Type reference (TYPE) | CHAR70 | Character field, length 70 | 20060409 | |||
| 2 | IV_LANGU | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Language Key | 20060409 | ||
| 3 | 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 | 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 | IV_ELEMENT_ID | Call by reference | Type reference (TYPE) | CHAR70 | Character field, length 70 | 20080605 | |||
| 2 | IV_LANGU | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Language Key | 20080605 | ||
| 3 | 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 | EV_TEXT | Call by reference | Type reference (TYPE) | TEXT128 | Work Area Length 128 | 20100531 | |||
| 2 | EV_TEXT_ORIGIN | Call by reference | Type reference (TYPE) | BSP_DLC_LABEL_ORIGIN | Origin of Label (Design Layer, DDIC, Text Repository) | 20100531 | |||
| 3 | IV_ELEMENT_ID | Call by reference | Type reference (TYPE) | CHAR70 | Character field, length 70 | 20100531 | |||
| 4 | IV_LANGU | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Language Key | 20100531 | ||
| 5 | 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 | IV_COMPONENT | Call by reference | Type reference (TYPE) | BSP_WD_COMPONENT_NAME | Component Name | 20060409 | |||
| 2 | IV_COMPONENT_USAGE | Call by reference | Type reference (TYPE) | BSP_DLC_COMPONENT_USAGE | Component Usage | 20060409 | |||
| 3 | IV_OBJECT_SUB_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_SUB_TYPE | Object Sub Type | 20060409 | |||
| 4 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | Object Type | 20060409 | |||
| 5 | IV_ROLE_KEY | Call by reference | Type reference (TYPE) | BSP_DLC_ROLE_KEY | Role key | 20060409 | |||
| 6 | IV_VIEWNAME | Call by reference | Type reference (TYPE) | O2PAGEEXT | 20060409 | ||||
| 7 | 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 | ET_TEXT | Call by reference | Type reference (TYPE) | BSP_DLT_STXTREP2 | Texts | 20060713 | |||
| 2 | IV_ALL_LANGU | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | all languages | 20060713 | ||
| 3 | IV_ALL_LANGU_BUT_SY_LANGU | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | all languages but sy-langu | 20100720 | ||
| 4 | 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 | ET_TEXT | Call by reference | Type reference (TYPE) | BSP_DLT_STXTREP2 | Texts | 20100722 | |||
| 2 | IV_ALL_LANGU | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | all languages | 20100722 | ||
| 3 | IV_ALL_LANGU_BUT_SY_LANGU | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | all languages but sy-langu | 20100722 | ||
| 4 | IV_LANGU | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Language Key | 20100722 | ||
| 5 | 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 | ET_TEXT | Call by reference | Type reference (TYPE) | BSP_DLT_STXTREP2 | Texts | 20060713 | |||
| 2 | IV_ALL_LANGU | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060713 | |||
| 3 | IV_ALL_LANGU_BUT_SY_LANGU | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100720 | |||
| 4 | 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 | IS_TRANSPORT_DATA | Call by reference | Type reference (TYPE) | BSP_DLC_CONFIG_TRANSPORT_DATA | Technical data for connection to transport system | 20060409 | |||
| 2 | IV_ELEMENT_ID | Call by reference | Type reference (TYPE) | CHAR70 | Character field, length 70 | 20060409 | |||
| 3 | IV_LANGU | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Language Key | 20060409 | ||
| 4 | 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 |