SAP ABAP Class CL_PLM_AUDIT_LANGUAGE_BUFFER (Audit: Buffering Languages)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-AUD (Application Component) Audit Management
     PLM_AUDIT_CORE (Package) Audit Management - General Core Functions
Properties
Class CL_PLM_AUDIT_LANGUAGE_BUFFER  
Short Description Audit: 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 PLM_AUDIT_CORE   Audit Management - General Core Functions 
Created 20010628   SAP 
Last change 20041228   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PLM_AUDIT_LANGUAGE_BUFFER has no forward declaration.
Interfaces
Class CL_PLM_AUDIT_LANGUAGE_BUFFER has no interface implemented.
Friends
Class CL_PLM_AUDIT_LANGUAGE_BUFFER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_FALSE Constant Public Type reference (TYPE) BOOLE_D SPACE Boolean Value: FALSE 20010628
2 CO_TRUE Constant Public Type reference (TYPE) BOOLE_D 'X' Boolean Value: TRUE 20010628
3 M_T002 Static Attribute Private Type reference (TYPE) TY_T002_HTAB T002 Buffer 20010628
4 M_T002T Static Attribute Private Type reference (TYPE) TY_T002T_HTAB T002T Buffer 20010628
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20010628
2 CONSTRUCTOR Instance method Public Constructor Constructor 20010628
3 GET_ISO_CODE Static method Public Method Reading of ISO Code (for SAP Code) 20010628
4 GET_SAP_CODE Static method Public Method Reading of SAP Code (for ISO Code) 20010628
5 GET_TEXT Static method Public Method Read Text (Description) for Language 20010628
6 IS_VALID Static method Public Method Check if Language Exists 20010628
Events
Class CL_PLM_AUDIT_LANGUAGE_BUFFER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_T002T_HTAB Private See coding Table Type T002T (Hashed) 20010628
2 TY_T002_HTAB Private See coding Table Type T002 (Hashed) 20010628
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_PLM_AUDIT_LANGUAGE_BUFFER has no parameter.
Method CONSTRUCTOR on class CL_PLM_AUDIT_LANGUAGE_BUFFER has no exception.

Method GET_ISO_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RAISE_NOT_FOUND Call by reference Type reference (TYPE) CHAR1 CO_TRUE Kennzeichen, ob Ausnahme NOT_FOUND ausgelöst werden soll 20010628
2 Importing IV_SAP_CODE Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20010628
3 Returning RV_ISO_CODE Value transfer Type reference (TYPE) LAISO Sprache nach ISO 639 20010628
# Exception Resumable Description Created on
1 FAILED Fehler beim Lesen des ISO-Codes 20010628
2 NOT_FOUND ISO-Code ist nicht vorhanden 20010628

Method GET_SAP_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ISO_CODE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20010628
2 Importing IV_RAISE_NOT_FOUND Call by reference Type reference (TYPE) CHAR1 CO_TRUE Kennzeichen, ob Ausnahme NOT_FOUND ausgelöst werden soll 20010628
3 Returning RV_SAP_CODE Value transfer Type reference (TYPE) SPRAS Sprachenschlüssel 20010628
# Exception Resumable Description Created on
1 FAILED Fehler beim Lesen des ISO-Codes 20010628
2 NOT_FOUND ISO-Code ist nicht vorhanden 20010628

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RAISE_NOT_FOUND Call by reference Type reference (TYPE) CHAR1 CO_TRUE Kennzeichen, ob Ausnahme NOT_FOUND ausgelöst werden soll 20010628
2 Importing IV_SPRAS Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20010628
3 Importing IV_SPRSL Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20010628
4 Returning RV_SPTXT Value transfer Type reference (TYPE) SPTXT Bezeichnung der Sprache 20010628
# Exception Resumable Description Created on
1 FAILED Fehler beim Lesen des Texts 20010628
2 NOT_FOUND Text ist nicht vorhanden 20010628

Method IS_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RAISE_NOT_FOUND Call by reference Type reference (TYPE) CHAR1 CO_FALSE Kennzeichen, ob Ausnahme NOT_FOUND ausgelöst werden soll 20010628
2 Importing IV_SPRAS Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20010628
3 Returning RV_IS_VALID Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert Existenz: TRUE (='X') und FALSE (=' ') 20010628
# Exception Resumable Description Created on
1 FAILED Fehler bei Existenzprüfung 20010628
2 NOT_FOUND Sprache ist nicht vorhanden 20010628
History
Last changed by/on SAP  20041228 
SAP Release Created in 300