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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_DPR_CO 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 MT_LANGU Instance attribute Private Type reference (TYPE) DPR_TT_LANGU Languages Supported in cProjects 20050620
2 MT_T002 Instance attribute Private Type reference (TYPE) TY_T002_HTAB Available Languages 20050621
3 MT_T002T Instance attribute Private Type reference (TYPE) TY_T002T_HTAB Texts in Available Languages 20050621
4 MV_CREATION_LANGU Instance attribute Private Type reference (TYPE) DPR_TV_LANGU Creation Language Key 20050622
5 MV_DEFAULT_LANGU Instance attribute Private Type reference (TYPE) DPR_TV_LANGU Default Language Key 20050621
6 SC_CUST_CLASS Constant Private Type reference (TYPE) SEOCLSNAME 'CL_DPR_LANGUAGE_BUFFER' Object Category Name 20050620
7 SR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_DPR_LANGUAGE_BUFFER Singleton 20050620
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20020107
2 DET_LANGU4CREATE Instance method Public Method Determine Text Language for Creation in cProjects 20050623
3 DET_LANGU4OPEN Instance method Public Method Determine Text Language for Opening in cProjects 20050623
4 FREE Static method Public Method Destructor of Customizing Class 20050621
5 FREE_SINGLETON Instance method Private Method Singleton Destructor 20050621
6 GET_DEFAULT_LANGU Instance method Public Method Supplies Default Text Language in cProjects (Customizing) 20050621
7 GET_DEFAULT_LANGU4CREATION Instance method Public Method Read Default Text Language for Creation in cProjects 20050621
8 GET_INSTANCE Static method Public Method Access Method for Singleton 20050304
9 GET_SUPP_LANGUS Instance method Public Method Supplies Supported Text Languages in cProjects (Customizing) 20050622
10 GET_TEXT Instance method Public Method Read Name for Language 20020107
11 IS_APPL_LANGU_VALID Instance method Public Method Is Language Allowed to Be Application Language? 20050621
12 IS_LANGU_VALID Instance method Public Method Is Lang. Allowed to Be Text Lang. According to Customizing? 20050621
13 SET_DEFAULT_LANGU4CREATION Instance method Public Method Set Default Text Language for Creation in cProjects 20050622
14 SET_LANGU4PSS 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 Importing IV_LOG_MSG Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE 'X': Meldung in den Msg-Log 20050623
2 Returning 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 Importing IT_ROOT_GUID Call by reference Type reference (TYPE) DPR_TT_GUIDS Tabellentyp für GUIDs 20050623
2 Importing IV_LOG_MSG Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE 'X': Meldung in den Msg-Log 20050623
3 Returning 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 Returning 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 Returning 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 Returning 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 Exporting ET_SUPP_LANGUS Call by reference Type reference (TYPE) DPR_TT_LANGUAGES Unterstützte Sprachen in cProjects 20050622
2 Exporting 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 Importing IV_RAISE_TEXT_NOT_FOUND Call by reference Type reference (TYPE) CHAR1 CL_DPR_CO=>SC_TRUE Einstelliges Kennzeichen 20020107
2 Importing IV_SPRAS Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20020107
3 Importing IV_SPRSL Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20020107
4 Returning RV_SPTXT Value transfer Type reference (TYPE) SPTXT Bezeichnung der Sprache 20020107
# Exception Resumable Description Created on
1 CX_DPR_CT_ENTRY_NOT_FOUND Development Projects: Eintrag in Prüftabelle existiert nicht 20020107
2 CX_DPR_CT_ENTRY_TEXT_NOT_FOUND 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 Importing IV_SPRAS Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20050621
2 Returning 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 Importing IV_SPRAS Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20050621
2 Returning 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 Importing IV_CREATION_LANGU Call by reference Type reference (TYPE) DPR_TV_LANGU Anlege-Sprachenschlüssel 20050622
2 Returning 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 Returning 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