SAP ABAP Class CL_DPR_LANGUAGE_BUFFER (Development Projects: Buffering Languages)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO (Application Component) Project Management
⤷
DEVELOPMENT_PROJECTS_CORE (Package) Project Management - Application Core

⤷

⤷

Properties
Class | CL_DPR_LANGUAGE_BUFFER | |
Short Description | Development Projects: Buffering Languages | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | DEVELOPMENT_PROJECTS_CORE | Project Management - Application Core |
Created | 20020107 | SAP |
Last change | 20141109 | |
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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_DPR_LANGUAGE_BUFFER has no interface implemented.
Friends
Class CL_DPR_LANGUAGE_BUFFER 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) | DPR_TT_LANGU | Languages Supported in cProjects | 20050620 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T002_HTAB | Available Languages | 20050621 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T002T_HTAB | Texts in Available Languages | 20050621 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DPR_TV_LANGU | Creation Language Key | 20050622 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DPR_TV_LANGU | Default Language Key | 20050621 | ||
6 | ![]() |
Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_DPR_LANGUAGE_BUFFER' | Object Category Name | 20050620 | |
7 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_LANGUAGE_BUFFER | Singleton | 20050620 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20020107 |
2 | ![]() |
Instance method | Public | Method | Determine Text Language for Creation in cProjects | 20050623 |
3 | ![]() |
Instance method | Public | Method | Determine Text Language for Opening in cProjects | 20050623 |
4 | ![]() |
Static method | Public | Method | Destructor of Customizing Class | 20050621 |
5 | ![]() |
Instance method | Private | Method | Singleton Destructor | 20050621 |
6 | ![]() |
Instance method | Public | Method | Supplies Default Text Language in cProjects (Customizing) | 20050621 |
7 | ![]() |
Instance method | Public | Method | Read Default Text Language for Creation in cProjects | 20050621 |
8 | ![]() |
Static method | Public | Method | Access Method for Singleton | 20050304 |
9 | ![]() |
Instance method | Public | Method | Supplies Supported Text Languages in cProjects (Customizing) | 20050622 |
10 | ![]() |
Instance method | Public | Method | Read Name for Language | 20020107 |
11 | ![]() |
Instance method | Public | Method | Is Language Allowed to Be Application Language? | 20050621 |
12 | ![]() |
Instance method | Public | Method | Is Lang. Allowed to Be Text Lang. According to Customizing? | 20050621 |
13 | ![]() |
Instance method | Public | Method | Set Default Text Language for Creation in cProjects | 20050622 |
14 | ![]() |
Instance method | Public | Method | Set Default Text Language for PSS | 20050701 |
Events
Class CL_DPR_LANGUAGE_BUFFER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_INSTANCE | Private | See coding | 20050304 | BEGIN OF ts_instance,
pro_type TYPE dpr_tv_pro_type,
ref TYPE REF TO cl_dpr_language_buffer,
END OF ts_instance
|
||
2 | TT_INSTANCE | Private | See coding | 20050304 | tt_instance TYPE HASHED TABLE OF ts_instance
WITH UNIQUE KEY pro_type
|
||
3 | TY_T002T_HTAB | Private | See coding | 20020107 | ty_t002t_htab TYPE HASHED TABLE OF t002t
WITH UNIQUE KEY spras sprsl
|
||
4 | TY_T002_HTAB | Private | See coding | 20020107 | ty_t002_htab TYPE HASHED TABLE OF ty_t002_result
WITH UNIQUE KEY spras
|
||
5 | TY_T002_RESULT | Private | See coding | 20091126 | BEGIN OF ty_t002_result,
spras TYPE spras,
laspez TYPE laspez,
lahq TYPE lahq,
laiso TYPE laiso,
result TYPE xfeld,
END OF ty_t002_result
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DPR_LANGUAGE_BUFFER has no parameter.
Method CONSTRUCTOR on class CL_DPR_LANGUAGE_BUFFER has no exception.
Method DET_LANGU4CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LOG_MSG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 'X': Meldung in den Msg-Log | 20050623 | |
2 | ![]() |
RV_LANGUAGE | Value transfer | Type reference (TYPE) | DPR_TV_LANGU | Default-Sprache | 20050623 |
Method DET_LANGU4CREATE on class CL_DPR_LANGUAGE_BUFFER has no exception.
Method DET_LANGU4OPEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ROOT_GUID | Call by reference | Type reference (TYPE) | DPR_TT_GUIDS | Tabellentyp für GUIDs | 20050623 | ||
2 | ![]() |
IV_LOG_MSG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 'X': Meldung in den Msg-Log | 20050623 | |
3 | ![]() |
RV_LANGUAGE | Value transfer | Type reference (TYPE) | DPR_TV_LANGU | Default-Sprache | 20050623 |
Method DET_LANGU4OPEN on class CL_DPR_LANGUAGE_BUFFER has no exception.
Method FREE Signature
Method FREE on class CL_DPR_LANGUAGE_BUFFER has no parameter.
Method FREE on class CL_DPR_LANGUAGE_BUFFER has no exception.
Method FREE_SINGLETON Signature
Method FREE_SINGLETON on class CL_DPR_LANGUAGE_BUFFER has no parameter.
Method FREE_SINGLETON on class CL_DPR_LANGUAGE_BUFFER has no exception.
Method GET_DEFAULT_LANGU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_DEFAULT_LANGUAGE | Value transfer | Type reference (TYPE) | DPR_TV_LANGU | Default-Sprache | 20050621 |
Method GET_DEFAULT_LANGU on class CL_DPR_LANGUAGE_BUFFER has no exception.
Method GET_DEFAULT_LANGU4CREATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_CREATION_LANGU | Value transfer | Type reference (TYPE) | DPR_TV_LANGU | Anlege-Sprache | 20050622 |
Method GET_DEFAULT_LANGU4CREATION on class CL_DPR_LANGUAGE_BUFFER has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_LANGUAGE_BUFFER | Development Projects: Pufferung Sprachen | 20050304 |
Method GET_INSTANCE on class CL_DPR_LANGUAGE_BUFFER has no exception.
Method GET_SUPP_LANGUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SUPP_LANGUS | Call by reference | Type reference (TYPE) | DPR_TT_LANGUAGES | Unterstützte Sprachen in cProjects | 20050622 | ||
2 | ![]() |
ET_SUPP_LANGUS_W_TEXT | Call by reference | Type reference (TYPE) | DPR_TT_LANGU_WITH_TEXT | Unterstützte Sprachen in cProjects mit sprachabh. Texten | 20050622 |
Method GET_SUPP_LANGUS on class CL_DPR_LANGUAGE_BUFFER has no exception.
Method GET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_RAISE_TEXT_NOT_FOUND | Call by reference | Type reference (TYPE) | CHAR1 | CL_DPR_CO=>SC_TRUE | Einstelliges Kennzeichen | 20020107 | |
2 | ![]() |
IV_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Sprachenschlüssel | 20020107 | |
3 | ![]() |
IV_SPRSL | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Sprachenschlüssel | 20020107 | |
4 | ![]() |
RV_SPTXT | Value transfer | Type reference (TYPE) | SPTXT | Bezeichnung der Sprache | 20020107 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Development Projects: Eintrag in Prüftabelle existiert nicht | 20020107 | |
2 | ![]() |
Development Projects: Text zum Tabelleneintrag existiert n. | 20020107 |
Method IS_APPL_LANGU_VALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20050621 | ||
2 | ![]() |
RV_IS_VALID | Value transfer | Type reference (TYPE) | BOOLE_D | 'X': Sprache ist gültig | 20050621 |
Method IS_APPL_LANGU_VALID on class CL_DPR_LANGUAGE_BUFFER has no exception.
Method IS_LANGU_VALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20050621 | ||
2 | ![]() |
RV_IS_VALID | Value transfer | Type reference (TYPE) | BOOLE_D | 'X': Sprache ist gültig | 20050621 |
Method IS_LANGU_VALID on class CL_DPR_LANGUAGE_BUFFER has no exception.
Method SET_DEFAULT_LANGU4CREATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CREATION_LANGU | Call by reference | Type reference (TYPE) | DPR_TV_LANGU | Anlege-Sprachenschlüssel | 20050622 | ||
2 | ![]() |
RV_IS_VALID | Value transfer | Type reference (TYPE) | BOOLE_D | 'X': Anlege-Sprachenschlüssel ist gültig | 20050622 |
Method SET_DEFAULT_LANGU4CREATION on class CL_DPR_LANGUAGE_BUFFER has no exception.
Method SET_LANGU4PSS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_DEFAULT_LANGUAGE | Value transfer | Type reference (TYPE) | DPR_TV_LANGU | Sprachenschlüssel | 20050701 |
Method SET_LANGU4PSS on class CL_DPR_LANGUAGE_BUFFER has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 100 |