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 | ![]() |
Constant | Public | Type reference (TYPE) | BOOLE_D | SPACE | Boolean Value: FALSE | 20010628 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | BOOLE_D | 'X' | Boolean Value: TRUE | 20010628 | |
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T002_HTAB | T002 Buffer | 20010628 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T002T_HTAB | T002T Buffer | 20010628 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20010628 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 20010628 |
3 | ![]() |
Static method | Public | Method | Reading of ISO Code (for SAP Code) | 20010628 |
4 | ![]() |
Static method | Public | Method | Reading of SAP Code (for ISO Code) | 20010628 |
5 | ![]() |
Static method | Public | Method | Read Text (Description) for Language | 20010628 |
6 | ![]() |
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 | ![]() |
IV_RAISE_NOT_FOUND | Call by reference | Type reference (TYPE) | CHAR1 | CO_TRUE | Kennzeichen, ob Ausnahme NOT_FOUND ausgelöst werden soll | 20010628 | |
2 | ![]() |
IV_SAP_CODE | Call by reference | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20010628 | ||
3 | ![]() |
RV_ISO_CODE | Value transfer | Type reference (TYPE) | LAISO | Sprache nach ISO 639 | 20010628 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Lesen des ISO-Codes | 20010628 | |
2 | ![]() |
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 | ![]() |
IV_ISO_CODE | Call by reference | Type reference (TYPE) | LAISO | Sprache nach ISO 639 | 20010628 | ||
2 | ![]() |
IV_RAISE_NOT_FOUND | Call by reference | Type reference (TYPE) | CHAR1 | CO_TRUE | Kennzeichen, ob Ausnahme NOT_FOUND ausgelöst werden soll | 20010628 | |
3 | ![]() |
RV_SAP_CODE | Value transfer | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20010628 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Lesen des ISO-Codes | 20010628 | |
2 | ![]() |
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 | ![]() |
IV_RAISE_NOT_FOUND | Call by reference | Type reference (TYPE) | CHAR1 | CO_TRUE | Kennzeichen, ob Ausnahme NOT_FOUND ausgelöst werden soll | 20010628 | |
2 | ![]() |
IV_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Sprachenschlüssel | 20010628 | |
3 | ![]() |
IV_SPRSL | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Sprachenschlüssel | 20010628 | |
4 | ![]() |
RV_SPTXT | Value transfer | Type reference (TYPE) | SPTXT | Bezeichnung der Sprache | 20010628 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Lesen des Texts | 20010628 | |
2 | ![]() |
Text ist nicht vorhanden | 20010628 |
Method IS_VALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_RAISE_NOT_FOUND | Call by reference | Type reference (TYPE) | CHAR1 | CO_FALSE | Kennzeichen, ob Ausnahme NOT_FOUND ausgelöst werden soll | 20010628 | |
2 | ![]() |
IV_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20010628 | ||
3 | ![]() |
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 | ![]() |
Fehler bei Existenzprüfung | 20010628 | |
2 | ![]() |
Sprache ist nicht vorhanden | 20010628 |
History
Last changed by/on | SAP | 20041228 |
SAP Release Created in | 300 |